Commit graph

2 commits

Author SHA1 Message Date
ahoka
780da7df1d Update to 1.5.3:
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
2009-06-12 16:16:54 +00:00
jmcneill
8f76ea11fc Import ffmpegthumbnailer version 1.3.0.
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.
2008-12-28 12:32:15 +00:00