Warning, /multimedia/ffmpegthumbs/ffmpegthumbnailer/ChangeLog is written in an unsupported language. File is not indexed.
0001 FFmpegThumbnailer 0002 0003 version 2.0.2 0004 - Fixed compilation error against latest ffmpeg 0005 - Size of the filmstrip overlay is dependant on thumbnail size 0006 0007 Version 2.0.1 0008 - Setting the thumbnail size to 0 will use the original video size (thanks to John Fremlin) 0009 - Fix for video files containing lots of audio packets before a video packet 0010 - Fixed libs in pkgconfig file (thanks to magnus.tuominen) 0011 0012 version 2.0.0 0013 - Fixed some issues in package-config file (Thanks to ambrop7) 0014 - C++ library has been put in a namespace 0015 - C library functions have been renamed 0016 0017 version 1.5.6 0018 - Fixed segmentation fault when seek in video file fails 0019 - Command line option added to specify output format of the image regardless of the filename 0020 - Fixed memory leak in MovieDecoder (thanks to Ulrich Völkel) 0021 0022 version 1.5.5 0023 - Fixed build issue with certain versions of autoconf 0024 - Fixed build issue with recent versions of gcc 0025 - Fixed thumbnail generation for ogm files 0026 - Fixed ffmpegthumbnailer hanging on certain filetypes caused by AVFMT_FLAG_GENPTS flag of video decoder 0027 0028 version 1.5.4 0029 - Fixed support for large files 0030 0031 version 1.5.3 0032 - Memory alignment fix causing segmentation in ffmpeg with altivec enabled 0033 0034 version 1.5.2 0035 - Fixed soname version 0036 0037 version 1.5.1 0038 - Optional compilation of jpeg and png support 0039 - Fixed ffmpeg CFLAGS issue (causing compilation errors on Fedora) 0040 - Fixed build error against latest ffmpeg (verified against ffmpeg revision 18769) 0041 - Fixed missing include files for library usage (thanks to gustavo.boiko) 0042 0043 version 1.5.0 0044 - Aspect ratio bug fix (Thanks to S. Eguchi) 0045 - Support input files from stdin (will ignore seek time) 0046 - Fixed build error against latest ffmpeg (verified against ffmpeg release 0.5) 0047 0048 version 1.4.0 0049 - Filter support added that allows library users to implement filters that will be applied to the frame data 0050 - Fixed compilation error with gcc 4.4 0051 0052 version 1.3.0 0053 - Option added to ignore aspect ratio and generate square thumbnails 0054 - Quality option added for jpeg thumbnails 0055 - Man page added (thanks to Lionel Le Folgoc) 0056 - Added option to seek to absolute time in stead of percentage 0057 0058 version 1.2.6 0059 - Fixed seeking in large files due to integer overflow (Thanks to AWaters1) 0060 - Fixed possible linker error (Thanks to pressh) 0061 0062 version 1.2.5 0063 - Fixed crash when thumbnailing raw avi files 0064 0065 version 1.2.4 0066 - Fixed missing includes when compiling with gcc 4.3 (thanks to Samuli Suominen) 0067 0068 version 1.2.3 0069 - ffmegthumbnailer now compiles against latest ffmpeg revisions (thanks to Alexis Ballier) 0070 0071 version 1.2.2 0072 - Fixed linker errors when using certain ldflags 0073 0074 version 1.2.1 0075 - Fixed compilation error in c interface when compiled with c compiler 0076 - Error handling added to c interface 0077 0078 version 1.2.0 0079 - Option to output files in jpeg 0080 - ffmpegthumbnailer can now be accessed as a library (libffmpegthumbnailer) by other applications 0081 0082 version 1.1.5 0083 - Support for large files (files larger than 2Gb) 0084 - Seeking in h264 files is enabled again, use -w option from commandline to disable this if you have 100% cpu usage (using older versions of ffmpeg) 0085 - Give up reading packets from a file after a number of attempts to avoid a hanging ffmpegthumbnailer for certain file types (noticed on h264 and ac3 in vob container) 0086 0087 version 1.1.4 0088 - License information added to source files 0089 0090 version 1.1.3 0091 - Use PkgConfig for ffmpeg to avoid build problems 0092 0093 version 1.1.2 0094 - Fixed compilation error when using latest ffmpeg (thanks to Samuli Suominen) 0095 0096 version 1.1.1 0097 - Fixed compilation error when using latest ffmpeg 0098 - Disabled seeking in h264 files, because this causes 100% CPU usage in ffmpeglib (workaround) 0099 0100 version 1.1 0101 - Updated command line argument parser 0102 - Possibility to add a movie strip overlay 0103 0104 version 1.0 0105 - Initial release of the FFmpegThumbnailer