[FFmpeg-cvslog] avcodec/wmadec: cosmetics

2020-03-22 Thread Ramiro Polla
ffmpeg | branch: master | Ramiro Polla | Tue Nov 5 11:13:50 2019 +0100| [c455a28a9e99d41d070be887228aa8609543b9a8] | committer: James Almer avcodec/wmadec: cosmetics Reviewed-by: Michael Niedermayer Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c455

[FFmpeg-cvslog] avcodec/get_bits: cosmetics

2020-03-22 Thread Ramiro Polla
ffmpeg | branch: master | Ramiro Polla | Tue Nov 5 11:13:49 2019 +0100| [c2b540d0c792e840f67eab2c7053b3a1df7db8de] | committer: James Almer avcodec/get_bits: cosmetics Reviewed-by: Michael Niedermayer Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c2

[FFmpeg-cvslog] avformat/hnm: Check for extradata allocation failure

2020-03-22 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Mar 21 07:31:17 2020 +0100| [9e0f3352d1f37a739d98df4347a2b60a396a56fe] | committer: Michael Niedermayer avformat/hnm: Check for extradata allocation failure and also add padding to it; moreover, don't use memcpy to write one byte to extradata.

[FFmpeg-cvslog] avformat/subtitles: Don't increment packet counter prematurely

2020-03-22 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Mar 21 04:50:20 2020 +0100| [6bd8bcc2ac4c64577d964552317989e61db794d8] | committer: Michael Niedermayer avformat/subtitles: Don't increment packet counter prematurely Do it only if the packet has been successfully allocated in av_new_packet()

[FFmpeg-cvslog] avformat/bethsoftvid: Fix potential memleak upon reallocation failure

2020-03-22 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Mar 21 03:57:32 2020 +0100| [5acef1206144554a48f699b421e8d739e752d8ab] | committer: Michael Niedermayer avformat/bethsoftvid: Fix potential memleak upon reallocation failure The classical ptr = av_realloc(ptr, size), just with av_fast_realloc(

[FFmpeg-cvslog] avformat/bethsoftvid: Avoid allocations and frees for palettes

2020-03-22 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Mar 21 04:30:27 2020 +0100| [6e14ddd1567e215957b754c2863ec715f74607b9] | committer: Michael Niedermayer avformat/bethsoftvid: Avoid allocations and frees for palettes by putting the palette in the demuxer's context. This also allows to remove

[FFmpeg-cvslog] avcodec/decode: increase nb_bsfs after av_bsf_alloc in case alloc failed

2020-03-22 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Tue Dec 24 09:06:18 2019 +0800| [a289cc564338e4278bad07dfaee74c6262bdab30] | committer: Michael Niedermayer avcodec/decode: increase nb_bsfs after av_bsf_alloc in case alloc failed Signed-off-by: Limin Wang Signed-off-by: Michael Niedermayer > http://g