]> git.sesse.net Git - mlt/history - src/modules/avformat/consumer_avformat.c
Fix build against libav master.
[mlt] / src / modules / avformat / consumer_avformat.c
2014-02-06 Dan DennedyFix build against libav master.
2014-01-21 Dan DennedyFix aspect ratio if width or height are set after aspec...
2013-10-19 Maksym Veremeyenkoframe leak fix
2013-09-09 Dan DennedyFix muxing vorbis into webm/mkv with libavcodec < 55.
2013-08-20 Dan DennedyCleanup x264 stats files when "passlogfile" supplied.
2013-07-04 Dan DennedyFix setting muxer-specific options (SF-197).
2013-07-04 Dan DennedyUse avcodec_encode_audio2() with libavcodec v54 (SF...
2013-06-24 Dan DennedyFix compile error on older versions of FFmepg 0.10...
2013-06-23 Dan DennedyFix compile error on older versions of FFmepg and Libav.
2013-06-20 Dan DennedyFix compressed video output in avformat.
2013-06-02 Dan DennedyFix possible divide by zero (coverity-1026781).
2013-05-29 Dan DennedyFix libvorbis encoding on recent versions of libavcodec.
2013-05-26 Dan DennedyCompletely flush audio in avformat consumer.
2013-05-26 Dan DennedyFix compile warning (pointer-to-int-cast) in avformat...
2013-05-25 Dan Dennedylibavcodec's vorbis encoder is also experimental.
2013-04-13 Dan DennedyAdd alpha channel support to avformat consumer.
2013-04-04 Dan DennedyFail on continual encoding errors.
2013-04-04 Dan DennedyExtend samples-per-frame fix to multi audio stream...
2013-04-04 Dan DennedyFix regression in most recent commit d658f9b.
2013-03-30 Dan DennedyFix compilation error introduced in previous commit.
2013-03-30 Dan DennedyExtend recent fix for samples-per-frame to the flush...
2013-03-30 Dan DennedyFix A/V sync error accumulation in avformat consumer.
2013-03-28 Dan DennedyFix applying ffmpeg-like options to mlt_profile.
2013-03-23 Dan DennedyAdd support for libavformat and libavcodec major versio...
2013-03-23 Dan DennedyDrop support for FFmpeg v0.5 and v0.6 and require swscale.
2013-03-17 Dan DennedyMerge branch 'frei0r-metadata'
2013-01-27 Dan DennedyImprove field order indication on rawvideo output.
2013-01-21 Dan DennedyFix interlace flags in rawvideo output.
2012-12-31 Dan DennedyFix build against FFmepg 0.5 and 0.6.
2012-12-22 Dan DennedyAdd mlt_audio_u8 (sourceforce-182).
2012-11-24 Dan DennedyFix minor memory leak found with valgrind.
2012-11-21 Dan DennedyFix audio distortion at end of output (3576437 and...
2012-11-10 Dan DennedyExtend fix for audio encoding distortion to flush stage...
2012-10-23 Dan DennedyRefactor the interleaved-to-planar audio conversions.
2012-10-23 Dan DennedyFix encoding audio distortion for planar codecs (3576437)
2012-09-25 Dan Dennedyfix first few frames with "aspect" property on avformat...
2012-09-23 Dan Dennedyfix build against libav master
2012-09-19 Dan Dennedyfix build due to removal of deprecated encode() from...
2012-08-07 Dan DennedyMerge pull request #10 from mcfrisk/coverity_review_fix...
2012-07-30 Mikko Rapeliconsumer_avformat: handle negative return value
2012-07-23 Dan Dennedyfix file handle leak (coverity-709381)
2012-07-13 Dan Dennedyfix crash in avformat consumer when audio encoding...
2012-03-19 Dan DennedyMerge https://github.com/pez4brian/mlt
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.
next