]> git.sesse.net Git - vlc/history - modules/video_filter
Qt: kill a bunch of warnings
[vlc] / modules / video_filter /
2011-05-13 Rémi Denis-CourmontRemove dummy plugin config item parameter
2011-05-08 Jean-Baptiste KempfAudiobar: remove trailing whitespace
2011-05-07 Rémi Denis-Courmontconfig.h MUST ALWAYS BE INCLUDED _FIRST_! Fix Windows...
2011-05-07 Felix Paul Kühnedeinterlace: fix compilation on Mac OSX 10.5, for which...
2011-05-06 Felix Paul Kühnedeinterlace: compilation fix
2011-05-05 Rémi Denis-CourmontIVTC: fix undefined arithmetic
2011-05-04 Pierre Ynarddeinterlace: add missing file to sources
2011-05-03 Rémi Denis-Courmontconfig.h must be included first and always
2011-05-02 Juha Jeronendeinterlace: some more authorship fixes
2011-05-02 Juha Jeronendeinterlace: a small factoring to DarkenField() in...
2011-05-02 Juha Jeronendeinterlace: fixed authors for X and the Yadif glue
2011-05-02 Juha Jeronendeinterlace: bugfix to CalculateInterlaceScore()
2011-05-02 Juha Jeronendeinterlace: algo_ivtc.h: typo in comment
2011-05-01 Rémi Denis-Courmontdeinterlace: u_cpu is used only if MMXEXT can be compiled
2011-05-01 Juha JeronenRefactored deinterlacer module
2011-05-01 Rémi Denis-CourmontRevert "deinterlace: u_cpu is used only if MMXEXT can...
2011-04-30 Rémi Denis-Courmontswscale_omap: remove dead OMAP2 (really ARMv6) CPU...
2011-04-25 Konstantin Pavlovpostproc: Update to use current libav API.
2011-04-24 Yuval TzeSubsdelay: fix subpic validate result value
2011-04-23 Jean-Baptiste KempfSubsdelay: add a copyright+license header
2011-04-22 Jean-Baptiste KempfFix file permission
2011-04-21 Rémi DuraffortDo not add a newline at the end of the strings send...
2011-04-21 Rémi Duraffortdeinterlace: u_cpu is used only if MMXEXT can be compiled.
2011-04-20 Yuval TzeSubsdelay (new sub-filter)
2011-04-20 Yuval TzeRefactor: rename "sub-filter" to "sub-source" this...
2011-04-19 Laurent AimarFixed blending on YV12 pictures.
2011-04-19 Juha JeronenIVTC trivial fixes 2
2011-04-19 Juha JeronenIVTC trivial fixes 1
2011-04-14 Laurent AimarFactorized a bit CalculateInterlaceScore (deinterlace.c).
2011-04-14 Juha JeronenInverse telecine deinterlacer
2011-04-09 Martin BrizaSepia filter ASM optimization
2011-04-09 Martin BrizaSepia improve by being done in YUV
2011-04-05 Juha JeronenSet nb_fields to 2 for p_dst[0], too
2011-04-05 KO Myung-HunOS/2 uses the same file operations as Win32
2011-04-03 KO Myung-HunOS/2 uses the same path style as Win32.
2011-04-03 Rémi DuraffortRemove old obsolete variables.
2011-03-29 Juha JeronenPhosphor deinterlacer
2011-03-29 Rémi Denis-CourmontAtmo: remove misleading comment about vlc_object_find()
2011-03-29 Rémi Denis-CourmontRemoteOSD: avoid vlc_object_find()
2011-03-27 Juha JeronenRenderX(): cache vlc_CPU()
2011-03-27 Jean-Baptiste KempfSepia: cleanups
2011-03-27 Jean-Baptiste KempfAdjust filter: remove write-only variable
2011-03-21 Rémi DuraffortRemove obvious statements.
2011-03-21 Rémi DuraffortRemove obvious statement.
2011-03-16 Jean-Baptiste KempfFFmpeg: remove support for misplaced headers
2011-03-07 Rémi DuraffortSmall cleanup.
2011-02-20 Juha JeronenRefactored deinterlacer frame history mechanism
2011-02-20 Laurent AimarReset the number of fields to 2 after deinterlacing.
2011-02-20 Juha JeronenSoft field repeat support for deinterlacer
2011-02-20 Rémi DuraffortUse strcmp instead of strncmp (the matching will be...
2011-02-20 Rémi Duraffortvideo_filter_marq: fix strncmp length.
2011-02-17 Jean-Baptiste KempfPuzzle: kill a warning
2011-02-16 Jean-Baptiste KempfPostproc: better longhelp wording
2011-02-12 Rémi Denis-CourmontRemove useless parameters
2011-01-31 Guillaume PousselTransform: Mark some variables as unused
2011-01-31 Guillaume PousselTransform: remove dead code
2011-01-22 Rémi Denis-CourmontXML: return attribute value as const
2011-01-20 Rémi Denis-CourmontXML: return node (element name or text value) as const
2011-01-20 Rémi Denis-CourmontReturn XML attribute as const from NextAttr
2011-01-19 Rémi Denis-CourmontXML: merge read and node_type operations, skip unknown...
2011-01-18 Rémi Denis-CourmontPanoramix: use var_Inherit
2011-01-10 Jai MenonYADIF : Code the instruction width into 'cmp'.
2011-01-04 Branko Kokanovicvideo filter refactor (trying to reuse functions)
2010-12-21 Francois CartegnieFiles and paths are not string variables (for Qt)
2010-12-11 Branko KokanovicSepia video filter
2010-12-04 Rémi Denis-Courmontmosaic: sub filter object have no thread, remove no-op
2010-11-26 Laurent AimarUsed video_format_ScaleCropAr in scale.c/swscale.c
2010-11-26 Laurent AimarFixed crop parameters in transform filter.
2010-11-15 Rémi Duraffortvideo_filters: remove dummy assignement.
2010-11-13 Rémi Denis-CourmontOpenCV: do not assume picture is at p_data_orig
2010-11-03 André Weberatmo: fix assertion issue with picture_release
2010-11-02 Laurent AimarAdded support for rotation in the transform filter...
2010-11-02 Laurent AimarSimplified mouse handling in transform filter.
2010-11-02 Laurent AimarRemoved an invalid set_capability() in deinterlace.
2010-11-01 Laurent AimarRemoved unused variables (blend).
2010-11-01 Laurent AimarFixed potential use of undefined values (yuvp.c)
2010-10-31 Laurent AimarRevert "swscale: Support RGB565 in swscale."
2010-10-31 Laurent AimarFixed a allocation failure test in swscale.
2010-10-31 Laurent Aimartransform filter rewrite as a "video filter2".
2010-10-31 Pierre d'Herbemontswscale: Support RGB565 in swscale.
2010-10-25 André Weberatmo: support Fnordlicht protocol with up to 254 channels
2010-10-23 Rémi DuraffortTypos.
2010-10-23 Rémi DuraffortDo not use strlen just to check that a string is non...
2010-10-22 Rémi Denis-Courmontadd_bool: remove callback parameter
2010-10-22 Rémi Denis-Courmontadd_integer: remove callback parameter
2010-10-22 Rémi Denis-Courmontadd_float: remove callback parameter
2010-10-22 Rémi Denis-Courmontadd_directory: remove callback parameter
2010-10-22 Rémi Denis-Courmontadd_loadfile: remove callback parameter
2010-10-22 Rémi Denis-Courmontadd_password: remove callback parameter
2010-10-22 Rémi Denis-CourmontRemove legacy parameter from add_string()
2010-10-22 Rémi Denis-CourmontRemove unused change_integer_list parameter
2010-10-14 Rémi Denis-Courmontsplit add_file into add_loadfile and add_savefile
2010-10-10 Jean-Baptiste KempfFix various typos
2010-09-21 Jean-Baptiste KempfAdjust: code cosmetics
2010-09-16 Branko Kokanovicadding posterize video filter
2010-09-09 Rémi DuraffortChange %d into %PRId64
2010-09-07 Jean-Paul Samanvideo_filter: colorthres.c: check return value of GetPa...
2010-09-07 Jean-Paul Samanmodules/video_filter/deinterlace.c: make unused paramet...
2010-09-07 Jean-Paul Samanmodules/video_filter/colorthres.c: set default values
2010-08-11 Laurent AimarFactorized a bit colorthres code.
next