summaryrefslogtreecommitdiff
path: root/libavformat/wav.c
Commit message (Expand)AuthorAge
* wav: init st to NULL to avoid a false-positive warning.Clément Bœsch2011-09-01
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-17
|\
| * lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-17
| * wav: remove a use of deprecated AV_METADATA_ macroAnton Khirnov2011-07-17
* | Merge commit 'b5849f77095439e994b11c25e6063d443b36c228'Michael Niedermayer2011-07-14
|\|
| * 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
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-04
|\|
| * Do not include mathematics.h in avutil.hMans Rullgard2011-07-03
| * wav: remove an invalid free().Carl Eugen Hoyos2011-06-13
* | replace remaining usage of deprecated av_metadata_set2() by av_dict_set()Aurelien Jacobs2011-06-13
* | wav: update size check for ds64Michael Niedermayer2011-06-03
* | wav: fix skip size at end of ds64 chunkPhilip de Nier2011-06-03
* | wav: Don't avio_seek() if we know we'll run into EOFTomas Härdin2011-05-30
* | 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