]> git.sesse.net Git - ffmpeg/history - libavformat/wav.c
allow individual selection of muxers and demuxers
[ffmpeg] / libavformat / wav.c
2006-07-10 Måns Rullgårdallow individual selection of muxers and demuxers
2006-07-09 Måns Rullgårdgive AVInput/OutputFormat structs consistent names
2006-07-05 Gianluigi TiesiFix compilation with --disable-muxers.
2006-06-30 Diego PettenòMove initialisations and internal symbols in allformats.h,
2006-06-28 Michael Niedermayerdont read over the end of a data chunk and at the end...
2006-06-16 Måns Rullgårduse standard codec tag if the specified tag is out...
2006-03-27 Reimar DöffingerNuppelVideo/MythTVVideo support, including rtjpeg decoder
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2006-01-03 Diego BiurrunTrueSpeech compatible audio decoder by Konstantin Shishkov
2005-12-22 Diego BiurrunCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-11-13 Corey HickeyDTS is 0x2001 according to: http://www1.mplayerhq.hu...
2005-09-23 Diego BiurrunReplace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUX...
2005-09-02 Reimar DöffingerSupport de-/encoding of 24 and 32 bit PCM (from and...
2005-07-17 Michael Niedermayerchanging AVCodecContext codec -> *codec in AVStream...
2005-07-15 Vidar MadsenYamaha ADPCM in wav patch by (Vidar Madsen: vidarino...
2005-03-23 Calcium28_fix_parameters_in_G726.patch by (Calcium | calcium...
2005-02-25 Alex Beregszaszipseudo codec tag for adpcm_swf
2005-01-12 Michael Niedermayerwav timestamp truncation fix by (Wolfram Gloger <wmglo...
2004-11-13 Michael Niedermayerallocate a few bytes more for extradata so the bitstrea...
2004-11-06 Michael Niedermayercbr audio muxing fix
2004-10-22 Michael Niedermayerset keyframe flag at a more central place instead of...
2004-10-18 Michael Niedermayerset correct timebase
2004-10-15 Nathan Kurzset keyframe flag for au/wav patch by (Nathan Kurz...
2004-10-12 Mike MelansonCreative ADPCM decoder, format 0x200, courtesy of Konst...
2004-10-11 Michael Niedermayer100l (forgoten seeking functions)
2004-10-06 Måns Rullgårduntested AAC in WAV/AVI patch by (Måns Rullgård <mru...
2004-09-22 Michael Niedermayerwrite shorter headers if possible
2004-08-21 Alex Beregszasziunofficial ids for sonic for using in nut (fixme)
2004-07-14 Michael Niedermayerlibdts support by (Benjamin Zores <ben at geexbox dot...
2004-06-19 Mike Melansonsweeping change from -EIO -> AVERROR_IO
2004-05-29 Michael Niedermayerpass AVPacket into av_write_frame()
2004-04-04 Michael Niedermayer10l
2004-04-04 Michael Niedermayerstore extradata, vorbis in avi works now, dont expect...
2004-04-04 Michael Niedermayersome random id for vorbis so we can do some experiments...
2004-03-13 Ronald S. Bultjefix global name conflicts patch by ("Ronald S. Bultje...
2004-03-10 Brian BeckerCorrecting the header size for ADPCM_IMA_WAV files...
2004-02-07 Roman Shaposhnik * Initial implementation of the G.726 ADPCM audio...
2003-11-10 Fabrice Bellardseeking support - fixed some ADPCM decoding cases
2003-10-14 Mike Melansondisable encoders where appropriate (patch courtesy...
2003-09-10 Fabrice Bellard64 bit pts for writing - more const usage
2003-09-08 Fabrice BellardCODEC_ID_MP3LAME is obsolete
2003-09-08 Mike Melansonsupport for Duck DK3 and DK4 ADPCM
2003-08-18 Michael Niedermayeruse codec_tag for encoding too
2003-03-12 Michael Niedermayersorry forgot
2003-03-12 Roman Shaposhnikcorrect AUDIO strf parsing patch by (Roman Shaposhnick...
2003-03-08 Michael Niedermayermerging fourcc with codec_tag
2003-02-11 Zdenek Kabelac* UINTX -> uintx_t INTX -> intx_t
2002-11-25 Fabrice Bellardrenamed libav to libavformat