[FFmpeg-cvslog] avcodec/extract_extradata: don't allocate more space than needed when removing NALUs in h264/hevc

2018-03-10 Thread James Almer
ffmpeg | branch: master | James Almer | Fri Mar 9 14:31:30 2018 -0300| [2536bd863246218631ab27144d8a3be45036445a] | committer: James Almer avcodec/extract_extradata: don't allocate more space than needed when removing NALUs in h264/hevc Signed-off-by: James Almer > http://git.videolan.org/g

[FFmpeg-cvslog] avcodec/ffv1: support of more pix_fmt

2018-03-10 Thread Jérôme Martinez
ffmpeg | branch: master | Jérôme Martinez | Wed Mar 7 11:19:03 2018 +0100| [b6fc09cdb4c4e5e4974ca35159f459174b9a9be5] | committer: Michael Niedermayer avcodec/ffv1: support of more pix_fmt Without direct support of such pix_fmt, content is padded to 16-bit and it is not possible to know that

[FFmpeg-cvslog] lavf/mov.c: Use the correct offset to shift timestamp when seeking.

2018-03-10 Thread Sasi Inguva
ffmpeg | branch: master | Sasi Inguva | Fri Mar 9 13:30:21 2018 -0800| [43205df645bc10bc780c646ca0d652b574535f06] | committer: Michael Niedermayer lavf/mov.c: Use the correct offset to shift timestamp when seeking. Fixes seek for files with empty edits and files with negative ctts (dts_shift

[FFmpeg-cvslog] vc2enc: replace quantization LUT with a smaller division LUT

2018-03-10 Thread Rostislav Pehlivanov
ffmpeg | branch: master | Rostislav Pehlivanov | Tue Feb 27 23:12:33 2018 +| [ea6973a5733ce1a6b6359357fd5c1722c2774dce] | committer: Rostislav Pehlivanov vc2enc: replace quantization LUT with a smaller division LUT This commit replaces the huge and impractical LUT which converted coeffs an

[FFmpeg-cvslog] avcodec/extract_extradata: zero initalize the padding bytes in all allocated buffers

2018-03-10 Thread James Almer
ffmpeg | branch: release/3.4 | James Almer | Fri Mar 9 13:00:55 2018 -0300| [c289f4b6c9390d5b2b6388b0d82d40af62ea7ce2] | committer: James Almer avcodec/extract_extradata: zero initalize the padding bytes in all allocated buffers Reviewed-by: Derek Buitenhuis Signed-off-by: James Almer (che