Romain Beauxis
590d775a66
avcodec/codec_id: add .props to AV_CODEC_ID_APPLE_APAC
...
Signed-off-by: Romain Beauxis <romain.beauxis@gmail.com >
2026-06-10 10:08:39 -05:00
Romain Beauxis and toots
c19949ae0f
avformat/isom_tags: Add support for detecting apple_apac
...
Signed-off-by: Romain Beauxis <romain.beauxis@gmail.com >
2026-06-10 11:59:35 +00:00
Romain Beauxis and toots
f98eaa3ea9
avcodec/codec_id: Add Apple Positional Audio Codec.
...
Signed-off-by: Romain Beauxis <romain.beauxis@gmail.com >
2026-06-10 11:59:35 +00:00
Romain Beauxis
80375ca773
avformat/mpegts: update stream metadata from timed_id3 packets
...
Set AVSTREAM_EVENT_FLAG_METADATA_UPDATED so applications can detect
mid-stream metadata changes without inspecting packet side data.
2026-06-01 21:53:36 -05:00
Romain Beauxis
f6838b8636
tests/fate/demux.mak: add FATE test for timed ID3 packet demuxing in HLS
...
streams.
2026-06-01 21:53:36 -05:00
Romain Beauxis
dba111c34d
.forgejo: add pull request template with fate-samples section
2026-06-01 10:40:57 -05:00
Romain Beauxis
78fff004f0
.forgejo: add support for ephemeral FATE samples via PR attachments
...
Developers can attach sample files to a PR and list their target paths
within the fate-suite in a fate-samples block in the PR description:
```fate-samples
vorbis/tos.ogg
mov/some-new-sample.mov
```
A new inject-pr-samples.py script fetches the PR metadata from the
Forgejo API, resolves each listed path to its matching attachment by
filename, and downloads the files into the fate-suite directory before
FATE runs.
The script validates that pr-number is an integer, that paths are
relative, contain no '..', and are at most 3 components deep (matching
the deepest paths in the existing fate-suite). Attachment URLs are
restricted to the code.ffmpeg.org domain.
The script exports a new_samples=true/false output via $FORGEJO_OUTPUT.
After FATE completes, a final workflow step fails the run if any new
sample was injected, reminding contributors to add their samples to the
official fate-suite before the PR can be merged.
The script can also be used locally:
SAMPLES=/path/to/fate-suite .forgejo/inject-pr-samples.py <pr-number>
2026-06-01 10:40:57 -05:00
Romain Beauxis and toots
6ef1a9579f
avformat/matroskaenc: write hvcE BlockAdditionMapping for Dolby Vision EL
...
When AV_PKT_DATA_HEVC_CONF is present on an HEVC track, write
an hvcE BlockAdditionMapping alongside the existing dvcC/dvvC one,
carrying the raw HEVCDecoderConfigurationRecord for the enhancement layer.
2026-05-30 17:37:28 +00:00
Romain Beauxis and toots
523b9faa94
avformat/matroskadec: parse hvcE block addition mapping as AV_PKT_DATA_HEVC_CONF
...
Handle MATROSKA_BLOCK_ADD_ID_TYPE_HVCE in mkv_parse_block_addition_mappings
and store the raw HEVCDecoderConfigurationRecord as
AV_PKT_DATA_HEVC_CONF on the stream's coded side data, mirroring
the existing dvcC/dvvC handling.
2026-05-30 17:37:28 +00:00
Romain Beauxis and toots
e2cfc80f32
avformat/matroska: add hvcE block addition mapping type
...
Add MATROSKA_BLOCK_ADD_ID_TYPE_HVCE (0x68766345) for the Dolby Vision
enhancement-layer HEVC configuration, alongside the existing dvcC/dvvC
entries.
2026-05-30 17:37:28 +00:00
Romain Beauxis and toots
199e49d9b6
avformat/movenc: write hvcE box for Dolby Vision enhancement layer
...
When AV_PKT_DATA_HEVC_CONF is present on a MODE_MP4 HEVC
track, write it as an hvcE box alongside hvcC and dvcC. Like dvcC,
writing requires -strict unofficial.
2026-05-30 17:37:28 +00:00
Romain Beauxis and toots
2c74d197ee
avformat/mov: parse hvcE box as AV_PKT_DATA_HEVC_CONF side data
...
The hvcE box carries the HEVCDecoderConfigurationRecord for the Dolby
Vision enhancement layer in ISOM-based containers. Store its raw
contents as AV_PKT_DATA_HEVC_CONF on the stream's coded side data,
mirroring the existing dvcC/dvvC handling.
2026-05-30 17:37:28 +00:00
Romain Beauxis and toots
5f6dff5e7d
avcodec/packet: add AV_PKT_DATA_HEVC_CONF side data type
...
Carries a raw HEVCDecoderConfigurationRecord for the Dolby Vision
enhancement layer, parsed from the hvcE box (ISOM) or the corresponding
BlockAdditionMapping (Matroska).
2026-05-30 17:37:28 +00:00
Romain Beauxis and toots
8c86d82703
fate: add tests for Dolby Vision Profile 7 hvcE preservation
...
Tests covering demux and remux of DV P7 dual-layer content with both
dvcC and hvcE BlockAdditionMapping/box across MP4 and Matroska.
2026-05-30 17:37:28 +00:00
Romain Beauxis
2bae6f9d52
avformat/ogg: drop CELT support
2026-05-23 10:16:38 -05:00
Romain Beauxis
cd02463dc6
lavf: wire id3v2 fdebug option
...
Signed-off-by: Romain Beauxis <romain.beauxis@gmail.com >
2026-05-22 08:20:13 -05:00
Romain Beauxis
274bc5f9ae
avformat: deprecate FF_FDEBUG_TS in favor of AV_FDEBUG_TS, add AV_FDEBUG_ID3V2
...
Signed-off-by: Romain Beauxis <romain.beauxis@gmail.com >
2026-05-22 08:20:13 -05:00
Romain Beauxis
0f2e693956
tests/fate/id3v2.mak: add new tests for comm, lyrics, txx and wma
...
comments.
Signed-off-by: Romain Beauxis <romain.beauxis@gmail.com >
2026-05-07 09:46:53 -05:00
Romain Beauxis
85cc813412
libavformat/tests/id3v2: add test program for raw ID3v2 frame debugging
...
Signed-off-by: Romain Beauxis <romain.beauxis@gmail.com >
2026-05-07 09:46:37 -05:00
Romain Beauxis
910d796430
libavformat/id3v2: wire FF_FDEBUG_ID3V2 frame debugging
...
Signed-off-by: Romain Beauxis <romain.beauxis@gmail.com >
2026-05-07 09:46:17 -05:00
Romain Beauxis and toots
f80431dc4e
.forgejo/CODEOWNERS: fix ogg pattern for @toots
2026-05-03 17:05:25 +00:00
Romain Beauxis
0f6ba39122
avfilter/vf_frei0r: guard against NULL string fields.
2026-04-30 08:33:31 -05:00
Romain Beauxis and toots
82d7e375f1
libavdevice/alsa.c: fix NULL pointer dereference
2026-04-19 15:00:08 +00:00
Romain Beauxis
053fb462d8
tests/fate/ogg-*.mak: Make sure that copy tests do not run when
...
$(FFMPEG) is not compiled.
2026-03-23 10:53:33 -05:00
Romain Beauxis and toots
878fb73135
libavfilter/vf_frei0r: use .so suffix for plugins on macOS
2026-03-22 14:27:36 +00:00
Romain Beauxis and toots
87bf42899b
Add myself as maintainer to the various ogg files.
2026-03-12 15:22:56 +00:00
Romain Beauxis and toots
9dc44b43b2
fftools/ffplay.c: Also print demuxer-level metadata updates.
2026-03-12 02:45:13 +00:00
Romain Beauxis
e5e8efae5c
libavformat/mov.c: Fix seek in fragmented mp4 files where the audio and video streams are written to seperate fragments
2026-03-08 16:22:24 -05:00
Romain Beauxis and michaelni
0be94a16d6
libavformat/oggdec.c: fix ogg_{save,restore,reset} w.r.t. new_extradata.
2026-02-19 16:45:42 +00:00
Romain Beauxis and Lynne
0e89d993c5
libavformat/oggenc.c: re-initialize stream on new metadata.
2026-02-18 16:25:06 +00:00
Romain Beauxis and Timo Rothenpieler
5ae21f06a3
tests/fate/id3v2.mak: Use run wrapper in fate-id3v2-invalid-tags
2025-12-22 22:34:48 +00:00
Romain Beauxis and Timo Rothenpieler
b43645b2ef
libavformat/id3v2.c: return valid string in decode_str for empty strings
...
with no bom. Fixes: #YWH-PGM40646-12
2025-12-22 13:44:42 +00:00
Romain Beauxis and Marton Balint
c75ada5040
ffplay: print new metadata
2025-11-22 18:38:40 +00:00
Romain Beauxis
7b18eafabd
Re-initialize stream on new metadata.
2025-11-09 11:45:37 -06:00
Romain Beauxis and Lynne
f2b9b1923d
Don't reset last{pts,dts} on new sequentialized ogg streams.
...
This fixes PTS/DTS discontinuity on sequentialized ogg streams.
2025-11-09 10:46:08 +00:00
Romain Beauxis and Yalda
cb4052beae
libavformat/oggparseopus.c: Parse comments from secondary chained streams header packet.
2025-10-01 14:20:55 +00:00
Romain Beauxis and Yalda
45d7d5d3e2
libavformat/oggparseflac.c: Parse ogg/flac comments in new ogg packets, add them to ogg stream
...
new_metadata.
2025-10-01 14:20:55 +00:00
Romain Beauxis and Yalda
7dbf7d2a45
libavformat/oggdec.c: Use AV_PKT_DATA_STRINGS_METADATA to pass metadata updates.
2025-10-01 14:20:55 +00:00
Romain Beauxis and Yalda
cebbb6ae8a
libavformat/oggdec.h, libavformat/oggparsevorbis.c: Factor out vorbis metadata update mechanism.
2025-10-01 14:20:55 +00:00
Romain Beauxis and Yalda
de8d57e4c5
ogg/vorbis: implement header packet skip in chained ogg bitstreams.
2025-10-01 14:20:55 +00:00
Romain Beauxis and Michael Niedermayer
5030564376
libavformat/oggdec.h: Change paket function documentation to return 1 on header packets only.
...
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc >
2025-05-30 22:07:11 +02:00
Romain Beauxis and Michael Niedermayer
574f634e49
ogg/vorbis: implement header packet skip in chained ogg bitstreams.
...
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc >
2025-05-30 22:07:10 +02:00
Romain Beauxis and Michael Niedermayer
c9cc61d620
ogg/vorbis: factor out header processing logic.
...
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc >
2025-05-30 22:07:10 +02:00
Romain Beauxis and Michael Niedermayer
ba3d4c2ba2
libavformat/oggdec.{c, h}: Add new_extradata, use it to pass extradata to the next decoded packet.
...
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc >
2025-05-30 22:07:10 +02:00
Romain Beauxis and Lynne
9c5ed57f94
ogg/opus: implement header packet skip in chained ogg bitstreams.
2025-05-19 07:24:05 +02:00
Romain Beauxis and Lynne
2fb6416dd0
ogg/flac: implement header packet skip in chained ogg bitstreams.
2025-05-19 07:24:05 +02:00
Romain Beauxis and Michael Niedermayer
a9d39d6eb9
libavformat/oggdec.{c, h}: Implement packet skip on packet return value of 1
...
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc >
2025-05-15 03:03:53 +02:00
Romain Beauxis and Michael Niedermayer
6d54af6599
libavformat/oggdec.h: Document packet function return value.
...
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc >
2025-05-15 03:03:53 +02:00
Romain Beauxis and Michael Niedermayer
2431fd0b27
tests: Add stream dump test API util, use it to dump stream data for chained ogg/{vorbis, opus, flac} streams.
...
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc >
2025-04-30 00:03:00 +02:00