]> git.sesse.net Git - vlc/history - modules/video_filter
Qt: fix Win32 MOC breakage
[vlc] / modules / video_filter /
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-23 Ramon GabarróAudioBar: display the bars in dBFS according to IEC...
2013-05-02 Christoph MiebachRemove more unused msgid defines and de-duplication
2013-04-30 Vianney BOYERPuzzle: main filter update
2013-04-30 Vianney BOYERPuzzle: puzzle creation and solver
2013-04-30 Vianney BOYERPuzzle: piece management and drawing
2013-04-30 Vianney BOYERPuzzle: main drawing functions
2013-04-30 Vianney BOYERPuzzle: add dedicated bezier functions
2013-04-28 Jean-Baptiste KempfPut scene in the right preference category
2013-04-26 Christoph MiebachString removal
2013-04-01 Christoph MiebachTypo: Remove leading space in about-box, use I_PL_ADDPL...
2013-03-25 Rémi Denis-Courmontcrop: remove filter / dead code
2013-03-24 Rémi Denis-Courmontyadif: use uintptr_t when casting pointer to integer
2013-03-24 Rémi Denis-Courmontadjust: removed unused values
2013-03-23 Edward WangCorrect widespread misuse of the word 'subtitle'
2013-03-09 Rémi Denis-CourmontRemove picture quantization table (same reason as qtype)
2013-03-09 Rémi Denis-CourmontRemove picture qtype support code
2013-01-31 Rémi Denis-Courmontosd_parser/osdmenu: remove dead plugins
2013-01-31 Rémi Denis-CourmontUseless #includes
2013-01-15 Jean-Baptiste KempfAtmo: use LoadLibrary instead of LoadLibraryA for a...
2013-01-15 Jean-Baptiste KempfAtmo: fix memleak introduced by 59f746f6
2013-01-14 Jean-Baptiste KempfAtmo: port Win32 code to UNICODE friendly APIs
2013-01-07 Brad SmithFix building with Clang/LLVM
2013-01-04 Rémi Denis-Courmontavcodec: cleanup chroma helper prototypes
2013-01-02 Edward Wanganaglyph: remove spurious printf
2012-12-27 David Fuhrmannpuzzle: row and col values of 1 are not supported
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-29 Rémi Denis-CourmontRevert "swscale: pass/calculate sar-info, should fix...
2012-11-25 Ilkka Ollakkaswscale: fix aspect-ratio problem properly
2012-11-15 Jean-Baptiste KempfYadif for higher bits depth
2012-11-13 Jean-Baptiste KempfLGPL
2012-11-10 Rémi Denis-Courmontpuzzle: use atomic variables and flag instead of lock
2012-11-10 Rémi Denis-Courmontposterize: use atomic variable instead of lock
2012-11-10 Rémi Denis-Courmontmirror: use atomic variables instead of lock
2012-11-10 Rémi Denis-Courmontantiflicker: memory leak
2012-11-10 Rémi Denis-Courmontantiflicker: use atomic variables instead of lock
2012-11-10 Rémi Denis-Courmontrotate: use single float rather than pair of integers...
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
next