summaryrefslogtreecommitdiff
path: root/libavformat/wav.c
Commit message (Expand)AuthorAge
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-20
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-26
* Parse fact chunks from wav files to find duration.Michael Niedermayer2011-01-15
* Factor tag reading code out of wav read_header()Michael Niedermayer2011-01-15
* Set duration for wav files from sample size and data size or the wf64 sample ...Michael Niedermayer2011-01-15
* move pcm demuxers to their own fileAurelien Jacobs2010-08-30
* In wav muxer, always flush in write_trailer, fix pipe outputBaptiste Coudurier2010-07-28
* ReindentDaniel Verkamp2010-02-10
* Fix demuxing of wav files with broken data headerDaniel Verkamp2010-02-10
* ReindentDaniel Verkamp2009-10-06
* Add RF64 support to wav demuxer.Daniel Verkamp2009-10-06
* wav demuxer: return AVERROR_EOF instead of AVERROR(EIO) when the end ofReimar Döffinger2009-10-02
* wav: return av_get_packet errors unchanged.Reimar Döffinger2009-10-02
* Remove url_feof check that would be triggered only after incorrectly producingReimar Döffinger2009-10-02
* Remove useless setting of pkt->size, av_get_packet already handles that.Reimar Döffinger2009-10-02
* Rearrange wav_muxer and {wav|w64}_demuxer blocks to be under proper #ifdefs.Diego Biurrun2009-09-22
* Move find_guid function and guid_data array to a globally available place.Diego Biurrun2009-09-22
* cosmetics: whitespace, prettyprinting, coding style fixesDiego Biurrun2009-08-10
* Sony Wave64 demuxerDaniel Verkamp2009-08-10
* Add ff_ prefixes to exported symbols in libavformat/riff.h.Daniel Verkamp2009-06-22
* Change find_tag return type to int64_t, fix a bugBaptiste Coudurier2009-06-03
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* Remove offset_t typedef and use int64_t directly instead.Diego Biurrun2008-10-03
* Avoid segfault due to not set AVCodec.Michael Niedermayer2008-09-24
* add error message for unsupported codecs in WAVE.Justin Ruggles2008-09-14
* Replace generic CONFIG_MUXERS preprocessor conditionals by more specificDiego Biurrun2008-09-02
* Change codec_tag type from const struct AVCodecTag ** to const struct AVCodec...Reimar Döffinger2008-08-24
* remove useless close funcsBaptiste Coudurier2008-06-19
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-03
* Decrease returning probe score for WAV demuxer to avoidVladimir Voroshilov2008-04-19
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-21
* move unrelated functions declarations out of allformats.hAurelien Jacobs2007-09-11
* Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris2007-07-19
* Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).Panagiotis Issaris2007-07-19
* add an enum for need_parsingAurelien Jacobs2007-04-15
* Add FACT chunk for non-PCM wav formatsMichel Bardiaux2007-02-12
* better generic index building and seeking codeMichael Niedermayer2007-02-05
* get rid of the [4] limitation of codec tag listsMichael Niedermayer2007-01-21
* add codec_id <-> codec_tag tables to AVIn/OutputFormatMichael Niedermayer2007-01-21
* replace coder/decoder file description in libavformat by muxer/demuxerAurelien Jacobs2006-10-23
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* move common stuff from avienc.c and wav.c to new file riff.cMåns Rullgård2006-07-12
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-10
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-09
* Fix compilation with --disable-muxers.Gianluigi Tiesi2006-07-05
* Move initialisations and internal symbols in allformats.h,Diego Pettenò2006-06-30
* dont read over the end of a data chunk and at the end search for the nextMichael Niedermayer2006-06-28
* use standard codec tag if the specified tag is out of range and would beMåns Rullgård2006-06-16
* NuppelVideo/MythTVVideo support, including rtjpeg decoderReimar Döffinger2006-03-27