[FFmpeg-cvslog] Add pixblockdsp checkasm tests

2015-11-07 Thread Timothy Gu
ffmpeg | branch: master | Timothy Gu | Sun Nov 1 03:31:22 2015 -0800| [3d20f8e7c0e2887ad676c79a914e2c960cf2dcea] | committer: Timothy Gu Add pixblockdsp checkasm tests > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3d20f8e7c0e2887ad676c79a914e2c960cf2dcea --- tests/checkasm/Mak

[FFmpeg-cvslog] pixblockdsp: x86: Condense diff_pixels_* to a shared macro

2015-11-07 Thread Timothy Gu
ffmpeg | branch: master | Timothy Gu | Sun Nov 1 03:12:45 2015 -0800| [4b80b895a9db60fb6ab2fb64d8c7c9faabbdda79] | committer: Timothy Gu pixblockdsp: x86: Condense diff_pixels_* to a shared macro Reviewed-by: Ronald S. Bultje Reviewed-by: James Almer > http://git.videolan.org/gitweb.cgi/ff

[FFmpeg-cvslog] avcodec/takdec: Use memove, avoid undefined memcpy() use

2015-11-07 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Nov 7 20:05:27 2015 +0100| [7cea3430a56fb0ff6ef60f08620fd3875e7bfeb6] | committer: Michael Niedermayer avcodec/takdec: Use memove, avoid undefined memcpy() use Fixes: e214333cbd94c91228e624ff39329ce6/asan_generic_4a5159_6412_96cda2530e80607

[FFmpeg-cvslog] mmaldec: correct package buffering accounting

2015-11-07 Thread wm4
ffmpeg | branch: master | wm4 | Fri Nov 6 13:02:16 2015 +0100| [a55fbfa4c4967068a9c37f041110ace9fb633d4e] | committer: wm4 mmaldec: correct package buffering accounting The assert in ffmmal_stop_decoder() could trigger sometimes. The packets_buffered counter was indeed not correctly maintained

[FFmpeg-cvslog] mmaldec: add vc1 decoding support

2015-11-07 Thread wm4
ffmpeg | branch: master | wm4 | Fri Nov 6 12:59:16 2015 +0100| [b07cbf6724207ba768ebb2ccdee1b6749fd6ca31] | committer: wm4 mmaldec: add vc1 decoding support > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b07cbf6724207ba768ebb2ccdee1b6749fd6ca31 --- configure |3

[FFmpeg-cvslog] lavfi/fifo: do not assume request_frame() returns a frame.

2015-11-07 Thread Nicolas George
ffmpeg | branch: master | Nicolas George | Thu Oct 22 09:57:34 2015 +0200| [67d3f5296ea6dce884ac53f2ea37f45dabaa8bb3] | committer: Nicolas George lavfi/fifo: do not assume request_frame() returns a frame. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=67d3f5296ea6dce884ac53f2ea37f

[FFmpeg-cvslog] lavfi/af_join: partially fix scheduling.

2015-11-07 Thread Nicolas George
ffmpeg | branch: master | Nicolas George | Thu Oct 22 09:56:11 2015 +0200| [d0b82d798d08a13d33226128bdd6d0cfe6f10c3a] | committer: Nicolas George lavfi/af_join: partially fix scheduling. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d0b82d798d08a13d33226128bdd6d0cfe6f10c3a ---

[FFmpeg-cvslog] lavfi/vf_framepack: fix scheduling.

2015-11-07 Thread Nicolas George
ffmpeg | branch: master | Nicolas George | Thu Oct 22 09:58:25 2015 +0200| [f53c4b6a186f3790aa6f16e1ecdb237aea42d05c] | committer: Nicolas George lavfi/vf_framepack: fix scheduling. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f53c4b6a186f3790aa6f16e1ecdb237aea42d05c --- libav

[FFmpeg-cvslog] lavfi: remove astreamsync.

2015-11-07 Thread Nicolas George
ffmpeg | branch: master | Nicolas George | Sat Oct 24 16:13:32 2015 +0200| [d92e0848d9a5ad3c17253c13aaeada2817378609] | committer: Nicolas George lavfi: remove astreamsync. It was only useful for very specific testing purposes and appears to be currently partially broken. > http://git.videola

[FFmpeg-cvslog] lavfi/af_amix: mostly fix scheduling.

2015-11-07 Thread Nicolas George
ffmpeg | branch: master | Nicolas George | Sat Oct 24 15:19:11 2015 +0200| [a08fb3983f2e2adeff1c948d2e744d606ac4219b] | committer: Nicolas George lavfi/af_amix: mostly fix scheduling. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a08fb3983f2e2adeff1c948d2e744d606ac4219b --- lib

[FFmpeg-cvslog] lavfi/af_asyncts: remove looping on request_frame().

2015-11-07 Thread Nicolas George
ffmpeg | branch: master | Nicolas George | Sat Oct 24 16:01:22 2015 +0200| [785ac437be6b8e12bf58bc2c53547a891cd7d5f1] | committer: Nicolas George lavfi/af_asyncts: remove looping on request_frame(). > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=785ac437be6b8e12bf58bc2c53547a891cd

[FFmpeg-cvslog] lavfi/avf_concat: return immediately after requesting a frame on input.

2015-11-07 Thread Nicolas George
ffmpeg | branch: master | Nicolas George | Fri Oct 23 12:36:17 2015 +0200| [79c1be124e59575fa0dc2bc16eca07553e6758b4] | committer: Nicolas George lavfi/avf_concat: return immediately after requesting a frame on input. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=79c1be124e59575f

[FFmpeg-cvslog] lavfi: add realtime filter.

2015-11-07 Thread Nicolas George
ffmpeg | branch: master | Nicolas George | Sun Oct 25 17:31:58 2015 +0100| [7037f9430b6223ec74080ecb2e58b25426f5f47d] | committer: Nicolas George lavfi: add realtime filter. Similar to the -re option in ffmpeg that only works for input files. Can be used at any place in the filter graph. > ht

[FFmpeg-cvslog] lavu/opt: enhance printing durations.

2015-11-07 Thread Nicolas George
ffmpeg | branch: master | Nicolas George | Mon Oct 26 21:07:33 2015 +0100| [47ea04ff1058cfd9cf780ad27eae5260a2a84353] | committer: Nicolas George lavu/opt: enhance printing durations. Trim unneeded leading components and trailing zeros. Move the formating code in a separate function. Use the f

[FFmpeg-cvslog] fate: add mpdecimate test.

2015-11-07 Thread Nicolas George
ffmpeg | branch: master | Nicolas George | Sun Oct 25 20:40:48 2015 +0100| [432e27e6e7b653c2aafc05cd5f1bb74dc758a081] | committer: Nicolas George fate: add mpdecimate test. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=432e27e6e7b653c2aafc05cd5f1bb74dc758a081 --- tests/fate/fil

[FFmpeg-cvslog] lavfi: add testsrc2 test source.

2015-11-07 Thread Nicolas George
ffmpeg | branch: master | Nicolas George | Sun Oct 25 16:31:00 2015 +0100| [b16e56931271db1ddd7008850bad5c7056d2f7ff] | committer: Nicolas George lavfi: add testsrc2 test source. Similar to testsrc, but using drawutils and therefore supporting a lot of pixel formats instead of just rgb24. This

[FFmpeg-cvslog] doc/resampler: fix some trivial typos

2015-11-07 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Wed Nov 4 22:37:10 2015 -0500| [91bc4de2a4fcd68950085b0a6bef99727968ce82] | committer: Ganesh Ajjanagadde doc/resampler: fix some trivial typos Signed-off-by: Ganesh Ajjanagadde > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=91bc4d

[FFmpeg-cvslog] avformat/segafilm: Only add index entries when the stream exists

2015-11-07 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Nov 7 13:35:10 2015 +0100| [183720eb6efedcabe3db8643676e55a4d9d2896d] | committer: Michael Niedermayer avformat/segafilm: Only add index entries when the stream exists Fixes null pointer dereference Fixes: cb02dfb163ac833c04cace3d7e35b160/s

[FFmpeg-cvslog] jvdec: avoid unsigned overflow in comparison

2015-11-07 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Fri Nov 6 21:04:34 2015 +0100| [db374790c75fa4ef947abcb5019fcf21d0b2de85] | committer: Andreas Cadhalpun jvdec: avoid unsigned overflow in comparison The return type of strlen is size_t, i.e. unsigned, so if pd->buf_size is 3, the right side overf

[FFmpeg-cvslog] apng: use correct size for output buffer

2015-11-07 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Fri Nov 6 23:44:01 2015 +0100| [3e8e1a660ea182111057d56ec1cfad2c62250f4c] | committer: Andreas Cadhalpun apng: use correct size for output buffer The buffer needs s->bpp bytes, at maximum currently 10. Assert that s->bpp is not larger. This fixes

[FFmpeg-cvslog] hevc: extract SEI caption data

2015-11-07 Thread Will Kelleher
ffmpeg | branch: master | Will Kelleher | Fri Nov 6 14:48:46 2015 -0600| [7f7fa90f7b7fccecff98bb1cef307e093dac1d29] | committer: Michael Niedermayer hevc: extract SEI caption data Signed-off-by: Will Kelleher Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.gi