[FFmpeg-cvslog] avcodec/vp3data: rectify comment

2022-10-26 Thread Peter Ross
ffmpeg | branch: master | Peter Ross | Wed Oct 26 20:11:26 2022 +1100| [639b7af493824e6dc045df0890c41b8e23b8f693] | committer: Peter Ross avcodec/vp3data: rectify comment > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=639b7af493824e6dc045df0890c41b8e23b8f693 --- libavcodec/vp3dat

[FFmpeg-cvslog] avcodec/jpegtables: remove duplicate luma and chroma quantization tables

2022-10-26 Thread Peter Ross
ffmpeg | branch: master | Peter Ross | Wed Oct 26 20:11:21 2022 +1100| [58bd7d97a47da1065e2616d396938609b50ad1e4] | committer: Peter Ross avcodec/jpegtables: remove duplicate luma and chroma quantization tables Duplicates of the standard JPEG quantization tables were found in the AGM, MSS34(dsp

[FFmpeg-cvslog] avcodec/mss2: calculate draw region and revise split position

2022-10-26 Thread Peter Ross
ffmpeg | branch: master | Peter Ross | Tue Oct 18 15:52:15 2022 +1100| [31162eb9490e51a526ff0f78a57303a4d6433aba] | committer: Peter Ross avcodec/mss2: calculate draw region and revise split position for videos with wmv9 rectangles, the region drawn by ff_mss12_decode_rect may be less than the

[FFmpeg-cvslog] avcodec/ac3dec: split off code discarding garbage at the beginning of a packet

2022-10-26 Thread James Almer
ffmpeg | branch: master | James Almer | Thu Oct 20 23:54:14 2022 -0300| [72db6a4f5f5a909114ad46f5c5fb1221f452e9f3] | committer: James Almer avcodec/ac3dec: split off code discarding garbage at the beginning of a packet Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git

[FFmpeg-cvslog] avcodec/adts_parser: allow passing a pre allocated AACADTSHeaderInfo to avpriv_adts_header_parse()

2022-10-26 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Oct 22 22:07:34 2022 -0300| [676e7d7f9b5dc76d5124cc99e3a3fa6c823decc3] | committer: James Almer avcodec/adts_parser: allow passing a pre allocated AACADTSHeaderInfo to avpriv_adts_header_parse() Code freeing the struct on failure is kept for backward

[FFmpeg-cvslog] avcodec/aac_ac3_parser: reindent after previous commit

2022-10-26 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Oct 22 16:57:14 2022 -0300| [ffb691878359fd80c0b675e015765ccd0d2d467e] | committer: James Almer avcodec/aac_ac3_parser: reindent after previous commit Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ffb69187835

[FFmpeg-cvslog] avcodec/aac_ac3_parser: don't fill stream info in the sync function

2022-10-26 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Oct 22 16:30:52 2022 -0300| [b5abf6fdfc0d1bd8b009f8877589f1bc7eec3e9c] | committer: James Almer avcodec/aac_ac3_parser: don't fill stream info in the sync function Have it only find frame boundaries. The stream props will then be filled once we have a

[FFmpeg-cvslog] avcodec/ac3_parser: improve false positive detection when parsing sync frames

2022-10-26 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Oct 22 16:41:41 2022 -0300| [4c35bb53f94e4de88a0919346f24d34f8387771c] | committer: James Almer avcodec/ac3_parser: improve false positive detection when parsing sync frames A two byte sync word is not enough to ensure we got a real syncframe, nor are

[FFmpeg-cvslog] avcodec/aac_ac3_parser: don't try to sync when the parser is configured to handle complete frames

2022-10-26 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Oct 22 16:37:01 2022 -0300| [57117c0ef69edcd34e7ecb7fd75f363cad691c99] | committer: James Almer avcodec/aac_ac3_parser: don't try to sync when the parser is configured to handle complete frames Should speed up parsing when the frames come from non ra