[FFmpeg-cvslog] h264: discard slices of redundant pictures right after parsing the slice header

2016-08-04 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Fri May 20 12:30:42 2016 +0200| [e26c64148be8a20ace7512d96503172fb5e9753b] | committer: Anton Khirnov h264: discard slices of redundant pictures right after parsing the slice header Going through the whole decoder initialization process for a slice we

[FFmpeg-cvslog] h264dec: Fix indentation

2016-08-04 Thread Timothy Gu
ffmpeg | branch: master | Timothy Gu | Thu Aug 4 11:16:44 2016 -0700| [f297d1e9e5281e4ed9c0e21b181ba2d0a7735e67] | committer: Timothy Gu h264dec: Fix indentation > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f297d1e9e5281e4ed9c0e21b181ba2d0a7735e67 --- libavcodec/h264dec.c | 3

[FFmpeg-cvslog] avconv: add a function for determining whether a filtergraph is simple

2016-08-04 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sun May 22 17:57:59 2016 +0200| [49670e4218d34899a1c37abb7a11615efc16f757] | committer: Anton Khirnov avconv: add a function for determining whether a filtergraph is simple This makes the code easier to read. > http://git.videolan.org/gitweb.cgi/ffmpe

[FFmpeg-cvslog] h264: handle frame recovery in h264_field_start()

2016-08-04 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Fri May 20 12:42:23 2016 +0200| [58640fe89ec4f2a3d67c0a2585fca8de34440857] | committer: Anton Khirnov h264: handle frame recovery in h264_field_start() This is a more appropriate place for this. H264Context.recovery_frame is shared between frame thread

[FFmpeg-cvslog] ffmpeg_opt: Remove duplicated initialization of attachment stream

2016-08-04 Thread Timothy Gu
ffmpeg | branch: master | Timothy Gu | Wed Aug 3 21:29:38 2016 -0700| [26648703dbfb7b6b9ee70d4a58d2bcc079c33038] | committer: Timothy Gu ffmpeg_opt: Remove duplicated initialization of attachment stream These two fields are already initialized to the same values in new_attachment_stream(). >

[FFmpeg-cvslog] Merge commit 'e26c64148be8a20ace7512d96503172fb5e9753b'

2016-08-04 Thread Timothy Gu
ffmpeg | branch: master | Timothy Gu | Wed Aug 3 19:46:06 2016 -0700| [de625312862a99500ce7aa1703b5d783ae66d704] | committer: Timothy Gu Merge commit 'e26c64148be8a20ace7512d96503172fb5e9753b' * commit 'e26c64148be8a20ace7512d96503172fb5e9753b': h264: discard slices of redundant pictures ri

[FFmpeg-cvslog] avconv: create simple filtergraphs earlier

2016-08-04 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sun May 22 19:57:36 2016 +0200| [73c6ec6d659bab11ac424a4ba6ce3a56246295ee] | committer: Anton Khirnov avconv: create simple filtergraphs earlier We already have all the necessary information in open_output_file(). This makes the information about the s

[FFmpeg-cvslog] avconv: fix handling attachments in init_output_stream

2016-08-04 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Mon May 23 09:59:35 2016 +0200| [5e1840622ce6e41c57d9c407604863d3f3dcc3ae] | committer: Anton Khirnov avconv: fix handling attachments in init_output_stream The current code assumes that encoding_needed is simply an inverse of stream_copy, which is not

[FFmpeg-cvslog] h264: always set redundant_pic_count during slice header parsing

2016-08-04 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Fri May 20 12:33:30 2016 +0200| [6efc4638584e1e14d1a6152186ba28f5d48a80c0] | committer: Anton Khirnov h264: always set redundant_pic_count during slice header parsing It is always checked in the surrounding code, so this make sure we don't see a value

[FFmpeg-cvslog] Merge commit '6efc4638584e1e14d1a6152186ba28f5d48a80c0'

2016-08-04 Thread Timothy Gu
ffmpeg | branch: master | Timothy Gu | Wed Aug 3 19:09:19 2016 -0700| [e0c8250a59adbf7135adb870be275df05a61e052] | committer: Timothy Gu Merge commit '6efc4638584e1e14d1a6152186ba28f5d48a80c0' * commit '6efc4638584e1e14d1a6152186ba28f5d48a80c0': h264: always set redundant_pic_count during s

[FFmpeg-cvslog] Merge commit '58640fe89ec4f2a3d67c0a2585fca8de34440857'

2016-08-04 Thread Timothy Gu
ffmpeg | branch: master | Timothy Gu | Wed Aug 3 20:07:21 2016 -0700| [7f7cedd7139f18480e3dacd1abcfd94bda01fa17] | committer: Timothy Gu Merge commit '58640fe89ec4f2a3d67c0a2585fca8de34440857' * commit '58640fe89ec4f2a3d67c0a2585fca8de34440857': h264: handle frame recovery in h264_field_sta

[FFmpeg-cvslog] avformat: add a TTA Muxer

2016-08-04 Thread James Almer
ffmpeg | branch: master | James Almer | Thu Aug 4 16:21:25 2016 -0300| [376d4b3c0d9d779baef3e2a72ac1ffe77e8508b8] | committer: James Almer avformat: add a TTA Muxer Reviewed-by: Michael Niedermayer Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=376d4b

[FFmpeg-cvslog] avformat/tta: remove custom crc callback function

2016-08-04 Thread James Almer
ffmpeg | branch: master | James Almer | Thu Aug 4 16:17:44 2016 -0300| [ce944e84892f1ba21602bd83b1a5d532dfdd1eda] | committer: James Almer avformat/tta: remove custom crc callback function Reviewed-by: Michael Niedermayer Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpe

[FFmpeg-cvslog] avformat/avio: add a crc callback function for CRC-32 IEEE-LE

2016-08-04 Thread James Almer
ffmpeg | branch: master | James Almer | Thu Aug 4 16:17:09 2016 -0300| [155f4e963021c5b8d6271d1e34219576dcff6906] | committer: James Almer avformat/avio: add a crc callback function for CRC-32 IEEE-LE Reviewed-by: Nicolas George Reviewed-by: Michael Niedermayer Signed-off-by: James Almer >

[FFmpeg-cvslog] avcodec/vdpau: clean up vdpau_internal.h

2016-08-04 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Aug 3 01:20:52 2016 -0300| [be63ef3c4e6399a3ef8d22cc25e9cb3575cf74ae] | committer: James Almer avcodec/vdpau: clean up vdpau_internal.h Also don't include it on files that don't need it. This reduces differences with libav Tested-by: Timothy Gu Re

[FFmpeg-cvslog] avformat: Add av_get_frame_filename2() and AV_FRAME_FILENAME_FLAGS_MULTIPLE

2016-08-04 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Aug 3 20:34:20 2016 +0200| [82a33c8d858498fc4e0b8ab93ad323a05dfd5168] | committer: Michael Niedermayer avformat: Add av_get_frame_filename2() and AV_FRAME_FILENAME_FLAGS_MULTIPLE This will be used to allow writing file sequences using the te

[FFmpeg-cvslog] avformat/hlsenc: Use AV_FRAME_FILENAME_FLAGS_MULTIPLE, support tee:

2016-08-04 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Aug 3 20:35:53 2016 +0200| [dd96a5847319db8aecf9819336611fff04cb2941] | committer: Michael Niedermayer avformat/hlsenc: Use AV_FRAME_FILENAME_FLAGS_MULTIPLE, support tee: Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] avformat/img2enc: Use AV_FRAME_FILENAME_FLAGS_MULTIPLE, support tee:

2016-08-04 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Aug 3 20:36:14 2016 +0200| [1fb8f6b75cb82607401852d9f0ac0e3f10b183b1] | committer: Michael Niedermayer avformat/img2enc: Use AV_FRAME_FILENAME_FLAGS_MULTIPLE, support tee: Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb