[FFmpeg-cvslog] Tag n2.6.9 : FFmpeg 2.6.9 release

2016-05-02 Thread git
[ffmpeg] [branch: refs/tags/n2.6.9] Tag:2078df70842685f06e1197da7615869586a56f6b > http://git.videolan.org/gitweb.cgi/ffmpeg.git?a=tag;h=2078df70842685f06e1197da7615869586a56f6b Tagger: Michael Niedermayer Date: Tue May 3 04:08:21 2016 +0200 FFmpeg 2.6.9 release

[FFmpeg-cvslog] avcodec/dca: fix sync word search error condition

2016-05-02 Thread foo86
ffmpeg | branch: release/3.0 | foo86 | Mon May 2 23:44:47 2016 +0300| [08c21bcb5dfd609167327a7900be6292fd0e51c1] | committer: James Almer avcodec/dca: fix sync word search error condition This didn't actually check if sync word was found and always errored out with

[FFmpeg-cvslog] lavf/mpegts: Return small probe score for very short transport streams.

2016-05-02 Thread Carl Eugen Hoyos
ffmpeg | branch: release/3.0 | Carl Eugen Hoyos | Sun May 1 15:39:13 2016 +0200| [e675926a4fa6720925bbe708fadeb19eff3e5dd5] | committer: James Almer lavf/mpegts: Return small probe score for very short transport streams. Fixes Debian bug 823098. (cherry picked from commit

[FFmpeg-cvslog] Changelog: update for the last 2 commits

2016-05-02 Thread Michael Niedermayer
ffmpeg | branch: release/2.6 | Michael Niedermayer | Tue May 3 04:07:36 2016 +0200| [063382610fe335c17b1caa29fcdf6cb56f2db3f0] | committer: Michael Niedermayer Changelog: update for the last 2 commits Signed-off-by: Michael Niedermayer >

[FFmpeg-cvslog] avcodec/mjpegdec: Do not try to detect last scan but apply idct after all scans for progressive jpeg

2016-05-02 Thread Michael Niedermayer
ffmpeg | branch: release/2.6 | Michael Niedermayer | Mon May 2 12:45:14 2016 +0200| [342b6d371895cd036a626d6dc8cf17650e8ffc0a] | committer: Michael Niedermayer avcodec/mjpegdec: Do not try to detect last scan but apply idct after all scans for progressive jpeg Fixes:

[FFmpeg-cvslog] avformat/options_table: Add missing identifier for very strict compliance

2016-05-02 Thread Michael Niedermayer
ffmpeg | branch: release/2.6 | Michael Niedermayer | Mon May 2 22:00:55 2016 +0200| [74b8c4a60bb9af340773b82b7c64833af15ae612] | committer: Michael Niedermayer avformat/options_table: Add missing identifier for very strict compliance Fixes Ticket5443 Signed-off-by:

[FFmpeg-cvslog] avformat/riff: add M702

2016-05-02 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue May 3 00:39:55 2016 +0200| [dc34fa6a9e643131e04b067aa33d8609ac419ad3] | committer: Michael Niedermayer avformat/riff: add M702 Signed-off-by: Michael Niedermayer >

[FFmpeg-cvslog] avcodec/error_resilience: Improve missing slice handling for mpeg2

2016-05-02 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue May 3 00:39:34 2016 +0200| [df820af2c5028a446c71fa7db36f2c0f35f8488e] | committer: Michael Niedermayer avcodec/error_resilience: Improve missing slice handling for mpeg2 Fixes: m702_2.avi Signed-off-by: Michael

[FFmpeg-cvslog] avcodec/dca: fix sync word search error condition

2016-05-02 Thread foo86
ffmpeg | branch: master | foo86 | Mon May 2 23:44:47 2016 +0300| [ce2f9fdb0a92956aedfa2c564d1374a2f1eebfbd] | committer: Michael Niedermayer avcodec/dca: fix sync word search error condition This didn't actually check if sync word was found and always errored out with

[FFmpeg-cvslog] avcodec/options_table: fix strict compliance constant flags to match the strict field

2016-05-02 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon May 2 22:01:49 2016 +0200| [9fcb59c9bc5cce101e700a8e65bb51a8e2e05451] | committer: Michael Niedermayer avcodec/options_table: fix strict compliance constant flags to match the strict field Signed-off-by: Michael

[FFmpeg-cvslog] avformat/options_table: Add missing identifier for very strict compliance

2016-05-02 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon May 2 22:00:55 2016 +0200| [11db7eee9b001d6992c34b65ee7b0d64f6f5c758] | committer: Michael Niedermayer avformat/options_table: Add missing identifier for very strict compliance Fixes Ticket5443 Signed-off-by:

[FFmpeg-cvslog] fate: wma: add lossless 24bits tests

2016-05-02 Thread Christophe Gisquet
ffmpeg | branch: master | Christophe Gisquet | Mon Apr 18 12:53:21 2016 +0200| [79e86640ff5506e05ab4702a7e13367c8445a729] | committer: Michael Niedermayer fate: wma: add lossless 24bits tests Should evaluate coefficients and raw pcm tiles. Signed-off-by: Michael

[FFmpeg-cvslog] avcodec/mjpegdec: Do not try to detect last scan but apply idct after all scans for progressive jpeg

2016-05-02 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon May 2 12:45:14 2016 +0200| [deaf58abf236e09fc9b97db29f1edd064e4b5ad4] | committer: Michael Niedermayer avcodec/mjpegdec: Do not try to detect last scan but apply idct after all scans for progressive jpeg Fixes: