summaryrefslogtreecommitdiff
path: root/libavformat/rsoenc.c
Commit message (Expand)AuthorAgeFilesLines
* lavf: flush the output AVIOContext in av_write_trailer().Anton Khirnov2012-09-151-2/+0
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-3/+3
* avformat: Drop pointless "format" from container long namesDiego Biurrun2012-07-301-1/+1
* Eliminate pointless 0/NULL initializers in AVCodec and similar declarations.Diego Biurrun2011-11-281-1/+0
* avio: introduce an AVIOContext.seekable fieldAnton Khirnov2011-04-031-1/+1
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* avio: rename put_flush_packet -> avio_flushAnton Khirnov2011-03-161-2/+2
* avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-041-1/+1
* avio: avio_ prefix for url_fseekAnton Khirnov2011-03-011-2/+2
* avio: avio: avio_ prefixes for put_* functionsAnton Khirnov2011-02-211-6/+6
* 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
* Lego Mindstorms RSO muxer and demuxer.Rafaël Carré2010-07-201-0/+114