[FFmpeg-cvslog] compat/solaris/make_sunver.pl: Use /usr/bin/env perl instead of /usr/bin/ perl

2015-10-19 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Oct 18 02:20:32 2015 +0200| [e91cd8a9c46f511776e514b485d8250d0cba59b3] | committer: Michael Niedermayer compat/solaris/make_sunver.pl: Use /usr/bin/env perl instead of /usr/bin/perl This is how the other perl scripts in git call perl Reviewe

[FFmpeg-cvslog] huffyuvencdsp: Use intptr_t for width

2015-10-19 Thread Timothy Gu
ffmpeg | branch: master | Timothy Gu | Mon Oct 19 02:12:28 2015 +0100| [068e6cb73205d08ed76befd43dbd8b5a17ff3b22] | committer: Timothy Gu huffyuvencdsp: Use intptr_t for width It is done this way in huffyuvdsp as well. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=068e6cb73205d0

[FFmpeg-cvslog] x86: fpel: Remove erroneous ff_put_pixels8_mmxext prototype

2015-10-19 Thread Timothy Gu
ffmpeg | branch: master | Timothy Gu | Sat Oct 17 16:34:07 2015 -0700| [607f820ec7c99c86f0ec25057bd6ca68179ed9b8] | committer: Timothy Gu x86: fpel: Remove erroneous ff_put_pixels8_mmxext prototype This function does not exist. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=607f8

[FFmpeg-cvslog] x86: vc1dsp_mmx: Move yasm initiation steps to vc1dsp_init

2015-10-19 Thread Timothy Gu
ffmpeg | branch: master | Timothy Gu | Sat Oct 17 16:38:00 2015 -0700| [a079cbf458fc5718dfdd396170fcfd9a5a923bba] | committer: Timothy Gu x86: vc1dsp_mmx: Move yasm initiation steps to vc1dsp_init That's where all yasm initiation steps are. Also removes the overlap between the two files. > ht

[FFmpeg-cvslog] x86: fpel: Move prototypes for 4-px block functions

2015-10-19 Thread Timothy Gu
ffmpeg | branch: master | Timothy Gu | Sat Oct 17 16:32:08 2015 -0700| [cb6f1f8bf95e13ebb9773b5f14ba1d81c3356b9e] | committer: Timothy Gu x86: fpel: Move prototypes for 4-px block functions > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=cb6f1f8bf95e13ebb9773b5f14ba1d81c3356b9e ---

[FFmpeg-cvslog] avcodec/mpegaudio_parser: Update comment to match code

2015-10-19 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Oct 19 22:14:10 2015 +0200| [fb4d350ff309b8e475771a0adfc888b9bfaebbd4] | committer: Michael Niedermayer avcodec/mpegaudio_parser: Update comment to match code Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.gi

[FFmpeg-cvslog] vp9_parser: fix endless loop w/0-sized frame

2015-10-19 Thread James Zern
ffmpeg | branch: master | James Zern | Fri Oct 16 15:28:55 2015 -0700| [7b4367d93ea2a34baeab2c734630df5e0f11d4c1] | committer: James Zern vp9_parser: fix endless loop w/0-sized frame treat this the same as an over-sized superframe packet to break out of the parser loop and allow the decoder to