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