| Commit message (Expand) | Author | Age | Files | Lines |
* | vf_lavfi: add libavfilter bridge | wm4 | 2013-04-21 | 2 | -0/+315 |
* | vf_divtc, vf_phase: Fix handling of subsampled formats | Martin Herkt | 2013-04-10 | 2 | -3/+4 |
* | vf_flip: move flipping code to mp_image.c | wm4 | 2013-03-01 | 1 | -4/+1 |
* | vf_vo: remove pointless NULL checks | wm4 | 2013-03-01 | 1 | -4/+0 |
* | core: simplify OSD capability handling, remove VFCAP_OSD | wm4 | 2013-03-01 | 5 | -13/+6 |
* | video/out: remove video mode switching (--vm) | wm4 | 2013-02-26 | 1 | -2/+1 |
* | vf_yadif: remove dead code | wm4 | 2013-02-26 | 1 | -2/+0 |
* | demux_mf: support .xbm | wm4 | 2013-02-24 | 1 | -0/+1 |
* | vf_yadif: switch to option parser, allow disabling by default | wm4 | 2013-02-23 | 1 | -7/+21 |
* | vf_scale: remove video dimension presets ("presize" suboption) | wm4 | 2013-02-23 | 1 | -41/+0 |
* | vf_stereo3d: get rid of m_obj_presets_t usage | wm4 | 2013-02-23 | 1 | -49/+3 |
* | core: redo how codecs are mapped, remove codecs.conf | wm4 | 2013-02-10 | 1 | -1/+0 |
* | vf_stereo3d: add support for green-magenta and yellow-blue dubois | cehoyos | 2013-02-03 | 1 | -1/+11 |
* | vf_dlopen: fix external pixel format names | wm4 | 2013-02-03 | 1 | -7/+35 |
* | screenshot: minor simplification, prefer VF over VO | wm4 | 2013-01-30 | 2 | -13/+0 |
* | vf_scale: fix warning | wm4 | 2013-01-27 | 1 | -1/+0 |
* | video: move handling of -x/-y/-xy options to VO | wm4 | 2013-01-23 | 9 | -26/+14 |
* | video: reset filters on seek | wm4 | 2013-01-20 | 4 | -0/+31 |
* | vf_format: fix forcing output format | wm4 | 2013-01-17 | 1 | -1/+11 |
* | video: print filter chain in verbose mode | wm4 | 2013-01-14 | 2 | -3/+34 |
* | vf_sub: allow more formats, simplify code | wm4 | 2013-01-13 | 1 | -82/+15 |
* | vf_expand: support more image formats | wm4 | 2013-01-13 | 1 | -68/+33 |
* | vf_rotate: support more image formats | wm4 | 2013-01-13 | 1 | -34/+25 |
* | vf_softpulldown: reject unsupported image formats, fix code duplication | wm4 | 2013-01-13 | 1 | -47/+24 |
* | vf_yadif: Y8 is not supported | wm4 | 2013-01-13 | 1 | -1/+0 |
* | vf_swapuv: support more image formats | wm4 | 2013-01-13 | 1 | -12/+8 |
* | vf_pullup: remove check for MP_IMGFLAG_PLANAR | wm4 | 2013-01-13 | 1 | -4/+0 |
* | vf_phase: reject unsupported image formats | wm4 | 2013-01-13 | 1 | -21/+20 |
* | vf_mirror: rewrite | wm4 | 2013-01-13 | 1 | -65/+52 |
* | vf_gradfun: does not work with NV pixel formats | wm4 | 2013-01-13 | 1 | -2/+0 |
* | vf_flip: make it work with more image formats | wm4 | 2013-01-13 | 1 | -15/+15 |
* | vf_divtc: reduce code duplication | wm4 | 2013-01-13 | 1 | -14/+7 |
* | vf_crop: make it work with more image formats | wm4 | 2013-01-13 | 1 | -39/+20 |
* | vf: add vf_rescale_dsize() | wm4 | 2013-01-13 | 2 | -0/+18 |
* | sub: do not copy the target image if there is no OSD/subs | wm4 | 2013-01-13 | 1 | -5/+3 |
* | video: remove img_format compat hacks | wm4 | 2013-01-13 | 2 | -2/+2 |
* | video: decouple internal pixel formats from FourCCs | wm4 | 2013-01-13 | 21 | -127/+69 |
* | video: cleanup: move and rename vf_mpi_clear and vf_clone_attributes | wm4 | 2013-01-13 | 3 | -82/+6 |
* | mp_image: change how palette is handled | wm4 | 2013-01-13 | 6 | -56/+5 |
* | vf_screenshot: simplify | wm4 | 2013-01-13 | 2 | -52/+20 |
* | video: remove things related to old DR code | wm4 | 2013-01-13 | 6 | -31/+18 |
* | video/filter: change filter API, use refcounting, remove filter DR | wm4 | 2013-01-13 | 31 | -1122/+519 |
* | mp_image: require using mp_image_set_size() for setting w/h | wm4 | 2013-01-13 | 1 | -5/+3 |
* | video: make vdpau hardware decoding not use DR code path | wm4 | 2013-01-13 | 2 | -11/+3 |
* | video: remove slice based filtering and video output | wm4 | 2013-01-13 | 13 | -301/+9 |
* | video: make vdpau hardware decoding not use slices code path | wm4 | 2013-01-13 | 2 | -3/+3 |
* | video/out: replace VOCTRL_QUERY_FORMAT with vo_driver.query_format | wm4 | 2013-01-13 | 1 | -1/+1 |
* | video/out: make draw_image mandatory, remove VOCTRL_DRAW_IMAGE | wm4 | 2013-01-13 | 1 | -12/+1 |
* | configure: remove check for .align semantics | wm4 | 2013-01-13 | 4 | -8/+8 |
* | vf_scale: prefer 420P10 -> YV12 instead of 444P | wm4 | 2012-12-28 | 1 | -0/+1 |
* | vf_scale: support more pixel formats | Rudolf Polzer | 2012-12-28 | 1 | -0/+4 |
* | options: move -ass-bottom-margin/-ass-top-margin options to vf_sub | wm4 | 2012-12-12 | 1 | -10/+15 |
* | vf_sub: fix aspect ratio when using margins | wm4 | 2012-12-12 | 1 | -3/+3 |
* | video: add support for 12 and 14 bit YUV pixel formats | Stephen Hutchinson | 2012-12-03 | 1 | -0/+12 |
* | sws_utils: remove unused helper | wm4 | 2012-11-24 | 1 | -1/+5 |
* | screenshot: add subs even with vf_screenshot | wm4 | 2012-11-21 | 1 | -0/+1 |
* | video: fix bogus uses of mp_image.w/width | wm4 | 2012-11-21 | 1 | -2/+4 |
* | vf_softpulldown: fix possible regression | wm4 | 2012-11-20 | 1 | -1/+2 |
* | video/filter: rename vf_eq2 to vf_eq | wm4 | 2012-11-16 | 2 | -4/+4 |
* | options, vo_x11: remove -zoom option, make it default | wm4 | 2012-11-16 | 2 | -29/+2 |
* | vf_dlopen: fix a typo in zeroing memory (thanks, pigoz) | Rudolf Polzer | 2012-11-13 | 1 | -1/+1 |
* | Rename directories, move files (step 2 of 2) | wm4 | 2012-11-12 | 32 | -161/+162 |
* | Rename directories, move files (step 1 of 2) (does not compile) | wm4 | 2012-11-12 | 34 | -0/+11133 |