summaryrefslogtreecommitdiffstats
path: root/libavformat/ffmenc.c
Commit message (Expand)AuthorAgeFilesLines
* avio: avio: avio_ prefixes for put_* functionsAnton Khirnov2011-02-211-70/+70
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-3/+3
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-1/+1
* avio: add av_put_str and deprecate put_strz in favor of itAnton Khirnov2011-01-211-1/+1
* Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas2010-03-311-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-2/+2
* Fix breakage introduced by setting the sample_fmt to SAMPLE_FMT_NONE (r20623)...Benjamin Larsson2009-12-141-0/+1
* Update ffserver to include all basic x264 parameters in .ffm files.Jason Garrett-Glaser2009-11-241-0/+13
* do not write ffm write index by default, detect if file is being written and ...Baptiste Coudurier2009-03-201-11/+1
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun2009-01-111-0/+1
* Fix rc_eq mem leak.Michael Niedermayer2008-08-161-1/+1
* Improve long names for FFM muxer and demuxer:Stefano Sabatini2008-07-271-1/+1
* fix size of header dataStefan Gehrer2008-06-271-1/+1
* cosmetics, pts->dtsBaptiste Coudurier2008-06-221-4/+4
* store dts in ffm headersBaptiste Coudurier2008-06-221-5/+5
* remove pts set hack, this is no more correctBaptiste Coudurier2008-06-221-6/+1
* enable feeder threadsBaptiste Coudurier2008-06-221-0/+1
* do not reset ffm pts, this avoids setting last pts to 0 and screwing up seekingBaptiste Coudurier2008-06-221-3/+2
* remove now unneeded varsBaptiste Coudurier2008-06-091-2/+0
* pass dts and pts through ffm, should fix streaming b framesBaptiste Coudurier2008-06-091-1/+8
* pass extradata through ffmBaptiste Coudurier2008-06-091-0/+4
* remove ugly ffm_nopts hack, use AVFormatContext->timestampBaptiste Coudurier2008-06-091-10/+1
* fix pts handling in ffmBaptiste Coudurier2008-06-071-19/+8
* cosmetics, rename first to header, more explicit nameBaptiste Coudurier2008-06-061-3/+3
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-031-1/+1
* remove unneeded includeBaptiste Coudurier2008-05-261-1/+0
* split ffm de/muxerBaptiste Coudurier2008-05-261-0/+267
OpenPOWER on IntegriCloud