55 Commits (540f1c7b138f6b9f973c9f44b3a756cb75e2b52d)

Author SHA1 Message Date
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
Baptiste Coudurier a492ad9f63 100l 18 years ago
Baptiste Coudurier 8d97aedbaa indentation 18 years ago
Baptiste Coudurier 400615b68b use aiff when we can, some players only support aiff 18 years ago
Michael Niedermayer acf0b6a657 the context is supposed to be freed in the generic code in utils.c 18 years ago
Michael Niedermayer bb85077fc9 remove now useless codec_tag setting code in muxers 18 years ago
Michael Niedermayer 6c77805fc8 get rid of the [4] limitation of codec tag lists 18 years ago
Michael Niedermayer edb6e50682 export a few more codec_tag-codec_id tables 18 years ago
Michael Niedermayer 7caf0cc62c add codec_id <-> codec_tag tables to AVIn/OutputFormat 18 years ago
Måns Rullgård 1ed1a122a7 make some symbols static 18 years ago
Aurelien Jacobs 7fbde3431a replace coder/decoder file description in libavformat by muxer/demuxer 18 years ago
Baptiste Coudurier 777f46493d fix bit rate 18 years ago
Baptiste Coudurier d50756cdf9 use av_get_bits_per_sample 18 years ago
Baptiste Coudurier e27d92773e use av_get_bits_per_sample, compute block align if not set 18 years ago
Baptiste Coudurier 8d41fe285b simplify by not writing unneeded codec name to fix segfault when stream copy 18 years ago
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
Måns Rullgård 9d9f4119bd move common stuff from avienc.c and wav.c to new file riff.c 19 years ago
Diego Biurrun 8a85f46d2b CONFIG_AIFF_DEMUXER vs CONFIG_AIFF_MUXER typo 19 years ago
Måns Rullgård ff70e60176 allow individual selection of muxers and demuxers 19 years ago
Måns Rullgård d2a067d1d9 give AVInput/OutputFormat structs consistent names 19 years ago