[FFmpeg-cvslog] aacdec_usac: remove custom rate_idx and use standard variable for it

2024-06-21 Thread Lynne
ffmpeg | branch: master | Lynne | Sun Jun 16 10:28:05 2024 +0200| [d45e20c37b1144d9c4ff08732a94fee0786dc0b5] | committer: Lynne aacdec_usac: remove custom rate_idx and use standard variable for it m4ac.sampling_index is what aacdec.c uses. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=com

[FFmpeg-cvslog] aac: expose ff_aac_sample_rate_idx() in aac.h

2024-06-21 Thread Lynne
ffmpeg | branch: master | Lynne | Sun Jun 16 10:20:56 2024 +0200| [50e5b78b79f5b908e249ca5aca23be7be23bedad] | committer: Lynne aac: expose ff_aac_sample_rate_idx() in aac.h The rate index is a value important to both encoders and decoders. USAC needs it as well, so put it into the shared main

[FFmpeg-cvslog] aacdec_ac: fix an overread

2024-06-21 Thread Lynne
ffmpeg | branch: master | Lynne | Sun Jun 16 10:22:25 2024 +0200| [89de2f0de1a41349fe827c00c8f52ca3c12594ad] | committer: Lynne aacdec_ac: fix an overread Fixes reading state->last[i + 1] in ff_aac_ac_get_context for the last array member. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=com

[FFmpeg-cvslog] aacdec_usac: rename noise_scale to noise_bands

2024-06-21 Thread Lynne
ffmpeg | branch: master | Lynne | Sun Jun 16 10:25:26 2024 +0200| [a381cbc7c77bc9477d9c42607a4e849aa20cdd06] | committer: Lynne aacdec_usac: rename noise_scale to noise_bands This was a typo. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a381cbc7c77bc9477d9c42607a4e849aa20cdd06 -

[FFmpeg-cvslog] aacdec_usac: apply specification fix M55715

2024-06-21 Thread Lynne
ffmpeg | branch: master | Lynne | Wed Jun 12 14:32:22 2024 +0200| [1c3545f053bea8d919608f47d02bc095a006411f] | committer: Lynne aacdec_usac: apply specification fix M55715 > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1c3545f053bea8d919608f47d02bc095a006411f --- libavcodec/aac/a

[FFmpeg-cvslog] avformat/mov: use the updated default value for horizontal_disparity_adjustment in the eyes box

2024-06-21 Thread James Almer
ffmpeg | branch: master | James Almer | Fri Jun 21 14:08:47 2024 -0300| [127545350fcc57781ba66bf7698904f4a0d2387c] | committer: James Almer avformat/mov: use the updated default value for horizontal_disparity_adjustment in the eyes box Signed-off-by: James Almer > http://git.videolan.org/git