]> git.sesse.net Git - ffmpeg/history - libavformat/ffmenc.c
lavc decoders: properly initialize AVFrame.
[ffmpeg] / libavformat / ffmenc.c
2012-10-06 Justin Rugglesffm: do not write or read the audio sample format
2012-09-15 Anton Khirnovlavf: flush the output AVIOContext in av_write_trailer().
2012-08-09 Mans Rullgardffmenc: replace if/abort with assert()
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-07-30 Diego Biurrunavformat: Drop pointless "format" from container long...
2012-02-29 Anton Khirnovmpegvideo_enc: add chroma/luma_elim_threshold private...
2012-01-12 Anton Khirnovffmenc: remove references to deprecated AVFormatContext...
2011-12-11 Mans Rullgardlavu: replace int/float punning functions
2011-11-30 Anton Khirnovlavf: make av_set_pts_info private.
2011-09-07 Anton Khirnovlibx264: add 'direct-pred' private option
2011-09-07 Anton Khirnovlibx264: add 'partitions' private option
2011-08-09 Anton KhirnovRename ffserver to avserver.
2011-07-17 Anton Khirnovlavf: use designated initialisers for all (de)muxers.
2011-07-06 Anton Khirnovlavf: deprecate AVStream.quality.
2011-07-03 Mans RullgardDo not include intfloat_readwrite.h in avutil.h
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-03-17 Anton Khirnovavio: rename put_flush_packet -> avio_flush
2011-03-04 Anton Khirnovavio: add avio_tell macro as a replacement for url_ftell
2011-02-21 Anton Khirnovavio: avio: avio_ prefixes for put_* functions
2011-02-20 Anton Khirnovavio: rename ByteIOContext to AVIOContext.
2011-01-26 Diego Elio PettenòPrefix all _demuxer, _muxer, _protocol from libavformat...
2011-01-21 Anton Khirnovavio: add av_put_str and deprecate put_strz in favor...
2010-03-31 Jean-Daniel DupasReplace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG...
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2009-12-14 Benjamin LarssonFix breakage introduced by setting the sample_fmt to...
2009-11-24 Jason Garrett-GlaserUpdate ffserver to include all basic x264 parameters...
2009-03-20 Baptiste Coudurierdo not write ffm write index by default, detect if...
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2009-01-11 Diego BiurrunFix build: Add intreadwrite.h and bswap.h #includes...
2008-08-16 Michael NiedermayerFix rc_eq mem leak.
2008-07-27 Stefano SabatiniImprove long names for FFM muxer and demuxer:
2008-06-27 Stefan Gehrerfix size of header data
2008-06-22 Baptiste Couduriercosmetics, pts->dts
2008-06-22 Baptiste Coudurierstore dts in ffm headers
2008-06-22 Baptiste Coudurierremove pts set hack, this is no more correct
2008-06-22 Baptiste Coudurierenable feeder threads
2008-06-22 Baptiste Coudurierdo not reset ffm pts, this avoids setting last pts...
2008-06-09 Baptiste Coudurierremove now unneeded vars
2008-06-09 Baptiste Coudurierpass dts and pts through ffm, should fix streaming...
2008-06-09 Baptiste Coudurierpass extradata through ffm
2008-06-09 Baptiste Coudurierremove ugly ffm_nopts hack, use AVFormatContext->timestamp
2008-06-07 Baptiste Coudurierfix pts handling in ffm
2008-06-06 Baptiste Couduriercosmetics, rename first to header, more explicit name
2008-06-03 Stefano SabatiniMake long_names in lavf/lavdev optional depending on...
2008-05-26 Baptiste Coudurierremove unneeded include
2008-05-26 Baptiste Couduriersplit ffm de/muxer