[FFmpeg-cvslog] avformat/mxfdec: Read video range from CDCIEssenceDescriptor

2020-08-29 Thread Harry Mallon
ffmpeg | branch: master | Harry Mallon | Thu Aug 20 14:58:52 2020 +0100| [719eb8a2e44099b395e8b70878f5f3f3c629865c] | committer: Tomas Härdin avformat/mxfdec: Read video range from CDCIEssenceDescriptor * Capture black_ref, white_ref and color_range and recognise full and narrow range. Sign

[FFmpeg-cvslog] libavformat/mxfenc: color_range should be inclusive

2020-08-29 Thread Harry Mallon
ffmpeg | branch: master | Harry Mallon | Thu Aug 20 14:58:53 2020 +0100| [abd58a4192e4c5ea721b22365c211d8fa874f3d2] | committer: Tomas Härdin libavformat/mxfenc: color_range should be inclusive MXF CDCI color range was being set to (1

[FFmpeg-cvslog] avcodec/truemotion2: Avoid duplicating array, fix memleak

2020-08-29 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Aug 29 09:40:39 2020 +0200| [5ff2ff6bd9cd9e08729060d330e381a09972c498] | committer: Andreas Rheinhardt avcodec/truemotion2: Avoid duplicating array, fix memleak TrueMotion 2.0 uses Huffmann trees. To parse them, the decoder allocates arrays fo

[FFmpeg-cvslog] avcodec/wnv1: Use LE bitstream reader, avoid copying packet, fix memleak

2020-08-29 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Aug 29 16:12:05 2020 +0200| [0166b1d1a6d052ef49aba3523d64f3c6d4f26372] | committer: Andreas Rheinhardt avcodec/wnv1: Use LE bitstream reader, avoid copying packet, fix memleak The Winnov WNV1 format is designed for a little-endian bitstream re

[FFmpeg-cvslog] avcodec/wnv1: Move temporary variables from context to stack

2020-08-29 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Aug 29 17:14:18 2020 +0200| [099bc252c69a6300e7eb03e245c4228703b334f2] | committer: Andreas Rheinhardt avcodec/wnv1: Move temporary variables from context to stack Here it even leads to the complete removal of the context. Reviewed-by: Paul B

[FFmpeg-cvslog] avcodec/truemotion1: Cleanup generically after init failure

2020-08-29 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Aug 29 09:39:40 2020 +0200| [9372eb00c8a1d4f2f1a356609bdcec207063baf5] | committer: Andreas Rheinhardt avcodec/truemotion1: Cleanup generically after init failure Reviewed-by: Paul B Mahol Signed-off-by: Andreas Rheinhardt > http://git.vide

[FFmpeg-cvslog] avcodec/y41penc: Remove empty close function

2020-08-29 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Aug 29 17:59:17 2020 +0200| [c767af97f83d4277ec075ba9e39e5ea65db30074] | committer: Andreas Rheinhardt avcodec/y41penc: Remove empty close function Reviewed-by: Paul B Mahol Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb

[FFmpeg-cvslog] avcodec/roqvideodec: Cleanup generically after init failure

2020-08-29 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Aug 29 09:04:42 2020 +0200| [c38405c149df2aee1a3d25942453ca02af5a44b9] | committer: Andreas Rheinhardt avcodec/roqvideodec: Cleanup generically after init failure Reviewed-by: Paul B Mahol Signed-off-by: Andreas Rheinhardt > http://git.vide

[FFmpeg-cvslog] avcodec/eacmv: Cleanup generically after init failure

2020-08-29 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Aug 29 08:26:03 2020 +0200| [3c7ca68eeb8f121988a2fe8f36b1bae10e0c3ea1] | committer: Andreas Rheinhardt avcodec/eacmv: Cleanup generically after init failure Reviewed-by: Paul B Mahol Signed-off-by: Andreas Rheinhardt > http://git.videolan.o

[FFmpeg-cvslog] avcodec/mss3: Remove unnecessary free of unallocated frame

2020-08-29 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Aug 29 08:49:45 2020 +0200| [c1d3b4705e2a6102416f5c53e83ad57ac6388390] | committer: Andreas Rheinhardt avcodec/mss3: Remove unnecessary free of unallocated frame The frame will only be allocated a few lines below. Reviewed-by: Paul B Mahol S

[FFmpeg-cvslog] avcodec/roqvideoenc: Cleanup generically after init failure

2020-08-29 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Aug 29 09:05:17 2020 +0200| [7c8cf40adcee516caaa16e7da364c87b204d31a6] | committer: Andreas Rheinhardt avcodec/roqvideoenc: Cleanup generically after init failure Reviewed-by: Paul B Mahol Signed-off-by: Andreas Rheinhardt > http://git.vide

[FFmpeg-cvslog] avcodec/mss3: Cleanup generically after init failure

2020-08-29 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Aug 29 08:51:55 2020 +0200| [3a76076513c7e817afba7f318b5f0ea20de40e5e] | committer: Andreas Rheinhardt avcodec/mss3: Cleanup generically after init failure Reviewed-by: Paul B Mahol Signed-off-by: Andreas Rheinhardt > http://git.videolan.or

[FFmpeg-cvslog] avcodec/cinepakenc: Cleanup generically after init failure

2020-08-29 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Aug 29 08:37:17 2020 +0200| [fea984d5c7a4ca92c1132ff468905fa026233967] | committer: Andreas Rheinhardt avcodec/cinepakenc: Cleanup generically after init failure Reviewed-by: Tomas Härdin Signed-off-by: Andreas Rheinhardt > http://git.video

[FFmpeg-cvslog] avcodec/yuv4enc: Remove empty functions

2020-08-29 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Aug 29 17:55:15 2020 +0200| [beca89ed288244512e6e7084995363bfaf07035b] | committer: Andreas Rheinhardt avcodec/yuv4enc: Remove empty functions Reviewed-by: Paul B Mahol Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/

[FFmpeg-cvslog] avcodec/interplayvideo: Cleanup generically after init failure

2020-08-29 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Aug 29 08:43:42 2020 +0200| [35b478de5b7bb885fd61b339c97f20471148e166] | committer: Andreas Rheinhardt avcodec/interplayvideo: Cleanup generically after init failure Reviewed-by: Paul B Mahol Signed-off-by: Andreas Rheinhardt > http://git.v