[FFmpeg-cvslog] x86/bswapdsp: add missing preprocessor wrappers for AVX2 functions

2017-10-29 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Oct 29 22:21:46 2017 -0300| [783535a4cd2657c08fb21e149da619262f8d9719] | committer: James Almer x86/bswapdsp: add missing preprocessor wrappers for AVX2 functions Fixes build with old nasm/yasm. Signed-off-by: James Almer > http://git.videolan.org/

[FFmpeg-cvslog] lavc/avrndec: remove AV_CODEC_CAP_DR1, as it's broken

2017-10-29 Thread wm4
ffmpeg | branch: master | wm4 | Fri Oct 13 18:59:15 2017 +0200| [195dd5c59c89b125b89078c736ae107bcaf23b37] | committer: James Almer lavc/avrndec: remove AV_CODEC_CAP_DR1, as it's broken In the is_mjpeg case, the user's get_buffer2 callback is not called, thus completely breaking the API. Signe

[FFmpeg-cvslog] decode: avoid leaks on failure in ff_get_buffer()

2017-10-29 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Fri Oct 13 18:59:16 2017 +0200| [4776c61424fa32394e251e9769e1ad2c2fa55598] | committer: James Almer decode: avoid leaks on failure in ff_get_buffer() If the get_buffer() call fails, the frame might have some side data already set. Make sure it gets fre

[FFmpeg-cvslog] libavformat/mov.c: use calculated dts offset when seeking in streams

2017-10-29 Thread Jonas Licht
ffmpeg | branch: master | Jonas Licht | Sun Oct 29 12:11:39 2017 +0100| [59ad504696958fbd9db7b478b4b7e0a2b436b7f2] | committer: Michael Niedermayer libavformat/mov.c: use calculated dts offset when seeking in streams Subtract the calculated dts offset from the requested timestamp before seekin

[FFmpeg-cvslog] movenc: add m4b to ipod format extensions

2017-10-29 Thread Lukas Stabe
ffmpeg | branch: master | Lukas Stabe | Sun Oct 29 11:35:57 2017 +0100| [d3f1b0d3d87f782d6a89a73c57e8be992d4785da] | committer: Michael Niedermayer movenc: add m4b to ipod format extensions m4b is commonly used as extension for m4a audiobook files. The format is exactly the same. The only thin

[FFmpeg-cvslog] fate: Add bitexact flag to the invalid-elst test.

2017-10-29 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Sun Oct 29 22:01:40 2017 +0100| [4ccc1ef2a3b1a22d849861423df830e110c9a4ab] | committer: Carl Eugen Hoyos fate: Add bitexact flag to the invalid-elst test. Fixes fate-mov-invalid-elst-entry-count on a ppc system. > http://git.videolan.org/gitweb.cgi

[FFmpeg-cvslog] fate: Fix some of the fitsdec tests on big-endian.

2017-10-29 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Sun Oct 29 21:22:53 2017 +0100| [59ceee5896aff8d6af8fca89f5c8eb3c82007d8d] | committer: Carl Eugen Hoyos fate: Fix some of the fitsdec tests on big-endian. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=59ceee5896aff8d6af8fca89f5c8eb3c8

[FFmpeg-cvslog] avdevice: remove usage of deprecated setter and getter functions

2017-10-29 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Oct 29 14:40:38 2017 -0300| [2245476e5c451552f8f32a4a881f6b4968898a47] | committer: James Almer avdevice: remove usage of deprecated setter and getter functions Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2

[FFmpeg-cvslog] ffmpeg: remove usage of deprecated getter functions

2017-10-29 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Oct 29 14:12:10 2017 -0300| [5cc5130c813fd89e5a8b998e504908ef36bed0f1] | committer: James Almer ffmpeg: remove usage of deprecated getter functions Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5cc5130c813fd8

[FFmpeg-cvslog] ffprobe: remove usage of deprecated getter functions

2017-10-29 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Oct 29 14:10:56 2017 -0300| [ddd0b19169dc3c0dfcdbaf246147a64c87b22c24] | committer: James Almer ffprobe: remove usage of deprecated getter functions Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ddd0b19169dc3

[FFmpeg-cvslog] lavf/avio: temporarily accept 0 as EOF.

2017-10-29 Thread Nicolas George
ffmpeg | branch: master | Nicolas George | Fri Oct 27 20:46:28 2017 +0200| [a606f27f4c610708fa96e35eed7b7537d3d8f712] | committer: Jan Ekström lavf/avio: temporarily accept 0 as EOF. Print a warning to let applicatios fix their use. After a deprecation period, check with a low-level assert. Al

[FFmpeg-cvslog] lavf/aviobuf: return EINVAL when reading from a write-only context.

2017-10-29 Thread Nicolas George
ffmpeg | branch: master | Nicolas George | Fri Oct 27 20:46:29 2017 +0200| [158a79c31d55d0b82ff3f514c586f5be033ad0c2] | committer: Jan Ekström lavf/aviobuf: return EINVAL when reading from a write-only context. Signed-off-by: Nicolas George > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=

[FFmpeg-cvslog] examples/avio_reading: return AVERROR_EOF at EOF.

2017-10-29 Thread Nicolas George
ffmpeg | branch: master | Nicolas George | Fri Oct 27 20:46:27 2017 +0200| [bfb1a946255f9b12dccc6b12f5a865852f487a87] | committer: Jan Ekström examples/avio_reading: return AVERROR_EOF at EOF. Signed-off-by: Nicolas George > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=bfb1a9462

[FFmpeg-cvslog] avcodec/jpeglsdec: Check ilv for being a supported value

2017-10-29 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Oct 26 00:02:56 2017 +0200| [fe533628b9604e2f8e5179d5c5dd17c3cb764265] | committer: Michael Niedermayer avcodec/jpeglsdec: Check ilv for being a supported value Fixes: 1773/clusterfuzz-testcase-minimized-4832523987189760 Found-by: continuous

[FFmpeg-cvslog] dashenc: copy stream frame rate to output stream

2017-10-29 Thread Peter Große
ffmpeg | branch: master | Peter Große | Thu Oct 26 17:58:40 2017 +0200| [3c838e6442bbe1afb7bf82942471342bcea87a27] | committer: Michael Niedermayer dashenc: copy stream frame rate to output stream Leads to setting of DefaultDuration in Matroska muxer based on frame rate instead of timebase. F

[FFmpeg-cvslog] avcodec/jpeglsdec: Check for end of bitstream in ls_decode_line()

2017-10-29 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Oct 26 00:02:57 2017 +0200| [f80224ed19a4c012549fd460d529c7c04e68cf21] | committer: Michael Niedermayer avcodec/jpeglsdec: Check for end of bitstream in ls_decode_line() Fixes: 1773/clusterfuzz-testcase-minimized-4832523987189760 Fixes: Time

[FFmpeg-cvslog] dashenc: fix bitrate estimation with correct scaling

2017-10-29 Thread Anton Schubert
ffmpeg | branch: master | Anton Schubert | Sun Oct 29 16:10:34 2017 +0100| [3dca4887aef4f1c2ab2f94a02342b3f50913522c] | committer: Michael Niedermayer dashenc: fix bitrate estimation with correct scaling Signed-off-by: Anton Schubert Signed-off-by: Peter Große Signed-off-by: Michael Niederma

[FFmpeg-cvslog] dashenc: set DASH related options for the subsequent matroska muxer when using webm

2017-10-29 Thread Peter Große
ffmpeg | branch: master | Peter Große | Sun Oct 29 16:10:36 2017 +0100| [44ede215b6623eb5e24bac013ea668366e2f258a] | committer: Michael Niedermayer dashenc: set DASH related options for the subsequent matroska muxer when using webm This patch is inspired by the ffmpeg webm_chunk muxer and fix

[FFmpeg-cvslog] dashenc: Don't output frameRates at both AS and Representation-level. Only output maxFrameRate at AS-level.

2017-10-29 Thread Anton Schubert
ffmpeg | branch: master | Anton Schubert | Sun Oct 29 16:10:35 2017 +0100| [fe334712ddc633dba3774beb56579381a00d59bf] | committer: Michael Niedermayer dashenc: Don't output frameRates at both AS and Representation-level. Only output maxFrameRate at AS-level. Fix conformance regarding section

[FFmpeg-cvslog] dashenc: don't write header data before the first packet arrives

2017-10-29 Thread Peter Große
ffmpeg | branch: master | Peter Große | Thu Oct 26 17:58:37 2017 +0200| [1443859a8d0dcffdc01f969f7cde61769aaca31a] | committer: Michael Niedermayer dashenc: don't write header data before the first packet arrives Fixes: 1b8ef01f04ab ("dashenc: add webm support") Signed-off-by: Peter Große Sig

[FFmpeg-cvslog] dashenc: allow AdaptationSets to have different average frame rates

2017-10-29 Thread Peter Große
ffmpeg | branch: master | Peter Große | Thu Oct 26 18:17:31 2017 +0200| [2911dabd51dc61f594e43904f27f3afd01f3f835] | committer: Michael Niedermayer dashenc: allow AdaptationSets to have different average frame rates Signed-off-by: Peter Große Signed-off-by: Michael Niedermayer > http://git.

[FFmpeg-cvslog] lavf/rtpenc: Add support for 24 bit pcm encoding as defined by RFC 3190.

2017-10-29 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Tue Oct 24 23:03:02 2017 +0200| [75bd01090f5b93eb1d2b4543d1c01031281879a4] | committer: Carl Eugen Hoyos lavf/rtpenc: Add support for 24 bit pcm encoding as defined by RFC 3190. Fixes ticket #6770. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a

[FFmpeg-cvslog] libavcodec/bswapdsp : add AVX2 func for bswap_buf (swap uint32_t)

2017-10-29 Thread Martin Vignali
ffmpeg | branch: master | Martin Vignali | Sun Oct 22 19:06:50 2017 +0200| [e9930883a26c77261c19ea9ad9b930b065c6f579] | committer: James Darnley libavcodec/bswapdsp : add AVX2 func for bswap_buf (swap uint32_t) > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e9930883a26c77261c19ea9

[FFmpeg-cvslog] lsws/yuv2rgb: Fix yuva2rgb32 on big endian hardware.

2017-10-29 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Sun Oct 29 01:40:18 2017 +0200| [9b0510a8e35930a22790518270ee6d3fad9f1666] | committer: Carl Eugen Hoyos lsws/yuv2rgb: Fix yuva2rgb32 on big endian hardware. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9b0510a8e35930a22790518270ee6d3

[FFmpeg-cvslog] avformat/avformat.h: fix pairs typo

2017-10-29 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Oct 29 10:35:40 2017 -0300| [c8e8092543ddd09b5e5e69cde13d6f054edc69ab] | committer: James Almer avformat/avformat.h: fix pairs typo Found-by: Paul B Mahol Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c8e809

[FFmpeg-cvslog] avformat: deprecate getters and setters for AVFormatContext and AVStream fields

2017-10-29 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Oct 23 11:39:08 2017 -0300| [b7785d10b00c88029d8af7dbddac09ab0d6f2b7f] | committer: James Almer avformat: deprecate getters and setters for AVFormatContext and AVStream fields The fields can be accessed directly, so these are not needed anymore. Revi

[FFmpeg-cvslog] avformat: move public AVStream fields up in the struct

2017-10-29 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Oct 23 11:28:07 2017 -0300| [307c24b32f30f08b759457bd9997cdfcd51927ae] | committer: James Almer avformat: move public AVStream fields up in the struct Remove the silly second notice. Reviewed-by: Paul B Mahol Signed-off-by: James Almer > http://gi

[FFmpeg-cvslog] avutil/frame: deprecate getters and setters for AVFrame fields

2017-10-29 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Oct 23 11:10:48 2017 -0300| [7df37dd319f2d9d3e1becd5d433884e3ccfa1ee2] | committer: James Almer avutil/frame: deprecate getters and setters for AVFrame fields The fields can be accessed directly, so these are not needed anymore. Reviewed-by: Paul B M

[FFmpeg-cvslog] avcodec/magicyuvenc: improve compression

2017-10-29 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sun Oct 29 12:13:54 2017 +0100| [ca106d6a5c4c62516876222745e16bafcc774d06] | committer: Paul B Mahol avcodec/magicyuvenc: improve compression Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ca106d6a5c4c6251687622

[FFmpeg-cvslog] libavcodec/magicyuv : remove unneed variable assignment

2017-10-29 Thread Martin Vignali
ffmpeg | branch: master | Martin Vignali | Sat Oct 28 23:17:44 2017 +0200| [7da254886fbf39dc1bde9b3776f8cfbfcc471a7e] | committer: Paul B Mahol libavcodec/magicyuv : remove unneed variable assignment > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7da254886fbf39dc1bde9b3776f8cfbfcc