summaryrefslogtreecommitdiff
path: root/libavformat/iff.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-101-1/+1
|\
| * avcodec: add support for planar signed 8-bit PCM.Justin Ruggles2011-11-091-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-201-1/+1
|\ \ | |/
| * lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-191-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-231-2/+1
|\ \ | |/
| * 8svx/iff: fix decoding of compressed stereo 8svx files.Justin Ruggles2011-09-221-40/+5
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-171-6/+6
|\ \ | |/
| * lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-171-6/+6
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-091-1/+2
|\ \ | |/
| * Remove all uses of now deprecated metadata functions.Anton Khirnov2011-06-081-1/+2
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* | Fix various uninitialized variable warningsClément Bœsch2011-06-021-0/+2
* | iff: remove duplicated file descriptionStefano Sabatini2011-05-281-1/+0
* | iff/8svx: redesign 8SVX demuxing and decoding for handling stereo samples cor...Stefano Sabatini2011-05-171-36/+4
* | iff: compact code setting metadata tagsStefano Sabatini2011-05-171-15/+4
* | iff: fix bitrate computation for compressed audio streamStefano Sabatini2011-05-171-1/+1
* | iff: distinguish fields for audio and video compressionStefano Sabatini2011-05-171-10/+12
* | HAM6/HAM8 support for IFF demuxer/decoderSebastian Vater2011-04-241-7/+71
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-171-7/+7
|\ \ | |/
| * lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov2011-03-161-7/+7
| * avio: deprecate url_feofAnton Khirnov2011-03-071-1/+1
| * avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-041-3/+3
| * lavf: replace all uses of url_fskip with avio_seekAnton Khirnov2011-03-011-7/+7
| * avio: avio_ prefix for url_fseekAnton Khirnov2011-03-011-1/+1
| * avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-211-15/+15
| * avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-2/+2
| * Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-1/+1
| * Make ff_cmap_read_palette static to libavcodec/iff.c. Delete iff.h.Diego Elio Pettenò2011-01-261-1/+0
* | avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-051-3/+3
* | lavf: replace all uses of url_fskip with avio_seekAnton Khirnov2011-03-031-7/+7
* | avio: avio_ prefix for url_fseekAnton Khirnov2011-03-031-1/+1
* | avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-221-15/+15
* | avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-2/+2
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-281-1/+1
* | Make ff_cmap_read_palette static to libavcodec/iff.c. Delete iff.h.Diego Elio Pettenò2011-01-281-1/+0
|/
* remove redundant text and whitespaces from iff demuxer av_log() statementsPeter Ross2010-07-151-3/+3
* Reindent after r23112.Sebastian Vater2010-05-131-1/+1
* Move handling of paletted data to the IFF demuxer. This allows futureSebastian Vater2010-05-131-18/+0
* Replace usage of s->streams[0]->* with st->*, which is shorter.Sebastian Vater2010-05-091-6/+6
* Parse IFF metadata.Sebastian Vater2010-05-051-7/+41
* Reindent after rr22977.Sebastian Vater2010-04-271-8/+8
* Make the IFF demuxer a little more standards-compliant, e.g. respect the sizeSebastian Vater2010-04-271-10/+23
* Reindent / reformat some code with broken indenting.Sebastian Vater2010-04-201-21/+29
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas2010-03-311-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-7/+7
* IFF: move ff_cmap_read_palette() prototype to a header fileMåns Rullgård2010-03-081-2/+1
* Support IFF ANNO (annotation) chunk typePeter Ross2010-02-161-0/+11
* Indentation cleanupPeter Ross2010-02-031-3/+3
* Extend IFF demuxer to parse PBM/ILBM bitmap chunksPeter Ross2010-02-031-11/+88