summaryrefslogtreecommitdiff
path: root/libavformat/aiff.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec: add CBD2 DPCM decoderPaul B Mahol2023-01-271-0/+1
* avformat/aiff: Deduplicate codec tags and codec tags listAndreas Rheinhardt2021-02-231-0/+54
* Rename aiff.c to aiffdec.cJustin Ruggles2009-10-151-315/+0
* Split up the AIFF muxer and demuxer into separate files.Justin Ruggles2009-10-151-166/+4
* Do not read data past the end of the SSND chunk in the AIFF demuxer.Justin Ruggles2009-10-131-2/+16
* Return special EOF checking for aiff and au demuxers, the check was atReimar Döffinger2009-10-021-4/+0
* Add ff_ prefixes to exported symbols in libavformat/riff.h.Daniel Verkamp2009-06-221-1/+1
* Remove useless init from aiff_read_header() found by CSA.Michael Niedermayer2009-04-171-1/+1
* use new metadata API in aiff demuxerAurelien Jacobs2009-02-021-7/+10
* simplifyAurelien Jacobs2009-02-021-7/+1
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-3/+3
* Remove offset_t typedef and use int64_t directly instead.Diego Biurrun2008-10-031-5/+5
* Use enum typers instead of int.Diego Pettenò2008-10-021-2/+2
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-081-12/+12
* set block align and frame size for gsm in aiffBaptiste Coudurier2008-09-041-0/+4
* Replace generic CONFIG_MUXERS preprocessor conditionals by more specificDiego Biurrun2008-09-021-2/+2
* Change codec_tag type from const struct AVCodecTag ** to const struct AVCodec...Reimar Döffinger2008-08-241-2/+2
* Make AIFF demuxer handle F32BE and F64BE PCM audio.Peter Ross2008-08-191-0/+2
* cosmeticsBaptiste Coudurier2008-06-281-1/+1
* cosmetics, align verticallyBaptiste Coudurier2008-06-281-12/+12
* Remove wrappers of pcm_read_seek().Ramiro Polla2008-06-061-7/+1
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-031-2/+2
* try to demux even if codec is not recognized, should demux M1F1-float32C-AFsp...Baptiste Coudurier2008-05-151-3/+5
* do not fail if correct is not recognizedBaptiste Coudurier2008-05-151-3/+0
* cosmetics, remove space before opening parenthesisBaptiste Coudurier2008-05-151-5/+5
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-1/+2
* set block align for mace3/6Baptiste Coudurier2008-03-051-0/+4
* correctly compute bit rate for compressed audio, should fix seeking in aiffBaptiste Coudurier2008-03-051-1/+2
* fix mace durationBaptiste Coudurier2008-02-251-0/+4
* 10l, protect malloc overflowBaptiste Coudurier2008-02-251-0/+2
* support QDM2 in aiff, QDM2.aifBaptiste Coudurier2008-02-251-0/+8
* remove useless close functionBaptiste Coudurier2008-02-251-6/+1
* indentationBaptiste Coudurier2008-02-251-39/+39
* remove useless castsBaptiste Coudurier2008-02-251-3/+3
* cosmeticsBaptiste Coudurier2008-02-251-17/+6
* remove useless tags, codec_get_id matches independently and qt uses lower cas...Baptiste Coudurier2008-02-251-2/+0
* set bps to uncompressed original sound data for compressed audioBaptiste Coudurier2008-02-251-1/+6
* fix duration for ima4Baptiste Coudurier2008-02-251-1/+3
* ima4 in aiff supportBaptiste Coudurier2008-02-251-3/+11
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-211-7/+7
* move unrelated functions declarations out of allformats.hAurelien Jacobs2007-09-111-1/+1
* Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris2007-07-191-2/+2
* Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).Panagiotis Issaris2007-07-191-1/+1
* compute absolute data offset after reading blocksizeBaptiste Coudurier2007-06-261-1/+1
* this is named BlockSize in specsBaptiste Coudurier2007-06-251-1/+1
* according to specs, offset is before blocksizeBaptiste Coudurier2007-06-251-1/+1
* support files with COMM chunk after SSND, fix invalid_nocommon.aiff which is ...Baptiste Coudurier2007-06-251-3/+14
* Support for newer MacOSX AIFFKostya Shishkov2007-04-271-0/+1
* allocate 32 extra bytes at the end of the probe buffer and remove most probe ...Michael Niedermayer2007-04-081-2/+0
* 100lBaptiste Coudurier2007-02-141-1/+1