]> git.sesse.net Git - mlt/history - src/modules
refactor avformat producer_open
[mlt] / src / modules /
2011-03-28 Dan DennedyFail gracefully on unsupported codec (3251438).
2011-03-28 Dan DennedyFix regression in region filter (3251260).
2011-03-28 Dan DennedyFix segfault on missing melt argument (3249982).
2011-03-28 Dan DennedyFix a segfault in avformat with parallel consumer.
2011-03-28 Dan DennedyFix composite using wrong B frame scaling.
2011-03-27 Dan DennedyFix some crashing in sdl_audio.
2011-03-27 Dan DennedyAlso increase audio_buffer default in sdl_audio.
2011-03-27 Dan DennedyDisable VDPAU by default.
2011-03-27 Dan DennedyUse mlt_properties_get_value where possible.
2011-03-25 Dan DennedyEnable linsys by default on Linux.
2011-03-25 Dan DennedyDisplay all configure options with --help.
2011-03-25 Dan DennedyRedo locking in avformat producer.
2011-03-24 Dan DennedyFix vdpau crashes when failed to init.
2011-03-24 Dan DennedyFix unchecked vdpau pointer.
2011-03-24 Dan DennedyDefault sdl_preview prefill to 1.
2011-03-23 Dan DennedyFix a comment in decklink consumer.
2011-03-23 Dan DennedyFix a couple null pointer bugs.
2011-03-23 Dan DennedyImprove frame-dropping in decklink.
2011-03-20 Dan DennedyFix build of jackrack module on mingw.
2011-03-18 Dan DennedyFix regression on seeking to first frame with audio_ind...
2011-03-15 Dan DennedyAdd force_length and adjust_length properties.
2011-03-15 Dan DennedyFix some incorrect frame rates in avformat (kdenlive...
2011-03-15 Dan DennedySupport frei0r transitions that use f0r_update2().
2011-03-13 Dan DennedyAdd boolean use_profile property to crop filter.
2011-03-13 Dan DennedyWe do not yet support f0r_param_position_t.
2011-03-12 Dan DennedyPrefer opening codec by name instead of by ID.
2011-03-11 Dan DennedyRefactor frei0r and fix time parameter.
2011-03-11 Dan DennedyFix region transition with more than 2 tracks.
2011-03-11 Dan DennedyRefactor to mlt_transition_get_position()
2011-03-11 Dan DennedyRemove obsolete unique position on frame.
2011-03-11 Dan DennedyRefactor to mlt_filter_get_position().
2011-03-11 Dan DennedyRefactor to mlt_filter_get_progress().
2011-03-11 Dan DennedyRefactor to mlt_transition_get_progress_delta().
2011-03-11 Dan DennedyRefactor to mlt_transition_get_progress().
2011-03-11 Dan DennedyRefactor to mlt_filter_get_progress().
2011-03-11 Dan DennedyRefactor to mlt_transition_get_length().
2011-03-11 Dan DennedyFix regression on AC-3 fix.
2011-03-11 Dan DennedyFix typo in swfdec configure script.
2011-03-11 Dan DennedyAdd build support for swfdec 0.7.
2011-03-11 Dan DennedyMerge branch 'roto'
2011-03-11 Dan DennedyIncrease resample buffer size.
2011-03-11 Dan DennedyRemove unnecessary audio conversion to float.
2011-03-11 Dan DennedyFix audio resample with audio_index=all.
2011-03-07 Till TheatoRotoscoping: use new API functions to prevent some...
2011-03-07 Dan DennedyFix regression in audioconvert.
2011-03-07 Dan DennedyRefactor to use mlt_transition_get_length().
2011-03-07 Dan DennedyRefactor to use mlt_frame_get_length().
2011-03-07 Dan DennedyRemove unused variable.
2011-03-07 Dan DennedyRefactor to mlt_audio_format_size().
2011-03-07 Dan DennedyRemove unused variables.
2011-03-07 Dan DennedyDefine out this unused code.
2011-03-07 Dan DennedyRefactor to use mlt_image_format_size().
2011-03-07 Dan DennedyRefactor to use mlt_frame_set_image/_alpha.
2011-03-06 Dan DennedyAlias bicubic for hyper in pango and pixbuf.
2011-03-06 Dan DennedyAdd gpl flag file to rotoscoping filter.
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-06 Dan DennedyMake 'bicubic' an alias for highest quality in gtk...
2011-03-06 Dan DennedyFix handling monochrome in qimage.
2011-03-04 Dan DennedyFix string comparison and requested luma size.
2011-03-04 Dan DennedyPrevent attempt to pad to a smaller size.
2011-03-04 Dan DennedyFix luma semantics when both reverse and invert.
2011-03-03 Dan DennedyRewrite wave filter to be parallel-safe.
2011-03-03 Dan DennedyRefactor volume to use mlt_frame_unique_properties().
2011-03-03 Dan DennedyRename 'this' in avformat module.
2011-03-03 Dan DennedyMark more frei0r filters not thread-safe.
2011-03-02 Dan DennedyFix deadlock regression in framebuffer producer.
2011-03-02 Dan DennedyFlag some frei0r filters as not thread-safe.
2011-03-02 Dan DennedyFix deadlock in sdl_preview.
2011-03-01 Till Theatorotoscoping: remove parameter precision.
2011-03-01 Dan DennedyFix integrity of luma transition when parallel.
2011-03-01 Dan DennedyWorkaround incorrect duration on some clips (kdenlive...
2011-03-01 Dan DennedyFix regression in determination of seekable.
2011-02-28 Dan DennedyFix compiler error on older version of libavutil.
2011-02-28 Dan DennedyFix mlt_consumer_position when encoding audio only.
2011-02-28 Dan DennedyAdd support for FFmpeg AVMetadata API.
2011-02-28 Dan DennedyFix compiler warning on av_get_pix_fmt().
2011-02-27 Dan DennedyRewrite seekable check in avformat.
2011-02-27 Till Theatorotoscoping: Add parameters feather and feather_passes.
2011-02-27 Dan DennedyRemove frei0r.facedetect from black list.
2011-02-27 Dan DennedyMark frei0r.cluster as not thread-safe.
2011-02-27 Dan DennedyFix small memory leak each a frei0r plugin is instantiated.
2011-02-26 Dan DennedyAdd support for pix_fmt on avformat resource URL.
2011-02-26 Dan DennedyAdd support for avdevice video channel selection.
2011-02-25 Dan DennedyAdd 'factor' property to scale filters.
2011-02-21 Dan DennedyMark some frei0r plugins as not thread safe.
2011-02-20 Till Theatorotoscoping: number of points can now change from keyfr...
2011-02-20 Till Theatorotoscoping: rename mode "matte" to "luma"
2011-02-20 Dan DennedyFix video4linux in avformat producer.
2011-02-20 Dan DennedyAdd profile parameter to mlt_producer_new.
2011-02-20 Dan DennedyFix aspect ratio of color producer.
2011-02-19 j-b-mStore exif orientation.
2011-02-19 Dan DennedyFix lib suffix on motion_est.
2011-02-17 Dan DennedyDisable purging consumer on seek in sdl_audio.
2011-02-16 Till Theatorotoscoping: Use "property-changed" event to find out...
2011-02-14 Dan DennedyPlayout remaining frames in sdl at end-of-stream.
2011-02-14 Dan DennedyFix deadlocks in sdl_preview with parallel-consumer.
2011-02-09 Dan DennedyFix image skew bug in composite (kdenlive-1923).
2011-02-08 Dan DennedyFix deinterlace when luma is inverted (kdenlive-1953).
2011-02-08 j-b-mMake offset in affine transition keyframable.
next