]> git.sesse.net Git - vlc/history - modules/video_filter/deinterlace
decoder: fix data race in input_DecoderChangePause()
[vlc] / modules / video_filter / deinterlace /
2015-02-18 Rémi Denis-CourmontMark unreachable code on GCC even if NDEBUG
2014-10-24 Hugo Beauzée-Luyssenyadif: Remove duplicated const
2013-12-02 Rémi Denis-Courmontdeinterlace: fix segmentation fault (fixes #9916)
2013-06-11 Rémi Denis-Courmontdeinterlace: add basic support for YUY2 and NV12 (fixes...
2013-06-11 Rémi Denis-Courmontdeinterlace: privatize two functions
2013-06-11 Rémi Denis-Courmontdeinterlace: simplify initialization
2013-06-11 Steinar H. GundersonFix frame rate output from deinterlacer
2013-06-05 Rafaël CarréUse _WIN32 rather than WIN32 (same for WIN64)
2013-05-02 Christoph MiebachRemove more unused msgid defines and de-duplication
2013-03-24 Rémi Denis-Courmontyadif: use uintptr_t when casting pointer to integer
2013-01-07 Brad SmithFix building with Clang/LLVM
2012-12-17 Rémi Denis-Courmontdeinterlace: clobber MM and XMM registers correctly
2012-12-17 Rémi Denis-Courmontdeinterlace: move Phosphor MMX acceleration to a separa...
2012-12-17 Rémi Denis-Courmontdeinterlace: split MMXEXT acceleration for IVTC to...
2012-11-15 Jean-Baptiste KempfYadif for higher bits depth
2012-11-13 Jean-Baptiste KempfLGPL
2012-11-02 Ilkka Ollakkayadif: update asm code from ffmpeg.git
2012-11-01 Ilkka OllakkaRevert "yadif: update asm code from libav.git"
2012-11-01 Ilkka Ollakkayadif: update asm code from libav.git
2012-08-21 Rémi Denis-CourmontUse standard abs() function where appropriate
2012-08-15 Rémi Denis-CourmontSeparate string list and string list callback
2012-08-07 Rémi Denis-Courmontdeinterlace: fix ARM linking with --disable-neon
2012-08-05 Rémi Denis-Courmontdeinterlace: fix build
2012-08-05 Rémi Denis-Courmontdeinterlace: fix build
2012-08-04 Rémi Denis-CourmontCosmetic: fix file title
2012-08-04 Rémi Denis-Courmontdeinterlace: ARM optimizations for 16-bits merge
2012-08-04 Rémi Denis-Courmontdeinterlace: rewrite ARM optimizations for 8-bits merge
2012-08-04 Rémi Denis-CourmontCheck for 3D Now! at build time
2012-08-04 Rémi Denis-CourmontCheck for SSSE3 at build time if possible
2012-08-04 Rémi Denis-CourmontCheck for SSE2 at build-time if possible
2012-08-04 Rémi Denis-CourmontCheck for MMXEXT and SSE at build-time if possible
2012-08-04 Rémi Denis-CourmontCheck for MMX at build-time if possible
2012-08-02 Rémi Denis-Courmontdeinterlace: make pf_end_merge an x86-only thing
2012-08-01 Rémi Denis-CourmontCheck for AltiVec at build-time if possible (untested)
2012-08-01 Rémi Denis-CourmontCheck for ARM NEON at build-time if possible
2012-07-03 Rafaël Carrés/vlc_memcpy/memcpy/
2012-05-26 Rafaël CarréMissing __MIN
2012-05-25 Laurent AimarAdded support for SSE2 to 16 bit merge (deinterlace).
2012-05-25 Laurent AimarFixed alignment and potential overread/write in MergeNE...
2012-05-25 Laurent AimarClean up a bit merge functions in deinterlace.
2012-05-25 Laurent AimarAdded partial support for > 8 bits YUV video in the...
2012-05-25 Laurent AimarAdded support for all planar 8 bit YUV chromas to the...
2012-05-25 Laurent AimarSimplified a bit the code that decides the output forma...
2012-05-25 Laurent AimarUse the same algo for I420 and I422 way when deinterlac...
2012-05-25 Laurent AimarUse the same algo for I420 and I422 way when deinterlac...
2012-05-25 Laurent AimarUse the same algo for I420 and I422 way when deinterlac...
2012-01-11 Naohiro KORIYAMAUse force_align_arg_pointer for yadif crash on Windows XP
2012-01-10 Rafaël CarréRevert "Fixed a crash caused by yadif on Windows XP...
2012-01-08 Naohiro KORIYAMAFixed a crash caused by yadif on Windows XP (again...
2012-01-07 Naohiro KORIYAMAFixed a crash caused by yadif deinterlacer on Windows XP
2011-12-21 Naohiro KORIYAMAyadif : Add SSSE3 and SSE2 support. porting from FFmpeg.
2011-07-04 Rémi Denis-CourmontRun-time CPU detection for ARM (meaning NEON)
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-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
2004-03-06 Clément Stenac* Remove directories with only one source file inside
2004-03-05 Sam Hocevar * Added "Id" svn:keywords property to all files conta...
2004-03-04 Sigmund Augdal Helbergmodules/video_filter/deinterlace/deinterlace.c:
2004-02-13 Eric Petit deinterlace.c : missing 'else' that prevented MergeAlt...
2004-02-07 Laurent Aimar * deinterlace: compilation fix.
2004-02-03 Sigmund Augdal Helbergconfigure.ac:
2004-02-01 Sigmund Augdal Helbergdeinterlace.c:
2004-01-25 Derk-Jan Hartman* Stringreview !!!
2004-01-23 Eric Petit + deinterlace.c : added an Altivec version of Merge...
2003-12-22 Sam Hocevar * Coding style cleanup: removed tabs and trailing...
2003-11-06 Damien Lucas. 422 deinterlacing (bob and blend filters)
2003-11-05 Gildas Bazin* include/configuration.h: some small re-work of the...
2003-10-15 Gildas Bazin* modules/video_filter/*: forward fullscreen event...
2003-06-27 Sam Hocevar * bootstrap:
2003-06-24 Sam Hocevar * modules/**/.cvsignore: added Makefile{,.in.am}...
2003-05-25 Gildas Bazin* src/video_output/video_output.c, modules/video_output...
2003-05-24 Gildas Bazin* src/misc/variables.c, include/variables.h: first...
2003-05-15 Christophe Massiot* now 0.6.0-cvs
2003-03-30 Gildas Bazin* modules/*: sanitization of the modules description...
2003-03-30 Gildas Bazin* modules/gui/wxwindows/*: small formating changes.
2003-02-20 Sigmund Augdal Helberg* include/configuration.h: added a new flag to the...
2003-01-28 Gildas Bazin* modules/video_filter/deinterlace/deinterlace.c,
2003-01-28 Gildas Bazin* src/video_output/video_output.c, include/video_output...
2003-01-17 Sam Hocevar * ./modules/video_filter/**/*.c: mouse clicks and...
2003-01-16 Sam Hocevar * ./modules/**/.cvsignore: added common *$(LIBEXT...
2002-11-28 Sam Hocevar * ./src/video_output/video_output.c, modules/*: facto...
2002-10-16 Sam Hocevar * ./modules/access/vcd/vcd.c: changed an error to...
2002-10-11 Sam Hocevar * ./plugins/filter/deinterlace.c: fixed the green...
2002-09-30 Sam Hocevar * ./debian/rules: moved the gtk_main and gnome_main...
2002-09-30 Sam Hocevar * ALL: the build mechanism now uses automake. See...
2002-09-30 Sam Hocevar * ALL: added *.am files here and there for future...
2002-08-26 Sam Hocevar (A few minor pending patches I had around)
2002-08-04 Sam Hocevar * ./modules/*: moved plugins to the new tree. Yet...