[FFmpeg-cvslog] ppc: pixblockdsp: do unaligned block accesses correctly again

2016-11-02 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Wed Nov 2 21:28:49 2016 +0100| [3932ccc472ad4f4d370dcfc1c2f574b0f3acb88c] | committer: Andreas Cadhalpun ppc: pixblockdsp: do unaligned block accesses correctly again This was broken by the following Libav commit: 4c387c7 ppc: dsputil: do unaligne

[FFmpeg-cvslog] avformat: close parser if codec changed

2016-11-02 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Mon Oct 17 20:26:51 2016 +0200| [f84ae3f04aa074afeaeafe6b478d603ce46df55e] | committer: Andreas Cadhalpun avformat: close parser if codec changed The parser depends on the codec and thus must not be used with a different one. If it is, the 'avctx->

[FFmpeg-cvslog] crystalhd: Update high level description

2016-11-02 Thread Philip Langdale
ffmpeg | branch: master | Philip Langdale | Sun Oct 16 14:14:52 2016 -0700| [d0a9af851ee8b5254c035cfbe6c59d92887e] | committer: Philip Langdale crystalhd: Update high level description We don't need to document the horrible hacks that we removed. > http://git.videolan.org/gitweb.cgi/ffmpe

[FFmpeg-cvslog] crystalhd: Simplify output frame handling

2016-11-02 Thread Philip Langdale
ffmpeg | branch: master | Philip Langdale | Sun Oct 16 14:06:13 2016 -0700| [a07c07e7aa627578cc532657088d0f9d12207ab1] | committer: Philip Langdale crystalhd: Simplify output frame handling The old code had to retain a partial frame across two calls in the case of separate interlaced fields. N

[FFmpeg-cvslog] crystalhd: We don't need the track the last picture number anymore

2016-11-02 Thread Philip Langdale
ffmpeg | branch: master | Philip Langdale | Sun Oct 16 11:01:40 2016 -0700| [89ba55dc0dfa5495be6e68d13a60de44560129af] | committer: Philip Langdale crystalhd: We don't need the track the last picture number anymore This was needed to detect an interlaced failure case that doesn't happen with t

[FFmpeg-cvslog] crystalhd: Fix up the missing first sample

2016-11-02 Thread Philip Langdale
ffmpeg | branch: master | Philip Langdale | Sat Oct 15 13:30:52 2016 -0700| [234d3cbf469e9feef255e229202d4b029e66e9fe] | committer: Philip Langdale crystalhd: Fix up the missing first sample Why on earth the hardware returns garbage for the first sample of a decoded picture is anyone's guess.

[FFmpeg-cvslog] crystalhd: Revert back to letting hardware handle packed b-frames

2016-11-02 Thread Philip Langdale
ffmpeg | branch: master | Philip Langdale | Sat Oct 15 15:50:29 2016 -0700| [6cc390dd5a53623de14010c0ae9067e345e36565] | committer: Philip Langdale crystalhd: Revert back to letting hardware handle packed b-frames I'm not sure why, but the mpeg4_unpack_bframes bsf is not interacting well with

[FFmpeg-cvslog] crystalhd: Switch to new decode API and remove the insanity

2016-11-02 Thread Philip Langdale
ffmpeg | branch: master | Philip Langdale | Sun Oct 9 20:46:38 2016 -0700| [b5d714f493946f02b957f57e491321abc816e753] | committer: Philip Langdale crystalhd: Switch to new decode API and remove the insanity The new decode API allows for m:n decode patterns, which is what you need to use this

[FFmpeg-cvslog] crystalhd: Remove trust_interlaced heuristic

2016-11-02 Thread Philip Langdale
ffmpeg | branch: master | Philip Langdale | Sun Oct 9 20:54:27 2016 -0700| [badce88fdf84b04704ada177a0811fe2c4b1a529] | committer: Philip Langdale crystalhd: Remove trust_interlaced heuristic It seems that without all the other 1:1 heuristics, we don't have a fundamental problem trusting the

[FFmpeg-cvslog] crystalhd: Remove h.264 parser

2016-11-02 Thread Philip Langdale
ffmpeg | branch: master | Philip Langdale | Tue Oct 11 21:00:17 2016 -0700| [13dbf77b8192a75ac365c256a3c2da03cc2617fd] | committer: Philip Langdale crystalhd: Remove h.264 parser Now that we don't need to do ridiculous things to work out if a frame is interlaced or not, we don't need an extra

[FFmpeg-cvslog] crystalhd: Loop for a frame internally where possible.

2016-11-02 Thread Philip Langdale
ffmpeg | branch: master | Philip Langdale | Tue Oct 11 20:17:06 2016 -0700| [3019b4f6480a5d8c38e0e32ef75dabe6e0f3ae98] | committer: Philip Langdale crystalhd: Loop for a frame internally where possible. It's not possible to return EAGAIN when we've passed input EOF and are in draining mode. If

[FFmpeg-cvslog] crystalhd: Keep NOPTS_VALUE so we know it's not there.

2016-11-02 Thread Philip Langdale
ffmpeg | branch: master | Philip Langdale | Sat Oct 15 12:44:32 2016 -0700| [0eb836942f5d6ff803e0374156ca21544e926e7c] | committer: Philip Langdale crystalhd: Keep NOPTS_VALUE so we know it's not there. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0eb836942f5d6ff803e0374156ca215

[FFmpeg-cvslog] avformat/matroskaenc: use display aspect ratio for DisplayWidth and DisplayHeight when possible

2016-11-02 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Oct 22 15:56:28 2016 -0300| [5cb57131d3bb2422858467828a5763646f004bbe] | committer: James Almer avformat/matroskaenc: use display aspect ratio for DisplayWidth and DisplayHeight when possible This avoids potential rounding errors and guarantees the s

[FFmpeg-cvslog] avformat/matroskaenc: support writing Chroma Location elements

2016-11-02 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Oct 15 11:17:37 2016 -0300| [bab6b606752e5ba93f9d2d1b71f264dc8e3031b3] | committer: James Almer avformat/matroskaenc: support writing Chroma Location elements Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=bab

[FFmpeg-cvslog] avformat/mpegtsenc: Add option to mark stream begin as discontinuous

2016-11-02 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Nov 2 00:51:52 2016 +0100| [a566c952f905639456966413fee0b5701867ddcd] | committer: Michael Niedermayer avformat/mpegtsenc: Add option to mark stream begin as discontinuous This avoids continuity check failures in concatenated streams Review

[FFmpeg-cvslog] lavc: Add hevc main10 profile to ffmpeg cli

2016-11-02 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara | Tue Nov 1 19:17:37 2016 -0400| [271afd632f4de87db99ec085e75446b648dc6e60] | committer: Michael Niedermayer lavc: Add hevc main10 profile to ffmpeg cli Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=

[FFmpeg-cvslog] avcodec/sunrast: Fix input buffer pointer check

2016-11-02 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Nov 1 19:24:49 2016 +0100| [37138338ff602803d174b13fecd363a083bc2f9a] | committer: Michael Niedermayer avcodec/sunrast: Fix input buffer pointer check Fixes: out of array read Fixes: poc.dat Found-by: Bingchang, Liu @VARAS of IIE Tested-by:

[FFmpeg-cvslog] lavf/segment: fix autobsf

2016-11-02 Thread Rodger Combs
ffmpeg | branch: master | Rodger Combs | Wed Oct 26 22:03:02 2016 -0500| [8e6478b723affe4d44f94d34b98e0c47f6a0b411] | committer: Rodger Combs lavf/segment: fix autobsf > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8e6478b723affe4d44f94d34b98e0c47f6a0b411 --- libavformat/segment

[FFmpeg-cvslog] tests/fate/avformat: add segment.c tests

2016-11-02 Thread Rodger Combs
ffmpeg | branch: master | Rodger Combs | Thu Oct 27 01:16:08 2016 -0500| [d401c37ef5036a12c03d4cbdbbde561d9a7ba4b3] | committer: Rodger Combs tests/fate/avformat: add segment.c tests > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d401c37ef5036a12c03d4cbdbbde561d9a7ba4b3 --- test

[FFmpeg-cvslog] lavf/matroskaenc: don't try to modify the header when live-streaming

2016-11-02 Thread Rodger Combs
ffmpeg | branch: master | Rodger Combs | Thu Oct 27 01:10:47 2016 -0500| [1a958f4eb0984fada564a5648d211b408ebb8c3d] | committer: Rodger Combs lavf/matroskaenc: don't try to modify the header when live-streaming > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1a958f4eb0984fada564a56

[FFmpeg-cvslog] lavf/matroskaenc: fix uninitialized read

2016-11-02 Thread Rodger Combs
ffmpeg | branch: master | Rodger Combs | Thu Oct 27 01:09:23 2016 -0500| [be28ce210d5674603838e67509fc597f30c1bb1c] | committer: Rodger Combs lavf/matroskaenc: fix uninitialized read > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=be28ce210d5674603838e67509fc597f30c1bb1c --- liba