summaryrefslogtreecommitdiff
path: root/libavformat/ffmenc.c
Commit message (Expand)AuthorAge
* libx264: add 'direct-pred' private optionAnton Khirnov2011-09-07
* libx264: add 'partitions' private optionAnton Khirnov2011-09-07
* Rename ffserver to avserver.Anton Khirnov2011-08-09
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-17
* lavf: deprecate AVStream.quality.Anton Khirnov2011-07-06
* Do not include intfloat_readwrite.h in avutil.hMans Rullgard2011-07-03
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* avio: rename put_flush_packet -> avio_flushAnton Khirnov2011-03-16
* avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-04
* 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
* avio: add av_put_str and deprecate put_strz in favor of itAnton Khirnov2011-01-21
* 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
* Fix breakage introduced by setting the sample_fmt to SAMPLE_FMT_NONE (r20623)...Benjamin Larsson2009-12-14
* Update ffserver to include all basic x264 parameters in .ffm files.Jason Garrett-Glaser2009-11-24
* do not write ffm write index by default, detect if file is being written and ...Baptiste Coudurier2009-03-20
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun2009-01-11
* Fix rc_eq mem leak.Michael Niedermayer2008-08-16
* Improve long names for FFM muxer and demuxer:Stefano Sabatini2008-07-27
* fix size of header dataStefan Gehrer2008-06-27
* cosmetics, pts->dtsBaptiste Coudurier2008-06-22
* store dts in ffm headersBaptiste Coudurier2008-06-22
* remove pts set hack, this is no more correctBaptiste Coudurier2008-06-22
* enable feeder threadsBaptiste Coudurier2008-06-22
* do not reset ffm pts, this avoids setting last pts to 0 and screwing up seekingBaptiste Coudurier2008-06-22
* remove now unneeded varsBaptiste Coudurier2008-06-09
* pass dts and pts through ffm, should fix streaming b framesBaptiste Coudurier2008-06-09
* pass extradata through ffmBaptiste Coudurier2008-06-09
* remove ugly ffm_nopts hack, use AVFormatContext->timestampBaptiste Coudurier2008-06-09
* fix pts handling in ffmBaptiste Coudurier2008-06-07
* cosmetics, rename first to header, more explicit nameBaptiste Coudurier2008-06-06
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-03
* remove unneeded includeBaptiste Coudurier2008-05-26
* split ffm de/muxerBaptiste Coudurier2008-05-26