[FFmpeg-cvslog] rtpenc_jpeg: handle case of picture dimensions not dividing by 8

2015-04-10 Thread Andrey Utkin
ffmpeg | branch: master | Andrey Utkin | Sat Apr 11 00:54:10 2015 +0300| [7f64a7503b19b39f1251e4380987034c569bebf5] | committer: Michael Niedermayer rtpenc_jpeg: handle case of picture dimensions not dividing by 8 This fixes the calculation of the number of needed blocks to make sure that ALL

[FFmpeg-cvslog] vfwcap: Unbreak building after c201069fa

2015-04-10 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Fri Apr 10 12:22:33 2015 +0300| [4f373a5111f900af54301907132942f95276285c] | committer: Martin Storsjö vfwcap: Unbreak building after c201069fa These headers can't be included in any arbitrary order. Signed-off-by: Martin Storsjö > http://git.video

[FFmpeg-cvslog] Merge commit '4f373a5111f900af54301907132942f95276285c'

2015-04-10 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Apr 11 01:35:16 2015 +0200| [d4a6c9404601ccf0b035477699fa2a9b9b1f515a] | committer: Michael Niedermayer Merge commit '4f373a5111f900af54301907132942f95276285c' * commit '4f373a5111f900af54301907132942f95276285c': vfwcap: Unbreak building af

[FFmpeg-cvslog] doc: add aarch64 cpuflags to fftools documentation

2015-04-10 Thread James Almer
ffmpeg | branch: master | James Almer | Fri Apr 10 20:52:29 2015 -0300| [9fc45681e0c4736e4475966a70402d22c76a2965] | committer: James Almer doc: add aarch64 cpuflags to fftools documentation Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9fc45681e0c4736

[FFmpeg-cvslog] doc: add missing x86 cpuflags to fftools documentation

2015-04-10 Thread James Almer
ffmpeg | branch: master | James Almer | Fri Apr 10 20:51:11 2015 -0300| [410c93cfd5ab509d8c9f907f88ae09a87fb743e6] | committer: James Almer doc: add missing x86 cpuflags to fftools documentation Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=410c93cfd5a

[FFmpeg-cvslog] doc: add missing arm cpuflags to fftools documentation

2015-04-10 Thread James Almer
ffmpeg | branch: master | James Almer | Fri Apr 10 20:51:35 2015 -0300| [666ec9bd097201eaacb9c04da526cb2710cb9cab] | committer: James Almer doc: add missing arm cpuflags to fftools documentation Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=666ec9bd097

[FFmpeg-cvslog] texi2pod: Handle @verbatim

2015-04-10 Thread Timothy Gu
ffmpeg | branch: master | Timothy Gu | Fri Apr 10 10:47:55 2015 -0700| [5faca08cafc17247ad392620e3b26ab4a70dc4ce] | committer: Michael Niedermayer texi2pod: Handle @verbatim Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5faca08cafc17247ad39262

[FFmpeg-cvslog] Use @verbatim instead of @example for ASCII arts

2015-04-10 Thread Timothy Gu
ffmpeg | branch: master | Timothy Gu | Sun Mar 22 20:47:17 2015 -0700| [3d6069d01c8bb292286c4ada36a4f6155e8c8c53] | committer: Michael Niedermayer Use @verbatim instead of @example for ASCII arts Partially fixes #3869. Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/

[FFmpeg-cvslog] tests: Do not include stdout/stderr or diff if the test passed

2015-04-10 Thread Timothy Gu
ffmpeg | branch: master | Timothy Gu | Fri Apr 10 10:51:11 2015 -0700| [1a562adb0101ac8372593b56ccd1bdb4ebb96b72] | committer: Michael Niedermayer tests: Do not include stdout/stderr or diff if the test passed FATE currently discards this information anyway, so why waste the disk space? Signe

[FFmpeg-cvslog] Add cabac test into fate

2015-04-10 Thread Timothy Gu
ffmpeg | branch: master | Timothy Gu | Fri Apr 10 10:27:35 2015 -0700| [28e2bf90b93ecd9e5d97ae5447861f8d8ec823fc] | committer: Michael Niedermayer Add cabac test into fate Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=28e2bf90b93ecd9e5d97ae544

[FFmpeg-cvslog] cabac-test: Return 1 if there are any errors

2015-04-10 Thread Timothy Gu
ffmpeg | branch: master | Timothy Gu | Fri Apr 10 10:27:34 2015 -0700| [744594685e815583fab8db515419f80b4cf0deec] | committer: Michael Niedermayer cabac-test: Return 1 if there are any errors Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=74459

[FFmpeg-cvslog] avcodec/libx265: print supported presets and tunes on error

2015-04-10 Thread James Almer
ffmpeg | branch: master | James Almer | Fri Apr 10 16:47:03 2015 -0300| [61090db29a3e8364431d46c16770425815f7608a] | committer: James Almer avcodec/libx265: print supported presets and tunes on error Based on code from libavcodec/libx264.c Reviewed-by: Derek Buitenhuis Signed-off-by: James Al