| Commit message (Expand) | Author | Age | Files | Lines |
* | wav: init st to NULL to avoid a false-positive warning. | Clément Bœsch | 2011-09-01 | 1 | -1/+1 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-17 | 1 | -27/+25 |
|\ |
|
| * | lavf: use designated initialisers for all (de)muxers. | Anton Khirnov | 2011-07-17 | 1 | -26/+24 |
| * | wav: remove a use of deprecated AV_METADATA_ macro | Anton Khirnov | 2011-07-17 | 1 | -1/+1 |
* | | Merge commit 'b5849f77095439e994b11c25e6063d443b36c228' | Michael Niedermayer | 2011-07-14 | 1 | -2/+85 |
|\| |
|
| * | wav: parse 'bext' metadata | Tomas Härdin | 2011-07-13 | 1 | -0/+101 |
| * | wav: keep parsing until EOF if the input is seekable and we know the size of ... | Tomas Härdin | 2011-07-13 | 1 | -15/+32 |
| * | wav: Refactor the tag checking into a switch statement | Tomas Härdin | 2011-07-13 | 1 | -4/+9 |
| * | wav: make sure neither data_size nor sample_count is negative. | Tomas Härdin | 2011-07-13 | 1 | -0/+6 |
| * | wav: refactor the 'fmt ' tag search and parsing. | Tomas Härdin | 2011-07-13 | 1 | -18/+39 |
| * | wav: add an option for writing BEXT chunk | Benjamin Larsson | 2011-07-13 | 1 | -0/+78 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-04 | 1 | -0/+2 |
|\| |
|
| * | Do not include mathematics.h in avutil.h | Mans Rullgard | 2011-07-03 | 1 | -0/+2 |
| * | wav: remove an invalid free(). | Carl Eugen Hoyos | 2011-06-13 | 1 | -1/+0 |
* | | replace remaining usage of deprecated av_metadata_set2() by av_dict_set() | Aurelien Jacobs | 2011-06-13 | 1 | -5/+5 |
* | | wav: update size check for ds64 | Michael Niedermayer | 2011-06-03 | 1 | -1/+1 |
* | | wav: fix skip size at end of ds64 chunk | Philip de Nier | 2011-06-03 | 1 | -1/+1 |
* | | wav: Don't avio_seek() if we know we'll run into EOF | Tomas Härdin | 2011-05-30 | 1 | -13/+16 |
* | | Add metadata conversion table to the wav demuxer | Tomas Härdin | 2011-05-27 | 1 | -0/+12 |
* | | wav: fix various printf warnings related to wrong argument type | Stefano Sabatini | 2011-05-24 | 1 | -4/+5 |
* | | wav: propagate ff_get_wav_header() error code in w64_read_header() | Stefano Sabatini | 2011-05-24 | 1 | -1/+1 |
* | | Parse 'bext' metadata in the wav demuxer | Tomas Härdin | 2011-05-18 | 1 | -0/+84 |
* | | Cosmetics: indent | Tomas Härdin | 2011-05-18 | 1 | -2/+2 |
* | | Keep parsing wav until EOF if the input is seekable and we know the size of t... | Tomas Härdin | 2011-05-18 | 1 | -13/+27 |
* | | Refactor the tag checking into a switch statement | Tomas Härdin | 2011-05-18 | 1 | -4/+9 |
* | | Use avio_tell() instead of url_ftell() | Tomas Härdin | 2011-05-18 | 1 | -1/+1 |
* | | Make sure neither data_size nor sample_count is negative | Tomas Härdin | 2011-05-17 | 1 | -0/+6 |
* | | Refactor the 'fmt ' tag search and parsing | Tomas Härdin | 2011-05-17 | 1 | -18/+39 |
* | | Merge commit 'a3a0af4fb1237bed0af75868073f9a63db8b1864' | Michael Niedermayer | 2011-04-15 | 1 | -2/+8 |
|\| |
|
| * | handle malloc failures in ff_get_wav_header | Max Horn | 2011-04-14 | 1 | -2/+8 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-04 | 1 | -2/+2 |
|\| |
|
| * | avio: introduce an AVIOContext.seekable field | Anton Khirnov | 2011-04-03 | 1 | -2/+2 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | | Remove superfluous free(). | Carl Eugen Hoyos | 2011-04-03 | 1 | -1/+0 |
* | | Merge remote-tracking branch 'newdev/master' | Michael Niedermayer | 2011-03-17 | 1 | -9/+9 |
|\| |
|
| * | avio: rename put_flush_packet -> avio_flush | Anton Khirnov | 2011-03-16 | 1 | -4/+4 |
| * | lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes sense | Anton Khirnov | 2011-03-16 | 1 | -5/+5 |
| * | avio: deprecate url_feof | Anton Khirnov | 2011-03-07 | 1 | -3/+3 |
| * | avio: add avio_tell macro as a replacement for url_ftell | Anton Khirnov | 2011-03-04 | 1 | -5/+5 |
| * | lavf: replace all uses of url_fskip with avio_seek | Anton Khirnov | 2011-03-01 | 1 | -3/+3 |
| * | avio: avio_ prefix for url_fseek | Anton Khirnov | 2011-03-01 | 1 | -6/+6 |
| * | lavf: use a new ffio_wfourcc macro instead of put_tag() where possible | Anton Khirnov | 2011-02-25 | 1 | -2/+3 |
| * | avio: avio: avio_ prefixes for put_* functions | Anton Khirnov | 2011-02-21 | 1 | -5/+5 |
| * | avio: avio_ prefixes for get_* functions | Anton Khirnov | 2011-02-21 | 1 | -16/+16 |
| * | avio: rename ByteIOContext to AVIOContext. | Anton Khirnov | 2011-02-20 | 1 | -8/+8 |
| * | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò | 2011-01-26 | 1 | -3/+3 |
* | | avio: add avio_tell macro as a replacement for url_ftell | Anton Khirnov | 2011-03-05 | 1 | -5/+5 |
* | | lavf: replace all uses of url_fskip with avio_seek | Anton Khirnov | 2011-03-03 | 1 | -3/+3 |
* | | avio: avio_ prefix for url_fseek | Anton Khirnov | 2011-03-03 | 1 | -6/+6 |
* | | lavf: use a new ffio_wfourcc macro instead of put_tag() where possible | Anton Khirnov | 2011-02-26 | 1 | -2/+3 |