[FFmpeg-cvslog] cabac_functions: Count zeros with ctz if it is fast

2016-01-21 Thread John Cox
ffmpeg | branch: master | John Cox | Wed Jan 20 17:56:30 2016 +| [5115d8326e8eba707ee3048930674e2f9058d913] | committer: Michael Niedermayer cabac_functions: Count zeros with ctz if it is fast When refilling the low bit buffer after get_cabac count the bits with ctz if the processor has a

[FFmpeg-cvslog] cabac_functions: Allow more functions to be overridden

2016-01-21 Thread John Cox
ffmpeg | branch: master | John Cox | Wed Jan 20 17:59:30 2016 +| [74105fc9a3c4e37aea3d1ba3e132398f9fb0b944] | committer: Michael Niedermayer cabac_functions: Allow more functions to be overridden Allow more of the cabac functions to be overridden and avoid generating any code for unwanted

[FFmpeg-cvslog] Add missing conversions from side data enum to name

2016-01-21 Thread Neil Birkbeck
ffmpeg | branch: master | Neil Birkbeck | Thu Jan 21 10:34:29 2016 -0800| [17399f6a9f00aa492f4b7a408a03bd84d2701008] | committer: Michael Niedermayer Add missing conversions from side data enum to name Add names for recently added enums to av_frame_side_data_name. Signed-off-by: Neil Birkbeck

[FFmpeg-cvslog] cabac: Ensure 2-byte cabac loads are on 2-byte boundry

2016-01-21 Thread John Cox
ffmpeg | branch: master | John Cox | Wed Jan 20 17:48:30 2016 +| [48f80831bad87addf40b6496210817ea0efc85af] | committer: Michael Niedermayer cabac: Ensure 2-byte cabac loads are on 2-byte boundry Ensure that cabac init sets the bitstream pointer to an even value. It is often faster to load

[FFmpeg-cvslog] build: make out-of-tree builds bit-identical to in-tree builds

2016-01-21 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Mon Dec 28 22:00:39 2015 +0100| [064963bd2702509afee2d2a4ed4eb4b4fd69d9c7] | committer: Andreas Cadhalpun build: make out-of-tree builds bit-identical to in-tree builds Previously the full source path was embedded inconsistently in the debug inform

[FFmpeg-cvslog] avcodec/mjpegdec: Check for end for both bytes in unescaping

2016-01-21 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Jan 21 21:01:47 2016 +0100| [509c9e74e548139285f30ed8dcc9baf1d64359fa] | committer: Michael Niedermayer avcodec/mjpegdec: Check for end for both bytes in unescaping Fixes assertion failure Fixes: c40c779601b77dc6e19aaea0b04b9751/signal_sigab

[FFmpeg-cvslog] x86inc: Use more consistent indentation

2016-01-21 Thread Henrik Gramner
ffmpeg | branch: master | Henrik Gramner | Mon Oct 12 21:55:11 2015 +0200| [2d60b18cf0827c599123b1418efc2d0f0a346d01] | committer: Henrik Gramner x86inc: Use more consistent indentation > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2d60b18cf0827c599123b1418efc2d0f0a346d01 --- l

[FFmpeg-cvslog] x86inc: Improve FMA instruction handling

2016-01-21 Thread Henrik Gramner
ffmpeg | branch: master | Henrik Gramner | Sun Jan 17 00:25:47 2016 +0100| [b1496008ee173a62c14b49627123ccd4cc486a53] | committer: Henrik Gramner x86inc: Improve FMA instruction handling * Correctly handle FMA instructions with memory operands. * Print a warning if FMA instructions are used

[FFmpeg-cvslog] x86inc: Add debug symbols indicating sizes of compiled functions

2016-01-21 Thread Geza Lore
ffmpeg | branch: master | Geza Lore | Mon Oct 12 13:13:00 2015 +0100| [d39c229e54d6a5a7d9bb89e9fe5b086a95c9cca9] | committer: Henrik Gramner x86inc: Add debug symbols indicating sizes of compiled functions Some debuggers/profilers use this metadata to determine which function a given instructi

[FFmpeg-cvslog] x86inc: Avoid creating unnecessary local labels

2016-01-21 Thread Henrik Gramner
ffmpeg | branch: master | Henrik Gramner | Fri Oct 16 21:28:49 2015 +0200| [d3662777e070b297ead7c23883d1a7e77d37193f] | committer: Henrik Gramner x86inc: Avoid creating unnecessary local labels The REP_RET workaround is only needed on old AMD cpus, and the labels clutter up the symbol table an

[FFmpeg-cvslog] x86inc: Preserve arguments when allocating stack space

2016-01-21 Thread Henrik Gramner
ffmpeg | branch: master | Henrik Gramner | Mon Oct 12 20:15:18 2015 +0200| [dfe771dc5a09286a2cfeb68bdb4c328ecfe1c551] | committer: Henrik Gramner x86inc: Preserve arguments when allocating stack space When allocating stack space with a larger alignment than the known stack alignment a temporar

[FFmpeg-cvslog] x86inc: Simplify AUTO_REP_RET

2016-01-21 Thread Henrik Gramner
ffmpeg | branch: master | Henrik Gramner | Thu Oct 15 17:42:49 2015 +0200| [87b587d4fe91064325884bbd4130ef079e6c3abe] | committer: Henrik Gramner x86inc: Simplify AUTO_REP_RET cpuflags is never undefined any more, it's set to 0 instead. Also fix an incorrect comment. > http://git.videolan.or

[FFmpeg-cvslog] x86inc: Be more verbose in assertion failures

2016-01-21 Thread Henrik Gramner
ffmpeg | branch: master | Henrik Gramner | Sun Oct 11 22:31:53 2015 +0200| [6cbd0fdf2859ce1c65a6d79de473922dce95d11a] | committer: Henrik Gramner x86inc: Be more verbose in assertion failures > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6cbd0fdf2859ce1c65a6d79de473922dce95d11a -

[FFmpeg-cvslog] x86/intmath: disable sse av_clip functions when using ICC

2016-01-21 Thread James Almer
ffmpeg | branch: master | James Almer | Thu Jan 21 00:02:09 2016 -0300| [a2e1b66460794fe99caceb46790bab6e175c9d30] | committer: James Almer x86/intmath: disable sse av_clip functions when using ICC It seems to miscompile them Should fix fate-ra-288 and fate-twinvq Reviewed-by: Michael Niederm

[FFmpeg-cvslog] avfilter/avf_showwaves: color support

2016-01-21 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue Jan 19 22:09:55 2016 +0100| [6ed3a10f644b7e96ec2bece7ab6c98629fdd5ff9] | committer: Paul B Mahol avfilter/avf_showwaves: color support Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6ed3a10f644b7e96ec2bece7a

[FFmpeg-cvslog] fate: Add test for colorkey

2016-01-21 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Jan 21 17:11:47 2016 +0100| [1dd11160eafb99d32a89b102feede4c5a8097ca5] | committer: Michael Niedermayer fate: Add test for colorkey Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1dd11160eafb9

[FFmpeg-cvslog] dirac: add more parse codes from the specifications

2016-01-21 Thread Rostislav Pehlivanov
ffmpeg | branch: master | Rostislav Pehlivanov | Thu Jan 21 16:43:58 2016 +| [053900ca4c72fd4bcaec7e6c7e842fcade3c9f3f] | committer: Rostislav Pehlivanov dirac: add more parse codes from the specifications The specs define some more overlapping and some rarely used parse codes which were m

[FFmpeg-cvslog] diracdec: fix original Dirac Low Delay profile

2016-01-21 Thread Rostislav Pehlivanov
ffmpeg | branch: master | Rostislav Pehlivanov | Thu Jan 21 16:46:41 2016 +| [5776344a7bc953cd93d1dd7762bd6f193378ed26] | committer: Rostislav Pehlivanov diracdec: fix original Dirac Low Delay profile The version structure in the main decoder context was not (and apparently has never been)

[FFmpeg-cvslog] avcodec/diracdsp: use av_clip_uintp2

2016-01-21 Thread James Almer
ffmpeg | branch: master | James Almer | Thu Jan 21 13:13:54 2016 -0300| [033e7dbd31c5956f4c18d099cac7a5869b7c29e8] | committer: James Almer avcodec/diracdsp: use av_clip_uintp2 Reviewed-by: Rostislav Pehlivanov Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=com

[FFmpeg-cvslog] dirac_parser: add exceptions for Dirac inter parse codes

2016-01-21 Thread Rostislav Pehlivanov
ffmpeg | branch: master | Rostislav Pehlivanov | Thu Jan 21 15:29:28 2016 +| [7d8891593c2833cdb6612828700efc2931377f76] | committer: Rostislav Pehlivanov dirac_parser: add exceptions for Dirac inter parse codes Forgotten from previous commit. Signed-off-by: Rostislav Pehlivanov > http:/

[FFmpeg-cvslog] checkasm: add videodsp emulated_edge_mc test.

2016-01-21 Thread Ronald S. Bultje
ffmpeg | branch: master | Ronald S. Bultje | Sun Jan 17 16:22:26 2016 -0500| [8c9103c4aff40931aa932cb274f27af273d2c065] | committer: Ronald S. Bultje checkasm: add videodsp emulated_edge_mc test. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8c9103c4aff40931aa932cb274f27af273d2c0

[FFmpeg-cvslog] dirac_parser: Improve parsing and silence pointless warnings

2016-01-21 Thread Rostislav Pehlivanov
ffmpeg | branch: master | Rostislav Pehlivanov | Thu Jan 21 15:14:10 2016 +| [a849ebb54e187a70eabc69cbd1b1a342e6587ec3] | committer: Rostislav Pehlivanov dirac_parser: Improve parsing and silence pointless warnings The parser scans for "BBCD" to appear in the bitstream which indicate a par

[FFmpeg-cvslog] avcodec/mpegvideo_enc: Check for integer overflow in ff_mpv_reallocate_putbitbuffer()

2016-01-21 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Jan 21 15:39:43 2016 +0100| [b65efbc0f4195421c15d2a6c228d331eec5b31c3] | committer: Michael Niedermayer avcodec/mpegvideo_enc: Check for integer overflow in ff_mpv_reallocate_putbitbuffer() Fixes assertion failure Fixes: 6568d187979ce17878b

[FFmpeg-cvslog] diracdec: add support for 12 bit videos

2016-01-21 Thread Rostislav Pehlivanov
ffmpeg | branch: master | Rostislav Pehlivanov | Thu Jan 21 14:44:42 2016 +| [8248b51e0b94f0151b6a2057ee639d6e0db29f5f] | committer: Rostislav Pehlivanov diracdec: add support for 12 bit videos The DSP lacked a function needed to convert signed to unsigned. This was ignored when originally

[FFmpeg-cvslog] doc/filters: fix afftfilt example

2016-01-21 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Thu Jan 21 14:42:09 2016 +0100| [73c938dd9f3bc9a04a26d2d75f3c8845c6eed0f1] | committer: Paul B Mahol doc/filters: fix afftfilt example Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=73c938dd9f3bc9a04a26d2d75f3c8

[FFmpeg-cvslog] avfilter: add afftfilter

2016-01-21 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sat Jan 16 15:09:25 2016 +0100| [fa04ec728da3f1acf65e82728f76d48d142a2a7e] | committer: Paul B Mahol avfilter: add afftfilter Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fa04ec728da3f1acf65e82728f76d48d142a2a

[FFmpeg-cvslog] avformat/nutenc: implement deinit()

2016-01-21 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Jan 21 13:07:07 2016 +0100| [56c182c4d716b8b72156ff57a0c8d72087db8549] | committer: Michael Niedermayer avformat/nutenc: implement deinit() Should prevent some leaks if header writing fails Signed-off-by: Michael Niedermayer > http://git.v