]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavformat/aiff.c
Replace all occurrances of AVERROR_IO with AVERROR(EIO).
[frescor/ffmpeg.git] / libavformat / aiff.c
2007-07-19 takisReplace all occurrances of AVERROR_IO with AVERROR...
2007-07-19 takisReplace all occurrances of AVERROR_NOMEM with AVERROR...
2007-06-26 bcouduriercompute absolute data offset after reading blocksize
2007-06-25 bcoudurierthis is named BlockSize in specs
2007-06-25 bcoudurieraccording to specs, offset is before blocksize
2007-06-25 bcouduriersupport files with COMM chunk after SSND, fix invalid_n...
2007-04-27 kostyaSupport for newer MacOSX AIFF
2007-04-08 michaelallocate 32 extra bytes at the end of the probe buffer...
2007-02-14 bcoudurier100l
2007-02-14 bcoudurierindentation
2007-02-14 bcoudurieruse aiff when we can, some players only support aiff
2007-01-21 michaelthe context is supposed to be freed in the generic...
2007-01-21 michaelremove now useless codec_tag setting code in muxers
2007-01-21 michaelget rid of the [4] limitation of codec tag lists
2007-01-21 michaelexport a few more codec_tag-codec_id tables
2007-01-21 michaeladd codec_id <-> codec_tag tables to AVIn/OutputFormat
2006-11-11 mrumake some symbols static
2006-10-23 aurelreplace coder/decoder file description in libavformat...
2006-10-11 bcoudurierfix bit rate
2006-10-11 bcoudurieruse av_get_bits_per_sample
2006-10-11 bcoudurieruse av_get_bits_per_sample, compute block align if...
2006-10-11 bcouduriersimplify by not writing unneeded codec name to fix...
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-07-12 mrumove common stuff from avienc.c and wav.c to new file...
2006-07-11 diegoCONFIG_AIFF_DEMUXER vs CONFIG_AIFF_MUXER typo
2006-07-10 mruallow individual selection of muxers and demuxers
2006-07-09 mrugive AVInput/OutputFormat structs consistent names
2006-06-30 gpoirierMove initialisations and internal symbols in allformats.h,
2006-06-18 diegoAdd const to (mostly) char* and make some functions...
2006-06-17 diegoAdd (mostly) const to variable and parameter declaratio...
2006-05-15 bcoudurierfix pcm_s24be demuxing, simplify
2006-02-02 michaelAIFF format support by (Patrick Guimond <patg a.t patg...