summaryrefslogtreecommitdiff
path: root/libavformat/r3d.c
Commit message (Expand)AuthorAge
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* r3d: fix an invalid read introduced in 6bf4c1dAnton Khirnov2015-12-14
* r3d: do not create the audio stream until we know the sample rateAnton Khirnov2015-12-12
* lavc: Make AVPacket.duration int64, and deprecate convergence_durationwm42015-09-29
* Replace av_dlog with normal av_log at trace levelVittorio Giovara2015-04-19
* avformat: Don't anonymously typedef structsDiego Biurrun2015-02-14
* lavf: move internal fields from public to internal contextwm42015-02-10
* r3d: Fix pos typeLuca Barbato2015-02-03
* r3d: Add more input value validationMartin Storsjö2013-09-19
* Remove commented-out debug #define cruftDiego Biurrun2013-05-16
* lavf: remove disabled FF_API_R_FRAME_RATE cruftAnton Khirnov2013-03-11
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* avformat: Drop pointless "format" from container long namesDiego Biurrun2012-07-30
* lavf: deprecate r_frame_rate.Anton Khirnov2012-07-29
* Fix a bunch of common typos.Diego Biurrun2012-03-09
* r3d: don't set codec timebase.Anton Khirnov2012-03-02
* r3d: Check return value of avio_seek and avoid modifying state if it failsJoakim Plate2012-02-10
* lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-27
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-30
* 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