| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-17 | 1 | -6/+6 |
|\ |
|
| * | lavf: use designated initialisers for all (de)muxers. | Anton Khirnov | 2011-07-17 | 1 | -6/+6 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-09 | 1 | -1/+2 |
|\| |
|
| * | Remove all uses of now deprecated metadata functions. | Anton Khirnov | 2011-06-08 | 1 | -1/+2 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | | Fix various uninitialized variable warnings | Clément Bœsch | 2011-06-02 | 1 | -0/+2 |
* | | iff: remove duplicated file description | Stefano Sabatini | 2011-05-28 | 1 | -1/+0 |
* | | iff/8svx: redesign 8SVX demuxing and decoding for handling stereo samples cor... | Stefano Sabatini | 2011-05-17 | 1 | -36/+4 |
* | | iff: compact code setting metadata tags | Stefano Sabatini | 2011-05-17 | 1 | -15/+4 |
* | | iff: fix bitrate computation for compressed audio stream | Stefano Sabatini | 2011-05-17 | 1 | -1/+1 |
* | | iff: distinguish fields for audio and video compression | Stefano Sabatini | 2011-05-17 | 1 | -10/+12 |
* | | HAM6/HAM8 support for IFF demuxer/decoder | Sebastian Vater | 2011-04-24 | 1 | -7/+71 |
* | | Merge remote-tracking branch 'newdev/master' | Michael Niedermayer | 2011-03-17 | 1 | -7/+7 |
|\| |
|
| * | lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes sense | Anton Khirnov | 2011-03-16 | 1 | -7/+7 |
| * | avio: deprecate url_feof | Anton Khirnov | 2011-03-07 | 1 | -1/+1 |
| * | avio: add avio_tell macro as a replacement for url_ftell | Anton Khirnov | 2011-03-04 | 1 | -3/+3 |
| * | lavf: replace all uses of url_fskip with avio_seek | Anton Khirnov | 2011-03-01 | 1 | -7/+7 |
| * | avio: avio_ prefix for url_fseek | Anton Khirnov | 2011-03-01 | 1 | -1/+1 |
| * | avio: avio_ prefixes for get_* functions | Anton Khirnov | 2011-02-21 | 1 | -15/+15 |
| * | avio: rename ByteIOContext to AVIOContext. | Anton Khirnov | 2011-02-20 | 1 | -2/+2 |
| * | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
| * | Make ff_cmap_read_palette static to libavcodec/iff.c. Delete iff.h. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+0 |
* | | avio: add avio_tell macro as a replacement for url_ftell | Anton Khirnov | 2011-03-05 | 1 | -3/+3 |
* | | lavf: replace all uses of url_fskip with avio_seek | Anton Khirnov | 2011-03-03 | 1 | -7/+7 |
* | | avio: avio_ prefix for url_fseek | Anton Khirnov | 2011-03-03 | 1 | -1/+1 |
* | | avio: avio_ prefixes for get_* functions | Anton Khirnov | 2011-02-22 | 1 | -15/+15 |
* | | avio: rename ByteIOContext to AVIOContext. | Anton Khirnov | 2011-02-20 | 1 | -2/+2 |
* | | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò | 2011-01-28 | 1 | -1/+1 |
* | | Make ff_cmap_read_palette static to libavcodec/iff.c. Delete iff.h. | Diego Elio Pettenò | 2011-01-28 | 1 | -1/+0 |
|/ |
|
* | 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 |