| Commit message (Expand) | Author | Age | Files | Lines |
* | remove redundant text and whitespaces from iff demuxer av_log() statements | Peter Ross | 2010-07-15 | 1 | -3/+3 |
* | Reindent after r23112. | Sebastian Vater | 2010-05-13 | 1 | -1/+1 |
* | Move handling of paletted data to the IFF demuxer. This allows future | Sebastian Vater | 2010-05-13 | 1 | -18/+0 |
* | Replace usage of s->streams[0]->* with st->*, which is shorter. | Sebastian Vater | 2010-05-09 | 1 | -6/+6 |
* | Parse IFF metadata. | Sebastian Vater | 2010-05-05 | 1 | -7/+41 |
* | Reindent after rr22977. | Sebastian Vater | 2010-04-27 | 1 | -8/+8 |
* | Make the IFF demuxer a little more standards-compliant, e.g. respect the size | Sebastian Vater | 2010-04-27 | 1 | -10/+23 |
* | Reindent / reformat some code with broken indenting. | Sebastian Vater | 2010-04-20 | 1 | -21/+29 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. | Jean-Daniel Dupas | 2010-03-31 | 1 | -1/+1 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -7/+7 |
* | IFF: move ff_cmap_read_palette() prototype to a header file | Måns Rullgård | 2010-03-08 | 1 | -2/+1 |
* | Support IFF ANNO (annotation) chunk type | Peter Ross | 2010-02-16 | 1 | -0/+11 |
* | Indentation cleanup | Peter Ross | 2010-02-03 | 1 | -3/+3 |
* | Extend IFF demuxer to parse PBM/ILBM bitmap chunks | Peter Ross | 2010-02-03 | 1 | -11/+88 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | Fix build: Add intreadwrite.h and bswap.h #includes where necessary. | Diego Biurrun | 2009-01-11 | 1 | -0/+1 |
* | Avoid _t in identifier names, _t is reserved by POSIX. | Jai Menon | 2008-12-13 | 1 | -1/+1 |
* | Bump Major version, this commit is almost just renaming bits_per_sample to | Luca Abeni | 2008-09-08 | 1 | -3/+3 |
* | Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-03 | 1 | -1/+1 |
* | IFF stereo support | Jai Menon | 2008-05-09 | 1 | -1/+27 |
* | Remove unused variable. | Diego Biurrun | 2008-04-02 | 1 | -1/+1 |
* | minor typo fixes | Diego Biurrun | 2008-03-31 | 1 | -2/+2 |
* | IFF demuxer | Jai Menon | 2008-03-30 | 1 | -0/+174 |