summaryrefslogtreecommitdiff
path: root/libavformat/rmenc.c
Commit message (Expand)AuthorAge
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* rmenc: do not use AVCodecContext.frame_sizeAnton Khirnov2015-12-12
* rmenc: Drop the temporary buffer for ac3 byteswapLuca Barbato2015-04-20
* rmenc: Check memory allocationFederico Tomassetti2015-03-21
* rmenc: limit packet sizeAndreas Cadhalpun2015-03-05
* avformat: Don't anonymously typedef structsDiego Biurrun2015-02-14
* lavf: switch to AVStream.time_base as the hint for the muxer timebaseAnton Khirnov2014-06-18
* lavf: Don't explicitly flush after each written packet in muxersClément Bœsch2013-09-16
* lavf: flush the output AVIOContext in av_write_trailer().Anton Khirnov2012-09-15
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* avformat: Drop pointless "format" from container long namesDiego Biurrun2012-07-30
* cosmetics: Align muxer/demuxer declarationsMartin Storsjö2012-04-06
* Drop some pointless void* return value casts from av_malloc() invocations.Diego Biurrun2012-01-02
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-17
* Remove all uses of now deprecated metadata functions.Anton Khirnov2011-06-08
* avio: introduce an AVIOContext.seekable fieldAnton Khirnov2011-04-03
* rmenc: replace avio_seek(0) with avio_tell()Anton Khirnov2011-03-20
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* avio: rename put_flush_packet -> avio_flushAnton Khirnov2011-03-16
* avio: avio_ prefix for url_fseekAnton Khirnov2011-03-01
* lavf: replace remaining uses of put_tag with avio_writeAnton Khirnov2011-02-25
* lavf: use a new ffio_wfourcc macro instead of put_tag() where possibleAnton Khirnov2011-02-25
* avio: avio: avio_ prefixes for put_* functionsAnton Khirnov2011-02-21
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-20
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-26
* Reindent after r23361.Francesco Lavra2010-05-28
* Use ff_rm_codec_tags[] in RM muxer. This, incidentally, also allows muxingFrancesco Lavra2010-05-28
* Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas2010-03-31
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Remove index writing in RM muxer, since it is broken (multiple streams perRonald S. Bultje2009-03-21
* use new metadata API in rm (de)muxerAurelien Jacobs2009-02-17
* Use more descriptive format long_names.Diego Biurrun2009-02-12
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* Split RMContext into RMDemux/MuxContext and make them private in rmdec/enc.c.Ronald S. Bultje2008-12-13
* cosmetics: make all references to AC-3 capitalized and hyphenatedJustin Ruggles2008-08-03
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-03
* consistency cosmetics: indices --> indexesDiego Biurrun2008-05-26
* Fix muxer so that generated files are playable by realplayer, other openKostya Shishkov2007-12-02
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-21
* split rm muxer and demuxer in their own filesAurelien Jacobs2007-05-30