]> git.sesse.net Git - mlt/history - src/modules/avformat/consumer_avformat.c
Fix incorrect precompiler conditionals for libav/ffmpeg versions.
[mlt] / src / modules / avformat / consumer_avformat.c
2012-03-18 Brian MatherlyFix incorrect precompiler conditionals for libav/ffmpeg...
2012-02-26 j-b-mfix some audio codecs not detected with newer libavcodec
2012-02-23 Dan Dennedyfix segfault on stop in avformat consumer
2012-02-13 Brian MatherlyDetect video codecs that use the new libavcodec "encode...
2012-02-11 Dan DennedyEnsure thread cleanup upon stop when an error occurs.
2012-02-08 Dan Dennedyfix race condition stopping avformat consumer
2012-02-07 Dan Dennedyonly automatically set strict=experimental when acodec...
2012-02-07 Dan DennedyRevert "default to strict=experimental for painless...
2012-02-06 Dan DennedyMerge branch 'pez'
2012-02-05 Dan Dennedyfix color problem with libav (3483629)
2012-02-04 Dan Dennedyfix AVOption processing on ffmpeg 0.8
2012-02-04 Dan Dennedyadd null pointer check on return from mlt_frame_get_audio
2012-01-30 Dan Dennedyfix AVOption processing on libav 0.7.3
2012-01-28 Dan Dennedyfix build on ffmpeg 0.6
2012-01-28 Dan Dennedyfix SAMPLE_FMT support for v0.6 and less of libav/ffmpeg
2012-01-26 Brian MatherlyConvert producer_xml to use mlt_log rather than fprintf.
2012-01-26 Dan Dennedyincrease sample format support to audio encoding
2012-01-25 Dan Dennedydefault to strict=experimental for painless aac encoding
2012-01-22 Dan Dennedyremove global avformat mutex
2012-01-16 Dan Dennedyfix segfault accessing possible null frame
2012-01-16 Dan Dennedyenable codec- and format-specific options for v0.7...
2012-01-14 Dan Dennedydrop deprecated APIs of libavformat/codec v53
2011-09-28 Dan DennedyFix multi-threaded encoding on libavcodec older than...
2011-09-25 Dan DennedyAdd parenthesis to fix warning.
2011-09-21 Dan DennedySupport streamtype-specific AVOptions (-vb)
2011-09-05 Dan DennedyAdd support for writing timecode from vitc metadata.
2011-08-30 Dan DennedyFix crash at end of second pass.
2011-08-02 Dan DennedyFix regression in multiple audio tracks.
2011-07-25 Dan DennedyRemove mlt protocol, use ByteIOContext if <v53 libavformat.
2011-07-25 Dan DennedyAdd support for custom AVIOContext.
2011-07-22 Dan DennedyMake ffmpeg v53-specific code more readable and searchable.
2011-07-22 Dan DennedyFix codec-specific defaults for libavcodec v53 (3370720).
2011-07-22 Dan DennedyRefactor to pass AVCodec into add_audio/video_stream.
2011-07-22 Dan DennedyMake ffmpeg v53-specific code more readable and searchable.
2011-07-22 Dan DennedyFix codec-specific defaults for libavcodec v53 (3370720).
2011-07-22 Dan DennedyRefactor to pass AVCodec into add_audio/video_stream.
2011-07-05 Dan DennedySuppress confusing message when vpre does not exist.
2011-07-05 Dan DennedyFix crash in consumer on FFmpeg v0.8 and later.
2011-07-05 Dan DennedyRevert "Temporary fix for new crash when closing codec."
2011-06-22 Dan DennedyMake sure avformat consumer closes all mlt_frames.
2011-06-07 Dan DennedyTemporary fix for new crash when closing codec.
2011-06-07 Dan DennedyFix setting codec-specific options for avcodec v53.
2011-06-05 Dan DennedySend melt -query and -help to stdout.
2011-05-01 Dan DennedyAdd support for new codec- and muxer-specific AVOptions.
2011-04-22 Dan DennedyUse new avio functions in avformat module.
2011-04-21 Dan DennedyFix avformat compile warns on const and 64-bit string...
2011-04-21 Dan DennedyMore libavcodec v53 changes required.
2011-04-21 Dan DennedyFix avformat build with libavcodec v53.
2011-03-28 Dan DennedyFail gracefully on unsupported codec (3251438).
2011-03-27 Dan DennedyUse mlt_properties_get_value where possible.
2011-03-12 Dan DennedyPrefer opening codec by name instead of by ID.
2011-03-11 Dan DennedyFix regression on AC-3 fix.
2011-03-06 Dan DennedyMerge branch 'roto' of git://github.com/ttill/MLT-roto...
2011-03-06 Dan DennedyFix AC-3 encoding (kdenlive-2010).
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).
next