]> git.sesse.net Git - vlc/history - modules/video_filter/deinterlace/deinterlace.c
Revert "deinterlace: add basic support for YUY2 and NV12 (fixes #2206)"
[vlc] / modules / video_filter / deinterlace / deinterlace.c
2015-03-29 Steinar H. GundersonRevert "deinterlace: add basic support for YUY2 and...
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-05-02 Christoph MiebachRemove more unused msgid defines and de-duplication
2012-11-15 Jean-Baptiste KempfYadif for higher bits depth
2012-11-13 Jean-Baptiste KempfLGPL
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-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 SSE2 at build-time if possible
2012-08-04 Rémi Denis-CourmontCheck for MMXEXT and SSE 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-05-25 Laurent AimarAdded support for SSE2 to 16 bit merge (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...
2011-07-04 Rémi Denis-CourmontRun-time CPU detection for ARM (meaning NEON)
2011-05-02 Juha Jeronendeinterlace: some more authorship fixes
2011-05-01 Juha JeronenRefactored deinterlacer module
2004-03-06 Clément Stenac* Remove directories with only one source file inside
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-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...
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-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...