[FFmpeg-cvslog] RTMP: fix FD leak in rtmp_open()

2014-09-30 Thread Alexander Drozdov
ffmpeg | branch: master | Alexander Drozdov | Fri Sep 26 09:45:08 2014 +1100| [08ccc474b73a3acef5e56060c8174d4e82ace20d] | committer: Michael Niedermayer RTMP: fix FD leak in rtmp_open() If we setup AVIO interrupt callback and it will be returns 1 on socket timeouts and we try to connect to no

[FFmpeg-cvslog] avcodec/h264_mp4toannexb_bsf: add a case when only SPS/ PPS is in the stream.

2014-09-30 Thread Benoit Fouet
ffmpeg | branch: master | Benoit Fouet | Mon Sep 29 15:18:50 2014 +0200| [1cf4d2e9be17e4bf1d1831c746e175aca339fa07] | committer: Michael Niedermayer avcodec/h264_mp4toannexb_bsf: add a case when only SPS/PPS is in the stream. When only SPS or PPS is present in the stream, copy the missing one

[FFmpeg-cvslog] avcodec/h264_mp4toannexb_bsf: use the given padding in h264_extradata_to_annexb().

2014-09-30 Thread Benoit Fouet
ffmpeg | branch: master | Benoit Fouet | Tue Sep 30 13:06:30 2014 +0200| [d5ddcb5f8e7b14974fabd5e95e6420c6e9b12991] | committer: Michael Niedermayer avcodec/h264_mp4toannexb_bsf: use the given padding in h264_extradata_to_annexb(). Signed-off-by: Michael Niedermayer > http://git.videolan.or

[FFmpeg-cvslog] Kill timed SRT

2014-09-30 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Sun Sep 14 20:30:27 2014 +0200| [55180b3299c61e5e3d16f1e9ea58dba8b787cc8e] | committer: Clément Bœsch Kill timed SRT > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=55180b3299c61e5e3d16f1e9ea58dba8b787cc8e --- libavcodec/srtdec.c |

[FFmpeg-cvslog] avcodec/srtdec: use AVBPrint API

2014-09-30 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Sun Sep 28 11:57:46 2014 +0200| [0eb4a428122b74d3ddfa9c48015bf73be433a2cf] | committer: Clément Bœsch avcodec/srtdec: use AVBPrint API > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0eb4a428122b74d3ddfa9c48015bf73be433a2cf --- libavcodec

[FFmpeg-cvslog] avcodec/bitstream_filter: Use av_bitstream_filter_next() instead of direct access in av_bitstream_filter_init()

2014-09-30 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Sep 30 18:00:00 2014 +0200| [cda5d89defaf65eccd890488675dc3d6e7484d27] | committer: Michael Niedermayer avcodec/bitstream_filter: Use av_bitstream_filter_next() instead of direct access in av_bitstream_filter_init() Signed-off-by: Michael Ni

[FFmpeg-cvslog] avformat/flvenc: When using "-c:d copy", don' t require a codec for passing the AMF metadata through from input to output.

2014-09-30 Thread Jeffrey Wescott
ffmpeg | branch: master | Jeffrey Wescott | Mon Sep 29 21:06:38 2014 -0700| [07de0db74b56a5cb45039b58b6ff43ea5ffb90bc] | committer: Michael Niedermayer avformat/flvenc: When using "-c:d copy", don't require a codec for passing the AMF metadata through from input to output. > http://git.videol

[FFmpeg-cvslog] avformat/aviobuf: fix avio_flush() for read streams

2014-09-30 Thread wm4
ffmpeg | branch: master | wm4 | Tue Sep 30 18:46:48 2014 +0200| [c8422f04a3256a9abc01588f1b4aa95f5aadc891] | committer: Michael Niedermayer avformat/aviobuf: fix avio_flush() for read streams avio_flush() did nothing useful for read streams. Fix it to behave as expected, and discard the curren

[FFmpeg-cvslog] avcodec/utils: Force mutex to NULL after destruction.

2014-09-30 Thread Manfred Georg
ffmpeg | branch: master | Manfred Georg | Tue Sep 30 15:20:42 2014 -0700| [79551d2c7a772ea971e94f0b8dc03d1e897e8d86] | committer: Michael Niedermayer avcodec/utils: Force mutex to NULL after destruction. A badly behaving user provided mutex manager (such as that in OpenCV) may not reset the m