]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavformat/wav.c
sgi encoder does not support pal8
[frescor/ffmpeg.git] / libavformat / wav.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-09-24 michaelAvoid segfault due to not set AVCodec.
2008-09-14 jbradd error message for unsupported codecs in WAVE.
2008-09-02 diegoReplace generic CONFIG_MUXERS preprocessor conditionals...
2008-08-24 reimarChange codec_tag type from const struct AVCodecTag...
2008-06-19 bcoudurierremove useless close funcs
2008-06-03 diegoMake long_names in lavf/lavdev optional depending on...
2008-04-19 voroshilDecrease returning probe score for WAV demuxer to avoid
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-04-15 aureladd an enum for need_parsing
2007-02-12 mbardiauxAdd FACT chunk for non-PCM wav formats
2007-02-05 michaelbetter generic index building and seeking code
2007-01-21 michaelget rid of the [4] limitation of codec tag lists
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-07-05 diegoFix compilation with --disable-muxers.
2006-06-30 gpoirierMove initialisations and internal symbols in allformats.h,
2006-06-28 michaeldont read over the end of a data chunk and at the end...
2006-06-16 mruuse standard codec tag if the specified tag is out...
2006-03-27 reimarNuppelVideo/MythTVVideo support, including rtjpeg decoder
2006-01-12 diegoUpdate licensing information: The FSF changed postal...
2006-01-03 diegoTrueSpeech compatible audio decoder by Konstantin Shishkov
2005-12-22 diegoCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 diegoCOSMETICS: Remove all trailing whitespace.
2005-11-13 gpoirierDTS is 0x2001 according to: http://www1.mplayerhq.hu...
2005-09-23 diegoReplace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUX...
2005-09-02 reimarSupport de-/encoding of 24 and 32 bit PCM (from and...
2005-07-17 michaelchanging AVCodecContext codec -> *codec in AVStream...
2005-07-15 michaelYamaha ADPCM in wav patch by (Vidar Madsen: vidarino...
2005-03-23 michael28_fix_parameters_in_G726.patch by (Calcium | calcium...
2005-02-25 alexpseudo codec tag for adpcm_swf
2005-01-12 michaelwav timestamp truncation fix by (Wolfram Gloger <wmglo...
2004-11-13 michaelallocate a few bytes more for extradata so the bitstrea...
2004-11-06 michaelcbr audio muxing fix
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-10-12 melansonCreative ADPCM decoder, format 0x200, courtesy of Konst...
2004-10-11 michael100l (forgoten seeking functions)
2004-10-06 michaeluntested AAC in WAV/AVI patch by (Måns Rullgård <mru...
2004-09-22 michaelwrite shorter headers if possible
2004-08-21 alexunofficial ids for sonic for using in nut (fixme)
2004-07-14 michaellibdts support by (Benjamin Zores <ben at geexbox dot...
2004-06-19 melansonsweeping change from -EIO -> AVERROR_IO
2004-05-29 michaelpass AVPacket into av_write_frame()
2004-04-04 michael10l
2004-04-04 michaelstore extradata, vorbis in avi works now, dont expect...
2004-04-04 michaelsome random id for vorbis so we can do some experiments...
2004-03-13 michaelfix global name conflicts patch by ("Ronald S. Bultje...
2004-03-10 michaelCorrecting the header size for ADPCM_IMA_WAV files...
2004-02-07 romansh * Initial implementation of the G.726 ADPCM audio...
2003-11-10 bellardseeking support - fixed some ADPCM decoding cases
2003-10-14 melansondisable encoders where appropriate (patch courtesy...
2003-09-10 bellard64 bit pts for writing - more const usage
2003-09-08 bellardCODEC_ID_MP3LAME is obsolete
2003-09-08 tmmmsupport for Duck DK3 and DK4 ADPCM
2003-08-18 michaelniuse codec_tag for encoding too
2003-03-12 michaelnisorry forgot
2003-03-12 michaelnicorrect AUDIO strf parsing patch by (Roman Shaposhnick...
2003-03-08 michaelnimerging fourcc with codec_tag
2003-02-11 kabi* UINTX -> uintx_t INTX -> intx_t
2002-11-25 bellardrenamed libav to libavformat