]> git.sesse.net Git - mlt/history - src/modules/avformat
Fix some compile warnings raised by clang.
[mlt] / src / modules / avformat /
2013-05-02 Dan DennedyFix crash when VDPAU fails init (kdenlive-3079).
2013-04-28 Dan DennedyFix compile errors on ffmpeg v0.7 - 0.11.
2013-04-28 Dan DennedyCleanup and improve aspect ratio selection.
2013-04-28 Dan DennedyCleanup and improve frame rate selection.
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-30 Dan DennedyFix A/V sync error accumulation regression in avformat...
2013-03-28 Dan DennedyFix applying ffmpeg-like options to mlt_profile.
2013-03-24 Dan DennedyFix swscale to take init size arg as pointer.
2013-03-24 Dan DennedyImprove frame rate detection with libav master.
2013-03-23 Dan DennedyRestore avresample filter when build against FFmpeg.
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-23 Dan DennedyRemove audio resampling from avformat producer.
2013-03-23 Dan DennedyMake the arg to avcolor_space filter a pointer.
2013-03-22 Dan DennedyCleaner fix for segfault at exit on av_lockmgr_regiter...
2013-03-22 Dan DennedyMake avformat_lockmgr() safer by setting mutex pointer...
2013-03-22 Nicolas BoichatFix Segmentation fault at exit by calling av_lockmgr_re...
2013-03-17 Dan DennedyMerge branch 'frei0r-metadata'
2013-03-07 Dan DennedyShow the invalid format in the error message.
2013-02-25 Dan DennedyFix assert in libavformat using force_fps with AVI...
2013-02-21 Dan DennedyLet loader producer use new GLSL normalizing filters...
2013-02-13 Dan DennedyMerge pull request #25 from RedDwarf69/versioned_symbols
2013-02-12 Dan DennedyMerge pull request #24 from RedDwarf69/versioned_dirs
2013-02-07 Cristian Morales... Version modules and data directories, and melt
2013-01-27 Dan DennedyImprove field order indication on rawvideo output.
2013-01-21 Dan DennedyFix audio seeking when no first video pts available.
2013-01-21 Dan DennedyFix interlace flags in rawvideo output.
2013-01-08 Dan DennedyContinue A/V sync fix when splitting audio and video...
2013-01-08 Dan DennedyFix A/V sync when splitting audio and video (kdenlive...
2012-12-31 Dan DennedyFix build against FFmepg 0.5 and 0.6.
2012-12-22 Dan DennedyAdd mlt_audio_u8 (sourceforce-182).
2012-12-22 Dan DennedyFix crash on unsupported audio formats (sourceforce...
2012-12-22 Dan DennedyFix the audio properties set on the frame within get_fr...
2012-12-22 Dan DennedyFix memory leak when failed to load avformat producer.
2012-12-22 Dan DennedyRevert "move mutex and deque initialization to producer...
2012-12-22 Dan DennedyRevert "fix memleak if file fails to open"
2012-12-13 Dan DennedyFix possible divide by zero exceptions.
2012-12-12 Dan DennedyFix force_fps by scaling the stream time_base.
2012-12-05 Dan DennedyFix producer_avformat builds for versions without AVSam...
2012-11-28 Dan DennedyFix decoding audio with planar formats.
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-15 Dan DennedyRevert part of c48ed7 that caused performance regression.
2012-11-14 Dan DennedySet version to 0.8.4
2012-11-12 Dan DennedyMore fixes for force_full_luma (kdenlive-2799).
2012-11-10 Dan DennedyExtend fix for audio encoding distortion to flush stage...
2012-11-09 Maksym Veremeyenkocalc image size as largest of two image size calculatio...
2012-10-28 Dan DennedyFix build on libav master by adopting new API constants.
2012-10-24 Dan DennedyFix force_full_luma (kdenlive-2799).
2012-10-23 Dan DennedyRefactor the interleaved-to-planar audio conversions.
2012-10-23 Dan DennedyFix encoding audio distortion for planar codecs (3576437)
2012-10-05 Dan DennedyMerge pull request #12 from xzhavilla/master
2012-10-04 Alberto VillaAvoid repeating -I twice
2012-10-04 Alberto VillaUse $avformat_suffix in pkg-config invocations
2012-09-30 Dan Dennedyavformat: increase maximum audio stream index in producer
2012-09-30 Maksym Veremeyenkofix array index out of range
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-09-16 Dan Dennedyfix image corruption with uncompressed video
2012-09-13 Dan Dennedyfix incorrect pointer comparisons in legacy code
2012-09-09 Dan Dennedyallow env CC to override hard-coded gcc in configure...
2012-09-09 Dan Dennedychange producers to use mlt_frame_original_position()
2012-08-28 Dan Dennedychange recommended versions of ffmpeg/libav
2012-08-25 Dan Dennedyfix seeking on some formats (HDV) after a/v sync improv...
2012-08-25 Dan Dennedythe recent A/V sync overhaul needed some additional...
2012-08-21 Brian MatherlyUpdate src/modules/avformat/producer_avformat.c
2012-08-20 Dan Dennedyfix build on ffmpeg v0.5 (no CODEC_ID_VP8)
2012-08-18 Dan Dennedywebm works better with use_pts=1 as well (3559115)
2012-08-17 Dan Dennedyfix possible null pointer dereferences (coverity-709395)
2012-08-15 Dan Dennedyfix A/V synch on more H.264 files (without B-frames)
2012-08-14 Brian MatherlyIncrease libavutil version required to use PIX_FMT_YUVA...
2012-08-07 Dan DennedyMerge pull request #10 from mcfrisk/coverity_review_fix...
2012-08-05 Dan Dennedyadd image cache size property to avformat producer
2012-07-30 Mikko Rapeliconsumer_avformat: handle negative return value
2012-07-30 Dan DennedyMerge pull request #5 from mcfrisk/vdpau
2012-07-25 Mikko Rapelivdpau: reduce runtime detection cost
2012-07-25 Christian MarillatFix vdpau library paths
2012-07-25 Christian Marillatvdpau compilation fix for ffmpeg 0.11
2012-07-23 Dan Dennedyfix out-of-bounds read (coverity-709368)
2012-07-23 Dan Dennedyfix file handle leak (coverity-709381)
2012-07-22 Dan Dennedyfix out-of-bounds read (coverity-709368 & 709369)
2012-07-20 Maksym Veremeyenkomove mutex and deque initialization to producer init...
2012-07-20 Maksym Veremeyenkofix leak of dv packets
2012-07-20 Maksym Veremeyenkofix memleak if file fails to open
2012-07-13 Dan Dennedyfix crash in avformat consumer when audio encoding...
2012-06-24 Dan DennedyMerge pull request #3 from j-b-m/master
2012-06-21 Dan Dennedystop checking PTS if we are only using DTS
2012-06-18 Dan DennedyMerge branch 'master' of github.com:mltframework/mlt
2012-06-17 Dan Dennedyoverhaul a/v sync and seeking in avformat producer
2012-06-01 Dan Dennedyset version to 0.8.0
2012-06-01 Dan Dennedyfix image format regression in avformat caching
2012-06-01 Dan Dennedyremove unused alpha_cache member
2012-06-01 Dan Dennedyfix video_delay when using new_seek (AVCHD)
next