]> git.sesse.net Git - vlc/history - modules/video_filter
Qt: sorry guys, record works very fine actually...
[vlc] / modules / video_filter /
2008-09-13 Felix Paul KühneFixed a couple of l10n strings pointed by Antonio Javie...
2008-09-10 Antoine CellerierAdd new canvas option to crop instead of padd to fit...
2008-09-09 Antoine CellerierFix use of logo and erase filters in the Qt extended...
2008-09-08 Rémi Denis-CourmontDo not call vlc_thread_ready with non-waiting vlc_threa...
2008-09-07 Laurent AimarAdded support for palettized RGB (RGBP)
2008-09-06 Rémi Denis-Courmontvlc_cond_init: really remove useless parameter
2008-09-04 Antoine CellerierSimplify.
2008-09-04 Antoine CellerierRemove useless argument to pf_video_blend
2008-09-02 Laurent AimarFixed a typo in YUVP blending to RGB.
2008-08-31 Ilkka OllakkaTake care of different input/canvas aspect-ratio
2008-08-31 Ilkka OllakkaUse even padding in canvas
2008-08-31 Antoine CellerierFix croppadd out of bounds write (we were padding ...
2008-08-28 Laurent AimarFixed swscaler minimal size for YUY2 sse2.
2008-08-28 Pavlov KonstantinSpelling: mili -> milli.
2008-08-28 Laurent AimarFixed(woraround) another bug of swscaler when ask to...
2008-08-28 Antoine CellerierHere too. (yeah, we now have video filters in modules...
2008-08-27 Laurent AimarFixed RGB ffmpeg color selection.
2008-08-27 Rémi Denis-CourmontPlugins: push cancellation down
2008-08-27 Jean-Paul SamanFix comment.
2008-08-27 Jean-Paul SamanAdd scene filter which provides the same functionality...
2008-08-27 Laurent AimarFixed a potential crash due to a mix up between pitch...
2008-08-26 Laurent AimarFixed typo making swscaler useless for outputing RGBA.
2008-08-26 Antoine CellerierPreliminary changes to fix postprocessing. Decoder...
2008-08-26 Antoine CellerierRevert something which never should have been commited...
2008-08-25 Antoine CellerierCompile the transrate module (untested ... but now...
2008-08-24 Antoine CellerierFix segfault on 64 bit archs. (0 != NULL)
2008-08-24 Antoine CellerierRemove useless and unfinished seamcarving resizer plugi...
2008-08-24 Antoine CellerierIf mosaic item has an alpha plane keep it even after...
2008-08-24 Antoine CellerierFix compilation warning and alpha discarding.
2008-08-24 Antoine CellerierFix cross conversions between YUVA and RGBA. Closes...
2008-08-24 Antoine CellerierSimplify.
2008-08-21 Laurent AimarClean up and more panoramix fixes.
2008-08-20 Laurent AimarRemoved stupid debug message.
2008-08-20 Laurent AimarFixed YUVP blending (my bad for not testing it).
2008-08-20 Derk-Jan Hartmanswscale: prefer swscale over our own chroma modules,
2008-08-20 Laurent AimarRemoved video_format_FixRgb from blend.c
2008-08-20 Laurent AimarCosmetics.
2008-08-20 Laurent AimarLast part of blend.c cleanup, added RV15 and fixed...
2008-08-20 Laurent AimarMore blend clean up.
2008-08-20 Laurent AimarBegin clean up of giant blend ctl-c ctl-v.
2008-08-20 Laurent AimarFixed a bit panoramix.
2008-08-19 Rémi DuraffortUse delete[] for arrays.
2008-08-19 Rémi DuraffortFix compilation with old ffmpeg.
2008-08-19 Derk-Jan Hartmanffmpeg chroma: Change GetVlcChroma and GetFfmpegChroma...
2008-08-19 Derk-Jan Hartmanswscale: lower priority of swscale from 1000 -> 55...
2008-08-18 Laurent AimarCosmetics.
2008-08-18 Laurent AimarAdded support for * to RGBA/YUVA conversions (close...
2008-08-15 Rémi DuraffortFix memleak with malformatted RSS input.
2008-08-12 Rémi DuraffortFix memleak.
2008-08-11 Rémi DuraffortUse the right declaration for threaded functions.
2008-08-11 Nicolas Chauvetopencv compilation fix
2008-08-10 Jean-Paul SamanFix resource deadlock in OSDmenu code.
2008-08-03 Antoine Celleriertransform-type is a command.
2008-08-03 Rémi Denis-Courmontatmo: compile fix
2008-08-03 Justus PiaterDeclared many static variables const
2008-08-03 Derk-Jan Hartmanmotiondetect: fix categorization of this module in...
2008-08-01 Rémi DuraffortFix memleak in opencv.
2008-07-31 Derk-Jan HartmanMerge branch 'df-for-upstream' of git://repo.or.cz...
2008-07-31 Rémi DuraffortClone video filter : fix potential memleak.
2008-07-31 Rémi DuraffortForgotten mem leak.
2008-07-31 Rémi DuraffortFix memleak
2008-07-31 Rémi DuraffortFix memleak.
2008-07-31 Rémi DuraffortDon't mix up malloc and delete.
2008-07-31 Rémi DuraffortFix potential memleak.
2008-07-31 Rémi DuraffortFix memleak in wall video filter.
2008-07-27 Laurent AimarWorkaround a limitation of swscaler that does not like...
2008-07-27 Laurent AimarFixed a typo.
2008-07-27 Laurent AimarRemoved debug code (effectly enable swscale).
2008-07-27 Laurent AimarAdded RGBA and YUVA support (it will enhance subtitle...
2008-07-27 Laurent AimarClean up a bit swscaler (prepare for YUVA/YUVP/RGBA...
2008-07-23 Laurent AimarDo not use a macro to clip integer to uint8 (2x faster...
2008-07-22 Laurent AimarAuto hide "VLC ZOOM SHOW" with mouse timeout.
2008-07-22 Laurent AimarUse image_Convert for upscaling the picture (2x faster).
2008-07-21 Laurent AimarFixed scaled output mouse tracking in remoteosd.
2008-07-21 Laurent AimarFixed unitialized memory passed to write().
2008-07-21 Laurent AimarClean up remoteosd (use picture_*, fix a few race condi...
2008-07-21 Derk-Jan HartmanMerge branch 'master' of git@git.videolan.org:vlc
2008-07-20 Laurent AimarUpgraded swscale mode to bicubic by default (fast bilin...
2008-07-20 Laurent AimarFixed motiondetect segfaults.
2008-07-19 Laurent AimarUse filter helpers.
2008-07-18 Laurent AimarClean up gaussianblur. There is no need to nearly dupli...
2008-07-18 Laurent AimarAnother typo.
2008-07-18 Laurent AimarUse picture helpers (Yield,Release,CopyProperties).
2008-07-17 Pierre d'Herbemontvout: Rename vout_Destroy to vout_CloseAndDestroy.
2008-07-17 Laurent AimarFixed filters implemented as vout (Init/End can be...
2008-07-09 Rémi DuraffortFix non utf-8 encoding.
2008-07-07 Jean-Baptiste KempfAdd mising \ in some macros.
2008-07-07 Felix Paul KühneMore l10n string fixes. Adds a FIXME to atmo.cpp, becau...
2008-07-05 Rémi Denis-Courmontamd64 format fix
2008-07-05 Rémi Denis-CourmontCharset fixes
2008-07-05 Rémi Denis-Courmontmodules: use vlc_object_alive()
2008-07-03 Rémi Denis-CourmontFormat string fixes
2008-07-03 Rémi Denis-CourmontMarq: thread safety
2008-07-01 Rémi Denis-CourmontRemove dead code (CID #3)
2008-06-30 Laurent AimarAllowed RV32 (same code than RGBA).
2008-06-30 Laurent AimarFixed chain for chroma+resize.
2008-06-30 Antoine CellerierFix typo.
2008-06-30 Antoine CellerierFix implicit filter chain module.
2008-06-28 Rémi Denis-CourmontVLC_OBJECT_FILTER: remove
2008-06-28 Rémi Denis-CourmontUse sizeof(vlc_object_t) as appropriate
next