mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-03-06 04:40:20 +00:00
The packet counting based approach caused excessive sdt/pat/pmt for VBR, so let's use a timestamp based approach instead similar to how we emit PCRs. SDT/PAT/PMT period should be consistent for both VBR and CBR from now on. Also change the type of sdt_period and pat_period to AV_OPT_TYPE_DURATION so no floating point math is necessary. Fixes ticket #3714. Signed-off-by: Marton Balint <cus@passwd.hu> |
||
|---|---|---|
| .. | ||
| adpcm-adx | ||
| adpcm-adx-trellis | ||
| adpcm-ima_qt | ||
| adpcm-ima_qt-trellis | ||
| adpcm-ima_wav | ||
| adpcm-ima_wav-trellis | ||
| adpcm-ms | ||
| adpcm-ms-trellis | ||
| adpcm-swf | ||
| adpcm-swf-trellis | ||
| adpcm-yamaha | ||
| adpcm-yamaha-trellis | ||
| adpcm_ima_qt | ||
| alac | ||
| flac | ||
| flac-exact-rice | ||
| g723_1 | ||
| mp2 | ||
| mp2fixed | ||
| pcm-alaw | ||
| pcm-f32be | ||
| pcm-f32le | ||
| pcm-f64be | ||
| pcm-f64le | ||
| pcm-mulaw | ||
| pcm-s8 | ||
| pcm-s8_planar | ||
| pcm-s16be | ||
| pcm-s16be_planar | ||
| pcm-s16le | ||
| pcm-s16le_planar | ||
| pcm-s24be | ||
| pcm-s24le | ||
| pcm-s24le_planar | ||
| pcm-s32be | ||
| pcm-s32le | ||
| pcm-s32le_planar | ||
| pcm-u8 | ||
| pcm-u16be | ||
| pcm-u16le | ||
| pcm-u24be | ||
| pcm-u24le | ||
| pcm-u32be | ||
| pcm-u32le | ||
| roqaudio | ||
| s302m | ||
| tta | ||
| wavpack | ||