[FFmpeg-cvslog] avcodec/h264_refs: Change default case to av_assert0() to suppress warning

2016-09-12 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Sep 12 12:14:39 2016 +0200| [5bbffe3412c1c34873d83d3fb80b379bb6e53d3f] | committer: Michael Niedermayer avcodec/h264_refs: Change default case to av_assert0() to suppress warning Should fix

[FFmpeg-cvslog] lavc/ffjni: do not error out if the last non-mandatory field/ method cannot be found

2016-09-12 Thread Matthieu Bouron
ffmpeg | branch: master | Matthieu Bouron | Fri Sep 9 14:27:33 2016 +0200| [025f75c3ad1a4efc013bf3656b78952480fb90f7] | committer: Matthieu Bouron lavc/ffjni: do not error out if the last non-mandatory field/method cannot be found >

[FFmpeg-cvslog] avfilter/vf_convolution: add slice threading support

2016-09-12 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Mon Sep 12 14:23:38 2016 +0200| [a50ca6b3570fb3b13e7b4602b27fb0bba4f4ccc9] | committer: Paul B Mahol avfilter/vf_convolution: add slice threading support Signed-off-by: Paul B Mahol >

[FFmpeg-cvslog] avfilter: add sobel and prewitt filter

2016-09-12 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sat Sep 10 23:34:30 2016 +0200| [afeffd891f58f198dde50ff49e3f8a26b0ede6a8] | committer: Paul B Mahol avfilter: add sobel and prewitt filter Signed-off-by: Paul B Mahol >

[FFmpeg-cvslog] hls av_read_frame delay reading between segment files

2016-09-12 Thread Debendra Modi
I am trying to demux live HLS audio and find delays in the loop for reading frames whenever it starts reading the next segment file. The HLS audio segment files are MP3, 1 second target duration. Each 1 second file has 13 frames. The live HLS source and our code is started at the same time.

[FFmpeg-cvslog] ass_split: reindent

2016-09-12 Thread Rodger Combs
ffmpeg | branch: master | Rodger Combs | Sat Sep 10 00:29:50 2016 -0500| [dca03ec5f4d5ca28efc8a80c591412fab5821d81] | committer: Rodger Combs ass_split: reindent > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=dca03ec5f4d5ca28efc8a80c591412fab5821d81 ---

[FFmpeg-cvslog] ass_split: fix handling of streams with no [Events] or Format: line

2016-09-12 Thread Rodger Combs
ffmpeg | branch: master | Rodger Combs | Fri Dec 4 06:42:48 2015 -0600| [3b32e1313c6d68aa10bc7d97ad505382def833b0] | committer: Rodger Combs ass_split: fix handling of streams with no [Events] or Format: line >

[FFmpeg-cvslog] lavf: add a flag to enable/disable automatic bitstream filtering

2016-09-12 Thread Rodger Combs
ffmpeg | branch: master | Rodger Combs | Thu Apr 7 02:59:39 2016 -0500| [1f6d7eb47070afc4394348721cd149f940ad2386] | committer: Rodger Combs lavf: add a flag to enable/disable automatic bitstream filtering This is mostly useful for muxers that wrap other muxers, such

[FFmpeg-cvslog] avcodec/mpeg12dec: add comments documenting the format of the DVD CC user-data packet.

2016-09-12 Thread Jonathan Campbell
ffmpeg | branch: master | Jonathan Campbell | Mon Sep 12 12:34:48 2016 -0700| [c19da0cfd8f3e56a542b04c04f21af8fb24348be] | committer: Michael Niedermayer avcodec/mpeg12dec: add comments documenting the format of the DVD CC user-data packet. this is to aid development and

[FFmpeg-cvslog] avcodec/avpacket: clear side_data_elems

2016-09-12 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Sep 12 13:13:42 2016 +0200| [5e1bf9d8c0d2cdbbf17b06a5dfdf87a635b3203b] | committer: Michael Niedermayer avcodec/avpacket: clear side_data_elems Fixes null pointer dereference Found-by: 连一汉