summaryrefslogtreecommitdiff
path: root/libavformat/iff.c
Commit message (Expand)AuthorAge
* iff/8svx: redesign 8SVX demuxing and decoding for handling stereo samples cor...Stefano Sabatini2011-05-17
* iff: compact code setting metadata tagsStefano Sabatini2011-05-17
* iff: fix bitrate computation for compressed audio streamStefano Sabatini2011-05-17
* iff: distinguish fields for audio and video compressionStefano Sabatini2011-05-17
* HAM6/HAM8 support for IFF demuxer/decoderSebastian Vater2011-04-24
* Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-17
|\
| * lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov2011-03-16
| * avio: deprecate url_feofAnton Khirnov2011-03-07
| * avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-04
| * lavf: replace all uses of url_fskip with avio_seekAnton Khirnov2011-03-01
| * avio: avio_ prefix for url_fseekAnton Khirnov2011-03-01
| * avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-21
| * avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-20
| * Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-26
| * Make ff_cmap_read_palette static to libavcodec/iff.c. Delete iff.h.Diego Elio Pettenò2011-01-26
* | avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-05
* | lavf: replace all uses of url_fskip with avio_seekAnton Khirnov2011-03-03
* | avio: avio_ prefix for url_fseekAnton Khirnov2011-03-03
* | avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-22
* | avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-20
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-28
* | Make ff_cmap_read_palette static to libavcodec/iff.c. Delete iff.h.Diego Elio Pettenò2011-01-28
|/
* remove redundant text and whitespaces from iff demuxer av_log() statementsPeter Ross2010-07-15
* Reindent after r23112.Sebastian Vater2010-05-13
* Move handling of paletted data to the IFF demuxer. This allows futureSebastian Vater2010-05-13
* Replace usage of s->streams[0]->* with st->*, which is shorter.Sebastian Vater2010-05-09
* Parse IFF metadata.Sebastian Vater2010-05-05
* Reindent after rr22977.Sebastian Vater2010-04-27
* Make the IFF demuxer a little more standards-compliant, e.g. respect the sizeSebastian Vater2010-04-27
* Reindent / reformat some code with broken indenting.Sebastian Vater2010-04-20
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas2010-03-31
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* IFF: move ff_cmap_read_palette() prototype to a header fileMåns Rullgård2010-03-08
* Support IFF ANNO (annotation) chunk typePeter Ross2010-02-16
* Indentation cleanupPeter Ross2010-02-03
* Extend IFF demuxer to parse PBM/ILBM bitmap chunksPeter Ross2010-02-03
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun2009-01-11
* Avoid _t in identifier names, _t is reserved by POSIX.Jai Menon2008-12-13
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-08
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-03
* IFF stereo supportJai Menon2008-05-09
* Remove unused variable.Diego Biurrun2008-04-02
* minor typo fixesDiego Biurrun2008-03-31
* IFF demuxerJai Menon2008-03-30