summaryrefslogtreecommitdiffstats
path: root/video/filter/vf_sub.c
Commit message (Expand)AuthorAgeFilesLines
* video: rewrite filtering glue codewm42018-01-301-83/+94
* vf_sub, vf_format: change license to LGPLwm42017-11-291-12/+8
* Add checks for HAVE_GPL to various GPL-only source fileswm42017-10-101-0/+5
* video: deprecate almost all video filterswm42017-04-021-0/+1
* video: switch from using display aspect to sample aspectwm42015-12-191-10/+2
* vf: remove old config() callbackwm42015-12-191-6/+11
* vf_sub: minor simplificationwm42015-06-051-3/+1
* Update license headersMarcin Kurczewski2015-04-131-5/+4
* video: uninline memcpy_pic functionswm42015-03-201-1/+0
* vf_sub: fix previous commitwm42014-11-111-3/+3
* vf_sub: don't crash if no subtitle context is availablewm42014-11-111-0/+3
* video: introduce failure path for image allocationswm42014-06-171-0/+2
* Kill all tabswm42014-04-131-1/+1
* Split mpvcore/ into common/, misc/, bstr/wm42013-12-171-1/+1
* Move options/config related files from mpvcore/ to options/wm42013-12-171-2/+2
* video/filter: make vf->control non-recursivewm42013-12-071-2/+2
* vf_sub, vf_dlopen: default struct is not neededwm42013-12-051-4/+1
* video/filter: remove legacy option handling hackswm42013-12-041-1/+1
* osd: remove mp_osd_res.video_par fieldwm42013-11-241-1/+0
* Rename sub.c/.h to osd.c/.hwm42013-11-241-1/+1
* video/filter: remove useless vf_info fieldswm42013-10-231-5/+3
* core: move contents to mpvcore (2/2)Stefano Pigozzi2013-08-061-3/+3
* options: use m_config for options instead of m_structwm42013-07-211-15/+7
* video: redo how colorspaces are handledwm42013-07-161-11/+1
* video/filter: fix option parser memory leakwm42013-05-181-6/+0
* core: simplify OSD capability handling, remove VFCAP_OSDwm42013-03-011-1/+0
* video: move handling of -x/-y/-xy options to VOwm42013-01-231-1/+1
* vf_sub: allow more formats, simplify codewm42013-01-131-82/+15
* sub: do not copy the target image if there is no OSD/subswm42013-01-131-5/+3
* video: decouple internal pixel formats from FourCCswm42013-01-131-9/+3
* mp_image: change how palette is handledwm42013-01-131-1/+0
* video/filter: change filter API, use refcounting, remove filter DRwm42013-01-131-75/+29
* video: remove slice based filtering and video outputwm42013-01-131-10/+1
* 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
* Rename directories, move files (step 2 of 2)wm42012-11-121-8/+8
* Rename directories, move files (step 1 of 2) (does not compile)wm42012-11-121-0/+309