| Commit message (Expand) | Author | Age | Files | Lines |
* | iff: validate CMAP palette size | Kostya Shishkov | 2013-03-18 | 1 | -0/+5 |
* | iff: set channel layout | Justin Ruggles | 2012-11-12 | 1 | -1/+9 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -5/+5 |
* | Improve descriptiveness of a number of codec and container long names | Diego Biurrun | 2012-07-30 | 1 | -1/+1 |
* | lavf: change some (de)muxer names to lowercase | Mans Rullgard | 2012-05-19 | 1 | -1/+1 |
* | iff: make .long_name more descriptive | Paul B Mahol | 2012-03-12 | 1 | -1/+1 |
* | lavf: remove AVFormatParameters from AVFormatContext.read_header signature | Anton Khirnov | 2012-01-27 | 1 | -2/+1 |
* | lavf: make av_set_pts_info private. | Anton Khirnov | 2011-11-30 | 1 | -1/+2 |
* | avcodec: add support for planar signed 8-bit PCM. | Justin Ruggles | 2011-11-09 | 1 | -1/+1 |
* | lavf,lavd: replace av_new_stream->avformat_new_stream part I. | Anton Khirnov | 2011-10-19 | 1 | -1/+1 |
* | 8svx/iff: fix decoding of compressed stereo 8svx files. | Justin Ruggles | 2011-09-22 | 1 | -40/+5 |
* | lavf: use designated initialisers for all (de)muxers. | Anton Khirnov | 2011-07-17 | 1 | -6/+6 |
* | 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 |
* | 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 |
* | 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 |