[FFmpeg-cvslog] af_hdcd: only hdcd_update_info() when something changes

2016-07-14 Thread Burt P
ffmpeg | branch: master | Burt P | Tue Jul 12 12:54:08 2016 -0500| [5c7457c028561acca894b8298745b328c2e0c381] | committer: Michael Niedermayer af_hdcd: only hdcd_update_info() when something changes Only call hdcd_update_info() when the control code changes instead of every frame, so the count

[FFmpeg-cvslog] af_hdcd: fewer false positives by ignoring code_counterC in HDCD detection

2016-07-14 Thread Burt P
ffmpeg | branch: master | Burt P | Tue Jul 12 12:54:07 2016 -0500| [33fc4cc7c6bd68ad899398678af478400c87cebf] | committer: Michael Niedermayer af_hdcd: fewer false positives by ignoring code_counterC in HDCD detection Signed-off-by: Burt P Signed-off-by: Michael Niedermayer > http://git.vid

[FFmpeg-cvslog] af_hdcd: detect and report encoding errors and oddities

2016-07-14 Thread Burt P
ffmpeg | branch: master | Burt P | Tue Jul 12 12:54:10 2016 -0500| [c41718c0d0e670122ea7b77bd0b50d3f807527ad] | committer: Michael Niedermayer af_hdcd: detect and report encoding errors and oddities Count and report when a code is signaled but fails to match a known pattern. For example try Lī

Re: [FFmpeg-cvslog] mov: Support prores with multiple stsd

2016-07-14 Thread compn
On Wed, 13 Jul 2016 17:06:43 +0200 (CEST) g...@videolan.org (Vittorio Giovara) wrote: > ffmpeg | branch: master | Vittorio Giovara > | Thu Jun 9 18:55:19 2016 -0400| > [846a3e78a535f05ee61bb23a160f3378f041f751] | committer: Vittorio > Giovara > > mov: Support prores with multiple stsd > > This

[FFmpeg-cvslog] avformat/segment: remove the check_bitstream from segment

2016-07-14 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Thu Jul 14 06:37:02 2016 +0800| [e29d2d9c92e19b0caf05a2064d132ccdecdfc3d5] | committer: Michael Niedermayer avformat/segment: remove the check_bitstream from segment because the BSF logic was re-factored into a shareable function and both av_write_frame a

[FFmpeg-cvslog] fate: Add TrueMotion 2 RT tests

2016-07-14 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara | Fri Jun 3 11:53:25 2016 -0400| [523c4c5b70994f5cd1f192b68d07cf24b292ca05] | committer: Vittorio Giovara fate: Add TrueMotion 2 RT tests > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=523c4c5b70994f5cd1f192b68d07cf24b292ca05 --- tests

[FFmpeg-cvslog] Merge commit '523c4c5b70994f5cd1f192b68d07cf24b292ca05'

2016-07-14 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Thu Jul 14 19:37:14 2016 +0200| [def850676625417d27176a458787545330ab9427] | committer: Clément Bœsch Merge commit '523c4c5b70994f5cd1f192b68d07cf24b292ca05' * commit '523c4c5b70994f5cd1f192b68d07cf24b292ca05': fate: Add TrueMotion 2 RT tests Merged

[FFmpeg-cvslog] Merge commit 'b25cd7540e7cba9868edc13817c0ce1ddef90ffc'

2016-07-14 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Thu Jul 14 19:41:37 2016 +0200| [2c138b2c9b0ec92d9baf704498b1a32a989d03c5] | committer: Clément Bœsch Merge commit 'b25cd7540e7cba9868edc13817c0ce1ddef90ffc' * commit 'b25cd7540e7cba9868edc13817c0ce1ddef90ffc': h264: pass a H2645NAL to slice header d

[FFmpeg-cvslog] h264: pass a H2645NAL to slice header decoding

2016-07-14 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Mon May 16 09:34:44 2016 +0200| [b25cd7540e7cba9868edc13817c0ce1ddef90ffc] | committer: Anton Khirnov h264: pass a H2645NAL to slice header decoding Replace the decoder-global nal_unit_type/nal_ref_idc variables with the per-NAL ones. The decoder-globa

[FFmpeg-cvslog] fate: Move Duck Truemotion 1 and 2 tests to vpx.mak

2016-07-14 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara | Fri Jun 3 15:51:30 2016 -0400| [906ffed9b1b8b06979eb656989aecacb1ae75a3a] | committer: Vittorio Giovara fate: Move Duck Truemotion 1 and 2 tests to vpx.mak > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=906ffed9b1b8b06979eb656989aecacb

[FFmpeg-cvslog] Merge commit '906ffed9b1b8b06979eb656989aecacb1ae75a3a'

2016-07-14 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Thu Jul 14 19:33:20 2016 +0200| [e28d66052dd3f9aab41631e229590df6819a5836] | committer: Clément Bœsch Merge commit '906ffed9b1b8b06979eb656989aecacb1ae75a3a' * commit '906ffed9b1b8b06979eb656989aecacb1ae75a3a': fate: Move Duck Truemotion 1 and 2 test

[FFmpeg-cvslog] lavc/truemotion2rt: mark AVPacket* as const

2016-07-14 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Thu Jul 14 19:29:43 2016 +0200| [bec7145252165249da9e1d447197cca120856057] | committer: Clément Bœsch lavc/truemotion2rt: mark AVPacket* as const > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=bec7145252165249da9e1d447197cca120856057 ---

[FFmpeg-cvslog] Add TrueMotion 2.0 Real Time decoder

2016-07-14 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Fri Jun 17 12:30:34 2016 -0400| [470cd0c5fe6337b6cb5276b3f84400999450fc1b] | committer: Vittorio Giovara Add TrueMotion 2.0 Real Time decoder Signed-off-by: Paul B Mahol Signed-off-by: Vittorio Giovara > http://git.videolan.org/gitweb.cgi/ffmpeg.git/

[FFmpeg-cvslog] Merge commit '470cd0c5fe6337b6cb5276b3f84400999450fc1b'

2016-07-14 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Thu Jul 14 19:17:09 2016 +0200| [93c13886a2d679a88bdecfd9ca39c0120f71fcb9] | committer: Clément Bœsch Merge commit '470cd0c5fe6337b6cb5276b3f84400999450fc1b' * commit '470cd0c5fe6337b6cb5276b3f84400999450fc1b': Add TrueMotion 2.0 Real Time decoder M

[FFmpeg-cvslog] lavc/codec_desc: move a few codecs out of the image codecs list

2016-07-14 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Thu Jul 14 19:10:00 2016 +0200| [87e9cefa9110bf16909194666a79587027a2d319] | committer: Clément Bœsch lavc/codec_desc: move a few codecs out of the image codecs list Also shuffle them a little to simplify next Libav merge. > http://git.videolan.org/gi

[FFmpeg-cvslog] fate/video: use FATE_VIDEO instead of FATE_SAMPLES_AVCONV

2016-07-14 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Thu Jul 14 19:01:51 2016 +0200| [9e6bb3b6eebdf8f8f7d171005c21e8714437c1b5] | committer: Clément Bœsch fate/video: use FATE_VIDEO instead of FATE_SAMPLES_AVCONV Consistent with the rest of the rules > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=co

[FFmpeg-cvslog] Merge commit 'cc58656aca95b5ab517989a9524b9a2b1c5653cf'

2016-07-14 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Thu Jul 14 18:57:37 2016 +0200| [cd02df52567d417e3efeda8fbaa36a2753a0e0cf] | committer: Clément Bœsch Merge commit 'cc58656aca95b5ab517989a9524b9a2b1c5653cf' * commit 'cc58656aca95b5ab517989a9524b9a2b1c5653cf': fate: Add tests for MagicYUV Merged-by

[FFmpeg-cvslog] fate: Add tests for MagicYUV

2016-07-14 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara | Fri Jun 3 15:51:32 2016 -0400| [cc58656aca95b5ab517989a9524b9a2b1c5653cf] | committer: Vittorio Giovara fate: Add tests for MagicYUV > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=cc58656aca95b5ab517989a9524b9a2b1c5653cf --- tests/fa

[FFmpeg-cvslog] Merge commit 'd78fd2fa21cde28465e40dd0be4446b1387d22a6'

2016-07-14 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Thu Jul 14 18:39:46 2016 +0200| [c3e2e842fa9141a4776238803100b63e14c79368] | committer: Clément Bœsch Merge commit 'd78fd2fa21cde28465e40dd0be4446b1387d22a6' * commit 'd78fd2fa21cde28465e40dd0be4446b1387d22a6': Add MagicYUV decoder Changes observed

[FFmpeg-cvslog] Add MagicYUV decoder

2016-07-14 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sat Jun 18 18:23:28 2016 -0400| [d78fd2fa21cde28465e40dd0be4446b1387d22a6] | committer: Vittorio Giovara Add MagicYUV decoder Signed-off-by: Paul B Mahol Signed-off-by: Vittorio Giovara > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d78f

[FFmpeg-cvslog] avformat/mux: Apply auto bsfs in av_write_frame() too

2016-07-14 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Jul 13 19:08:45 2016 +0200| [a2c90d5f9828fed298a0b6ac87067a01216b0395] | committer: Michael Niedermayer avformat/mux: Apply auto bsfs in av_write_frame() too Reviewed-by: Steven Liu Signed-off-by: Michael Niedermayer > http://git.videolan.

[FFmpeg-cvslog] avformat/mux: Factor do_packet_auto_bsf() out

2016-07-14 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Jul 13 19:08:44 2016 +0200| [de9674c5eacc076894bd0f94bee0001ba6ab8344] | committer: Michael Niedermayer avformat/mux: Factor do_packet_auto_bsf() out Reviewed-by: Steven Liu Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitw

[FFmpeg-cvslog] lavf/mov: fix stream extradata_size allocation

2016-07-14 Thread Matthieu Bouron
ffmpeg | branch: master | Matthieu Bouron | Wed Jul 13 22:46:44 2016 +0200| [6c8942cdfb8b7228237842cdef2615100e0f1d59] | committer: Matthieu Bouron lavf/mov: fix stream extradata_size allocation Fixes CID 1363963. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6c8942cdfb8b7228237