]> git.sesse.net Git - vlc/history - modules/video_filter
rotate: use atomic variable instead of spin lock
[vlc] / modules / video_filter /
2012-11-10 Rémi Denis-Courmontrotate: use atomic variable instead of spin lock
2012-11-08 Rémi Denis-Courmontcolorthes: use atomic variables instead of spin lock
2012-11-08 Rémi Denis-Courmontmotionblur: use atomic variable instead of spin lock
2012-11-08 Rémi Denis-Courmontsepia: use atomic variable instead of spin lock
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-10-27 Pierre Ynardrotate: fix uninitialized motion angle
2012-10-19 Rémi Denis-CourmontRemove SUBCAT_VIDEO_VFILTER2
2012-10-18 Pierre Ynardrotate: don't branch inside spinlock
2012-10-13 Rémi Denis-Courmontsepia: clobber XMM registers correctly
2012-10-12 Pierre Ynardrotate: simplify angle stuff
2012-10-08 Pierre Ynardrotate: get rid of useless motion field
2012-10-06 Pierre Ynardmotion: fix source file paths
2012-10-06 Pierre Ynardmotion: move rotate code into the rotate video filter
2012-09-09 Rémi Denis-CourmontRemove recursion into modules/video_filter/dynamicoverlay/
2012-09-07 Ilkka Ollakkaswscale: pass/calculate sar-info, should fix #7437
2012-09-06 Rémi Denis-CourmontRemove empty *_DEPENDENCIES in makefiles
2012-09-02 Rémi Denis-CourmontRemove redundant UNDER_CE checks
2012-08-29 Rémi Duraffortpanoramix: remove write only variable.
2012-08-29 Rémi Duraffortaudiobargraph: fix memory leak.
2012-08-29 Rémi Duraffortatmo: fix memory leaks.
2012-08-21 Rémi Denis-CourmontUse standard abs() function where appropriate
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...
next