[FFmpeg-cvslog] avcodec/hevc_sei: fix amount of bits skipped when reading picture timing SEI message

2017-05-16 Thread James Almer
ffmpeg | branch: release/3.2 | James Almer | Sat May 6 20:31:45 2017 -0300| [e958bfac8b9feec5ba7da4515409069c7f5cae90] | committer: James Almer avcodec/hevc_sei: fix amount of bits skipped when reading picture timing SEI message The code was skipping the entire reported SEI message size

[FFmpeg-cvslog] avcodec/allcodecs: move librsvg_decoder to the external library section

2017-05-16 Thread James Almer
ffmpeg | branch: master | James Almer | Tue May 16 14:45:20 2017 -0300| [605c5ca3123a051cfb37ad52f608ffd2f6a91abf] | committer: James Almer avcodec/allcodecs: move librsvg_decoder to the external library section > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avcodec/hevc_sei: fix amount of bits skipped when reading picture timing SEI message

2017-05-16 Thread James Almer
ffmpeg | branch: release/3.1 | James Almer | Sat May 6 20:31:45 2017 -0300| [c823d72a5f4329fbf38ad97818189386d8793581] | committer: James Almer avcodec/hevc_sei: fix amount of bits skipped when reading picture timing SEI message The code was skipping the entire reported SEI message size

[FFmpeg-cvslog] MAINTAINERS: Remove Tomas Härdin from mxfdec.c

2017-05-16 Thread James Almer
ffmpeg | branch: master | James Almer | Wed May 17 01:52:53 2017 -0300| [a441aa90e80efc3d6c34218a5a6619cd829b920e] | committer: James Almer MAINTAINERS: Remove Tomas Härdin from mxfdec.c See https://ffmpeg.org/pipermail/ffmpeg-devel/2017-May/211404.html Signed-off-by: James Almer > h

[FFmpeg-cvslog] avcodec/options: do a more thorough clean up in avcodec_copy_context()

2017-05-17 Thread James Almer
ffmpeg | branch: release/3.0 | James Almer | Mon Apr 24 14:53:47 2017 -0300| [676ba8eff86d2ed1e9eb14d09c87c7ed41cadc7f] | committer: James Almer avcodec/options: do a more thorough clean up in avcodec_copy_context() Free coded_frame and coded_side_data to prevent potential leaks. Reviewed-by

[FFmpeg-cvslog] avcodec/options: factorize avcodec_copy_context() cleanup code

2017-05-17 Thread James Almer
ffmpeg | branch: release/3.0 | James Almer | Sat Apr 22 13:25:32 2017 -0300| [cf44f0ae6a52d2c470861aeb938393cad3f047e6] | committer: James Almer avcodec/options: factorize avcodec_copy_context() cleanup code Reviewed-by: Aaron Levinson Tested-by: Michael Niedermayer Signed-off-by: James

[FFmpeg-cvslog] avcodec/hevc_sei: fix amount of bits skipped when reading picture timing SEI message

2017-05-17 Thread James Almer
ffmpeg | branch: release/3.0 | James Almer | Sat May 6 20:31:45 2017 -0300| [abe2d4de9286567e085ee012c30db99cf2f6b082] | committer: James Almer avcodec/hevc_sei: fix amount of bits skipped when reading picture timing SEI message The code was skipping the entire reported SEI message size

[FFmpeg-cvslog] avformat/concatdec: fix the h264 annexb extradata check

2017-05-17 Thread James Almer
ffmpeg | branch: release/3.0 | James Almer | Tue Apr 25 20:23:12 2017 -0300| [30415662ef7a4d8f3a2bffd2a8c05a801b42a279] | committer: James Almer avformat/concatdec: fix the h264 annexb extradata check The start code can be either in the first three or four bytes. (cherry picked from commit

[FFmpeg-cvslog] avformat/movenc: remove experimental check for VP9 streams

2017-05-17 Thread James Almer
ffmpeg | branch: master | James Almer | Wed May 17 20:37:39 2017 -0300| [5ff31babfccd16cdee6575ae015ff67e9a08e35d] | committer: James Almer avformat/movenc: remove experimental check for VP9 streams The muxer has been updated and is now complaint with the v1.0 of the spec. > h

[FFmpeg-cvslog] build: remove --enable-raise-major configure option

2017-05-17 Thread James Almer
ffmpeg | branch: master | James Almer | Sat May 6 18:50:09 2017 -0300| [3e295e633c36f601fb3dbee533d7b5dfc8c77bef] | committer: James Almer build: remove --enable-raise-major configure option It's not used by anything, has dubious usefulness, the reasons for which it was introduced a

[FFmpeg-cvslog] avcodec/hevc_parser: add missing call to ff_hevc_reset_sei()

2017-05-18 Thread James Almer
ffmpeg | branch: master | James Almer | Thu May 18 19:54:09 2017 -0300| [1e8daf31e079beae232279293aa7371b58c29a0b] | committer: James Almer avcodec/hevc_parser: add missing call to ff_hevc_reset_sei() Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avcodec/options: factorize avcodec_copy_context() cleanup code

2017-05-19 Thread James Almer
ffmpeg | branch: release/2.8 | James Almer | Sat Apr 22 13:25:32 2017 -0300| [4122e5fcb3b2fb5911b5ac24b975102b53fbde91] | committer: James Almer avcodec/options: factorize avcodec_copy_context() cleanup code Reviewed-by: Aaron Levinson Tested-by: Michael Niedermayer Signed-off-by: James

[FFmpeg-cvslog] avcodec/options: do a more thorough clean up in avcodec_copy_context()

2017-05-19 Thread James Almer
ffmpeg | branch: release/2.8 | James Almer | Mon Apr 24 14:53:47 2017 -0300| [1c302b606e0fd86dd0ac1ff66e56a1f7d321d7e1] | committer: James Almer avcodec/options: do a more thorough clean up in avcodec_copy_context() Free coded_frame to prevent potential leaks. Reviewed-by: Aaron Levinson

[FFmpeg-cvslog] avformat/concatdec: fix the h264 annexb extradata check

2017-05-19 Thread James Almer
ffmpeg | branch: release/2.8 | James Almer | Tue Apr 25 20:23:12 2017 -0300| [870f1e3836c5cf6b9f3e4390e9d8e7e2bc276b13] | committer: James Almer avformat/concatdec: fix the h264 annexb extradata check The start code can be either in the first three or four bytes. (cherry picked from commit

[FFmpeg-cvslog] avcodec/hevc_sei: fix amount of bits skipped when reading picture timing SEI message

2017-05-19 Thread James Almer
ffmpeg | branch: release/2.8 | James Almer | Sat May 6 20:31:45 2017 -0300| [24d744cabe0883655884c8786b3ad908736d5d09] | committer: James Almer avcodec/hevc_sei: fix amount of bits skipped when reading picture timing SEI message The code was skipping the entire reported SEI message size

[FFmpeg-cvslog] avcodec/decode: fix function name

2017-05-20 Thread James Almer
ffmpeg | branch: master | James Almer | Sat May 20 13:17:12 2017 -0300| [f20161d8994399ba86f28e683126ea3b2ea0709b] | committer: James Almer avcodec/decode: fix function name > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f20161d8994399ba86f28e683126ea3b2ea0709b --- libavco

[FFmpeg-cvslog] configure: fix --tempprefix option

2017-05-20 Thread James Almer
ffmpeg | branch: master | James Almer | Sat May 20 21:29:58 2017 -0300| [8794cfbbc5dd0cf1e93cd4d7ab58e8c2b229cce6] | committer: James Almer configure: fix --tempprefix option It was broken in 091c9860559e4d33179747c5d651bc9e31bd76eb > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] fate: add aac-al_sbr_ps_06_ur test

2017-05-24 Thread James Almer
ffmpeg | branch: master | James Almer | Tue May 23 15:19:14 2017 -0300| [11827ea3f04181f4ba1f952f4e5ebf4a2d22] | committer: James Almer fate: add aac-al_sbr_ps_06_ur test Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avcodec/adtsenc: check packet side data for AAC extradata updates

2017-05-24 Thread James Almer
ffmpeg | branch: master | James Almer | Wed May 24 17:02:08 2017 -0300| [210388a1979d70d024ef4ebf1d97df56ce56b0c1] | committer: James Almer avcodec/adtsenc: check packet side data for AAC extradata updates This is in preparation for the following patch. Signed-off-by: James Almer > h

[FFmpeg-cvslog] avformat/movenc: always check for new extradata on a packet

2017-05-24 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Apr 9 22:05:13 2017 -0300| [f8c73e87532a80821422db9972514c0405b17047] | committer: James Almer avformat/movenc: always check for new extradata on a packet Don't just look at zero sized packets, and also check for AAC extradata update

[FFmpeg-cvslog] avformat/latmenc: check packet side data for AAC extradata updates

2017-05-24 Thread James Almer
ffmpeg | branch: master | James Almer | Thu Apr 13 16:06:02 2017 -0300| [8b3ec51de8a04f4442297f2f835e925cab7b0597] | committer: James Almer avformat/latmenc: check packet side data for AAC extradata updates This is in preparation for a following patch. Signed-off-by: James Almer > h

[FFmpeg-cvslog] avcodec/aac_adtstoasc: propagate new extradata using packet side data

2017-05-24 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Apr 10 13:36:19 2017 -0300| [f63c3516577d605e51cf16358cbdfa0bc97565d8] | committer: James Almer avcodec/aac_adtstoasc: propagate new extradata using packet side data This removes the current API violating behavior of overwritting the stream&#

[FFmpeg-cvslog] avformat/matroskaenc: check packet side data for AAC extradata updates

2017-05-24 Thread James Almer
ffmpeg | branch: master | James Almer | Thu Apr 13 12:43:11 2017 -0300| [7631f14bb35e8467d4ffaaa2b34e60614eb37c71] | committer: James Almer avformat/matroskaenc: check packet side data for AAC extradata updates This adapts and merges commit f4bf236338f6001736a4784b9c23de863057a583 from libav

[FFmpeg-cvslog] doc/libav-merge: remove line about aac_adtstoasc

2017-05-24 Thread James Almer
ffmpeg | branch: master | James Almer | Wed May 24 19:46:30 2017 -0300| [94ec89eb6732c2eb663dfe2f8c2a38d82df2ffbf] | committer: James Almer doc/libav-merge: remove line about aac_adtstoasc Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] ffmpeg: remove bsf extradata propagation hack

2017-05-24 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Apr 9 22:37:54 2017 -0300| [f1cdc01e7208f9e05cd92127003b3b494ec10cfb] | committer: James Almer ffmpeg: remove bsf extradata propagation hack The offending bitstream filter was fixed, so this is no longer needed. Signed-off-by: James Almer > h

[FFmpeg-cvslog] avformat/mux: remove autobsf extradata propagation hack

2017-05-24 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Apr 9 22:37:49 2017 -0300| [437ad467c250f8b96dc3456997906866d748f6ba] | committer: James Almer avformat/mux: remove autobsf extradata propagation hack The offending bitstream filter was fixed, so this is no longer needed. Signed-off-by: James Almer

[FFmpeg-cvslog] avcodec/libopenh264dec: fix return error value when h264_mp4toannexb_bsf is not found

2017-05-24 Thread James Almer
ffmpeg | branch: master | James Almer | Wed May 24 23:31:59 2017 -0300| [8ea5ee10a2d6e67676a5c47ea78294a8623c5b2e] | committer: James Almer avcodec/libopenh264dec: fix return error value when h264_mp4toannexb_bsf is not found > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avcodec/audiotoolboxdec: check packet side data for AAC extradata updates

2017-05-24 Thread James Almer
ffmpeg | branch: master | James Almer | Wed May 24 23:37:04 2017 -0300| [954e2b3d34b7c2d82871254f07e2f8a39bc451cb] | committer: James Almer avcodec/audiotoolboxdec: check packet side data for AAC extradata updates Tested-by: rcombs Signed-off-by: James Almer > http://git.videolan.

[FFmpeg-cvslog] avcodec/hevcdec: export cropping information instead of handling it internally

2017-05-26 Thread James Almer
ffmpeg | branch: master | James Almer | Mon May 8 15:46:22 2017 -0300| [000fb61a71c6288c377167fea1541700aef3612d] | committer: James Almer avcodec/hevcdec: export cropping information instead of handling it internally This merges commit a02ae1c6837a54ed9e7735da2b1f789b2f4b6e13 from libav

[FFmpeg-cvslog] avcodec/h264dec: be more explicit in handling container cropping

2017-05-26 Thread James Almer
ffmpeg | branch: master | James Almer | Mon May 8 15:46:23 2017 -0300| [6505e8cfd02b9112e24bb40c145d6c760f15d622] | committer: James Almer avcodec/h264dec: be more explicit in handling container cropping This merges commit 4fded0480f20f4d7ca5e776a85574de34dfead14 from libav, originally

[FFmpeg-cvslog] avcodec/theora: export cropping information instead of handling it internally

2017-05-26 Thread James Almer
ffmpeg | branch: master | James Almer | Mon May 8 15:46:25 2017 -0300| [a9a6d51ca447be6364298a350336a25125f0af07] | committer: James Almer avcodec/theora: export cropping information instead of handling it internally This merges commit 1202b712690c14f0efb06e4ad8b06c5b3df6822a from libav

[FFmpeg-cvslog] avcodec/h264dec: export cropping information instead of handling it internally

2017-05-26 Thread James Almer
ffmpeg | branch: master | James Almer | Mon May 8 15:46:24 2017 -0300| [07596e45c5a0195b6e4e57597497ec7066817739] | committer: James Almer avcodec/h264dec: export cropping information instead of handling it internally This merges commit c3e84820d67cb1d8cfb4196f9b43971308a81571 from libav

[FFmpeg-cvslog] doc/libav-merge: remove lines about AVFrame crop fields

2017-05-26 Thread James Almer
ffmpeg | branch: master | James Almer | Fri May 26 11:22:23 2017 -0300| [5213c6d175baf2b767d557af566b7c255958ea87] | committer: James Almer doc/libav-merge: remove lines about AVFrame crop fields > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avformat/mov: add support for reading Mastering Display Metadata Box

2017-05-27 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Apr 22 00:03:21 2017 -0300| [ab05bd6e6cae0a0a20cd2bc591ac2d9eb8afbf17] | committer: James Almer avformat/mov: add support for reading Mastering Display Metadata Box As defined in "VP Codec ISO Media File Format Binding v1.0" https://

[FFmpeg-cvslog] avformat/mov: add support for reading Content Light Level Box

2017-05-27 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Apr 22 00:34:37 2017 -0300| [24133973fc242a2a911237957873af65ef20d086] | committer: James Almer avformat/mov: add support for reading Content Light Level Box As defined in "VP Codec ISO Media File Format Binding v1.0" https://github.com/w

[FFmpeg-cvslog] avutil/pixfmt: remove superfluous define

2017-05-31 Thread James Almer
ffmpeg | branch: master | James Almer | Tue May 23 19:05:37 2017 -0300| [bd1179e36badfed93b3d7427f5e1752e1249342c] | committer: James Almer avutil/pixfmt: remove superfluous define It's an AVColorSpace value since 82ad9cbd32c873bced9adf4a2bb67dcda7294c61. Signed-off-by: James Almer &

[FFmpeg-cvslog] checkasm: add _fixed suffix to fixed_dsp tests

2017-06-01 Thread James Almer
ffmpeg | branch: master | James Almer | Thu Jun 1 13:12:20 2017 -0300| [93dc1c1221856e88ac9df560a1b4f77dd5f5395d] | committer: James Almer checkasm: add _fixed suffix to fixed_dsp tests Should prevents future conflicts with the similarly named floatdsp tests > http://git.videolan.

[FFmpeg-cvslog] x86/aacps: add ff_ps_stereo_interpolate_ipdopd_sse3()

2017-06-02 Thread James Almer
ffmpeg | branch: master | James Almer | Tue May 23 15:19:39 2017 -0300| [b5a0971ff041badbdd1482e4ae2a0a16700a748f] | committer: James Almer x86/aacps: add ff_ps_stereo_interpolate_ipdopd_sse3() About 2x faster than the c version. Signed-off-by: James Almer > http://git.videolan.

[FFmpeg-cvslog] avformat/matroskaenc: also write chapters when output is WebM

2017-06-02 Thread James Almer
ffmpeg | branch: master | James Almer | Thu Jun 1 23:42:05 2017 -0300| [2ba896fef7edf6e83ef12dd82d067469cadbaf8f] | committer: James Almer avformat/matroskaenc: also write chapters when output is WebM WebM supports a subset of elements from the Chapters master. See https://www.webmproject.org

[FFmpeg-cvslog] x86/aacpsdsp: optimize ff_ps_stereo_interpolate_sse3

2017-06-03 Thread James Almer
ffmpeg | branch: master | James Almer | Fri Jun 2 19:17:28 2017 -0300| [be3809a521fecfd3a61db99d660f243bd32b30bb] | committer: James Almer x86/aacpsdsp: optimize ff_ps_stereo_interpolate_sse3 Move the unpacking outside of the loop. 5% to 10% faster. Suggested-by: ubitux Signed-off-by: James

[FFmpeg-cvslog] avformat/aacdec: add a custom read_packet function

2017-06-04 Thread James Almer
ffmpeg | branch: master | James Almer | Fri Jun 2 20:34:24 2017 -0300| [3d4026325381c1066d771bcb83e024c92ea7e189] | committer: James Almer avformat/aacdec: add a custom read_packet function Atempt to read and propagate only full ADTS frames and not other data, like id3v1 or APETags at the end

[FFmpeg-cvslog] x86/aacpsdsp: optimize ff_ps_mul_pair_single_sse

2017-06-04 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Jun 4 23:29:56 2017 -0300| [933dd62288ba9e73145932f229f355c985862641] | committer: James Almer x86/aacpsdsp: optimize ff_ps_mul_pair_single_sse ~2% faster. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] fate: add fate-adts-id3v1-demux

2017-06-05 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Jun 5 20:21:24 2017 -0300| [c1503cd95e203ea670e2a08556aebe17ec7c1be9] | committer: James Almer fate: add fate-adts-id3v1-demux This test the demuxer discarding non ADTS frames at the beginning and end of the input. As a side effect, this commit

[FFmpeg-cvslog] x86/aacpsdsp: fix output of ff_ps_stereo_interpolate_ipdopd_sse3

2017-06-07 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Jun 7 13:53:31 2017 -0300| [497a4b554c8dc3a245cc60add76af69a782b0806] | committer: James Almer x86/aacpsdsp: fix output of ff_ps_stereo_interpolate_ipdopd_sse3 The fate-aac-al_sbr_ps_04_ur test did not detect this mistake. > http://git.videolan.

[FFmpeg-cvslog] avformat/mov: add support for reading VP Codec Configuration Box

2017-06-11 Thread James Almer
ffmpeg | branch: master | James Almer | Sat May 27 18:58:15 2017 -0300| [e3887c0a2c57622bbd59bea1b19813ac506b16a7] | committer: James Almer avformat/mov: add support for reading VP Codec Configuration Box As defined in "VP Codec ISO Media File Format Binding v1.0" https://

[FFmpeg-cvslog] checkasm: add a checkasm_checked_call function that doesn't issue emms

2017-06-14 Thread James Almer
ffmpeg | branch: master | James Almer | Thu Jun 1 18:50:49 2017 -0300| [37388b119cf814c2af349e7acba32e33ea30c343] | committer: James Almer checkasm: add a checkasm_checked_call function that doesn't issue emms Meant for DSP functions returning a float or double, as they'd fail

[FFmpeg-cvslog] checkasm: add float_dsp tests

2017-06-14 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Apr 11 17:16:56 2017 -0300| [5b10f484e2b35e06825973970423744d81f91df2] | committer: James Almer checkasm: add float_dsp tests Ported from libavutil/tests/float_dsp.c Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git

[FFmpeg-cvslog] avutil/tests: remove float_dsp test

2017-06-14 Thread James Almer
ffmpeg | branch: master | James Almer | Thu Jun 1 19:56:17 2017 -0300| [e53c9065ca08a9153ecc73a6a8940bcc6d667e58] | committer: James Almer avutil/tests: remove float_dsp test It's been ported to checkasm. Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?

[FFmpeg-cvslog] x86/vorbisdsp: optimize ff_vorbis_inverse_coupling_sse

2017-06-15 Thread James Almer
ffmpeg | branch: master | James Almer | Thu Jun 15 23:20:05 2017 -0300| [b3446862bfdbfc8c500c052e0aa48674c1d9ca9f] | committer: James Almer x86/vorbisdsp: optimize ff_vorbis_inverse_coupling_sse About 7% faster. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avcodec/aacps: move checks for valid length outside the stereo_interpolate dsp function

2017-06-15 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Jun 3 14:01:46 2017 -0300| [623d217ed1ba168355b1887ef9ca02402b40eead] | committer: James Almer avcodec/aacps: move checks for valid length outside the stereo_interpolate dsp function Signed-off-by: James Almer > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] avformat/libssh: check the user provided a password before trying to use it

2017-06-17 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Jun 11 14:17:30 2017 -0300| [8ddb6820bd52df6ed616abc3d8be200b126aa8c1] | committer: James Almer avformat/libssh: check the user provided a password before trying to use it Fixes ticket #6413 Reviewed-by: Michael Niedermayer Signed-off-by: James

[FFmpeg-cvslog] avformat/oggenc: add ogg_init() and ogg_free()

2017-06-18 Thread James Almer
ffmpeg | branch: master | James Almer | Sun May 28 17:07:06 2017 -0300| [3c5a53cdfa099bba8bd951f95b85727b4b3b5d68] | committer: James Almer avformat/oggenc: add ogg_init() and ogg_free() Reviewed-by: Michael Niedermayer Signed-off-by: James Almer > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] x86/aacpsdsp: add ff_ps_hybrid_synthesis_deint_{sse,sse4}

2017-06-18 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Jun 18 22:33:27 2017 -0300| [e229df9478b2c6d476ea44d0e492609d4ab4e0c5] | committer: James Almer x86/aacpsdsp: add ff_ps_hybrid_synthesis_deint_{sse,sse4} About 2x faster than the c version. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] x86/aacpsdsp: add ff_ps_hybrid_analysis_ileave_sse

2017-06-18 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Jun 12 19:27:29 2017 -0300| [8bb59e6742eeb00a418e49ef8ea601d1d637e51a] | committer: James Almer x86/aacpsdsp: add ff_ps_hybrid_analysis_ileave_sse About 2x faster than the c version. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] build: fix commandline selection of nasm

2017-06-21 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Jun 20 19:14:32 2017 -0300| [3cc73d3d6d2a98cd0da3deda90760729c82cdeeb] | committer: James Almer build: fix commandline selection of nasm "nasm --version" works on nasm since around version 2.11 and as such configure assumed it was yasm.

[FFmpeg-cvslog] avformat/oggenc: check for stream private data in ogg_free()

2017-06-22 Thread James Almer
ffmpeg | branch: master | James Almer | Thu Jun 22 15:51:28 2017 -0300| [505cb8e390f275830f5f387020207aaf267be800] | committer: James Almer avformat/oggenc: check for stream private data in ogg_free() Fixes a NULL pointer derefence when ogg_init() returns a failure and a stream's private

[FFmpeg-cvslog] configure: fix assignment of assembler specific flags

2017-06-23 Thread James Almer
ffmpeg | branch: master | James Almer | Fri Jun 23 11:32:52 2017 -0300| [f66086adac5eb9b964c89ea0480487f48875f690] | committer: James Almer configure: fix assignment of assembler specific flags If the first assembler to be probed is an old nasm build, X86ASM_DEPFLAGS will be set and remain so

[FFmpeg-cvslog] checkasm: add missing checks to float_dsp's butterflies_float test

2017-06-23 Thread James Almer
ffmpeg | branch: master | James Almer | Fri Jun 23 23:38:07 2017 -0300| [a579dbb4f7deee142d1bb6545a169c9fcaa467af] | committer: James Almer checkasm: add missing checks to float_dsp's butterflies_float test > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=

[FFmpeg-cvslog] x86/mdct15: use three operand form for some instructions

2017-06-23 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Jun 24 01:44:49 2017 -0300| [349446e36f17261c84bbad45ab81d35f4a833a2b] | committer: James Almer x86/mdct15: use three operand form for some instructions Fixes compilation with old yasm > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] fate: update checksums for fate-lavf-ffm and fate-lavf-mxf

2017-06-23 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Jun 24 01:52:09 2017 -0300| [e5bce8b4ce7b1f3a83998febdfa86a3771df96ce] | committer: James Almer fate: update checksums for fate-lavf-ffm and fate-lavf-mxf <@jamrial> durandal_1707: 04aa09c4bc broke fate-lavf-ffm and fate-lavf-mxf <@durandal_

[FFmpeg-cvslog] x86inc: don't use read-only data sections on COFF targets

2017-06-27 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Jun 26 00:29:16 2017 -0300| [4d62ee674699645c7b7105213e7d339665144069] | committer: James Almer x86inc: don't use read-only data sections on COFF targets Yasm: src/libavfilter/x86/af_volume.asm:24: warning: Standard COFF does not support read

[FFmpeg-cvslog] x86/vf_blend: add sse and ssse3 extremity functions

2017-06-27 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Jun 27 12:27:10 2017 -0300| [fa50d9360ba36ba2ee8f85f2c59e8d6af20e833a] | committer: James Almer x86/vf_blend: add sse and ssse3 extremity functions Reviewed-by: Paul B Mahol Signed-off-by: James Almer > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] x86/vf_blend: optimize difference and negation functions

2017-06-27 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Jun 27 12:42:58 2017 -0300| [0daa1cf0731830288b8cc875ca1ee641cfe422b2] | committer: James Almer x86/vf_blend: optimize difference and negation functions Process more pixels per loop. Reviewed-by: Paul B Mahol Signed-off-by: James Almer > h

[FFmpeg-cvslog] x86/vf_blend: use ABS2 macro

2017-06-27 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Jun 27 20:45:55 2017 -0300| [d2ef9e6e7f9ef71aae15e9493189515a857928b1] | committer: James Almer x86/vf_blend: use ABS2 macro > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d2ef9e6e7f9ef71aae15e9493189515a857928b1 --- libavfilter/

[FFmpeg-cvslog] x86/sbrdsp: sign extend start and end gprs in ff_sbr_hf_gen_sse

2017-06-30 Thread James Almer
ffmpeg | branch: master | James Almer | Thu Jun 29 22:51:04 2017 -0300| [ac8ad8d0981baee33bc5e9cd3b0a44643971f2e8] | committer: James Almer x86/sbrdsp: sign extend start and end gprs in ff_sbr_hf_gen_sse Tested-by: Michael Niedermayer Signed-off-by: James Almer > http://git.videolan.

[FFmpeg-cvslog] checkasm: fix size of input buffer in test_hybrid_analysis

2017-06-30 Thread James Almer
ffmpeg | branch: master | James Almer | Fri Jun 30 20:37:06 2017 -0300| [fb7b477a91feea1a5d1faf62e516878e388c3057] | committer: James Almer checkasm: fix size of input buffer in test_hybrid_analysis > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] checkasm: randomize the full input buffer in test_hybrid_analysis

2017-06-30 Thread James Almer
ffmpeg | branch: master | James Almer | Fri Jun 30 22:33:04 2017 -0300| [0eb783eb0613af69001cf284407b2f48f0f9afb5] | committer: James Almer checkasm: randomize the full input buffer in test_hybrid_analysis Missed in the last commit. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] x86/sbrdsp: zero extend m_max in apply_noise_main

2017-07-04 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Jul 4 15:05:47 2017 -0300| [bcbe9e444790c6ac299aa01958dcb7e9ac70fc82] | committer: James Almer x86/sbrdsp: zero extend m_max in apply_noise_main Tested-by: Michael Niedermayer Signed-off-by: James Almer > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] x86/utvideodsp: make restore_rgb_planes functions work on x86_32

2017-07-04 Thread James Almer
ffmpeg | branch: master | James Almer | Fri Jun 30 00:40:16 2017 -0300| [440285474bb894ae4bd5717ae0470fd3601bc977] | committer: James Almer x86/utvideodsp: make restore_rgb_planes functions work on x86_32 Reviewed-by: Paul B Mahol Signed-off-by: James Almer > http://git.videolan.

[FFmpeg-cvslog] checkasm: use declare_func_float() in sbrdsp sum_square test

2017-07-04 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Jul 4 23:02:48 2017 -0300| [3d3243577cfdca6dec39a8c4e75feefd2a170f90] | committer: James Almer checkasm: use declare_func_float() in sbrdsp sum_square test The function returns a float. This fixes the test in x86_32 targets. Signed-off-by: James

[FFmpeg-cvslog] x86/sbrdsp: remove unnecessary sign extend instruction in apply_noise_main

2017-07-04 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Jul 4 23:35:29 2017 -0300| [24bb7db4037876c5722b0eecf7412502e7225634] | committer: James Almer x86/sbrdsp: remove unnecessary sign extend instruction in apply_noise_main noise needs to be zero extended and it can be done implicitly as a side effect

[FFmpeg-cvslog] Revert "x86/sbrdsp: remove unnecessary sign extend instruction in apply_noise_main"

2017-07-05 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Jul 5 10:28:03 2017 -0300| [9d5e81d3b160cd6688a6c382e816d4b7db071f66] | committer: James Almer Revert "x86/sbrdsp: remove unnecessary sign extend instruction in apply_noise_main" This reverts commit 24bb7db4037876c5722b0eecf7412502e72256

[FFmpeg-cvslog] fate: add fate-checkasm-sbrdsp target

2017-07-05 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Jul 5 16:54:10 2017 -0300| [9878935927c5cef33be3804aef666b7682a65f68] | committer: James Almer fate: add fate-checkasm-sbrdsp target Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] checkasm: add a g722dsp test

2017-07-13 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Jul 5 16:34:00 2017 -0300| [823cc7e25f9790005574166ee7c5388527b5bb4a] | committer: James Almer checkasm: add a g722dsp test Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] x86/vf_limiter: make limiter functions work on x86_32

2017-07-13 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Jul 8 11:33:54 2017 -0300| [5688fd77b57f1dd454990dc6fe48c6a3a1729eca] | committer: James Almer x86/vf_limiter: make limiter functions work on x86_32 Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] checkasm: add hybrid_analysis_ileave and hybrid_synthesis_deint tests to aacpsdsp

2017-07-13 Thread James Almer
ffmpeg | branch: master | James Almer | Thu Jul 6 20:47:14 2017 -0300| [6f205a42d76a080d10e768f66ae2cf5c2c8b9f6d] | committer: James Almer checkasm: add hybrid_analysis_ileave and hybrid_synthesis_deint tests to aacpsdsp Signed-off-by: James Almer > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] avcodec/dolby_e: use av_clip_uintp2()

2017-07-19 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Jul 19 15:19:59 2017 -0300| [cb13f4483183fc280857dcba22049ded047184d1] | committer: James Almer avcodec/dolby_e: use av_clip_uintp2() Fixes fate-source. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avdevice: make ff_reverse available on shared builds

2017-07-19 Thread James Almer
ffmpeg | branch: master | James Almer | Thu Jul 20 00:30:19 2017 -0300| [3cd616a0c95853411f6ab23ce797f696dc38abe7] | committer: James Almer avdevice: make ff_reverse available on shared builds Should fix compilation failures introduced by 9b937958907daaddade139c36ce33c6eac269631. > h

[FFmpeg-cvslog] fate: add libavdevice/reverse.c to fate-source

2017-07-19 Thread James Almer
ffmpeg | branch: master | James Almer | Thu Jul 20 01:59:43 2017 -0300| [0a813ca091c804ae83d53c881fd361548ccfc4f8] | committer: James Almer fate: add libavdevice/reverse.c to fate-source > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0a813ca091c804ae83d53c881fd361548ccfc

[FFmpeg-cvslog] avcodec/dca: remove GetBitContext usage from avpriv_dca_parse_core_frame_header()

2017-07-21 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Jul 19 01:53:22 2017 -0300| [7c9d2ad45f4e46ad2c3b2e93051efbe1e0d0529e] | committer: James Almer avcodec/dca: remove GetBitContext usage from avpriv_dca_parse_core_frame_header() This prevents potential ABI issues with GetBitContext. Reviewed-by

[FFmpeg-cvslog] avcodec/mpegvideo_enc: fix mixed declarations and code warning

2017-07-24 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Jul 25 00:58:16 2017 -0300| [4a654be3fb0a2575ce4c7a2a0f6924b5aa23ff93] | committer: James Almer avcodec/mpegvideo_enc: fix mixed declarations and code warning > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] ffprobe: add support for ICC Profile frame side data

2017-07-26 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Jul 26 00:42:51 2017 -0300| [5e4e9afaa127acbfa9ac445a8572b49dadb68b17] | committer: James Almer ffprobe: add support for ICC Profile frame side data Print the name metadata entry and the buffer size. Reviwed-by: Rostislav Pehlivanov Signed-off-by

[FFmpeg-cvslog] avcodec/webp: add support for ICCP chunks

2017-07-26 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Jul 26 01:28:35 2017 -0300| [c220fe008c5a3f7c652dbd03ce2a58e392e59e19] | committer: James Almer avcodec/webp: add support for ICCP chunks Export the raw data as ICC Profile frame side data. Reviwed-by: Rostislav Pehlivanov Signed-off-by: James

[FFmpeg-cvslog] avutil/frame: add ICC Profile to av_frame_side_data_name

2017-07-26 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Jul 26 00:38:22 2017 -0300| [4cebf0fc456ceb4f8c4f328b2fe849bd7e8a1c4a] | committer: James Almer avutil/frame: add ICC Profile to av_frame_side_data_name Reviwed-by: Rostislav Pehlivanov Signed-off-by: James Almer > http://git.videolan.

[FFmpeg-cvslog] doc/APIChanges: add missing entry for ICC Profile side data type.

2017-07-27 Thread James Almer
ffmpeg | branch: master | James Almer | Thu Jul 27 14:21:41 2017 -0300| [9f449227a3adb1b139ccb7171b1f3b366a1c323a] | committer: James Almer doc/APIChanges: add missing entry for ICC Profile side data type. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avcodec/atrac3p: use float_dsp in ff_atrac3p_power_compensation

2017-07-31 Thread James Almer
ffmpeg | branch: master | James Almer | Thu Jul 20 15:37:36 2017 -0300| [8f2f166c99df9d0fcfdabe3adb2041f9fa3bfaa2] | committer: James Almer avcodec/atrac3p: use float_dsp in ff_atrac3p_power_compensation Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avcodec/htmlsubtitles: fix format specifier in av_bprintf calls

2017-08-03 Thread James Almer
ffmpeg | branch: master | James Almer | Thu Aug 3 17:51:51 2017 -0300| [cae2f1db107dcaab31f29a717ce6f0f9b339088a] | committer: James Almer avcodec/htmlsubtitles: fix format specifier in av_bprintf calls > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] fate: update ref files for gray pixel formats changes

2017-08-07 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Aug 8 01:34:18 2017 -0300| [45759540a5597bb6811afc749baa637f778a5ca0] | committer: James Almer fate: update ref files for gray pixel formats changes > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=45759540a5597bb6811afc749baa637f778a5

[FFmpeg-cvslog] avformat/movenc: reindent after the previous commit

2017-08-09 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Aug 9 23:15:38 2017 -0300| [c100330a8ff4deef2a4994a9e55d387a00ea3cff] | committer: James Almer avformat/movenc: reindent after the previous commit > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c100330a8ff4deef2a4994a9e55d387a00ea3

[FFmpeg-cvslog] checkasm/vf_blend: rename addition128 and difference128 to grainmerge and grainextract

2017-08-24 Thread James Almer
ffmpeg | branch: master | James Almer | Thu Aug 24 23:39:05 2017 -0300| [e51073fe00d2f7ae1c455d441b305e2b5c8251bc] | committer: James Almer checkasm/vf_blend: rename addition128 and difference128 to grainmerge and grainextract This was missing from f8d0689d3f. Fixes checkasm. > h

[FFmpeg-cvslog] avcodec: make the avcodec_get_chroma_sub_sample deprecation effective

2017-08-25 Thread James Almer
ffmpeg | branch: master | James Almer | Fri Aug 25 12:09:26 2017 -0300| [2c800eb7375c65ffd56164b03bb035bdb3f1e172] | committer: James Almer avcodec: make the avcodec_get_chroma_sub_sample deprecation effective Reviewed-by: Ronald S. Bultje > http://git.videolan.org/gitweb.cgi/ffmpeg.git

[FFmpeg-cvslog] avcodec: add missing FF_API_DEBUG_MV wrappers

2017-08-25 Thread James Almer
ffmpeg | branch: master | James Almer | Fri Aug 25 13:44:52 2017 -0300| [8a0954dd51ca5c8f8e1c6d2c2d0961ae24055814] | committer: James Almer avcodec: add missing FF_API_DEBUG_MV wrappers Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avcoec/snowenc: silence some deprecation warnings

2017-08-26 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Aug 26 22:08:47 2017 -0300| [257f0d09f7b40050aee9cede5778d4df938dfc86] | committer: James Almer avcoec/snowenc: silence some deprecation warnings > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=257f0d09f7b40050aee9cede5778d4df938df

[FFmpeg-cvslog] avcodec/snowenc: fix setting motion_est option

2017-08-28 Thread James Almer
ffmpeg | branch: master | James Almer | Fri Aug 25 21:03:00 2017 -0300| [95a6de5674ab8f5116241cfa4bb02a0954b843d8] | committer: James Almer avcodec/snowenc: fix setting motion_est option Remove usage of FF_MPV_COMMON_OPTS, and set SnowContext.motion_est directly. Based on code from svq1enc.c

[FFmpeg-cvslog] fate: remove usage of deprecated AVCodecContext.me_method in vsynth snow tests

2017-08-30 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Aug 30 14:06:49 2017 -0300| [350dc01dcb80345eafe45e85850bc8f8028e298d] | committer: James Almer fate: remove usage of deprecated AVCodecContext.me_method in vsynth snow tests Signed-off-by: James Almer > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] fate: stop using deprecated filter syntax in hls tests

2017-08-30 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Aug 30 14:14:54 2017 -0300| [ec07574a15bacabe0f6e4e496842e4935862c094] | committer: James Almer fate: stop using deprecated filter syntax in hls tests Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avfilter/vf_mcdeint: free the AVCodecContext struct properly

2017-08-30 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Aug 30 14:34:04 2017 -0300| [f7d4c60ac47547f69ddc96e7bed682f54436cd1a] | committer: James Almer avfilter/vf_mcdeint: free the AVCodecContext struct properly Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] postproc: remove usage of deprecated QP_STORE_T define

2017-08-30 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Aug 30 14:43:22 2017 -0300| [2b7da70a70fef364f9a42e69b6d34133b3d089f8] | committer: James Almer postproc: remove usage of deprecated QP_STORE_T define Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avfilter/vf_mcdeint: remove usage of deprecated AVCodecContext.me_method

2017-08-30 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Aug 28 13:40:06 2017 -0300| [027c682fa07999820a11cbcbf7a7ba9edbb9ecab] | committer: James Almer avfilter/vf_mcdeint: remove usage of deprecated AVCodecContext.me_method Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git

[FFmpeg-cvslog] ffmpeg_opt: add proper deprecation guards to lowres code

2017-08-30 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Aug 30 22:31:35 2017 -0300| [6e131a7cd970a39bcc8cbfdd32d10a90e3ab51c5] | committer: James Almer ffmpeg_opt: add proper deprecation guards to lowres code Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

<    1   2   3   4   5   6   7   8   9   10   >