[FFmpeg-cvslog] lavf/mpegtsenc: add special case for handling timed ID3 packets

2016-07-29 Thread Stefano Sabatini
ffmpeg | branch: master | Stefano Sabatini | Tue Apr 19 10:19:55 2016 +0200| [156b5bb9bf75777ee01b327ff3af01eeb4d7e3fd] | committer: Stefano Sabatini lavf/mpegtsenc: add special case for handling timed ID3 packets Set the stream_id to 0xbd (private_stream_id_1). Tools seem to assume that value

[FFmpeg-cvslog] h264: only allow ending a field/starting a new one before finish_setup()

2016-07-29 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Tue May 17 18:57:23 2016 +0200| [17e7c03e12d1e4490921e7bffaeaa6b46a7ada4e] | committer: Anton Khirnov h264: only allow ending a field/starting a new one before finish_setup() Doing this after ff_thread_finish_setup() is called is invalid and can confli

[FFmpeg-cvslog] Merge commit '17e7c03e12d1e4490921e7bffaeaa6b46a7ada4e'

2016-07-29 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Fri Jul 29 09:58:39 2016 +0200| [a63c73122e90fded87d3cb281cc85685c9425a84] | committer: Clément Bœsch Merge commit '17e7c03e12d1e4490921e7bffaeaa6b46a7ada4e' * commit '17e7c03e12d1e4490921e7bffaeaa6b46a7ada4e': h264: only allow ending a field/startin

[FFmpeg-cvslog] hapdec: remove unused memory.h include

2016-07-29 Thread Josh de Kock
ffmpeg | branch: master | Josh de Kock | Fri Jul 29 02:09:03 2016 +0100| [238733f7417cd290ebac6fa70f3e62ded2c0bb3f] | committer: Josh de Kock hapdec: remove unused memory.h include Most systems have this, so it isn't really a problem to include it even if it's not used, but some do not have mem

[FFmpeg-cvslog] h264: move a per-field block from decode_slice_header() to field_start()

2016-07-29 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Tue May 17 19:00:18 2016 +0200| [bcd91f1644b46dd142c5355c8b742b27d9028903] | committer: Anton Khirnov h264: move a per-field block from decode_slice_header() to field_start() This is a more appropriate place for it. > http://git.videolan.org/gitweb.cg

[FFmpeg-cvslog] Merge commit 'bcd91f1644b46dd142c5355c8b742b27d9028903'

2016-07-29 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Fri Jul 29 10:24:06 2016 +0200| [13872d2aa1f454f103e501b91417c44f0f184d53] | committer: Clément Bœsch Merge commit 'bcd91f1644b46dd142c5355c8b742b27d9028903' * commit 'bcd91f1644b46dd142c5355c8b742b27d9028903': h264: move a per-field block from decod

[FFmpeg-cvslog] h264: drop unused NAL_FF_IGNORE

2016-07-29 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Tue May 17 20:01:34 2016 +0200| [19446dc5fff6a2f5ccd1a73db66e266255a5d768] | committer: Anton Khirnov h264: drop unused NAL_FF_IGNORE > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=19446dc5fff6a2f5ccd1a73db66e266255a5d768 --- libavcodec/

[FFmpeg-cvslog] Merge commit '19446dc5fff6a2f5ccd1a73db66e266255a5d768'

2016-07-29 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Fri Jul 29 10:24:42 2016 +0200| [cc0852bee3608cd4b0cadb2ea4b7e58a22aa3c0e] | committer: Clément Bœsch Merge commit '19446dc5fff6a2f5ccd1a73db66e266255a5d768' * commit '19446dc5fff6a2f5ccd1a73db66e266255a5d768': h264: drop unused NAL_FF_IGNORE Merged

[FFmpeg-cvslog] h264: factor out setting frame properties / side data

2016-07-29 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Wed May 18 07:27:32 2016 +0200| [f651c6a259d4bc78f25db11d25df9256d5110bd3] | committer: Anton Khirnov h264: factor out setting frame properties / side data Right now this code is mixed with selecting the next output frame. Move it to a separate functio

[FFmpeg-cvslog] Merge commit 'f651c6a259d4bc78f25db11d25df9256d5110bd3'

2016-07-29 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Fri Jul 29 10:39:57 2016 +0200| [7dda97fb86ff615e6a892052545d955816bb58f6] | committer: Clément Bœsch Merge commit 'f651c6a259d4bc78f25db11d25df9256d5110bd3' * commit 'f651c6a259d4bc78f25db11d25df9256d5110bd3': h264: factor out setting frame properti

[FFmpeg-cvslog] h264: rename h264.[ch] to h264dec.[ch]

2016-07-29 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Wed May 18 09:02:39 2016 +0200| [9df889a5f116c1ee78c2f239e0ba599c492431aa] | committer: Anton Khirnov h264: rename h264.[ch] to h264dec.[ch] This is more consistent with the naming of other decoders. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=

[FFmpeg-cvslog] h264: create a new header for common h264 definitions

2016-07-29 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Wed May 18 09:16:35 2016 +0200| [251cbb44003caf179fb17afbb8a6c56643c2a646] | committer: Anton Khirnov h264: create a new header for common h264 definitions Move the NAL unit types into it. This will allow to stop including the whole decoder-specific h2

[FFmpeg-cvslog] Merge commit '251cbb44003caf179fb17afbb8a6c56643c2a646'

2016-07-29 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Fri Jul 29 11:13:44 2016 +0200| [ecf65c30cf7545c72c0e27b32283fc9c55b03544] | committer: Clément Bœsch Merge commit '251cbb44003caf179fb17afbb8a6c56643c2a646' * commit '251cbb44003caf179fb17afbb8a6c56643c2a646': h264: create a new header for common h2

[FFmpeg-cvslog] svq3: stop using H264Picture

2016-07-29 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Wed May 18 09:34:05 2016 +0200| [4e2f6212483ae1b2a4043cddf0a1cb001b476abc] | committer: Anton Khirnov svq3: stop using H264Picture The SVQ3 decoder has been decoupled from the H.264 decoder, so it can now use its own data type. > http://git.videolan.o

[FFmpeg-cvslog] Merge commit '4e2f6212483ae1b2a4043cddf0a1cb001b476abc'

2016-07-29 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Fri Jul 29 11:20:55 2016 +0200| [a170365ae9b5c393bf258f5dc3abc4287a54a6e5] | committer: Clément Bœsch Merge commit '4e2f6212483ae1b2a4043cddf0a1cb001b476abc' * commit '4e2f6212483ae1b2a4043cddf0a1cb001b476abc': svq3: stop using H264Picture Merged-by

[FFmpeg-cvslog] avfilter: Add new format for PSNR stats log

2016-07-29 Thread Lucas Cooper
ffmpeg | branch: master | Lucas Cooper | Mon Jul 25 11:54:37 2016 -0700| [bc9ce5f6bec01cea4c291e5a339d3c08d89700f0] | committer: Michael Niedermayer avfilter: Add new format for PSNR stats log Add an AVOption stats_version with a new header for V2 stats, which specifies the stats log version a

[FFmpeg-cvslog] avformat/rmdec: Clear extradata when extradata_size is cleared

2016-07-29 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Jul 29 02:45:16 2016 +0200| [0219dc6c072586a14c641d108ef3e7da70fecae7] | committer: Michael Niedermayer avformat/rmdec: Clear extradata when extradata_size is cleared Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/f

[FFmpeg-cvslog] libavformat/matroskadec: Add test for seeking with codec delay.

2016-07-29 Thread Chris Cunningham
ffmpeg | branch: master | Chris Cunningham | Wed Jul 27 18:33:30 2016 -0700| [52ec4cc09b5be755f166b7ed4755433c95173d6d] | committer: Michael Niedermayer libavformat/matroskadec: Add test for seeking with codec delay. Also cleanup parens for the skip_to_timecode check. Signed-off-by: Michael N

[FFmpeg-cvslog] doxygen: Add a note on libavutil's modular nature

2016-07-29 Thread Timothy Gu
ffmpeg | branch: master | Timothy Gu | Fri Jul 29 17:18:09 2016 -0700| [22df70e9edaa8353e5edcc65c660d2d9f19ede5a] | committer: Timothy Gu doxygen: Add a note on libavutil's modular nature > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=22df70e9edaa8353e5edcc65c660d2d9f19ede5a ---

[FFmpeg-cvslog] doxygen: Set tab size to 4

2016-07-29 Thread Timothy Gu
ffmpeg | branch: master | Timothy Gu | Fri Jul 29 18:57:39 2016 -0700| [7204a6298be77521307e340f22334a57113a7861] | committer: Timothy Gu doxygen: Set tab size to 4 > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7204a6298be77521307e340f22334a57113a7861 --- doc/Doxyfile | 2 +- 1

[FFmpeg-cvslog] doxygen: Fix PREDEFINED syntax

2016-07-29 Thread Timothy Gu
ffmpeg | branch: master | Timothy Gu | Fri Jul 29 17:38:33 2016 -0700| [f198b8af72eb27171efa057dca883298b9fe5b8c] | committer: Timothy Gu doxygen: Fix PREDEFINED syntax > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f198b8af72eb27171efa057dca883298b9fe5b8c --- doc/Doxyfile | 10