~ubuntu-branches/ubuntu/natty/kdemultimedia/natty-proposed

« back to all changes in this revision

Viewing changes to ffmpegthumbs/ffmpegthumbnailer/ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Debian Qt/KDE Maintainers
  • Date: 2011-05-26 02:41:36 UTC
  • mfrom: (0.2.3 upstream)
  • mto: This revision was merged to the branch mainline in revision 108.
  • Revision ID: james.westby@ubuntu.com-20110526024136-jjwsigfy402jhupm
Tags: upstream-4.6.3
Import upstream version 4.6.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
FFmpegThumbnailer
 
2
 
 
3
version 2.0.2
 
4
- Fixed compilation error against latest ffmpeg
 
5
- Size of the filmstrip overlay is dependant on thumbnail size
 
6
 
 
7
Version 2.0.1
 
8
- Setting the thumbnail size to 0 will use the original video size (thanks to John Fremlin)
 
9
- Fix for video files containing lots of audio packets before a video packet
 
10
- Fixed libs in pkgconfig file (thanks to magnus.tuominen)
 
11
 
 
12
version 2.0.0
 
13
- Fixed some issues in package-config file (Thanks to ambrop7)
 
14
- C++ library has been put in a namespace
 
15
- C library functions have been renamed
 
16
 
 
17
version 1.5.6
 
18
- Fixed segmentation fault when seek in video file fails
 
19
- Command line option added to specify output format of the image regardless of the filename
 
20
- Fixed memory leak in MovieDecoder (thanks to Ulrich Völkel)
 
21
 
 
22
version 1.5.5
 
23
- Fixed build issue with certain versions of autoconf
 
24
- Fixed build issue with recent versions of gcc
 
25
- Fixed thumbnail generation for ogm files
 
26
- Fixed ffmpegthumbnailer hanging on certain filetypes caused by AVFMT_FLAG_GENPTS flag of video decoder
 
27
 
 
28
version 1.5.4
 
29
- Fixed support for large files
 
30
 
 
31
version 1.5.3
 
32
- Memory alignment fix causing segmentation in ffmpeg with altivec enabled
 
33
 
 
34
version 1.5.2
 
35
- Fixed soname version
 
36
 
 
37
version 1.5.1
 
38
- Optional compilation of jpeg and png support
 
39
- Fixed ffmpeg CFLAGS issue (causing compilation errors on Fedora)
 
40
- Fixed build error against latest ffmpeg (verified against ffmpeg revision 18769)
 
41
- Fixed missing include files for library usage (thanks to gustavo.boiko)
 
42
 
 
43
version 1.5.0
 
44
- Aspect ratio bug fix (Thanks to S. Eguchi)
 
45
- Support input files from stdin (will ignore seek time)
 
46
- Fixed build error against latest ffmpeg (verified against ffmpeg release 0.5)
 
47
 
 
48
version 1.4.0
 
49
- Filter support added that allows library users to implement filters that will be applied to the frame data
 
50
- Fixed compilation error with gcc 4.4
 
51
 
 
52
version 1.3.0
 
53
- Option added to ignore aspect ratio and generate square thumbnails
 
54
- Quality option added for jpeg thumbnails
 
55
- Man page added (thanks to Lionel Le Folgoc)
 
56
- Added option to seek to absolute time in stead of percentage
 
57
 
 
58
version 1.2.6
 
59
- Fixed seeking in large files due to integer overflow (Thanks to AWaters1)
 
60
- Fixed possible linker error (Thanks to pressh)
 
61
 
 
62
version 1.2.5
 
63
- Fixed crash when thumbnailing raw avi files
 
64
 
 
65
version 1.2.4
 
66
- Fixed missing includes when compiling with gcc 4.3 (thanks to Samuli Suominen)
 
67
 
 
68
version 1.2.3
 
69
- ffmegthumbnailer now compiles against latest ffmpeg revisions (thanks to Alexis Ballier)
 
70
 
 
71
version 1.2.2
 
72
- Fixed linker errors when using certain ldflags
 
73
 
 
74
version 1.2.1
 
75
- Fixed compilation error in c interface when compiled with c compiler
 
76
- Error handling added to c interface
 
77
 
 
78
version 1.2.0
 
79
- Option to output files in jpeg
 
80
- ffmpegthumbnailer can now be accessed as a library (libffmpegthumbnailer) by other applications
 
81
 
 
82
version 1.1.5
 
83
- Support for large files (files larger than 2Gb)
 
84
- 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)
 
85
- 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)
 
86
 
 
87
version 1.1.4
 
88
- License information added to source files
 
89
 
 
90
version 1.1.3
 
91
- Use PkgConfig for ffmpeg to avoid build problems
 
92
 
 
93
version 1.1.2
 
94
- Fixed compilation error when using latest ffmpeg (thanks to Samuli Suominen)
 
95
 
 
96
version 1.1.1
 
97
- Fixed compilation error when using latest ffmpeg
 
98
- Disabled seeking in h264 files, because this causes 100% CPU usage in ffmpeglib (workaround)
 
99
 
 
100
version 1.1
 
101
- Updated command line argument parser
 
102
- Possibility to add a movie strip overlay
 
103
 
 
104
version 1.0
 
105
- Initial release of the FFmpegThumbnailer