aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/filter
Commit message (Expand)AuthorAge
* vf_pullup: properly reset on seekGravatar wm42013-11-29
* vaapi: remove unused hw image formats, simplifyGravatar wm42013-11-29
* video/filter: fix PIC compile on x86Gravatar Natanael Copa2013-11-26
* osd: remove mp_osd_res.video_par fieldGravatar wm42013-11-24
* Rename sub.c/.h to osd.c/.hGravatar wm42013-11-24
* options: print lavfi filter list with --vf=lavfi=helpGravatar wm42013-11-23
* options: implement --pphelp differentlyGravatar wm42013-11-23
* video: remove vf_pp auto-insertionGravatar wm42013-11-23
* video: move struct mp_hwdec_info into its own header fileGravatar wm42013-11-23
* vf_vavpp: make it work with vo_opengl and software decodingGravatar wm42013-11-22
* configure: uniform the defines to #define HAVE_xxx (0|1)Gravatar Stefano Pigozzi2013-11-03
* Fix some more -Wshadow warningsGravatar wm42013-11-01
* Enable -WshadowGravatar wm42013-11-01
* video/filter: remove useless vf_info fieldsGravatar wm42013-10-23
* video/out: remove useless info struct and redundant fieldsGravatar wm42013-10-23
* vf_scale: fix get/set confusionGravatar wm42013-10-16
* cosmetics: replace "CTRL" defines by enumsGravatar wm42013-10-02
* vf_scale: factor out libswscale equalizer controlGravatar wm42013-09-30
* vd: move aspect calculation to a functionGravatar wm42013-09-26
* vaapi: add vf_vavpp and use it for deinterlacingGravatar xylosper2013-09-25
* vf: fix filter initialization error checkGravatar wm42013-09-20
* video: handle video output levels with mp_image_paramsGravatar wm42013-08-24
* video/out: don't require VOs to handle screenshot aspect speciallyGravatar wm42013-08-24
* vf_eq: fix behavior when changing parametersGravatar wm42013-08-20
* core: move contents to mpvcore (2/2)Gravatar Stefano Pigozzi2013-08-06
* vdpau: split off decoder parts, use "new" libavcodec vdpau hwaccel APIGravatar wm42013-07-28
* vf: fix unintended overwriting of image infoGravatar wm42013-07-28
* Fix some -Wshadow warningsGravatar wm42013-07-23
* options: make legacy hacks for AFs/VFs more explicitGravatar wm42013-07-22
* vf_scale: actually respect param and param2 suboptionsGravatar wm42013-07-22
* options: use m_config for options instead of m_structGravatar wm42013-07-21
* vf: remove unnecessary indirectionGravatar wm42013-07-21
* video: remove fullscreen flags chaosGravatar wm42013-07-18
* sws_utils: don't recursively include libswscale headerGravatar wm42013-07-18
* vf_scale: use new swscale wrapperGravatar wm42013-07-18
* vf: make sure less important image params are set before/after filtersGravatar wm42013-07-18
* vf_scale: remove rounding of sizes to 2 with 4:2:0Gravatar wm42013-07-18
* vf_scale: try to support all pixel formatsGravatar wm42013-07-18
* vf_scale: don't byte-swap palette on big endian architecturesGravatar wm42013-07-18
* vf_scale: uncrustifyGravatar wm42013-07-18
* video: redo how colorspaces are handledGravatar wm42013-07-16
* vf: add vf_control wrapperGravatar wm42013-07-15
* build: change vf_dlopen testGravatar wm42013-07-12
* configure: add libdl detection to ladspa, vf_dlopenGravatar Rudolf Polzer2013-07-09
* vo_opengl: handle chroma locationGravatar wm42013-06-28
* video: add a new method to configure filters and VOsGravatar wm42013-06-28
* vf_rotate: fix params >= 4Gravatar wm42013-06-28
* fix compile, sorryGravatar Rudolf Polzer2013-06-16
* vf_dlopen filters: add an "ildetect" filter that detects interlacingGravatar Rudolf Polzer2013-06-16
* vf_delogo: copy in non-direct case, fix double-freeGravatar wm42013-05-26