| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-28 | 1 | -3/+2 |
|\ |
|
| * | lavf: remove AVFormatParameters from AVFormatContext.read_header signature | Anton Khirnov | 2012-01-27 | 1 | -3/+2 |
* | | Cosmetics: Improve 'too short LIST' error message in wav.c. | Carl Eugen Hoyos | 2011-12-14 | 1 | -1/+1 |
* | | Do not reject LIST tags in wav with size 4. | Carl Eugen Hoyos | 2011-12-14 | 1 | -1/+1 |
* | | wavdec: add ignore length option to ignore incorrect lengthes | Michael Niedermayer | 2011-12-10 | 1 | -0/+17 |
* | | Fix typo: Correctly parse 64 byte umid tags in bext metadata. | Carl Eugen Hoyos | 2011-12-08 | 1 | -1/+1 |
* | | lavf: rename remaining av_set_pts_info() to avpriv_set_pts_info(). | Clément Bœsch | 2011-12-03 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-01 | 1 | -3/+4 |
|\| |
|
| * | lavf: make av_set_pts_info private. | Anton Khirnov | 2011-11-30 | 1 | -3/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-28 | 1 | -3/+15 |
|\| |
|
| * | Generalize RIFF INFO tag support; support reading INFO tag in wav | Victor Vasiliev | 2011-11-26 | 1 | -3/+15 |
* | | Fix various if parenthesis misplacements. | Clément Bœsch | 2011-11-21 | 1 | -1/+1 |
* | | Replace remaining av_new_stream() with avformat_new_stream(). | Clément Bœsch | 2011-11-05 | 1 | -1/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-20 | 1 | -2/+2 |
|\| |
|
| * | lavf,lavd: replace av_new_stream->avformat_new_stream part I. | Anton Khirnov | 2011-10-19 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-13 | 1 | -1/+1 |
|\| |
|
| * | AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* | Anton Khirnov | 2011-10-12 | 1 | -1/+1 |
* | | Support playing SMV files. | Reimar Döffinger | 2011-10-10 | 1 | -1/+90 |
* | | 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 |