summaryrefslogtreecommitdiff
path: root/libavformat/rpl.c
Commit message (Expand)AuthorAgeFilesLines
...
| * Remove all uses of now deprecated metadata functions.Anton Khirnov2011-06-081-3/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-031-2/+2
|\ \ | |/
| * Remove unused variablesMans Rullgard2011-06-021-2/+2
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * avio: avio_ prefix for url_fseekAnton Khirnov2011-03-011-3/+3
| * avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-211-3/+3
| * avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-4/+4
| * Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-1/+1
* | Fix various unused variable warningsClément Bœsch2011-05-301-1/+1
* | avio: avio_ prefix for url_fseekAnton Khirnov2011-03-031-3/+3
* | avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-221-3/+3
* | avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-4/+4
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-281-1/+1
|/
* Mark av_metadata_set() as deprecated, and use av_metadata_set2()Stefano Sabatini2010-04-251-3/+3
* Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas2010-03-311-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-4/+4
* cosmetics: vertical alignmentAurelien Jacobs2009-02-261-1/+1
* use new metadata API in rpl demuxerAurelien Jacobs2009-02-261-3/+6
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-081-9/+9
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-031-1/+1
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-1/+1
* ARMovie/RPL demuxerEli Friedman2008-03-311-0/+356