4 Commits (591db22dffa3871774c00a410d3c1196ecb0f3f6)

Author SHA1 Message Date
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
Michael Niedermayer 12ad66712a Use AV_METADATA_DONT_STRDUP* / use av_malloced metadata instead of strduped 15 years ago
Vitor Sessak cea65433e0 decode qcelp in aiff, implement #1524, patch by Vitor 15 years ago
Justin Ruggles 5855e4e0dd Rename aiff.c to aiffdec.c 15 years ago
Justin Ruggles 47b47bbdaf Split up the AIFF muxer and demuxer into separate files. 15 years ago
Justin Ruggles 24c6f152c4 Do not read data past the end of the SSND chunk in the AIFF demuxer. 15 years ago
Reimar Döffinger a7a9dd0eb6 Return special EOF checking for aiff and au demuxers, the check was at 15 years ago
Daniel Verkamp 1a40491ef2 Add ff_ prefixes to exported symbols in libavformat/riff.h. 16 years ago
Michael Niedermayer 551b41d4bf Remove useless init from aiff_read_header() found by CSA. 16 years ago
Aurelien Jacobs c0f1445864 use new metadata API in aiff demuxer 16 years ago
Aurelien Jacobs be62f5569e simplify 16 years ago
Aurelien Jacobs b250f9c66d Change semantic of CONFIG_*, HAVE_* and ARCH_*. 16 years ago
Diego Biurrun bc5c918ea8 Remove offset_t typedef and use int64_t directly instead. 16 years ago
Diego Pettenò fb65d2ca84 Use enum typers instead of int. 16 years ago
Luca Abeni dd1c8f3e6e Bump Major version, this commit is almost just renaming bits_per_sample to 16 years ago
Baptiste Coudurier 5d79f30d70 set block align and frame size for gsm in aiff 16 years ago
Diego Biurrun 8212568a1c Replace generic CONFIG_MUXERS preprocessor conditionals by more specific 16 years ago
Reimar Döffinger c18545929e Change codec_tag type from const struct AVCodecTag ** to const struct AVCodecTag * const * 16 years ago
Peter Ross b1c00341a5 Make AIFF demuxer handle F32BE and F64BE PCM audio. 16 years ago
Baptiste Coudurier 6f557c6a36 cosmetics 17 years ago
Baptiste Coudurier c7adbedb08 cosmetics, align vertically 17 years ago
Ramiro Polla 5256e42c0b Remove wrappers of pcm_read_seek(). 17 years ago
Stefano Sabatini bde15e74de Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. 17 years ago
Baptiste Coudurier 3f60afad28 try to demux even if codec is not recognized, should demux M1F1-float32C-AFsp.aif and fix #454 17 years ago
Baptiste Coudurier 0a1bd250d1 do not fail if correct is not recognized 17 years ago
Baptiste Coudurier 24c1d3b54d cosmetics, remove space before opening parenthesis 17 years ago
Diego Biurrun 245976da2a Use full path for #includes from another directory. 17 years ago
Baptiste Coudurier 112249de00 set block align for mace3/6 17 years ago
Baptiste Coudurier 28da7981d0 correctly compute bit rate for compressed audio, should fix seeking in aiff 17 years ago
Baptiste Coudurier 4649fa9052 fix mace duration 17 years ago
Baptiste Coudurier 9c7fd997f7 10l, protect malloc overflow 17 years ago
Baptiste Coudurier b8d3daca62 support QDM2 in aiff, QDM2.aif 17 years ago
Baptiste Coudurier 4c638f0c7c remove useless close function 17 years ago
Baptiste Coudurier 54d8fd20fd indentation 17 years ago
Baptiste Coudurier c6f5381215 remove useless casts 17 years ago
Baptiste Coudurier 9df21f24e1 cosmetics 17 years ago
Baptiste Coudurier b4dc27a829 remove useless tags, codec_get_id matches independently and qt uses lower case tags 17 years ago
Baptiste Coudurier e13c078333 set bps to uncompressed original sound data for compressed audio 17 years ago
Baptiste Coudurier e013015980 fix duration for ima4 17 years ago
Baptiste Coudurier 3a957df49e ima4 in aiff support 17 years ago
Björn Axelsson 899681cd1d Use dynamically allocated ByteIOContext in AVFormatContext 17 years ago
Aurelien Jacobs 7241a6bb50 move unrelated functions declarations out of allformats.h 17 years ago
Panagiotis Issaris 6f3e0b2174 Replace all occurrences of AVERROR_IO with AVERROR(EIO). 18 years ago
Panagiotis Issaris 769e10f068 Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM). 18 years ago
Baptiste Coudurier 4513cd48ee compute absolute data offset after reading blocksize 18 years ago
Baptiste Coudurier 1758c7128d this is named BlockSize in specs 18 years ago
Baptiste Coudurier 11d540a480 according to specs, offset is before blocksize 18 years ago
Baptiste Coudurier 620d1d7878 support files with COMM chunk after SSND, fix invalid_nocommon.aiff which is spec compliant 18 years ago
Kostya Shishkov 13544287d5 Support for newer MacOSX AIFF 18 years ago
Michael Niedermayer 87e8788680 allocate 32 extra bytes at the end of the probe buffer and remove most probe buf_size checks 18 years ago