]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavformat/au.c
frsh: Export information about the last RTP contract and VRES
[frescor/ffmpeg.git] / libavformat / au.c
2009-01-19 diegocosmetics: Remove pointless period after copyright...
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-02 diegoReplace generic CONFIG_MUXERS preprocessor conditionals...
2008-08-24 reimarChange codec_tag type from const struct AVCodecTag...
2008-08-19 prossMake AU demuxer handle S24BE, S32BE and F64BE PCM audio.
2008-07-26 prossSupport 32-bit floating point audio samples in Sun...
2008-06-19 bcoudurierremove useless close funcs
2008-06-03 diegoMake long_names in lavf/lavdev optional depending on...
2008-01-13 rtogniAdd support for S8 PCM (codec 2)
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-04-08 michaelallocate 32 extra bytes at the end of the probe buffer...
2007-03-07 diegoFix UNKOWN --> UNKNOWN typo
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-10-23 aurelreplace coder/decoder file description in libavformat...
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-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-01-12 diegoUpdate licensing information: The FSF changed postal...
2005-12-17 diegoCOSMETICS: Remove all trailing whitespace.
2005-09-23 diegoReplace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUX...
2005-07-17 michaelchanging AVCodecContext codec -> *codec in AVStream...
2005-05-26 michaelAVPacket.pos
2004-10-22 michaelset keyframe flag at a more central place instead of...
2004-10-18 michaelset correct timebase
2004-10-15 michaelset keyframe flag for au/wav patch by (Nathan Kurz...
2004-06-19 melansonsweeping change from -EIO -> AVERROR_IO
2004-05-29 michaelpass AVPacket into av_write_frame()
2003-11-10 bellardseek support for PCM formats
2003-10-14 melansondisable encoders where appropriate (patch courtesy...
2003-09-10 bellard64 bit pts for writing - more const usage
2003-08-18 michaelniuse codec_tag for encoding too
2003-08-08 bellardadd av_new_stream() usage
2003-02-11 kabi* UINTX -> uintx_t INTX -> intx_t
2002-12-04 michaelnicleanup
2002-11-25 bellardrenamed libav to libavformat