summaryrefslogtreecommitdiffstats
path: root/libavformat/wav.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-041-0/+2
|\
| * Do not include mathematics.h in avutil.hMans Rullgard2011-07-031-0/+2
| * wav: remove an invalid free().Carl Eugen Hoyos2011-06-131-1/+0
* | replace remaining usage of deprecated av_metadata_set2() by av_dict_set()Aurelien Jacobs2011-06-131-5/+5
* | wav: update size check for ds64Michael Niedermayer2011-06-031-1/+1
* | wav: fix skip size at end of ds64 chunkPhilip de Nier2011-06-031-1/+1
* | wav: Don't avio_seek() if we know we'll run into EOFTomas Härdin2011-05-301-13/+16
* | Add metadata conversion table to the wav demuxerTomas Härdin2011-05-271-0/+12
* | wav: fix various printf warnings related to wrong argument typeStefano Sabatini2011-05-241-4/+5
* | wav: propagate ff_get_wav_header() error code in w64_read_header()Stefano Sabatini2011-05-241-1/+1
* | Parse 'bext' metadata in the wav demuxerTomas Härdin2011-05-181-0/+84
* | Cosmetics: indentTomas Härdin2011-05-181-2/+2
* | Keep parsing wav until EOF if the input is seekable and we know the size of t...Tomas Härdin2011-05-181-13/+27
* | Refactor the tag checking into a switch statementTomas Härdin2011-05-181-4/+9
* | Use avio_tell() instead of url_ftell()Tomas Härdin2011-05-181-1/+1
* | Make sure neither data_size nor sample_count is negativeTomas Härdin2011-05-171-0/+6
* | Refactor the 'fmt ' tag search and parsingTomas Härdin2011-05-171-18/+39
* | Merge commit 'a3a0af4fb1237bed0af75868073f9a63db8b1864'Michael Niedermayer2011-04-151-2/+8
|\ \ | |/
| * handle malloc failures in ff_get_wav_headerMax Horn2011-04-141-2/+8
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-041-2/+2
|\ \ | |/
| * avio: introduce an AVIOContext.seekable fieldAnton Khirnov2011-04-031-2/+2
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* | Remove superfluous free().Carl Eugen Hoyos2011-04-031-1/+0
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-171-9/+9
|\ \ | |/
| * avio: rename put_flush_packet -> avio_flushAnton Khirnov2011-03-161-4/+4
| * lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov2011-03-161-5/+5
| * avio: deprecate url_feofAnton Khirnov2011-03-071-3/+3
| * avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-041-5/+5
| * 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
* | avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-051-5/+5
* | lavf: replace all uses of url_fskip with avio_seekAnton Khirnov2011-03-031-3/+3
* | avio: avio_ prefix for url_fseekAnton Khirnov2011-03-031-6/+6
* | lavf: use a new ffio_wfourcc macro instead of put_tag() where possibleAnton Khirnov2011-02-261-2/+3
* | avio: avio: avio_ prefixes for put_* functionsAnton Khirnov2011-02-221-5/+5
* | avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-221-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-281-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
OpenPOWER on IntegriCloud