summaryrefslogtreecommitdiffstats
path: root/libavformat/ffmenc.c
Commit message (Expand)AuthorAgeFilesLines
* ffm: do not write or read the audio sample formatJustin Ruggles2012-10-061-1/+0
* lavf: flush the output AVIOContext in av_write_trailer().Anton Khirnov2012-09-151-3/+0
* ffmenc: replace if/abort with assert()Mans Rullgard2012-08-091-2/+3
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-2/+2
* avformat: Drop pointless "format" from container long namesDiego Biurrun2012-07-301-1/+1
* mpegvideo_enc: add chroma/luma_elim_threshold private options.Anton Khirnov2012-02-291-2/+0
* ffmenc: remove references to deprecated AVFormatContext.timestamp.Anton Khirnov2012-01-121-2/+2
* lavu: replace int/float punning functionsMans Rullgard2011-12-111-8/+8
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-301-1/+2
* libx264: add 'direct-pred' private optionAnton Khirnov2011-09-071-1/+0
* libx264: add 'partitions' private optionAnton Khirnov2011-09-071-1/+0
* Rename ffserver to avserver.Anton Khirnov2011-08-091-2/+2
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-171-11/+10
* lavf: deprecate AVStream.quality.Anton Khirnov2011-07-061-1/+0
* Do not include intfloat_readwrite.h in avutil.hMans Rullgard2011-07-031-0/+1
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* avio: rename put_flush_packet -> avio_flushAnton Khirnov2011-03-161-3/+3
* avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-041-2/+2
* 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