summaryrefslogtreecommitdiffstats
path: root/libavformat/wav.c
Commit message (Expand)AuthorAgeFilesLines
* lavf: replace all uses of url_fskip with avio_seekAnton Khirnov2011-03-011-3/+3
* avio: avio_ prefix for url_fseekAnton Khirnov2011-03-011-6/+6
* lavf: use a new ffio_wfourcc macro instead of put_tag() where possibleAnton Khirnov2011-02-251-2/+3
* avio: avio: avio_ prefixes for put_* functionsAnton Khirnov2011-02-211-5/+5
* avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-211-16/+16
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-8/+8
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-3/+3
* Parse fact chunks from wav files to find duration.Michael Niedermayer2011-01-151-1/+12
* Factor tag reading code out of wav read_header()Michael Niedermayer2011-01-151-2/+8
* Set duration for wav files from sample size and data size or the wf64 sample ...Michael Niedermayer2011-01-151-0/+7
* move pcm demuxers to their own fileAurelien Jacobs2010-08-301-1/+1
* In wav muxer, always flush in write_trailer, fix pipe outputBaptiste Coudurier2010-07-281-0/+2
* ReindentDaniel Verkamp2010-02-101-1/+1
* Fix demuxing of wav files with broken data headerDaniel Verkamp2010-02-101-0/+3
* ReindentDaniel Verkamp2009-10-061-7/+7
* Add RF64 support to wav demuxer.Daniel Verkamp2009-10-061-7/+24
* wav demuxer: return AVERROR_EOF instead of AVERROR(EIO) when the end ofReimar Döffinger2009-10-021-1/+1
* wav: return av_get_packet errors unchanged.Reimar Döffinger2009-10-021-2/+2
* Remove url_feof check that would be triggered only after incorrectly producingReimar Döffinger2009-10-021-2/+0
* Remove useless setting of pkt->size, av_get_packet already handles that.Reimar Döffinger2009-10-021-3/+0
* Rearrange wav_muxer and {wav|w64}_demuxer blocks to be under proper #ifdefs.Diego Biurrun2009-09-221-91/+88
* Move find_guid function and guid_data array to a globally available place.Diego Biurrun2009-09-221-23/+23
* cosmetics: whitespace, prettyprinting, coding style fixesDiego Biurrun2009-08-101-28/+29
* Sony Wave64 demuxerDaniel Verkamp2009-08-101-1/+119
* Add ff_ prefixes to exported symbols in libavformat/riff.h.Daniel Verkamp2009-06-221-10/+10
* Change find_tag return type to int64_t, fix a bugBaptiste Coudurier2009-06-031-6/+3
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-3/+3
* Remove offset_t typedef and use int64_t directly instead.Diego Biurrun2008-10-031-4/+4
* Avoid segfault due to not set AVCodec.Michael Niedermayer2008-09-241-1/+1
* add error message for unsupported codecs in WAVE.Justin Ruggles2008-09-141-0/+2
* Replace generic CONFIG_MUXERS preprocessor conditionals by more specificDiego Biurrun2008-09-021-2/+2
* Change codec_tag type from const struct AVCodecTag ** to const struct AVCodec...Reimar Döffinger2008-08-241-2/+2
* remove useless close funcsBaptiste Coudurier2008-06-191-6/+1
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-031-2/+2
* Decrease returning probe score for WAV demuxer to avoidVladimir Voroshilov2008-04-191-1/+6
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-211-11/+11
* move unrelated functions declarations out of allformats.hAurelien Jacobs2007-09-111-1/+1
* Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris2007-07-191-3/+3
* Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).Panagiotis Issaris2007-07-191-1/+1
* add an enum for need_parsingAurelien Jacobs2007-04-151-1/+1
* Add FACT chunk for non-PCM wav formatsMichel Bardiaux2007-02-121-1/+32
* better generic index building and seeking codeMichael Niedermayer2007-02-051-4/+3
* get rid of the [4] limitation of codec tag listsMichael Niedermayer2007-01-211-2/+2
* add codec_id <-> codec_tag tables to AVIn/OutputFormatMichael Niedermayer2007-01-211-0/+2
* replace coder/decoder file description in libavformat by muxer/demuxerAurelien Jacobs2006-10-231-1/+1
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* move common stuff from avienc.c and wav.c to new file riff.cMåns Rullgård2006-07-121-182/+1
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-101-15/+6
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-091-4/+4
OpenPOWER on IntegriCloud