summaryrefslogtreecommitdiffstats
path: root/libavformat/rpl.c
Commit message (Expand)AuthorAgeFilesLines
* lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-271-1/+1
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-301-2/+3
* lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-191-2/+2
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-171-6/+6
* Remove all uses of now deprecated metadata functions.Anton Khirnov2011-06-081-3/+4
* 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
* 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
OpenPOWER on IntegriCloud