summaryrefslogtreecommitdiffstats
path: root/libavformat/rmenc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-031-1/+1
|\
| * Drop some pointless void* return value casts from av_malloc() invocations.Diego Biurrun2012-01-021-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-171-10/+10
|\ \ | |/
| * lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-171-10/+10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-091-3/+4
|\ \ | |/
| * Remove all uses of now deprecated metadata functions.Anton Khirnov2011-06-081-3/+4
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-041-3/+3
|\ \ | |/
| * avio: introduce an AVIOContext.seekable fieldAnton Khirnov2011-04-031-3/+3
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-231-1/+1
|\ \ | |/
| * rmenc: replace avio_seek(0) with avio_tell()Anton Khirnov2011-03-201-1/+1
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
|/
* avio: rename put_flush_packet -> avio_flushAnton Khirnov2011-03-161-4/+4
* avio: avio_ prefix for url_fseekAnton Khirnov2011-03-011-2/+2
* lavf: replace remaining uses of put_tag with avio_writeAnton Khirnov2011-02-251-1/+1
* lavf: use a new ffio_wfourcc macro instead of put_tag() where possibleAnton Khirnov2011-02-251-8/+10
* avio: avio: avio_ prefixes for put_* functionsAnton Khirnov2011-02-211-96/+96
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-7/+7
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-1/+1
* Reindent after r23361.Francesco Lavra2010-05-281-7/+7
* Use ff_rm_codec_tags[] in RM muxer. This, incidentally, also allows muxingFrancesco Lavra2010-05-281-3/+16
* Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas2010-03-311-2/+2
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-5/+5
* Remove index writing in RM muxer, since it is broken (multiple streams perRonald S. Bultje2009-03-211-11/+3
* use new metadata API in rm (de)muxerAurelien Jacobs2009-02-171-6/+10
* Use more descriptive format long_names.Diego Biurrun2009-02-121-1/+1
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* Split RMContext into RMDemux/MuxContext and make them private in rmdec/enc.c.Ronald S. Bultje2008-12-131-6/+25
* cosmetics: make all references to AC-3 capitalized and hyphenatedJustin Ruggles2008-08-031-2/+2
* 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
* Fix muxer so that generated files are playable by realplayer, other openKostya Shishkov2007-12-021-3/+8
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-211-7/+7
* split rm muxer and demuxer in their own filesAurelien Jacobs2007-05-301-0/+439
OpenPOWER on IntegriCloud