[FFmpeg-cvslog] avcodec/dvbsubdec: Do not stop decoding at a invalid depth

2015-08-04 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Aug 4 23:43:57 2015 +0200| [e5774f28d15887d36da25ae1ef2f1b3d7a75f449] | committer: Michael Niedermayer avcodec/dvbsubdec: Do not stop decoding at a invalid depth This corrects parsing the later elements Fixes Ticket4754 Signed-off-by: Mich

[FFmpeg-cvslog] avcodec/nvenc: Add support for 2pass rc in vbr mode

2015-08-04 Thread Timo Rothenpieler
ffmpeg | branch: master | Timo Rothenpieler | Tue Aug 4 19:57:10 2015 +0200| [2ae45816b2f38928f69b01736ce56298ff1cbcb6] | committer: Timo Rothenpieler avcodec/nvenc: Add support for 2pass rc in vbr mode Thanks to WereCatf for pointing out this now exists. Github: Closes #143 > http://git.vi

[FFmpeg-cvslog] avcodec/nvenc: Only set h264 parameter when encoding h264

2015-08-04 Thread Timo Rothenpieler
ffmpeg | branch: master | Timo Rothenpieler | Tue Aug 4 19:49:42 2015 +0200| [3a20e5bc3b8cd7ed1066ae184772ea1858d9eeea] | committer: Timo Rothenpieler avcodec/nvenc: Only set h264 parameter when encoding h264 > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3a20e5bc3b8cd7ed1066ae18

[FFmpeg-cvslog] avcodec/nvenc: Fix indentation

2015-08-04 Thread Timo Rothenpieler
ffmpeg | branch: master | Timo Rothenpieler | Tue Aug 4 19:47:32 2015 +0200| [bef740688d7d3838bab1caa01a597aa324de3b8c] | committer: Timo Rothenpieler avcodec/nvenc: Fix indentation > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=bef740688d7d3838bab1caa01a597aa324de3b8c --- liba

[FFmpeg-cvslog] wmv2enc: remove duplicate priv_class in codec definition

2015-08-04 Thread Hendrik Leppkes
ffmpeg | branch: master | Hendrik Leppkes | Tue Aug 4 21:34:16 2015 +0200| [bec062e57c11cb9f8ae20e7b5fd9e6646984550a] | committer: Hendrik Leppkes wmv2enc: remove duplicate priv_class in codec definition > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=bec062e57c11cb9f8ae20e7b5fd9e

[FFmpeg-cvslog] lavf/swf: Fix auto-detection of compressed files.

2015-08-04 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Tue Aug 4 21:32:01 2015 +0200| [128e722bc10197320eef6c0f9948be7857afba86] | committer: Carl Eugen Hoyos lavf/swf: Fix auto-detection of compressed files. Fixes auto-detection of compressed swf files as in http://samples.ffmpeg.org/SWF/compressed-sw

[FFmpeg-cvslog] x86inc: Drop SECTION_TEXT macro

2015-08-04 Thread Henrik Gramner
ffmpeg | branch: master | Henrik Gramner | Wed May 27 21:38:14 2015 +0200| [f0b7882ceb791ff32267ad97bd21a09e9cbf83d5] | committer: Henrik Gramner x86inc: Drop SECTION_TEXT macro The .text section is already 16-byte aligned by default on all supported platforms so `SECTION_TEXT` isn't any diffe

[FFmpeg-cvslog] x86inc: Support arbitrary stack alignments

2015-08-04 Thread Henrik Gramner
ffmpeg | branch: master | Henrik Gramner | Mon Feb 10 00:58:04 2014 +0200| [826790f59640a84813e8dd81c2bba559516f8e4d] | committer: Henrik Gramner x86inc: Support arbitrary stack alignments Change ALLOC_STACK to always align the stack before allocating stack space for consistency. Previously al

[FFmpeg-cvslog] ffmpeg: avoid scanf in keyboard command parsing

2015-08-04 Thread Hendrik Leppkes
ffmpeg | branch: master | Hendrik Leppkes | Mon Aug 3 22:02:17 2015 +0200| [2ab5002e3cd27cfa8f70035369d554c97739c4d0] | committer: Hendrik Leppkes ffmpeg: avoid scanf in keyboard command parsing Mixing stdio and low-level IO on stdin is not safe. > http://git.videolan.org/gitweb.cgi/ffmpeg.g

[FFmpeg-cvslog] ffmpeg: remove access to private FILE struct members on Windows

2015-08-04 Thread Hendrik Leppkes
ffmpeg | branch: master | Hendrik Leppkes | Mon Aug 3 17:08:49 2015 +0200| [99f8fc725de4de7dcb8f125220e17082ea4b81cc] | committer: Hendrik Leppkes ffmpeg: remove access to private FILE struct members on Windows The FILE struct is opaque in MSVC 2015, and the members of this struct were never

[FFmpeg-cvslog] avcodec/vdpau_hevc: Remove experimental flag

2015-08-04 Thread Philip Langdale
ffmpeg | branch: master | Philip Langdale | Mon Aug 3 20:58:05 2015 -0700| [aa10f0aab0e2729e0a5edbd7b6838658d63421e1] | committer: Philip Langdale avcodec/vdpau_hevc: Remove experimental flag The latest nvidia 355.06 drivers fixes the interleaving bug when video surfaces are rendered. It stil

[FFmpeg-cvslog] MAINTAINERS: Add myself to vdpau maintainers

2015-08-04 Thread Philip Langdale
ffmpeg | branch: master | Philip Langdale | Mon Aug 3 08:19:54 2015 -0700| [3c8652208b1a7a9765f696b56b747f1f72634a62] | committer: Philip Langdale MAINTAINERS: Add myself to vdpau maintainers > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3c8652208b1a7a9765f696b56b747f1f72634a62

[FFmpeg-cvslog] avcodec/vdpau_hevc: Properly signal the num_delta_pocs from the SPS RPS

2015-08-04 Thread Philip Langdale
ffmpeg | branch: master | Philip Langdale | Sat Jun 13 10:53:42 2015 -0700| [f038bbd4edd7626922656ce1fe6bc8ff57feffa0] | committer: Philip Langdale avcodec/vdpau_hevc: Properly signal the num_delta_pocs from the SPS RPS This is the same fix that Hendrik made to dxva2_hevc. It should be equally

[FFmpeg-cvslog] avfilter/avf_showspectrum: reindent

2015-08-04 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue Aug 4 15:18:51 2015 +0200| [63c442e3b1fef3614970063f2b4bd79f92f8b2fc] | committer: Paul B Mahol avfilter/avf_showspectrum: reindent > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=63c442e3b1fef3614970063f2b4bd79f92f8b2fc --- libavfilte

[FFmpeg-cvslog] lavd/v4l2: Use AVSTREAM_PARSE_FULL_ONCE when reading a h264 stream.

2015-08-04 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Tue Aug 4 14:59:26 2015 +0200| [4c4f14c7179c1c79f71a3036e537b1c1dbc50030] | committer: Carl Eugen Hoyos lavd/v4l2: Use AVSTREAM_PARSE_FULL_ONCE when reading a h264 stream. Reported, debugged and tested by trac user noah. Fixes ticket #4644. > http

[FFmpeg-cvslog] lavc/dvbsub: Do not fail on clut depth 0.

2015-08-04 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Tue Aug 4 15:01:22 2015 +0200| [087c0a0a934abcb8e608020cf907c9e88b75f401] | committer: Carl Eugen Hoyos lavc/dvbsub: Do not fail on clut depth 0. Fixes ticket #4752. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=087c0a0a934abcb8e6080

[FFmpeg-cvslog] avcodec/dvbsubdec: Allow selecting the substream, or all substreams

2015-08-04 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Jul 27 16:31:05 2015 +0200| [3f87a17063314dd161d389761f5baa1cda8e61f1] | committer: Michael Niedermayer avcodec/dvbsubdec: Allow selecting the substream, or all substreams Fixes Ticket 2161 Signed-off-by: Michael Niedermayer > http://git.v

[FFmpeg-cvslog] lavf/mxfdec: support segmented frame layout as separate fields layout

2015-08-04 Thread Matthieu Bouron
ffmpeg | branch: master | Matthieu Bouron | Wed Jul 22 15:29:42 2015 +0200| [f6518e51b8ed9909bb70ddeae24cff2a15bfa391] | committer: Michael Niedermayer lavf/mxfdec: support segmented frame layout as separate fields layout According to S377M, segmented frame layout is identical to separate fiel

[FFmpeg-cvslog] avcodec/ffv1enc: fix assertion failure with unset bits per raw sample

2015-08-04 Thread Michael Niedermayer
ffmpeg | branch: release/2.7 | Michael Niedermayer | Mon Jul 20 02:10:04 2015 +0200| [b1863e3d948474cfca995c34209912f3c8a3a753] | committer: Carl Eugen Hoyos avcodec/ffv1enc: fix assertion failure with unset bits per raw sample Signed-off-by: Michael Niedermayer (cherry picked from commit 749

[FFmpeg-cvslog] configure: Silence error messages when probing compiler.

2015-08-04 Thread Shiz
ffmpeg | branch: master | Shiz | Mon Aug 3 12:20:59 2015 +0200| [2480da12a41edc084a7b697187ef1844fb6779a5] | committer: Michael Niedermayer configure: Silence error messages when probing compiler. On Xcode's clang on OS X, $cc --version will output a 'Configured with:' line to stderr, which cl