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