]> git.sesse.net Git - ffmpeg/history - libavformat/wav.c
libgsm installs headers in a subdirectory, use gsm.h from that subdirectory.
[ffmpeg] / libavformat / wav.c
2009-10-06 Daniel VerkampReindent
2009-10-06 Daniel VerkampAdd RF64 support to wav demuxer.
2009-10-02 Reimar Döffingerwav demuxer: return AVERROR_EOF instead of AVERROR...
2009-10-02 Reimar Döffingerwav: return av_get_packet errors unchanged.
2009-10-02 Reimar DöffingerRemove url_feof check that would be triggered only...
2009-10-02 Reimar DöffingerRemove useless setting of pkt->size, av_get_packet...
2009-09-22 Diego BiurrunRearrange wav_muxer and {wav|w64}_demuxer blocks to...
2009-09-22 Diego BiurrunMove find_guid function and guid_data array to a global...
2009-08-10 Diego Biurruncosmetics: whitespace, prettyprinting, coding style...
2009-08-10 Daniel VerkampSony Wave64 demuxer
2009-06-22 Daniel VerkampAdd ff_ prefixes to exported symbols in libavformat...
2009-06-03 Baptiste CoudurierChange find_tag return type to int64_t, fix a bug
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-10-03 Diego BiurrunRemove offset_t typedef and use int64_t directly instead.
2008-09-24 Michael NiedermayerAvoid segfault due to not set AVCodec.
2008-09-14 Justin Rugglesadd error message for unsupported codecs in WAVE.
2008-09-02 Diego BiurrunReplace generic CONFIG_MUXERS preprocessor conditionals...
2008-08-24 Reimar DöffingerChange codec_tag type from const struct AVCodecTag...
2008-06-19 Baptiste Coudurierremove useless close funcs
2008-06-03 Stefano SabatiniMake long_names in lavf/lavdev optional depending on...
2008-04-19 Vladimir VoroshilovDecrease returning probe score for WAV demuxer to avoid
2007-11-21 Björn AxelssonUse dynamically allocated ByteIOContext in AVFormatContext
2007-09-11 Aurelien Jacobsmove unrelated functions declarations out of allformats.h
2007-07-19 Panagiotis IssarisReplace all occurrences of AVERROR_IO with AVERROR...
2007-07-19 Panagiotis IssarisReplace all occurrences of AVERROR_NOMEM with AVERROR...
2007-04-15 Aurelien Jacobsadd an enum for need_parsing
2007-02-12 Michel BardiauxAdd FACT chunk for non-PCM wav formats
2007-02-05 Michael Niedermayerbetter generic index building and seeking code
2007-01-21 Michael Niedermayerget rid of the [4] limitation of codec tag lists
2007-01-21 Michael Niedermayeradd codec_id <-> codec_tag tables to AVIn/OutputFormat
2006-10-23 Aurelien Jacobsreplace coder/decoder file description in libavformat...
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-07-12 Måns Rullgårdmove common stuff from avienc.c and wav.c to new file...
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