]> git.sesse.net Git - ffmpeg/history - libavformat/wav.c
avprobe: fix formatting.
[ffmpeg] / libavformat / wav.c
2012-05-20 James Zernavformat: Add a flag to mark muxers that allow (non...
2012-04-06 Martin Storsjöcosmetics: Align muxer/demuxer declarations
2012-02-15 Martin Storsjölibavformat: Add an ff_ prefix to some lavf internal...
2012-01-27 Anton Khirnovlavf: remove AVFormatParameters from AVFormatContext...
2011-11-30 Anton Khirnovlavf: make av_set_pts_info private.
2011-11-27 Victor VasilievGeneralize RIFF INFO tag support; support reading INFO...
2011-10-19 Anton Khirnovlavf,lavd: replace av_new_stream->avformat_new_stream...
2011-10-12 Anton KhirnovAVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*
2011-07-17 Anton Khirnovlavf: use designated initialisers for all (de)muxers.
2011-07-17 Anton Khirnovwav: remove a use of deprecated AV_METADATA_ macro
2011-07-13 Tomas Härdinwav: parse 'bext' metadata
2011-07-13 Tomas Härdinwav: keep parsing until EOF if the input is seekable...
2011-07-13 Tomas Härdinwav: Refactor the tag checking into a switch statement
2011-07-13 Tomas Härdinwav: make sure neither data_size nor sample_count is...
2011-07-13 Tomas Härdinwav: refactor the 'fmt ' tag search and parsing.
2011-07-13 Benjamin Larssonwav: add an option for writing BEXT chunk
2011-07-03 Mans RullgardDo not include mathematics.h in avutil.h
2011-06-13 Carl Eugen Hoyoswav: remove an invalid free().
2011-04-14 Max Hornhandle malloc failures in ff_get_wav_header
2011-04-03 Anton Khirnovavio: introduce an AVIOContext.seekable field
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-03-17 Anton Khirnovavio: rename put_flush_packet -> avio_flush
2011-03-17 Anton Khirnovlavf: replace avio_seek(SEEK_CUR) with avio_skip where...
2011-03-07 Anton Khirnovavio: deprecate url_feof
2011-03-04 Anton Khirnovavio: add avio_tell macro as a replacement for url_ftell
2011-03-01 Anton Khirnovlavf: replace all uses of url_fskip with avio_seek
2011-03-01 Anton Khirnovavio: avio_ prefix for url_fseek
2011-02-25 Anton Khirnovlavf: use a new ffio_wfourcc macro instead of put_tag...
2011-02-21 Anton Khirnovavio: avio: avio_ prefixes for put_* functions
2011-02-21 Anton Khirnovavio: avio_ prefixes for get_* functions
2011-02-20 Anton Khirnovavio: rename ByteIOContext to AVIOContext.
2011-01-26 Diego Elio PettenòPrefix all _demuxer, _muxer, _protocol from libavformat...
2011-01-15 Michael NiedermayerParse fact chunks from wav files to find duration.
2011-01-15 Michael NiedermayerFactor tag reading code out of wav read_header()
2011-01-15 Michael NiedermayerSet duration for wav files from sample size and data...
2010-08-30 Aurelien Jacobsmove pcm demuxers to their own file
2010-07-28 Baptiste CoudurierIn wav muxer, always flush in write_trailer, fix pipe...
2010-02-10 Daniel VerkampReindent
2010-02-10 Daniel VerkampFix demuxing of wav files with broken data header
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...
next