summaryrefslogtreecommitdiff
path: root/libavformat/aiff.c
Commit message (Expand)AuthorAge
* 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
* use aiff when we can, some players only support aiffBaptiste Coudurier2007-02-14
* the context is supposed to be freed in the generic code in utils.cMichael Niedermayer2007-01-21
* remove now useless codec_tag setting code in muxersMichael Niedermayer2007-01-21
* get rid of the [4] limitation of codec tag listsMichael Niedermayer2007-01-21
* export a few more codec_tag-codec_id tablesMichael Niedermayer2007-01-21
* add codec_id <-> codec_tag tables to AVIn/OutputFormatMichael Niedermayer2007-01-21
* make some symbols staticMåns Rullgård2006-11-11
* replace coder/decoder file description in libavformat by muxer/demuxerAurelien Jacobs2006-10-23
* fix bit rateBaptiste Coudurier2006-10-11
* use av_get_bits_per_sampleBaptiste Coudurier2006-10-11
* use av_get_bits_per_sample, compute block align if not setBaptiste Coudurier2006-10-11
* simplify by not writing unneeded codec name to fix segfault when stream copyBaptiste Coudurier2006-10-11
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* move common stuff from avienc.c and wav.c to new file riff.cMåns Rullgård2006-07-12
* CONFIG_AIFF_DEMUXER vs CONFIG_AIFF_MUXER typoDiego Biurrun2006-07-11
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-10
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-09
* Move initialisations and internal symbols in allformats.h,Diego Pettenò2006-06-30
* Add const to (mostly) char* and make some functions static, which aren't usedStefan Huehner2006-06-18
* Add (mostly) const to variable and parameter declaration, where a char* wasStefan Huehner2006-06-17
* fix pcm_s24be demuxing, simplifyBaptiste Coudurier2006-05-15
* AIFF format support by (Patrick Guimond <patg a.t patg d.o.t homeunix d.o.t org)Michael Niedermayer2006-02-02