summaryrefslogtreecommitdiff
path: root/libavformat/r3d.c
Commit message (Expand)AuthorAgeFilesLines
...
* | [r3d] Check return value of avio_seek and avoid modifying state if it failsJoakim Plate2011-09-141-1/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-171-8/+8
|\ \ | |/
| * lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-171-8/+8
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-041-0/+1
|\ \ | |/
| * Do not include mathematics.h in avutil.hMans Rullgard2011-07-031-0/+1
* | 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
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-041-4/+7
|\ \ | |/
| * Mark some variables with av_unusedMans Rullgard2011-06-031-4/+7
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-021-2/+3
|\ \ | |/
| * Employ correct printf format specifiers, mostly in debug output.Diego Biurrun2011-05-311-6/+7
* | Fix various bad printf format warningsClément Bœsch2011-05-301-6/+6
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-041-1/+1
|\ \ | |/
| * avio: introduce an AVIOContext.seekable fieldAnton Khirnov2011-04-031-1/+1
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
|/
* lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov2011-03-161-3/+3
* avio: avio_ prefix for url_fsizeAnton Khirnov2011-03-071-1/+1
* avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-041-6/+6
* lavf: replace all uses of url_fskip with avio_seekAnton Khirnov2011-03-011-3/+3
* avio: avio_ prefix for url_fseekAnton Khirnov2011-03-011-4/+4
* avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-211-39/+39
* Replace dprintf with av_dlogLuca Barbato2011-01-291-30/+30
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-1/+1
* Mark av_metadata_set() as deprecated, and use av_metadata_set2()Stefano Sabatini2010-04-251-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-2/+2
* Plug some memory leaks for truncated filesVitor Sessak2010-03-021-5/+8
* return AVERROR(ENOMEM) if stream could not be allocatedBaptiste Coudurier2009-08-251-1/+1
* check av_new_stream return value, patch by Kent Mein, mein at cs dot umn dot eduKent Mein2009-08-251-0/+2
* use new metadata API in r3d demuxerAurelien Jacobs2009-03-011-5/+5
* R3D REDCODE demuxerBaptiste Coudurier2009-01-201-0/+384