128 Commits (555c31de9da0ef1b4b0cea75bb7a6d6a246a1ebd)

Author SHA1 Message Date
Michael Niedermayer 7ec28e1d4c avformat/cafdec: Do not store empty keys in read_info_chunk() 3 years ago
Vittorio Giovara eaad010f7b caf: convert to new channel layout API 3 years ago
Andreas Rheinhardt 7c2b9067d0 avformat/cafdec: Avoid unnecessary avio_tell() calls 3 years ago
Andreas Rheinhardt 40bdd8cc05 avformat: Avoid allocation for AVStreamInternal 3 years ago
Paul B Mahol 11d39873ab avformat/cafdec: try skipping various chunks only when seeking is possible 3 years ago
Andreas Rheinhardt bc70684e74 avformat: Constify all muxer/demuxers 4 years ago
Michael Niedermayer 641c1db22b avformat/cafdec: Check channels 4 years ago
Michael Niedermayer ea12590c8e avformat/cafdec: Do not build an index if all packets are the same 4 years ago
Andreas Rheinhardt ef3224c911 avformat/caf: Deduplicate codec tags list 4 years ago
Michael Niedermayer 684aec6a68 avformat/cafdec: clip sample rate 4 years ago
Michael Niedermayer 9dc3301745 avformat/cafdec: Check the return code from av_add_index_entry() 4 years ago
Michael Niedermayer eb46939e3a avformat/cafdec: Check for EOF in index read loop 4 years ago
Michael Niedermayer 5eed718087 avformat/cafdec: Check that bytes_per_packet and frames_per_packet are non negative 4 years ago
Anton Khirnov cea7c19cda lavf: move AVStream.*index_entries* to AVStreamInternal 4 years ago
Andreas Rheinhardt 82d61a9ce3 avformat: Don't free old extradata before ff_alloc/get_extradata 5 years ago
Andreas Rheinhardt c1e439d7e9 avformat: Forward errors where possible 5 years ago
Carl Eugen Hoyos 4d8875ec23 lavf: Constify the probe function argument. 6 years ago
Carl Eugen Hoyos 8a788ff5d6 lavf/cafdec: Do not fail for unknown atoms with negative size. 6 years ago
Anton Khirnov 5a3b602acd avformat/cafdec: reject multichannel Opus streams 7 years ago
Carl Eugen Hoyos b4093e60c5 lavf/caf: Support demuxing Opus. 7 years ago
Anton Khirnov 48a5c35346 caf: add an Opus tag 7 years ago
Clément Bœsch bec96a7286 lavf: use av_fourcc2str() where appropriate 8 years ago
Andreas Cadhalpun baba9c6aef cafdec: prevent overflow during bit rate calculation 8 years ago
Anton Khirnov 83548fe894 lavf: fix usage of AVIOContext.seekable 8 years ago
Paul B Mahol 323b8c95e4 avformat: add AVFormatContext to ff_get_extradata() 9 years ago
Anton Khirnov 9200514ad8 lavf: replace AVStream.codec with AVStream.codecpar 9 years ago
Vittorio Giovara 059a934806 lavc: Consistently prefix input buffer defines 9 years ago
Andreas Cadhalpun cb7c4f73e5 cafdec: free extradata before allocating it 10 years ago
Andreas Cadhalpun a3ede6b742 cafdec: check avio_read return value 10 years ago
Diego Biurrun daf8cf358a avformat: Don't anonymously typedef structs 10 years ago
Diego Biurrun 4d5b99dacd caf: Give context structure a consistent name 10 years ago
Diego Biurrun 86dfcfd0e3 mov: Drop unused parameter from ff_mov_read_esds() 10 years ago
Paul B Mahol 90b2f31367 cafdec: check for eof in read_info_chunk() 10 years ago
James Almer d34ec64a22 replace calls to url_feof() with avio_feof() 10 years ago
Diego Biurrun 942269fd00 caf: Use correct printf conversion specifiers for POSIX int types 10 years ago
Michael Niedermayer 1f36ebf63a avformat: revert %c changes from d92024f18f 11 years ago
Diego Biurrun d92024f18f lavf: more correct printf format specifiers 11 years ago
Michael Niedermayer 773f2a563f avformat/cafdec: use ff_get_extradata() 11 years ago
Paul B Mahol a807c68253 avformat: use ff_alloc_extradata() 11 years ago
Xi Wang 64b7e7dcaf cafdec: fix overflow checking in read_header() 12 years ago
Michael Niedermayer a202541f9b cafdec: Check duration before use. 12 years ago
Justin Ruggles bfe5454cd2 lavf: move ff_codec_get_tag() and ff_codec_get_id() definitions to internal.h 12 years ago
Michael Niedermayer 8aa6d899c0 cafdec: fix seeking with adpcm 12 years ago
Paul B Mahol e94f429474 cafdec: return right code if EOF is reached 12 years ago
Carl Eugen Hoyos b1e190d0fd Correctly signal EOF when demuxing caf files. 12 years ago
Paul B Mahol c2e2b3029e cafdec: fix parsing of chunks which may have unused data 12 years ago
Samuel Pitoiset 9afb7061f9 mov_chan: Pass a separate AVIOContext for reading 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Diego Biurrun 0177b7d23a Improve descriptiveness of a number of codec and container long names 12 years ago
Justin Ruggles 1749e12f45 cafdec: allow larger ALAC magic cookie 13 years ago