[FFmpeg-cvslog] aacdec: fix strict prototype warning

2015-10-21 Thread Hendrik Leppkes
ffmpeg | branch: master | Hendrik Leppkes | Wed Oct 21 12:50:44 2015 +0200| [4da52e3630343e8d3a79aef2cafcb6bf0b71e8da] | committer: Hendrik Leppkes aacdec: fix strict prototype warning Function protoypes without arguments require a void argument in C, instead of an empty list. > http://git.vi

[FFmpeg-cvslog] mmaldec: Fix avpriv_atomic_get usage

2015-10-21 Thread Julian Scheel
ffmpeg | branch: master | Julian Scheel | Wed Oct 21 09:00:33 2015 +0200| [da43e9e157a3c64337348b44193ab390bd481911] | committer: Michael Niedermayer mmaldec: Fix avpriv_atomic_get usage There is no avpriv_atomic_get, instead avpriv_atomic_int_get is to be used for integers. This fixes buildin

[FFmpeg-cvslog] huffyuvencdsp: Add ff_diff_bytes_{sse2,avx2}

2015-10-21 Thread Timothy Gu
ffmpeg | branch: master | Timothy Gu | Mon Oct 19 02:25:11 2015 +0100| [5e586e1befaab7b77883d73c0ebcb19f1d786ed8] | committer: Timothy Gu huffyuvencdsp: Add ff_diff_bytes_{sse2,avx2} SSE2 version 4%-35% faster than MMX depending on the width. AVX2 version 1%-13% faster than SSE2 depending on t

[FFmpeg-cvslog] huffyuvencdsp: Cherry pick changes left out in the last commit

2015-10-21 Thread Timothy Gu
ffmpeg | branch: master | Timothy Gu | Mon Oct 19 02:25:11 2015 +0100| [98da061461f5490bd6346869b84a49dc451f57c7] | committer: Timothy Gu huffyuvencdsp: Cherry pick changes left out in the last commit Oops. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=98da061461f5490bd6346869b8

[FFmpeg-cvslog] avfilter/vf_ssim: Add support for writing stats to stdout

2015-10-21 Thread Tobias Rapp
ffmpeg | branch: master | Tobias Rapp | Tue Oct 20 15:34:36 2015 +0200| [18e8fac531cb4b7db3d6d36b222c99e3e8968cfe] | committer: Michael Niedermayer avfilter/vf_ssim: Add support for writing stats to stdout Reviewed-by: Paul B Mahol Signed-off-by: Michael Niedermayer > http://git.videolan.or

[FFmpeg-cvslog] avcodec: rename avpriv_color_frame to ff_color_frame

2015-10-21 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Wed Oct 14 01:42:10 2015 +0200| [a4680e71707e59f6b646b989ac4e1bec24841941] | committer: Andreas Cadhalpun avcodec: rename avpriv_color_frame to ff_color_frame It is only used inside libavcodec. Reviewed-by: Michael Niedermayer Signed-off-by: Andr

[FFmpeg-cvslog] avcodec: drop 2 suffix from avpriv_ac3_parse_header2

2015-10-21 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Sat Oct 17 00:23:32 2015 +0200| [957f92729a3ea24c6f565ca33573ff12189e9a4e] | committer: Andreas Cadhalpun avcodec: drop 2 suffix from avpriv_ac3_parse_header2 avpriv_ac3_parse_header was removed in commit 3dfb643. Reviewed-by: Michael Niedermayer

[FFmpeg-cvslog] libavformat/mxfdec.c: cosmetics: Add missing space after '?' in log message.

2015-10-21 Thread Alexis Ballier
ffmpeg | branch: master | Alexis Ballier | Wed Oct 21 18:00:56 2015 +0200| [94ec82f14ab1c0295f2148ba4c00b71f83745dc5] | committer: Michael Niedermayer libavformat/mxfdec.c: cosmetics: Add missing space after '?' in log message. Reviewed-by: Tomas Härdin Signed-off-by: Michael Niedermayer >

[FFmpeg-cvslog] libavformat/mxfdec.c: Report dark metadata keys only when they match no parser at all, not everytime they fail to match one.

2015-10-21 Thread Alexis Ballier
ffmpeg | branch: master | Alexis Ballier | Wed Oct 21 18:00:57 2015 +0200| [12628e3369de1dcd6a2de21e089ee007e2cf951a] | committer: Michael Niedermayer libavformat/mxfdec.c: Report dark metadata keys only when they match no parser at all, not everytime they fail to match one. Reviewed-by: Toma

[FFmpeg-cvslog] vc1dsp: Port ff_vc1_put_ver_16b_shift2_mmx to yasm

2015-10-21 Thread Timothy Gu
ffmpeg | branch: master | Timothy Gu | Sat Oct 17 16:39:50 2015 -0700| [ab5f43e6342c4c07faf5c9ae87628d7d7c83abb6] | committer: Timothy Gu vc1dsp: Port ff_vc1_put_ver_16b_shift2_mmx to yasm This function is only used within other inline asm functions, hence the HAVE_MMX_INLINE guard. Per recent

[FFmpeg-cvslog] ffmpeg: log failed av_write_trailer

2015-10-21 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Thu Oct 15 00:06:12 2015 +0200| [a1240c0522d10b937ef5fb88c2134452ae352fb5] | committer: Marton Balint ffmpeg: log failed av_write_trailer Reviewed-by: Michael Niedermayer Signed-off-by: Marton Balint > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?

[FFmpeg-cvslog] ffmpeg: exit on av_write_trailer failure if exit_on_error is set

2015-10-21 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Thu Oct 15 00:08:43 2015 +0200| [f4730a58454283ef1141be4152b53a2b45e5a200] | committer: Marton Balint ffmpeg: exit on av_write_trailer failure if exit_on_error is set Reviewed-by: Michael Niedermayer Signed-off-by: Marton Balint > http://git.videola

[FFmpeg-cvslog] ffmpeg: factorize checking decoder result

2015-10-21 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Thu Oct 15 00:36:38 2015 +0200| [e2b416b68e85f3495d1a55f202dd405824c044c8] | committer: Marton Balint ffmpeg: factorize checking decoder result Reviewed-by: Michael Niedermayer Signed-off-by: Marton Balint > http://git.videolan.org/gitweb.cgi/ffmpeg

[FFmpeg-cvslog] ffmpeg: exit on corrupt packets or decoded frames if exit_on_error flag is present

2015-10-21 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Thu Oct 15 00:48:24 2015 +0200| [b69b43e2c471c4febbffaf313875396256b6a51e] | committer: Marton Balint ffmpeg: exit on corrupt packets or decoded frames if exit_on_error flag is present Reviewed-by: Michael Niedermayer Signed-off-by: Marton Balint >

[FFmpeg-cvslog] x86/Makefile: move decoder/encoder objects out of the subsystems section

2015-10-21 Thread James Almer
ffmpeg | branch: master | James Almer | Thu Oct 22 03:55:18 2015 -0300| [73353af6e559f2d9758915f490a28cef8d854af2] | committer: James Almer x86/Makefile: move decoder/encoder objects out of the subsystems section Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=co