| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | avio: avio: avio_ prefixes for put_* functions | Anton Khirnov | 2011-02-22 | 1 | -5/+5 |
* | | avio: avio_ prefixes for get_* functions | Anton Khirnov | 2011-02-22 | 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-28 | 1 | -3/+3 |
|/ |
|
* | Parse fact chunks from wav files to find duration. | Michael Niedermayer | 2011-01-15 | 1 | -1/+12 |
* | Factor tag reading code out of wav read_header() | Michael Niedermayer | 2011-01-15 | 1 | -2/+8 |
* | Set duration for wav files from sample size and data size or the wf64 sample ... | Michael Niedermayer | 2011-01-15 | 1 | -0/+7 |
* | move pcm demuxers to their own file | Aurelien Jacobs | 2010-08-30 | 1 | -1/+1 |
* | In wav muxer, always flush in write_trailer, fix pipe output | Baptiste Coudurier | 2010-07-28 | 1 | -0/+2 |
* | Reindent | Daniel Verkamp | 2010-02-10 | 1 | -1/+1 |
* | Fix demuxing of wav files with broken data header | Daniel Verkamp | 2010-02-10 | 1 | -0/+3 |
* | Reindent | Daniel Verkamp | 2009-10-06 | 1 | -7/+7 |
* | Add RF64 support to wav demuxer. | Daniel Verkamp | 2009-10-06 | 1 | -7/+24 |
* | wav demuxer: return AVERROR_EOF instead of AVERROR(EIO) when the end of | Reimar Döffinger | 2009-10-02 | 1 | -1/+1 |
* | wav: return av_get_packet errors unchanged. | Reimar Döffinger | 2009-10-02 | 1 | -2/+2 |