summaryrefslogtreecommitdiff
path: root/libavformat/wav.c
Commit message (Expand)AuthorAge
* Add metadata conversion table to the wav demuxerTomas Härdin2011-05-27
* wav: fix various printf warnings related to wrong argument typeStefano Sabatini2011-05-24
* wav: propagate ff_get_wav_header() error code in w64_read_header()Stefano Sabatini2011-05-24
* Parse 'bext' metadata in the wav demuxerTomas Härdin2011-05-18
* Cosmetics: indentTomas Härdin2011-05-18
* Keep parsing wav until EOF if the input is seekable and we know the size of t...Tomas Härdin2011-05-18
* Refactor the tag checking into a switch statementTomas Härdin2011-05-18
* Use avio_tell() instead of url_ftell()Tomas Härdin2011-05-18
* Make sure neither data_size nor sample_count is negativeTomas Härdin2011-05-17
* Refactor the 'fmt ' tag search and parsingTomas Härdin2011-05-17
* Merge commit 'a3a0af4fb1237bed0af75868073f9a63db8b1864'Michael Niedermayer2011-04-15
|\
| * handle malloc failures in ff_get_wav_headerMax Horn2011-04-14
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-04
|\|
| * avio: introduce an AVIOContext.seekable fieldAnton Khirnov2011-04-03
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* | Remove superfluous free().Carl Eugen Hoyos2011-04-03
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-17
|\|
| * 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
* | avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-05
* | lavf: replace all uses of url_fskip with avio_seekAnton Khirnov2011-03-03
* | avio: avio_ prefix for url_fseekAnton Khirnov2011-03-03
* | lavf: use a new ffio_wfourcc macro instead of put_tag() where possibleAnton Khirnov2011-02-26
* | avio: avio: avio_ prefixes for put_* functionsAnton Khirnov2011-02-22
* | avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-22
* | avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-20
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-28
|/
* 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