99 Commits (c0db6320a639db41802995501c9607407f0e8ed8)

Author SHA1 Message Date
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
Justin Ruggles 3bab7cd128 avformat: move 'chan' tag parsing to mov_chan.c to share with the CAF demuxer 13 years ago
Justin Ruggles c0196a14b9 caf: use int64_t for num_packets 13 years ago
Justin Ruggles f5a9c35f88 caf: fix 'pakt' chunk parsing 13 years ago
Justin Ruggles b0b77b9ca5 caf: support either old or new style ALAC magic kuki chunk 13 years ago
Ronald S. Bultje 67ffcb9613 lavf: Make codec_tag arrays constant 13 years ago
Martin Storsjö 20234a4bd7 cosmetics: Align muxer/demuxer declarations 13 years ago
Joakim Plate af701d42c3 cafdec: Check return value of avio_seek and avoid modifying state if it fails 13 years ago
Anton Khirnov 6e9651d106 lavf: remove AVFormatParameters from AVFormatContext.read_header signature 13 years ago
Paul B Mahol f7a9b1deee cafdec: fix regression introduced in c7579ad8e8 13 years ago
Paul B Mahol c7579ad8e8 cafdec: replace deprecated get_strz() 13 years ago
Mans Rullgard 3383a53e7d lavu: replace int/float punning functions 13 years ago
Anton Khirnov c3f9ebf743 lavf: make av_set_pts_info private. 13 years ago
Carl Eugen Hoyos 4eb86d348f Do not use strcpy for "strings" starting with \0. 13 years ago
Carl Eugen Hoyos d6af8e68c4 Cosmetics: Reindent after last commit. 13 years ago
Carl Eugen Hoyos 80af00b4b2 Support new ALAC magic cookie in caf files. 13 years ago
Anton Khirnov 3b3bbdd3e6 lavf,lavd: replace av_new_stream->avformat_new_stream part I. 13 years ago
Anton Khirnov c10731e78b lavf: deprecate AVFormatContext.file_size 13 years ago
Joakim Plate 75f418064e [cafdec] Check return value of avio_seek and avoid modifying state if it fails 13 years ago
Carl Eugen Hoyos 88084eecdf Use little endian for caf codec tags. 14 years ago
Anton Khirnov dfc2c4d900 lavf: use designated initialisers for all (de)muxers. 14 years ago
Mans Rullgard ee8aecd23a Do not include intfloat_readwrite.h in avutil.h 14 years ago
Anton Khirnov d2d67e424f Remove all uses of now deprecated metadata functions. 14 years ago
Carl Eugen Hoyos 91b782720f Move channel chunk reading function to isom.c. 14 years ago
Carl Eugen Hoyos 8bb5d1c39c Support channel layout when demuxing caf files. 14 years ago
Carl Eugen Hoyos 2a2146aac0 Extend unknown CAF chunk warning message: Print size. 14 years ago
Anton Khirnov 8978fedaee avio: introduce an AVIOContext.seekable field 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago