]> git.sesse.net Git - mlt/history - src/modules/avformat/consumer_avformat.c
Rename 'this' in avformat module.
[mlt] / src / modules / avformat / consumer_avformat.c
2011-03-03 Dan DennedyRename 'this' in avformat module.
2011-02-28 Dan DennedyFix mlt_consumer_position when encoding audio only.
2011-02-28 Dan DennedyAdd support for FFmpeg AVMetadata API.
2011-01-30 Dan DennedyImprove efficiency of memory copy in avformat consumer.
2011-01-01 Dan DennedyIncrease video encoder output buffer size.
2010-12-29 Dan DennedyFix an infinite loop encoding a video with vorbis audio...
2010-12-09 Dan DennedyAdd consumer-fatal-error event to avformat consumer.
2010-11-30 Dan DennedyMake the formats and codecs available through properties.
2010-11-10 Dan DennedyAdd locks around avcodec_open/_close for thread protection.
2010-10-14 Dan DennedyFix version support for AVCodec:colorspace.
2010-10-05 Dan DennedyAdd support for short-hand vpre to avformat consumer.
2010-10-05 Dan DennedyFFmpeg build improvements (3078007).
2010-09-26 Dan DennedySet colorspace in codec context.
2010-09-08 Dan DennedyRevert 3a419b4 (Use caching for swscale contexts).
2010-08-22 Dan DennedyUse caching for swscale contexts.
2010-08-22 Dan DennedyEnable swscale CPU flags.
2010-08-14 Dan DennedyImprove quality of libswscale conversions and scaling.
2010-08-05 Dan DennedyMove firing consumer-frame-show to after done with...
2010-06-18 Dan DennedyRevoke special handling for vorbis.
2010-06-01 Dan DennedyMerge branch 'master' of dennedy.org:git/mltframework...
2010-05-28 Dan DennedyFix compilation warning undeclared av_get_pix_fmt().
2010-05-17 Dan DennedyMerge branch 'interlaced_title' of git://github.com...
2010-05-17 Dan DennedyEnable flushing the encoder buffers.
2010-05-17 Dan DennedyFix deprecated function and remove unused variable.
2010-05-16 Dan DennedyMultitrack audio encoding continued.
2010-05-13 Dan DennedyAdd multitrack audio encoding.
2010-02-27 Dan DennedyFix offset to alpha component on OS X.
2010-02-15 Dan DennedyMerge branch 'master' of dennedy.org:git/mltframework...
2010-02-05 Dan DennedySometimes x264 is crashing on single or first pass...
2010-01-20 Dan DennedyMake realtime (streaming) avformat consumer less bursty.
2010-01-19 Dan DennedyFix muxing when encoding with x264 and B frames (2928953).
2010-01-19 Dan DennedyRemove deprecation warnings on guess_format.
2010-01-19 Dan DennedyOnly report video encode error when truly error result.
2010-01-19 Dan DennedyAdd apre, fpre, and vpre properties to avformat consumer.
2009-12-07 Dan DennedyFix crash in x264 on second pass of multi-threaded...
2009-12-07 Dan DennedyDisable multi-threaded audio encoding (not useful).
2009-12-07 Dan DennedyFix encoding PCM on some recent FFmpeg change (kdenlive...
2009-12-07 Dan DennedyFix regression causing writing beyond end of buffer...
2009-11-21 Dan DennedyFix regression in audio only output.
2009-10-20 Dan DennedyFix short output when video shorter than audio (kdenliv...
2009-09-26 Dan DennedyImprove exception handling in consumer_avformat.
2009-09-26 Dan DennedyImprove exception handling in consumer_avformat.
2009-09-25 Dan Dennedyavcodec_close() calls avcodec_thread_free()
2009-09-25 Dan DennedyWait for and close AVCodec threads at end.
2009-09-24 Dan DennedyFix crash in logging warning (2865906).
2009-09-16 Dan DennedyFix crash when audio encode does not yield frame (2859643).
2009-09-16 Dan DennedyConvert consumer_avformat message to mlt_log API.
2009-08-16 j-b-mMerge branch 'master' of git://mltframework.org/mlt
2009-08-04 Dan DennedyRefactor audio conversion and mixing.
2009-06-22 Dan DennedyMerge branch 'master' of dennedy.org:git/mltframework...
2009-06-22 Dan DennedyFix avformat consumer crashing on pcm_s16le.
2009-06-17 Dan DennedyMigrate to FFmpeg avformat_alloc_context().
2009-06-13 Dan DennedyFix encoding to Ogg Theora with Vorbis.
2009-05-09 Dan DennedyFix over- and under-linking.
2009-05-08 Dan DennedyMerge ../mlt++
2009-04-10 ddennedyMerge branch 'review-2' of git://github.com/rayl/mlt
2009-04-10 ddennedyMerge branch 'review-1' of git://github.com/rayl/mlt
2009-04-09 ddennedyconsumer_avformat: bugfix (kdenlive-677) to make interl...
2009-04-07 Ray LehtiniemiConstness changes
2009-04-07 Ray LehtiniemiConstness changes
2009-03-10 ddennedyavformat: fix compilation due to recent PIX_FMT changes...
2009-02-10 ddennedyproducer_vorbis.c, producer_avformat.c, consumer_avform...
2009-01-14 ddennedyconsumer_avformat.c: set consumer buffer prefill to...
2009-01-14 ddennedyconsumer_avformat.c: bugfix (kdenlive-450) bad timestam...
2009-01-14 ddennedyconsumer_avformat.c: add support for an=1, vn=1, acodec...
2009-01-06 ddennedyconsumer_avformat.c: report list of muxers when f=list...
2008-12-29 ddennedyconsumer_avformat.c: further analysis and testing revea...
2008-12-26 ddennedyproducer_avformat.c, consumer_avformat.c: use av_set_st...
2008-12-26 ddennedyconsumer_avformat.c: bugfix rendering to widescreen...
2008-12-02 ddennedyconsumer_avformat.c: clean up the dual pass log at...
2008-10-28 ddennedyproducer_avformat.c: simplify recent commit to conform...
2008-10-22 ddennedyconsumer_avformat.c:
2008-10-21 ddennedyconsumer_avformat.c: fix deprecated warning on av_set_s...
2008-10-21 ddennedyconsumer_avformat.c: fix build on older libavformat...
2008-10-08 j-b-mconsumer_avformat.c: Fix crash introduced by FFmpeg...
2008-09-12 ddennedyconsumer_avformat.c: bugfix (2106941) compilation again...
2008-07-13 ddennedyconsumer_avformat.c: bugfix recent regression with...
2008-05-15 ddennedyprofiles/dv_*, consumer_avformat.c, producer_avformat...
2008-05-12 ddennedyconsumer_avformat.c: revert erroneous change that slipp...
2008-05-12 ddennedyavformat/configure: fix compiling against shared ffmpeg...
2008-02-13 ddennedyconsumer_avformat.c:
2008-02-11 ddennedyconsumer_avformat.c, producer_avformat.c: add FFmpeg...
2008-02-02 ddennedyframework: remove global profile, rather share one...
2008-01-20 ddennedyconsumer_avformat.c: bugfix (kdenlive-28) a/v sync...
2007-12-12 ddennedyconsumer_avformat.c: make compilation fix on url_fclose...
2007-12-04 ddennedyconsumer_avformat.c: fix pointer passed to url_fclose()
2007-07-30 ddennedyconsumer_avformat.c: align some defaults with ffmpeg...
2007-07-14 ddennedyconsumer_avformat.c: save disabled, experimental flushi...
2007-06-28 ddennedyconsumer_avformat.c: bugfix initial buffer size to...
2007-06-27 j-b-mRevert my commit changing qscale's default value. This...
2007-06-10 ddennedyadded support for ilme=1 and ildct=1 properties to...
2007-03-30 ddennedyCleanup license declarations and remove dv1394d references.
2007-03-04 ddennedyadd support for ffmpeg libswscale
2007-01-22 j-b-mWrite metadata if there is any
2007-01-02 j-b-mChange default value for libavformat's qscale, preventi...
2005-11-10 lilo_booterAllows aac output, corrects ntsc sample collection...
2005-09-27 lilo_booter+ Correction and a minor optimisation
2005-09-27 lilo_bootersrc/modules/avformat/consumer_avformat.c
2005-08-19 lilo_booter+ Correction for aspect ratio
2005-07-19 lilo_booterconsumer_avformat.c
next