]> git.sesse.net Git - mlt/history - src
allow start decklink producer from pause
[mlt] / src /
2012-02-20 Maksym Veremeyenkoallow start decklink producer from pause
2012-02-20 Dan Dennedylet mlt_frame_set_alpha clear the get_alpha_mask functi...
2012-02-20 Dan Dennedyfix avformat build on older versions (YUVA444P is new)
2012-02-20 Maksym Veremeyenkoalpha extracting from planar formats
2012-02-20 Maksym Veremeyenkoclone alpha on whan cloning image
2012-02-20 Dan Dennedyprevent audio from stuttering when paused on Windows
2012-02-20 Dan Dennedyrename this to self
2012-02-20 Dan Dennedyset interim version 0.7.9
2012-02-17 Dan Dennedyrefactor dissolve_yuv() to use composite_line_yuv()
2012-02-17 Dan Dennedymake composite_line_yuv() available to other services
2012-02-17 Maksym Veremeyenkofix rounding causes by -ffast-math
2012-02-17 Maksym Veremeyenkouse sse2 instruction for line compositing
2012-02-14 Dan Dennedyset version to 0.7.8
2012-02-13 Brian MatherlyDetect video codecs that use the new libavcodec "encode...
2012-02-12 Dan Dennedydeprecate sdl_image
2012-02-12 Dan Dennedyrename this to self
2012-02-12 Dan Dennedyrename this to self
2012-02-12 Dan Dennedymake Frame::get_position() retrun type consistent
2012-02-12 Simon A. EugsterAdd get_position to Mlt::Frame
2012-02-11 Dan Dennedyfix transition vqm build on mingw32
2012-02-11 Dan Dennedysupport non-explicit abnormal producer usage
2012-02-11 Ryan RixPatch to build with GCC 4.7
2012-02-11 Dan DennedyEnsure thread cleanup upon stop when an error occurs.
2012-02-10 Dan Dennedyfix possible mem corruption in filter_restricted()
2012-02-10 Dan Dennedyscale size and position of rendered text with resolution
2012-02-10 Dan Dennedyadd vqm metrics to frame properties
2012-02-10 Dan Dennedyfix build warning in vqm
2012-02-10 Dan Dennedyfix swfdec/configure appending to config.mak
2012-02-09 Dan Dennedyadd rendering to vqm and yaml service metadata
2012-02-09 Dan Dennedyadd vqm transition
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-05 Dan Dennedyfix crash on private symbol when mmx disabled on libav...
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-02-04 Dan Dennedyinitialize audio_position so first call to get_audio...
2012-02-03 Dan Dennedyfix getting sample_fmt name crashing on some versions
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-28 Dan Dennedyconvert all SAMPLE_FMT_16 to AV_SAMPLE_FMT_16
2012-01-28 Dan Dennedyfix invalid free when making absolute path relative
2012-01-28 Dan Dennedyfix string allocation length
2012-01-28 Dan Dennedycorrect documentation of mlt_service_disconnect
2012-01-26 Brian MatherlyConvert producer_xml to use mlt_log rather than fprintf.
2012-01-26 Brian MatherlyPrint useful information for xml parse errors and warnings.
2012-01-26 Dan Dennedyincrease sample format support to audio encoding
2012-01-26 Dan Dennedyadd s32le and f32le format to core audio filters
2012-01-26 Dan Dennedyadd support for converting between all audio sample...
2012-01-25 Dan Dennedydefault to strict=experimental for painless aac encoding
2012-01-24 Brian MatherlyConvert producer_xml.c to use mlt_log_warning()
2012-01-24 Brian MatherlyPrint useful information for xml parse errors.
2012-01-24 Dan Dennedyremove old 8-bit only version of xml char filter
2012-01-23 Dan Dennedyswitch to working wchar version of xml char filter
2012-01-22 Dan Dennedyquick fix for xml containing bad characters
2012-01-22 Dan Dennedyremove global avformat mutex
2012-01-22 Dan DennedyMerge https://github.com/pez4brian/mlt_2 into pez
2012-01-21 Marco Gittlerfixed bug when resizing in consumer
2012-01-21 Dan Dennedyupdate doc on service-change and producer-changed events
2012-01-21 Dan Dennedyfix property-changed becoming a service-changed event...
2012-01-20 j-b-mfix freeze filter not retrieving image of frame not...
2012-01-19 Brian MatherlyAdd use of av_lockmgr_register in addition to the exist...
2012-01-18 Dan Dennedydocument force_aspect_ratio on pango and pixbuf producers
2012-01-18 Maksym Veremeyenkofix pango's producer force_aspect_ratio property handling
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
2012-01-14 Dan Dennedyfix melt parsing URL with query string
2012-01-13 Dan Dennedyfix typo in previous fix for jackrack on Fedora 16...
2012-01-13 Dan Dennedyfix segfault loading jackrack on Fedora 16 (3468312)
2012-01-02 Dan Dennedyfix videostab sse2 build cont'd
2012-01-02 gmarcodo not use lanc_kernels as global var. moved to filter...
2012-01-01 Dan Dennedyfix videostab build with sse2
2011-12-31 Dan DennedyMerge branch 'videostab' of https://github.com/gmarco...
2011-12-28 gmarcofixed wrong parameter order
2011-12-28 Dan Dennedycall avformat_network_init()
2011-12-26 gmarcouse interpolation type from filter also in rgb
2011-12-26 gmarcofixed wrong image format
2011-12-26 gmarcouse calloc insteadt of malloc/memset
2011-12-26 Marco Gittlersse2 updates
2011-12-26 gmarcoimage format error fix
2011-12-26 gmarcofixed bug, resulting in crash at end and wrong first...
2011-12-22 gmarcouse interpolation type from filter also in rgb
2011-12-22 Dan Dennedyadd configure support for GNU Hurd
2011-12-22 Dan Dennedyonly build rtaudio for Linux, Windows, or OS X
2011-12-22 Dan Dennedyadd support for xlocale.h on FreeBSD
2011-12-21 gmarcofixed wrong image format
2011-12-21 gmarcouse calloc insteadt of malloc/memset
2011-12-18 Dan Dennedyfix memory leaks in jackrack/ladspa registration
2011-12-18 Dan Dennedyfix crash at process exit on ladspa plugins (3458967)
2011-12-18 Dan Dennedyfix producer noise indicating its audio format
2011-12-16 Marco Gittlersse2 updates
2011-12-16 gmarcoimage format error fix
2011-12-15 gmarcofixed bug, resulting in crash at end and wrong first...
2011-12-15 Dan Dennedyfix infinite loop regression with consumer producer...
2011-12-11 Dan Dennedyadd trimming whitespace to some xml values (debian...
2011-12-11 Dan Dennedystop using this for a variable name
next