]> git.sesse.net Git - mlt/history - src/modules/avformat
Change SDL still consumer to use RGBA.
[mlt] / src / modules / avformat /
2010-08-09 Dan DennedyFix image cache hit updating position state (kdenlive...
2010-08-05 Dan DennedyMove firing consumer-frame-show to after done with...
2010-07-20 Dan DennedyFix infinite loop on some audio decode errors (kdenlive...
2010-07-15 Dan DennedyFix crash when repeating frames after failure to decode...
2010-06-20 Dan DennedyFixup local ffmpeg build.
2010-06-18 Dan DennedyRevoke special handling for vorbis.
2010-06-01 Dan DennedyMerge branch 'kdenlivetitle' of git://github.com/j...
2010-06-01 Dan DennedyMerge branch 'master' of dennedy.org:git/mltframework...
2010-06-01 Dan DennedyFix build on BSD with VDPAU (Alberto Villa).
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-04-26 Dan DennedyFix white artifacts in image (2972137)
2010-04-20 Dan DennedyImprove error handling on video decode failure (kdenliv...
2010-04-18 Dan DennedyOnly use newish version of libswcale.
2010-02-28 Dan DennedyAdd resolution as init arg to libswscale filters.
2010-02-27 Dan DennedyFix crash on reading uncompressed (rawvideo).
2010-02-27 Dan DennedyFix offset to alpha component on OS X.
2010-02-26 Dan DennedyMake FFmpeg the primary image converter if available.
2010-02-26 Dan DennedyFix avcolor_space alias.
2010-02-16 Dan DennedyAdd v0.5.0 release notes.
2010-02-15 Dan DennedyMerge branch 'master' of dennedy.org:git/mltframework...
2010-02-14 Dan DennedyAdd a reference to avformat producer on the frame when...
2010-02-11 Dan DennedyMake avformat producer less chatty in verbose mode.
2010-02-10 Dan DennedyLook for libvdpau.so in /usr/lib64 as well.
2010-02-08 Dan DennedyFix audio muxing when downsampling >2 channels.
2010-02-08 Dan DennedyFix crash in filter resize with cached images (kdenlive...
2010-02-05 Dan DennedySometimes x264 is crashing on single or first pass...
2010-02-05 Dan DennedyFix setting resolution and format in avformat image...
2010-02-05 Dan DennedyFix force_progressive=0 on avformat producer.
2010-02-05 Dan DennedyAdd image caching to avformat producer.
2010-01-27 Dan DennedyFix segfault when using audio_index=all on file with...
2010-01-22 Dan DennedyLet environment variable MLT_NO_VDPAU=1 disable VDPAU.
2010-01-20 Dan DennedyMake realtime (streaming) avformat consumer less bursty.
2010-01-20 Dan DennedyAdd support for libavdevice (v4l/v4l2).
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.
2010-01-13 Dan DennedyFix detection of aspect ratio of DV in AVI.
2010-01-13 Dan DennedyFix A/V sync after seeking on some files (2892086).
2010-01-11 Dan DennedyFix setting progressive property on repeated frames...
2009-12-17 Dan DennedyFix crash at end of some files with audio_index=all.
2009-12-17 Dan DennedyRedo avformat producer locking - less off-and-on.
2009-12-15 Dan DennedyMake VDPAU independent of SDL X11 Display.
2009-12-14 Dan DennedyDo not compile vdpau_close() until it can be used.
2009-12-14 Dan DennedyAdd producer variant avformat-novalidate.
2009-12-13 Dan DennedyFix audio_index=all when stream not stereo.
2009-12-13 Dan DennedyFix segfault in vdpau_init when x11_display not set.
2009-12-13 Dan DennedySome B.C.E. sample files need more audio streams.
2009-12-13 Dan DennedyFix regression with addition of mlt_cache.
2009-12-12 Dan DennedyAdd cache support to avformat producer.
2009-12-11 Dan DennedyAdd support for decoding H.264 with VDPAU.
2009-12-09 Dan DennedyFix underlinking libm by removing math function.
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-12-03 Dan DennedyFix audio buffer overflow on large resampling (2902193).
2009-12-03 Dan DennedyFix regression converting mono to stereo.
2009-11-30 Dan DennedyAdd force_fps property to avformat producer.
2009-11-30 Dan DennedyFix pointer of V plane for yuv420p.
2009-11-30 Dan DennedyFix crash in avformat producer on unusable file.
2009-11-21 Dan DennedyAdd support for new libavcodec decode functions.
2009-11-21 Dan DennedyFix seek on some AVCHD causing infinite loop.
2009-11-21 Dan DennedyFix regression in audio only output.
2009-11-21 Dan DennedyFix dropping samples on math error (kdenlive 1219).
2009-10-20 Dan DennedyFix short output when video shorter than audio (kdenliv...
2009-10-14 Dan DennedyFix audio distortion due to supplying incorrect decode...
2009-10-14 Dan DennedyAdd dynamically resizing audio buffer.
2009-10-13 Dan DennedyMerge branch 'kdenlivetitle' of git://github.com/j...
2009-10-13 Dan DennedyFix regression on video-only files (kdenlive-1206).
2009-10-12 Dan DennedyFix regression with mono audio (kdenlive-1204).
2009-10-11 Dan DennedyAdd codec.frame_rate and drop the profile/level meta...
2009-10-11 Dan DennedyImprove this log message.
2009-10-07 Dan DennedyAdd support for audio_index=all.
2009-10-07 Dan DennedyConvert audio structures to arrays.
2009-10-07 Dan DennedyFactor out audio seeking and decoding from the get_audi...
2009-10-07 Dan DennedyFactor out video codec initialization.
2009-10-07 Dan DennedyFactor out audio codec setup from audio index handling.
2009-10-07 Dan DennedyReduce usage of properties for state.
2009-10-07 Dan DennedyAdd configure option --avformat-svn-version.
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-09-15 Dan DennedyRemove the old location of the first_pts calculation.
2009-09-15 Dan DennedyFix concurrency instability.
2009-09-15 Dan DennedyRelocate setting first_pts and fix ffmpeg concurrency.
2009-09-15 Dan DennedyRestore seeking to one second before target.
2009-09-15 Dan DennedyPatch from Ivan Schreter to fix seeking on AVCHD.
2009-08-31 j-b-mMerge branch 'master' of git://mltframework.org/mlt
2009-08-31 j-b-mMerge branch 'master' of git://mltframework.org/mlt...
2009-08-29 Marco GittlerMerge branch 'kdenlivetitle' of github.com:gmarco/mlt...
next