summaryrefslogtreecommitdiff
path: root/libavformat/r3d.c
Commit message (Expand)AuthorAge
* lavf: replace av_new_stream->avformat_new_stream part II.Anton Khirnov2011-10-19
* lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-19
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-17
* Do not include mathematics.h in avutil.hMans Rullgard2011-07-03
* Remove all uses of now deprecated metadata functions.Anton Khirnov2011-06-08
* Mark some variables with av_unusedMans Rullgard2011-06-03
* Employ correct printf format specifiers, mostly in debug output.Diego Biurrun2011-05-31
* avio: introduce an AVIOContext.seekable fieldAnton Khirnov2011-04-03
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov2011-03-16
* avio: avio_ prefix for url_fsizeAnton 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
* Replace dprintf with av_dlogLuca Barbato2011-01-29
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-26
* Mark av_metadata_set() as deprecated, and use av_metadata_set2()Stefano Sabatini2010-04-25
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Plug some memory leaks for truncated filesVitor Sessak2010-03-02
* return AVERROR(ENOMEM) if stream could not be allocatedBaptiste Coudurier2009-08-25
* check av_new_stream return value, patch by Kent Mein, mein at cs dot umn dot eduKent Mein2009-08-25
* use new metadata API in r3d demuxerAurelien Jacobs2009-03-01
* R3D REDCODE demuxerBaptiste Coudurier2009-01-20