summaryrefslogtreecommitdiffstats
path: root/libavformat/rl2.c
Commit message (Expand)AuthorAgeFilesLines
* 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-8/+7
* doxygen: use Doxygen markup for authors and web links where appropriateDiego Biurrun2011-07-151-3/+1
* doxygen: place empty line between brief description and detailed descriptionDiego Biurrun2011-07-141-0/+1
* Do not include mathematics.h in avutil.hMans Rullgard2011-07-031-0/+1
* Remove unused variablesMans Rullgard2011-06-021-4/+2
* 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-1/+1
* lavf: replace all uses of url_fskip with avio_seekAnton Khirnov2011-03-011-1/+1
* avio: avio_ prefix for url_fseekAnton Khirnov2011-03-011-1/+1
* avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-211-13/+13
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-2/+2
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-1/+1
* Fix doxygen comment.Benoit Fouet2010-08-021-1/+1
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-2/+2
* cosmetics: format long_name spelling fixesDiego Biurrun2009-02-121-1/+1
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun2009-01-111-0/+1
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-081-3/+3
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-031-1/+1
* consistency cosmetics: indices --> indexesDiego Biurrun2008-05-261-1/+1
* rl2 demuxerSascha Sommer2008-03-211-0/+299
OpenPOWER on IntegriCloud