]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavformat/aiff.c
O_DIRECT works!!!
[frescor/ffmpeg.git] / libavformat / aiff.c
2009-04-17 michaelRemove useless init from aiff_read_header() found by...
2009-02-02 aureluse new metadata API in aiff demuxer
2009-02-02 aurelsimplify
2009-01-13 aurelChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-10-03 diegoRemove offset_t typedef and use int64_t directly instead.
2008-10-02 benoitUse enum typers instead of int.
2008-09-08 michaelBump Major version, this commit is almost just renaming...
2008-09-04 bcoudurierset block align and frame size for gsm in aiff
2008-09-02 diegoReplace generic CONFIG_MUXERS preprocessor conditionals...
2008-08-24 reimarChange codec_tag type from const struct AVCodecTag...
2008-08-19 prossMake AIFF demuxer handle F32BE and F64BE PCM audio.
2008-06-28 bcouduriercosmetics
2008-06-28 bcouduriercosmetics, align vertically
2008-06-06 ramiroRemove wrappers of pcm_read_seek().
2008-06-03 diegoMake long_names in lavf/lavdev optional depending on...
2008-05-15 bcouduriertry to demux even if codec is not recognized, should...
2008-05-15 bcoudurierdo not fail if correct is not recognized
2008-05-15 bcouduriercosmetics, remove space before opening parenthesis
2008-05-09 diegoUse full path for #includes from another directory.
2008-03-05 bcoudurierset block align for mace3/6
2008-03-05 bcouduriercorrectly compute bit rate for compressed audio, should...
2008-02-25 bcoudurierfix mace duration
2008-02-25 bcoudurier10l, protect malloc overflow
2008-02-25 bcouduriersupport QDM2 in aiff, QDM2.aif
2008-02-25 bcoudurierremove useless close function
2008-02-25 bcoudurierindentation
2008-02-25 bcouduriercosmetics
2008-02-25 bcouduriercosmetics
2008-02-25 bcoudurierremove useless tags, codec_get_id matches independently...
2008-02-25 bcoudurierset bps to uncompressed original sound data for compres...
2008-02-25 bcoudurierfix duration for ima4
2008-02-25 bcoudurierima4 in aiff support
2007-11-21 andomaUse dynamically allocated ByteIOContext in AVFormatContext
2007-09-11 aurelmove unrelated functions declarations out of allformats.h
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...