media/libraries/test_data/src/test/assets/extractordumps
ibaker 5b3066f380 MP3: Derive duration and bitrate from frame count in Info header
`Info` header is used for CBR files, but in some cases not **every**
frame in these files is the same size. This change stops using the
single frame after the `Info` frame as the 'template' (and assuming all
subsequent frames are the same size/bitrate), and instead derives the
bitrate from fields in the `Info` header. This works for files which are
'almost' constant bitrate, like the one in Issue: androidx/media#1376 where every
frame is either 1044 or 1045 bytes except the one immediately after the
`Info` frame which is 104 bytes (32kbps), resulting in a wildly
incorrect duration calculation.

PiperOrigin-RevId: 636151605
2024-05-22 06:59:10 -07:00
..
amr Update to androidx.media3 2021-10-27 09:12:46 +01:00
avi Merge pull request #9915 from dburckh:avi 2022-06-15 15:28:22 +00:00
avif Support AVIF in exoplayer 2024-05-15 08:04:41 -07:00
bmp Check sampleMimeType rather than containerMimeType for images 2024-02-06 09:31:37 -08:00
flac Set PCM encoding in Flac extractor 2024-01-09 10:28:55 -08:00
flv Update to androidx.media3 2021-10-27 09:12:46 +01:00
heif Check sampleMimeType rather than containerMimeType for images 2024-02-06 09:31:37 -08:00
jpeg Set Format.frameRate for single-frame MP4 tracks 2024-03-07 02:53:05 -08:00
midi MidiExtractor: mark only the first sample as key-frame 2023-11-21 07:39:46 -08:00
mkv Removing id from Label and ensuring label/labels consistency in Format.Builder. 2024-03-25 12:00:14 +00:00
mkv_subtitle_transcoding Removing id from Label and ensuring label/labels consistency in Format.Builder. 2024-03-25 12:00:14 +00:00
mp3 MP3: Derive duration and bitrate from frame count in Info header 2024-05-22 06:59:10 -07:00
mp4 Parse initialization data from AV1 tracks 2024-05-01 08:23:43 -07:00
ogg Set PCM encoding in Flac extractor 2024-01-09 10:28:55 -08:00
png Check sampleMimeType rather than containerMimeType for images 2024-02-06 09:31:37 -08:00
ts Update dump files 2024-04-30 16:31:50 +01:00
wav Merge pull request #9543 from KasemJaffer:rf64 2021-11-19 14:29:19 +00:00
webp Check sampleMimeType rather than containerMimeType for images 2024-02-06 09:31:37 -08:00
webvtt Plumb SubtitleParser.Factory into WebvttExtractor 2024-01-11 11:13:08 -08:00