[FFmpeg-cvslog] avformat/rtpenc_chain: use the proper function to free AVFormatContext

2018-03-25 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Mar 26 00:52:39 2018 -0300| [3eff98c9278804b4b664bad3853e5e60184c6a54] | committer: James Almer avformat/rtpenc_chain: use the proper function to free AVFormatContext Fixes ticket #7075 Signed-off-by: James Almer > http://git.videolan.org/gitweb.cg

[FFmpeg-cvslog] avcodec/get_bits: Make sure the input bitstream with padding can be addressed

2018-03-25 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Mar 24 01:38:53 2018 +0100| [e529fe7633762cb26a665fb6dee3be29b15285cc] | committer: Michael Niedermayer avcodec/get_bits: Make sure the input bitstream with padding can be addressed Signed-off-by: Michael Niedermayer > http://git.videolan.o

[FFmpeg-cvslog] avformat/mov: Move +1 in check to avoid hypothetical overflow in add_ctts_entry()

2018-03-25 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Feb 3 21:36:22 2018 +0100| [eb60b9d342265fb1960be6fff6383cfdbf37] | committer: Michael Niedermayer avformat/mov: Move +1 in check to avoid hypothetical overflow in add_ctts_entry() Signed-off-by: Michael Niedermayer > http://git.video

[FFmpeg-cvslog] avcodec/mpeg4videodec: Use more specific error codes

2018-03-25 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Mar 10 18:03:09 2018 +0100| [db772308941a2a338c7809f90d347219a6a93074] | committer: Michael Niedermayer avcodec/mpeg4videodec: Use more specific error codes Forward error codes where possible. Signed-off-by: Michael Niedermayer > http://gi

[FFmpeg-cvslog] doc/filter.texi: fix some spotted typos

2018-03-25 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sun Mar 25 23:10:59 2018 +0200| [261171d084bc89313c1fb9ace643243959aeef9f] | committer: Paul B Mahol doc/filter.texi: fix some spotted typos Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=261171d084bc89313c1fb9a

[FFmpeg-cvslog] avfilter/af_mcompand: make error message more helpful

2018-03-25 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sun Mar 25 23:26:26 2018 +0200| [78f8036c9c1f7375a0ff8aefe2030f160dbedf36] | committer: Paul B Mahol avfilter/af_mcompand: make error message more helpful Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=78f8036c9

[FFmpeg-cvslog] avcodec: add a subcharenc mode that disables UTF-8 check

2018-03-25 Thread wm4
ffmpeg | branch: master | wm4 | Sat Mar 24 13:37:00 2018 +0100| [b7d0d912ef9b60eae962e4622d72860af31a8b00] | committer: wm4 avcodec: add a subcharenc mode that disables UTF-8 check This is for applications which want to explicitly check for invalid UTF-8 manually, and take actions that are bett

[FFmpeg-cvslog] movtextdec: fix handling of UTF-8 subtitles

2018-03-25 Thread wm4
ffmpeg | branch: master | wm4 | Sat Mar 24 15:41:54 2018 +0100| [b0644c3e1a96397ee5e2448c542fa4c3bc319537] | committer: wm4 movtextdec: fix handling of UTF-8 subtitles Subtitles which contained styled UTF-8 subtitles (i.e. not just 7 bit ASCII characters) were not handled correctly. The spec ma