mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-29 22:00:58 +02:00
Update for 3.0.6
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
a71d22d84d
commit
dfca37f0e5
22
Changelog
22
Changelog
@ -1,6 +1,28 @@
|
|||||||
Entries are sorted chronologically from oldest to youngest within each release,
|
Entries are sorted chronologically from oldest to youngest within each release,
|
||||||
releases are sorted from youngest to oldest.
|
releases are sorted from youngest to oldest.
|
||||||
|
|
||||||
|
version 3.0.6:
|
||||||
|
- avcodec/mjpegdec: Check for for the bitstream end in mjpeg_decode_scan_progressive_ac()
|
||||||
|
- avformat/flacdec: Check avio_read result when reading flac block header.
|
||||||
|
- avcodec/utils: correct align value for interplay
|
||||||
|
- avcodec/vp56: Check for the bitstream end, pass error codes on
|
||||||
|
- avcodec/mjpegdec: Check remaining bitstream in ljpeg_decode_yuv_scan()
|
||||||
|
- avcodec/pngdec: Fix off by 1 size in decode_zbuf()
|
||||||
|
- avformat/avidec: skip odml master index chunks in avi_sync
|
||||||
|
- avcodec/mjpegdec: Check for rgb before flipping
|
||||||
|
- avutil/random_seed: Reduce the time needed on systems with very low precision clock()
|
||||||
|
- avutil/random_seed: Improve get_generic_seed() with higher precision clock()
|
||||||
|
- avformat/utils: Print verbose error message if stream count exceeds max_streams
|
||||||
|
- avformat/options_table: Set the default maximum number of streams to 1000
|
||||||
|
- pgssubdec: reset rle_data_len/rle_remaining_len on allocation error
|
||||||
|
- avutil: Add av_image_check_size2()
|
||||||
|
- avformat: Add max_streams option
|
||||||
|
- avcodec/ffv1enc: Allocate smaller packet if the worst case size cannot be allocated
|
||||||
|
- avcodec/mpeg4videodec: Fix undefined shifts in mpeg4_decode_sprite_trajectory()
|
||||||
|
- avformat/oggdec: Skip streams in duration correction that did not had their duration set.
|
||||||
|
- avcodec/ffv1enc: Fix size of first slice
|
||||||
|
|
||||||
|
|
||||||
version 3.0.5:
|
version 3.0.5:
|
||||||
- configure: check for strtoull on msvc
|
- configure: check for strtoull on msvc
|
||||||
- http: move chunk handling from http_read_stream() to http_buf_read().
|
- http: move chunk handling from http_read_stream() to http_buf_read().
|
||||||
|
@ -31,7 +31,7 @@ PROJECT_NAME = FFmpeg
|
|||||||
# This could be handy for archiving the generated documentation or
|
# This could be handy for archiving the generated documentation or
|
||||||
# if some version control system is used.
|
# if some version control system is used.
|
||||||
|
|
||||||
PROJECT_NUMBER = 3.0.5
|
PROJECT_NUMBER = 3.0.6
|
||||||
|
|
||||||
# With the PROJECT_LOGO tag one can specify a logo or icon that is included
|
# With the PROJECT_LOGO tag one can specify a logo or icon that is included
|
||||||
# in the documentation. The maximum height of the logo should not exceed 55
|
# in the documentation. The maximum height of the logo should not exceed 55
|
||||||
|
Loading…
x
Reference in New Issue
Block a user