summaryrefslogtreecommitdiff
path: root/multimedia/ffmpegthumbnailer
AgeCommit message (Collapse)AuthorFilesLines
2009-08-26bump revision because of graphics/jpeg updatesno1-1/+2
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2009-06-12Update to 1.5.3:ahoka3-7/+11
version 1.5.3 (June 07, 2009) * Memory alignment fix causing segmentation fault in ffmpeg with altivec enabled version 1.5.2 (May 24, 2009) * Fixed soname version version 1.5.1 (May 11, 2009) * Optional compilation of jpeg and png support * Fixed ffmpeg CFLAGS issue (causing compilation errors on Fedora) * Fixed build error against latest ffmpeg (verified against ffmpeg revision 18769) * Fixed missing include files for library usage (thanks to gustavo.boiko) Version 1.5.0 (March 10, 2009) * Aspect ratio bug fix (Thanks to S. Eguchi) * Support input files from stdin (will ignore seek time) * Fixed build error against latest ffmpeg (verified against ffmpeg release 0.5) Version 1.4.0 (Januari 4, 2009) * Filter support added that allows library users to implement filters that will be applied to the frame data * Fixed compilation error with gcc 4.4
2008-12-28user-destdir supportjmcneill1-1/+3
2008-12-28Import ffmpegthumbnailer version 1.3.0.jmcneill4-0/+42
This video thumbnailer can be used by file managers to create thumbnails for your video files. The thumbnailer uses ffmpeg to decode frames from the video files, so supported videoformats depend on the configuration flags of ffmpeg. This thumbnailer was designed to be as fast and lightweight as possible. The only dependencies are ffmpeg, libpng and libjpeg.