summaryrefslogtreecommitdiff
path: root/libavformat/wav.c
Commit message (Expand)AuthorAge
* lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-19
* AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-12
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-17
* wav: remove a use of deprecated AV_METADATA_ macroAnton Khirnov2011-07-17
* wav: parse 'bext' metadataTomas Härdin2011-07-13
* wav: keep parsing until EOF if the input is seekable and we know the size of ...Tomas Härdin2011-07-13
* wav: Refactor the tag checking into a switch statementTomas Härdin2011-07-13
* wav: make sure neither data_size nor sample_count is negative.Tomas Härdin2011-07-13
* wav: refactor the 'fmt ' tag search and parsing.Tomas Härdin2011-07-13
* wav: add an option for writing BEXT chunkBenjamin Larsson2011-07-13
* Do not include mathematics.h in avutil.hMans Rullgard2011-07-03
* wav: remove an invalid free().Carl Eugen Hoyos2011-06-13
* handle malloc failures in ff_get_wav_headerMax Horn2011-04-14
* avio: introduce an AVIOContext.seekable fieldAnton Khirnov2011-04-03
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* avio: rename put_flush_packet -> avio_flushAnton Khirnov2011-03-16
* lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov2011-03-16
* avio: deprecate url_feofAnton Khirnov2011-03-07
* avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-04
* lavf: replace all uses of url_fskip with avio_seekAnton Khirnov2011-03-01
* avio: avio_ prefix for url_fseekAnton Khirnov2011-03-01
* lavf: use a new ffio_wfourcc macro instead of put_tag() where possibleAnton Khirnov2011-02-25
* avio: avio: avio_ prefixes for put_* functionsAnton Khirnov2011-02-21
* avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-21
* 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