]> git.sesse.net Git - mlt/shortlog
mlt
2012-08-06 Mikko Rapelioldfilm/filter_dust.c: use correct argument for sizeof()
2012-08-06 Mikko Rapelimotion_est/producer_slowmotion.c: check for null pointer
2012-08-06 Mikko Rapelilumas/luma.c: check lower bounds on input
2012-08-06 Mikko Rapelilinsys/sdi_generator.c: cast ints to uint64_t
2012-08-06 Mikko Rapelilinsys/sdi_generator.c: fix printf() format
2012-08-06 Mikko Rapelilinsys/consumer_SDIstream.c: check for null pointers
2012-08-06 Mikko Rapelilinsys/consumer_SDIstream.c: check for null pointer
2012-08-06 Mikko Rapelikino/filehandler.cc: initialize variables
2012-08-06 Mikko Rapelikino/filehandler.cc: check return value from lseek()
2012-08-06 Mikko Rapelikino/filehandler.cc: initialize variable
2012-08-06 Mikko Rapelikino/filehandler.cc: initialize variables
2012-08-06 Mikko Rapelikino/avi.cc: initialize variable
2012-08-06 Mikko Rapelikino/avi.cc: initialize variables
2012-08-06 Mikko Rapelikino/avi.cc: initialize variables
2012-08-06 Mikko Rapelikdenlive/producer_framebuffer.c: check return values
2012-08-06 Mikko Rapelikdenlive/producer_framebuffer.c: check for null pointer
2012-08-06 Mikko Rapelijack_rack_add_plugin(): handle null pointer
2012-08-06 Mikko Rapeliconsumer_jack.c: initialize refresh_count with mutex...
2012-08-06 Mikko Rapeliconsumer_jack.c: fix possible buffer overflow
2012-08-06 Mikko Rapeliproducer_pango.c: check for null pointer
2012-08-06 Mikko Rapeliproducer_pango_init(): check for null pointer
2012-08-06 Mikko Rapelifrei0r/frei0r_helper.c: use correct argument to sizeof()
2012-08-06 Mikko Rapelifrei0r/factory.c: fix possible buffer overflow and...
2012-08-06 Mikko Rapelifrei0r/factory.c: fix sizeof() arguments
2012-08-06 Mikko Rapeliproducer_libdv.c: check for null pointer
2012-08-06 Mikko Rapelitransition_region.c: check for null pointer
2012-08-06 Mikko Rapeliproducer_melt_init(): check for null pointer
2012-08-06 Mikko Rapelifilter_data_show.c: check dest buffer sizes
2012-08-05 Dan Dennedyadd image cache size property to avformat producer
2012-08-05 Dan Dennedylower default cache size to 4 to reduce memory usage
2012-08-05 Dan Dennedyfix memory leak when using mlt_cache for frames
2012-08-03 Dan DennedyMerge pull request #8 from gmarco/changes
2012-08-03 Marco Gittlerfix width output of filter in xml
2012-07-30 Mikko Rapeliconsumer_avformat: handle negative return value
2012-07-30 Dan DennedyMerge pull request #6 from mcfrisk/coverity
2012-07-30 Dan DennedyMerge pull request #5 from mcfrisk/vdpau
2012-07-25 Mikko RapeliFix calloc() parameter ordering
2012-07-25 Mikko Rapelimlt_property_get_time(): get mutex before accessing...
2012-07-25 Mikko Rapelimlt_producer_seek(): check that eof is not NULL
2012-07-25 Mikko Rapelimlt_producer_new(): check return value from mlt_produce...
2012-07-25 Mikko Rapelimlt_playlist_init(): check return values from mlt_produ...
2012-07-25 Mikko Rapelimlt_frame_get_waveform(): handle memory allocation...
2012-07-25 Mikko Rapelimlt_filter.c: fix possible buffer overflows
2012-07-25 Mikko Rapelimlt_filter_new(): check return value from mlt_filter_init()
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-25 Dan DennedyMerge pull request #4 from mcfrisk/coverity
2012-07-24 Mikko Rapelimlt_consumer_start(): check return value from mlt_prope...
2012-07-24 Mikko Rapelimlt_consumer_start(): get mutex before accessing put_active
2012-07-24 Mikko Rapelimlt_consumer_new(): handle return value from mlt_consum...
2012-07-24 Mikko Rapelimlt_consumer.c: watch out for null pointer
2012-07-24 Mikko Rapelimlt_cache.c: watch out for null pointer
2012-07-24 Mikko Rapelimlt_cache.c: check for null pointer
2012-07-24 Mikko Rapeliriff.cc: Fail if lseek() fails
2012-07-24 Mikko Rapeliriff.cc: Initialize data in constructor
2012-07-24 Dan Dennedyfix crash when switching image formats with alpha
2012-07-24 Dan Dennedyfix memory read error found by valgrind
2012-07-24 Dan Dennedyfix memory leak and missing unlock (coverity-709377...
2012-07-24 Dan Dennedyfix possible divide by zero (coverity-709344)
2012-07-24 Dan Dennedyremove dead code (coverity-709337)
2012-07-24 Dan Dennedyremove dead code (coverity-709335 & 709336)
2012-07-24 Dan Dennedyremove dead code (coverity-709334)
2012-07-24 Dan Dennedyfix faulty image format tests (coverity-709330, 709331...
2012-07-24 Dan Dennedyfix memory leak (coverity-709387, 709388, & 709389)
2012-07-23 Dan Dennedyfix crash on null pointer
2012-07-23 Dan Dennedyinitialze with calloc instead of memberwise (future...
2012-07-23 Dan Dennedyfix uninitialized memory in mlt_events
2012-07-23 Dan Dennedyfix regression building on 32-bit
2012-07-23 Dan Dennedyfix uninitialized memory (coverity-709434)
2012-07-23 Dan Dennedyfix out-of-bounds read (coverity-709368)
2012-07-23 Dan Dennedyfix memory leak (coverity-710866)
2012-07-23 Dan Dennedyfix memory leak (coverity-710865)
2012-07-23 Dan Dennedyfix memory leak (coverity-710864)
2012-07-23 Dan Dennedyfix memory leak (coverity-710863)
2012-07-23 Dan Dennedyfix uninitialized var (coverity-709434)
2012-07-23 Dan Dennedyfix uninitialized var (coverity-709433)
2012-07-23 Dan Dennedyfix uninitialized array (coverity-709432)
2012-07-23 Dan Dennedyfix uninitialized vars (coverity-709430 & 709431)
2012-07-23 Dan Dennedyfix memory leak (coverity-709391)
2012-07-23 Dan Dennedyremove unused function (coverity-709390)
2012-07-23 Dan Dennedyfix memory leak (coverity-709386)
2012-07-23 Dan Dennedyfix file handle leak (coverity-709383)
2012-07-23 Dan Dennedyfix memory leak (coverity-709382)
2012-07-23 Dan Dennedyfix file handle leak (coverity-709381)
2012-07-22 Dan Dennedyfix memory leak (coverity-709380)
2012-07-22 Dan Dennedyadd Service::get_profile() returns mlt_profile
2012-07-22 Dan Dennedyfix memory leak (coverity-709379)
2012-07-22 Dan Dennedyfix memory leak (coverity-709378)
2012-07-22 Dan Dennedyfix memory leak (coverity-709376)
2012-07-22 Dan Dennedyfix memory leak (coverity-709375)
2012-07-22 Dan Dennedyfix out-of-bounds read (coverity-709368 & 709369)
2012-07-20 Dan Dennedyimprove compatibility to compile composite sse2 (macpor...
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-14 Dan Dennedyadd define MELT_NOSDL to not use SDL_main()
2012-07-13 Dan Dennedyfix crash in avformat consumer when audio encoding...
2012-07-13 Dan Dennedyaccept file:// prefix on MLT XML file
2012-06-28 Dan Dennedyfix some LADSPA crashing on dlclose on some systems...
next