summaryrefslogtreecommitdiffstats
path: root/video/filter
Commit message (Expand)AuthorAgeFilesLines
* vf_stereo3d: add support for green-magenta and yellow-blue duboiscehoyos2013-02-031-1/+11
* vf_dlopen: fix external pixel format nameswm42013-02-031-7/+35
* screenshot: minor simplification, prefer VF over VOwm42013-01-302-13/+0
* vf_scale: fix warningwm42013-01-271-1/+0
* video: move handling of -x/-y/-xy options to VOwm42013-01-239-26/+14
* video: reset filters on seekwm42013-01-204-0/+31
* vf_format: fix forcing output formatwm42013-01-171-1/+11
* video: print filter chain in verbose modewm42013-01-142-3/+34
* vf_sub: allow more formats, simplify codewm42013-01-131-82/+15
* vf_expand: support more image formatswm42013-01-131-68/+33
* vf_rotate: support more image formatswm42013-01-131-34/+25
* vf_softpulldown: reject unsupported image formats, fix code duplicationwm42013-01-131-47/+24
* vf_yadif: Y8 is not supportedwm42013-01-131-1/+0
* vf_swapuv: support more image formatswm42013-01-131-12/+8
* vf_pullup: remove check for MP_IMGFLAG_PLANARwm42013-01-131-4/+0
* vf_phase: reject unsupported image formatswm42013-01-131-21/+20
* vf_mirror: rewritewm42013-01-131-65/+52
* vf_gradfun: does not work with NV pixel formatswm42013-01-131-2/+0
* vf_flip: make it work with more image formatswm42013-01-131-15/+15
* vf_divtc: reduce code duplicationwm42013-01-131-14/+7
* vf_crop: make it work with more image formatswm42013-01-131-39/+20
* vf: add vf_rescale_dsize()wm42013-01-132-0/+18
* sub: do not copy the target image if there is no OSD/subswm42013-01-131-5/+3
* video: remove img_format compat hackswm42013-01-132-2/+2
* video: decouple internal pixel formats from FourCCswm42013-01-1321-127/+69
* video: cleanup: move and rename vf_mpi_clear and vf_clone_attributeswm42013-01-133-82/+6
* mp_image: change how palette is handledwm42013-01-136-56/+5
* vf_screenshot: simplifywm42013-01-132-52/+20
* video: remove things related to old DR codewm42013-01-136-31/+18
* video/filter: change filter API, use refcounting, remove filter DRwm42013-01-1331-1122/+519
* mp_image: require using mp_image_set_size() for setting w/hwm42013-01-131-5/+3
* video: make vdpau hardware decoding not use DR code pathwm42013-01-132-11/+3
* video: remove slice based filtering and video outputwm42013-01-1313-301/+9
* video: make vdpau hardware decoding not use slices code pathwm42013-01-132-3/+3
* video/out: replace VOCTRL_QUERY_FORMAT with vo_driver.query_formatwm42013-01-131-1/+1
* video/out: make draw_image mandatory, remove VOCTRL_DRAW_IMAGEwm42013-01-131-12/+1
* configure: remove check for .align semanticswm42013-01-134-8/+8
* vf_scale: prefer 420P10 -> YV12 instead of 444Pwm42012-12-281-0/+1
* vf_scale: support more pixel formatsRudolf Polzer2012-12-281-0/+4
* options: move -ass-bottom-margin/-ass-top-margin options to vf_subwm42012-12-121-10/+15
* vf_sub: fix aspect ratio when using marginswm42012-12-121-3/+3
* video: add support for 12 and 14 bit YUV pixel formatsStephen Hutchinson2012-12-031-0/+12
* sws_utils: remove unused helperwm42012-11-241-1/+5
* screenshot: add subs even with vf_screenshotwm42012-11-211-0/+1
* video: fix bogus uses of mp_image.w/widthwm42012-11-211-2/+4
* vf_softpulldown: fix possible regressionwm42012-11-201-1/+2
* video/filter: rename vf_eq2 to vf_eqwm42012-11-162-4/+4
* options, vo_x11: remove -zoom option, make it defaultwm42012-11-162-29/+2
* vf_dlopen: fix a typo in zeroing memory (thanks, pigoz)Rudolf Polzer2012-11-131-1/+1
* Rename directories, move files (step 2 of 2)wm42012-11-1232-161/+162
* Rename directories, move files (step 1 of 2) (does not compile)wm42012-11-1234-0/+11133