]> git.sesse.net Git - vlc/history - modules/video_filter
Use str_format_time() instead of str_format() in outputs
[vlc] / modules / video_filter /
2012-08-21 Rémi Denis-CourmontUse str_format_time() instead of str_format() in outputs
2012-08-20 Rémi Denis-Courmontvlc_path2uri(): rename from make_URI() and always conve...
2012-08-18 Christoph Miebachtypos visible in vlc.pot
2012-08-15 Rémi Denis-CourmontSeparate string list and string list callback
2012-08-13 Jean-Baptiste KempfOpenCV example: move to C++ and opencv2 APIs
2012-08-13 Jean-Baptiste KempfRevert "OpenCV Example: define a default parameter...
2012-08-11 Edward Wangopencv_wrapper: Kill a warning
2012-08-11 Jean-Baptiste KempfOpenCV Example: define a default parameter, since we...
2012-08-11 Jean-Baptiste KempfOpenCV example: drop an unused variable
2012-08-11 Jean-Baptiste KempfOpenCV: remove unneeded headers and variables
2012-08-11 Edward Wangopencv_wrapper: Fix RGB video passing to OpenCV
2012-08-11 Edward Wangopencv_wrapper: Fix display processed image and/or...
2012-08-11 Edward Wangopencv_wrapper: Simplify logic slightly
2012-08-11 Edward Wangopencv_filter: Don't crash VLC if no picture could...
2012-08-11 Edward Wangopencv_wrapper: Remove the weird custom verbosity and...
2012-08-11 Edward Wangopencv: Refresh the internal opencv_example filter...
2012-08-11 Edward Wangopencv_wrapper: Port to video filter2
2012-08-07 Rémi Denis-Courmontdeinterlace: fix ARM linking with --disable-neon
2012-08-07 Rémi Denis-Courmonttransform: use single optimized (memcpy()) function...
2012-08-07 Rémi Denis-Courmonttransform: remove unused/incorrect YUY2 transforms
2012-08-07 Rémi Denis-Courmonttransform: factor common macro code
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: use explicit automake rules
2012-08-02 Rémi Denis-Courmontdeinterlace: make pf_end_merge an x86-only thing
2012-08-02 Erwan Tuloulogo: check for negative offsets
2012-08-02 Erwan Tuloublend: extra check to avoid possible crash
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-08-01 Rémi Denis-Courmontcpu: do not define capabilities on platforms that do...
2012-07-29 Jean-Baptiste KempfSwscale: correct pragma for iOS
2012-07-25 Rémi Denis-Courmontclone: use module_list() for --clone-vout-list
2012-07-11 Jean-Baptiste KempfSwscale: fix small logic error
2012-07-04 Felix Paul Kühneswscale: expand Android hack to iOS
2012-07-03 Rafaël Carrés/vlc_memcpy/memcpy/
2012-07-02 Rafaël CarréRemove vlc_memset
2012-07-02 Rafaël Carréswscale: remove useless global function pointer
2012-05-31 Jean-Paul SamanRevert "video_filter/transform.c: Horizontal and Vertic...
2012-05-30 Jean-Paul Samanvideo_filter/transform.c: Horizontal and Vertical flip...
2012-05-30 Jean-Paul Samanvideo_filter/transform.c: mark these options as safe.
2012-05-30 Jean-Paul Samanvideo_filter/adjust.c: mark these options as safe
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-05-11 Jean-Paul SamanRevert "video_filter/scene.c: write pictures in a separ...
2012-05-10 Rémi Denis-Courmontmarq: avoid name conflict with Win32 API
2012-05-10 Rémi Denis-Courmontmarq: use vlc_fopen()
2012-05-10 Rémi Denis-Courmontmarq: add --marq-file to read/update the text from...
2012-05-10 Rémi Denis-Courmontmarq: cleanly check if a SPU update is required
2012-05-10 Jean-Paul Samanvideo_filter/scene.c: write pictures in a separate...
2012-05-09 Rémi Denis-Courmontremoteosd: no need for vlc_object_kill()
2012-04-15 Kaarlo RaihaAdd ranges to font sizes
2012-04-08 Kaarlo RaihaAdd ranges to Panoramix
2012-04-04 Kaarlo RaihaAdd range to cols and rows of Wall video filter
2012-03-25 Rémi Denis-Courmontatmo: remove extraneous parentheses
2012-03-23 Jean-Baptiste KempfLogo: fix logo-repeat param
2012-03-18 Rémi Denis-Courmonttransform: remove old commented out code
2012-03-18 Rémi Denis-Courmonttransform: add YUY2 rotations
2012-03-18 Rémi Denis-Courmonttransform: cosmetic fixes
2012-03-18 Rémi Denis-Courmonttransform: add transposition and anti-transposition...
2012-03-17 Rémi Denis-Courmonttransform: special cases for packed YUV
2012-03-17 Rémi Denis-Courmonttransform: handle chromas with 16-bits or 32-bits per...
2012-03-17 Rémi Denis-Courmonttransform: non functional changes to support more than...
2012-03-17 Rémi Denis-Courmonttransform: do not repeat choices in long help
2012-03-17 Rémi Denis-Courmonttransform: use restrict qualifier as appropriate
2012-03-17 Rémi Denis-Courmonttransform: correct chroma check
2012-03-17 Rémi Denis-Courmonttransform: inline the inner plane loops in the macro
2012-03-04 Rémi Duraffortvideo_filters: use spin locks whenever possible
2012-03-01 Jean-Baptiste KempfGradfun: do not crash on exit on Win32
2012-02-28 Konstantin PavlovFix some common typos.
2012-02-11 Jean-Baptiste KempfGradfun: missing translation
2012-02-10 Rémi Denis-Courmontanaglyph: stray declaration
2012-02-03 Antoine CellerierFix typo.
2012-02-03 Antoine CellerierAdd video filter to convert side by side 3D streams...
2012-02-03 Antoine CellerierUse function defined in filter_picture.h
2012-01-28 Rafaël Carréatmo: include vlc_codecs.h to get BITMAP definitions
2012-01-28 Rafaël Carréatmo: revert rename of BITMAPFILEHEADER
2012-01-28 KO Myung-HunReplace the bitmap structures of Microsoft with ones...
2012-01-27 Rémi Denis-Courmontblend: fix Win32 warning; RGB is a system macro
2012-01-22 Rémi Denis-Courmontball: do not enumerate choices in long text
2012-01-22 Rémi Denis-Courmontball: use sane default value for color
2012-01-22 Rémi Denis-Courmontball: fix filter variable names
2012-01-18 Sébastien Toqueswscale: don't use SWS_ACCURATE_RND for RGBA on android...
2012-01-18 Rafaël Carrédynamic overlay: prefix some functions with do_
2012-01-16 Laurent AimarReimplemented the blend filter in C++ and completed...
next