[FFmpeg-cvslog] Revert "avformat/mov: zero initialize the index ranges buffer"

2024-02-26 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Feb 26 22:58:58 2024 +0100| [9d7d03ea4598484e2d200976d0064df41186a630] | committer: Andreas Rheinhardt Revert "avformat/mov: zero initialize the index ranges buffer" This reverts commit eee3b7e2fb0664b889e58c03f76e19ef23e4d1d8. It has been

[FFmpeg-cvslog] avcodec/aac: Split ChannelElement in decoder and encoder structs

2024-02-26 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Feb 26 00:24:33 2024 +0100| [a6aa043baa06c1b3296b02245c9d71aca273f2ef] | committer: Andreas Rheinhardt avcodec/aac: Split ChannelElement in decoder and encoder structs The AAC decoders share no common code with the AAC encoder, so they are

[FFmpeg-cvslog] avcodec/sbr: Remove unused AACDecContext* parameter from sbr_lf_gen_mips

2024-02-26 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Feb 25 23:12:34 2024 +0100| [6c92347ab9fb1a07664577a1b68e0a1724799e2b] | committer: Andreas Rheinhardt avcodec/sbr: Remove unused AACDecContext* parameter from sbr_lf_gen_mips Reviewed-by: Lynne Signed-off-by: Andreas Rheinhardt >

[FFmpeg-cvslog] avcodec/aacps: Inline ff_ps_ctx_init()

2024-02-26 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Feb 25 22:12:33 2024 +0100| [80eca6ec994bf29c9f0d0c11b0f39072e35c542f] | committer: Andreas Rheinhardt avcodec/aacps: Inline ff_ps_ctx_init() Reviewed-by: Lynne Signed-off-by: Andreas Rheinhardt >

[FFmpeg-cvslog] avcodec/aacdec: Rename AACContext to AACDecContext

2024-02-26 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Feb 25 22:09:12 2024 +0100| [1ecc9065364d399bca8e27028dba064e5acc69c4] | committer: Andreas Rheinhardt avcodec/aacdec: Rename AACContext to AACDecContext It is decoder-only; furthermore, there is already an AACContext in use by libfdk-aacenc.

[FFmpeg-cvslog] avcodec/aacsbr: Remove unused parameter from sbr_gain_calc

2024-02-26 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Feb 25 22:02:15 2024 +0100| [1b048dd443a0849ab5f3df741f0c7bc854cf13b5] | committer: Andreas Rheinhardt avcodec/aacsbr: Remove unused parameter from sbr_gain_calc Reviewed-by: Lynne Signed-off-by: Andreas Rheinhardt >

[FFmpeg-cvslog] avcodec/aacdec_template: Don't use intermediate void*

2024-02-26 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Feb 25 21:37:38 2024 +0100| [c6cf253c98a7839d852f7f707979c8401a26459c] | committer: Andreas Rheinhardt avcodec/aacdec_template: Don't use intermediate void* Reviewed-by: Lynne Signed-off-by: Andreas Rheinhardt >

[FFmpeg-cvslog] avocdec/aac: Move decoder-only stuff to new header aacdec.h

2024-02-26 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Feb 25 21:44:12 2024 +0100| [a0fa6b6030e7c118c7c41e9c15c80c61ba0a1bae] | committer: Andreas Rheinhardt avocdec/aac: Move decoder-only stuff to new header aacdec.h AACContext is not used by the encoder at all. Reviewed-by: Lynne

[FFmpeg-cvslog] configure: Disable linker warnings for common symbols

2024-02-26 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri Feb 23 18:54:10 2024 +0100| [25e0e087c4314730d42ac16061962904b8fb3ae6] | committer: Andreas Rheinhardt configure: Disable linker warnings for common symbols Common symbols are not part of ISO-C and therefore not used by FFmpeg at all. Yet

[FFmpeg-cvslog] fate/mov: add tests for HEIF samples with derived images

2024-02-26 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Feb 10 18:46:15 2024 -0300| [84e669167de9394e0de1bee0244f48ffac6f3826] | committer: James Almer fate/mov: add tests for HEIF samples with derived images Signed-off-by: James Almer >

[FFmpeg-cvslog] fate/mov: test remuxing all stream heif items

2024-02-26 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Jan 22 15:00:26 2024 -0300| [feab8f9c58cefa878c2dc0bfa13b0d33cf400c22] | committer: James Almer fate/mov: test remuxing all stream heif items Signed-off-by: James Almer >

[FFmpeg-cvslog] avformat/mov: add support for tile HEIF still images

2024-02-26 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Jan 22 14:35:55 2024 -0300| [41e349c24a726d0c3bac5830eec9f6940ea41c63] | committer: James Almer avformat/mov: add support for tile HEIF still images Export each tile as its own stream, and the grid information as a Stream Group of type TILE_GRID.

[FFmpeg-cvslog] avformat: add a Tile Grid stream group type

2024-02-26 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Jan 22 14:35:33 2024 -0300| [25a10677d12c3c9def7cb22514662ac149c05fc6] | committer: James Almer avformat: add a Tile Grid stream group type This will be used to support tiled image formats like HEIF. Signed-off-by: James Almer >

[FFmpeg-cvslog] avcodec/x86/hevc: fix luma 12b overflow

2024-02-26 Thread Ronald S . Bultje
ffmpeg | branch: master | Ronald S. Bultje | Sun Feb 25 10:49:35 2024 -0500| [d6083f503d5bd7f9a2540c3e30d95e7add765d1e] | committer: J. Dekker avcodec/x86/hevc: fix luma 12b overflow Signed-off-by: J. Dekker >

[FFmpeg-cvslog] checkasm/hevc_deblock: add luma and chroma full

2024-02-26 Thread J . Dekker
ffmpeg | branch: master | J. Dekker | Wed Jan 24 12:57:04 2024 +0100| [07cc8f6b3cd463b714aba1f0612c04d21bf8af16] | committer: J. Dekker checkasm/hevc_deblock: add luma and chroma full Signed-off-by: J. Dekker >

[FFmpeg-cvslog] avcodec/evc: Remove redefine of HEVC_MAX_ENTRY_POINT_OFFSETS

2024-02-26 Thread Zhao Zhili
ffmpeg | branch: master | Zhao Zhili | Thu Feb 22 14:41:50 2024 +0800| [a3ca4beeaa467bf10f2f4b9dc0e6cdbab68b9de4] | committer: Zhao Zhili avcodec/evc: Remove redefine of HEVC_MAX_ENTRY_POINT_OFFSETS Signed-off-by: Zhao Zhili >