[FFmpeg-cvslog] avcodec/adpcm: init from extradata before setting sample formats

2021-04-25 Thread Zane van Iperen
ffmpeg | branch: master | Zane van Iperen | Sun Apr 25 11:27:41 2021 +1000| [ff946633a30e15415974c3f0ec7751c04eb91701] | committer: Zane van Iperen avcodec/adpcm: init from extradata before setting sample formats Fixes a crash when decoding VQA files. Regression since c012f9b265e172de9c240c9d

[FFmpeg-cvslog] avfilter/af_adelay: make per channel delay argument an int64_t

2021-04-25 Thread James Almer
ffmpeg | branch: master | James Almer | Fri Apr 23 00:26:09 2021 -0300| [bc2726969400e1e57d25d1042f860eb2cbdf7465] | committer: James Almer avfilter/af_adelay: make per channel delay argument an int64_t Should fix ticket #9196 Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/f

[FFmpeg-cvslog] avcodec/mjpegdec: postpone calling ff_get_buffer() until the SOS marker

2021-04-25 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Apr 21 13:33:33 2021 -0300| [c8197f73e684b0edc450f3dc2b2b4b3fb9dedd0d] | committer: James Almer avcodec/mjpegdec: postpone calling ff_get_buffer() until the SOS marker With JPEG-LS PAL8 samples, the JPEG-LS extension parameters signaled with the LSE m

[FFmpeg-cvslog] libavformat/adtsenc: Increase ADTS_MAX_FRAME_BYTES from 8k to 16k

2021-04-25 Thread Chris Ribble
ffmpeg | branch: master | Chris Ribble | Sun Apr 25 11:47:29 2021 -0500| [c9fed043f106e7475d086f89b32a37cc4d2a7269] | committer: Lynne libavformat/adtsenc: Increase ADTS_MAX_FRAME_BYTES from 8k to 16k ADTS frames may contain up to 768 bytes per channel. With 16 channels, this is 12k, which can

[FFmpeg-cvslog] x86/tx_float: remove ff_ prefix from external constant tables

2021-04-25 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Apr 25 17:26:58 2021 -0300| [7a6ea6ce2a1cf2c72b51a7557f39d540f3e75f8f] | committer: James Almer x86/tx_float: remove ff_ prefix from external constant tables Fixes compilation with some assemblers. Reviewed-by: Lynne Signed-off-by: James Almer > ht