summaryrefslogtreecommitdiff
path: root/libavformat/txd.c
Commit message (Expand)AuthorAge
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-27
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-21
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-10
|\
| * lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* | replace calls to url_feof() with avio_feof()James Almer2014-08-08
* | Merge commit 'a4ed995cabf220029f1d0e185a6fb45eed7b4091'Michael Niedermayer2014-04-22
|\|
| * txd: do not set the codec timebase.Anton Khirnov2014-04-22
* | lavf/txd: cosmetics: fix identationPaul B Mahol2012-10-15
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
|\|
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-28
|\|
| * lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-27
* | txd/westwood: remove demuxer specific overallocate solutions as the new gener...Michael Niedermayer2011-12-16
* | txddemux: Limit allocated packets to filesize.Michael Niedermayer2011-12-16
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-20
|\|
| * lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-19
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-24
|\|
| * Use explicit struct initializers for AVOutputFormat/AVInputFormat declarations.Diego Biurrun2011-09-24
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* | 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
| * lavf: replace all uses of url_fskip with avio_seekAnton 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
* | lavf: replace all uses of url_fskip with avio_seekAnton 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
|/
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Use more appropriate return values in txd demuxer.Reimar Döffinger2010-03-27
* Add a context to av_log() calls.Benoit Fouet2009-03-03
* Use more descriptive format long_names.Diego Biurrun2009-02-12
* Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun2009-01-11
* remove useless close funcsBaptiste Coudurier2008-06-19
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-03
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-21
* Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris2007-07-19
* Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).Panagiotis Issaris2007-07-19
* Renderware TXD demuxerIvo van Poorten2007-05-07