aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/filter/vf_sub.c
Commit message (Expand)AuthorAge
* video: rewrite filtering glue codeGravatar wm42018-01-30
* vf_sub, vf_format: change license to LGPLGravatar wm42017-11-29
* Add checks for HAVE_GPL to various GPL-only source filesGravatar wm42017-10-10
* video: deprecate almost all video filtersGravatar wm42017-04-02
* video: switch from using display aspect to sample aspectGravatar wm42015-12-19
* vf: remove old config() callbackGravatar wm42015-12-19
* vf_sub: minor simplificationGravatar wm42015-06-05
* Update license headersGravatar Marcin Kurczewski2015-04-13
* video: uninline memcpy_pic functionsGravatar wm42015-03-20
* vf_sub: fix previous commitGravatar wm42014-11-11
* vf_sub: don't crash if no subtitle context is availableGravatar wm42014-11-11
* video: introduce failure path for image allocationsGravatar wm42014-06-17
* Kill all tabsGravatar wm42014-04-13
* Split mpvcore/ into common/, misc/, bstr/Gravatar wm42013-12-17
* Move options/config related files from mpvcore/ to options/Gravatar wm42013-12-17
* video/filter: make vf->control non-recursiveGravatar wm42013-12-07
* vf_sub, vf_dlopen: default struct is not neededGravatar wm42013-12-05
* video/filter: remove legacy option handling hacksGravatar wm42013-12-04
* osd: remove mp_osd_res.video_par fieldGravatar wm42013-11-24
* Rename sub.c/.h to osd.c/.hGravatar wm42013-11-24
* video/filter: remove useless vf_info fieldsGravatar wm42013-10-23
* core: move contents to mpvcore (2/2)Gravatar Stefano Pigozzi2013-08-06
* options: use m_config for options instead of m_structGravatar wm42013-07-21
* video: redo how colorspaces are handledGravatar wm42013-07-16
* video/filter: fix option parser memory leakGravatar wm42013-05-18
* core: simplify OSD capability handling, remove VFCAP_OSDGravatar wm42013-03-01
* video: move handling of -x/-y/-xy options to VOGravatar wm42013-01-23
* vf_sub: allow more formats, simplify codeGravatar wm42013-01-13
* sub: do not copy the target image if there is no OSD/subsGravatar wm42013-01-13
* video: decouple internal pixel formats from FourCCsGravatar wm42013-01-13
* mp_image: change how palette is handledGravatar wm42013-01-13
* video/filter: change filter API, use refcounting, remove filter DRGravatar wm42013-01-13
* video: remove slice based filtering and video outputGravatar wm42013-01-13
* options: move -ass-bottom-margin/-ass-top-margin options to vf_subGravatar wm42012-12-12
* vf_sub: fix aspect ratio when using marginsGravatar wm42012-12-12
* Rename directories, move files (step 2 of 2)Gravatar wm42012-11-12
* Rename directories, move files (step 1 of 2) (does not compile)Gravatar wm42012-11-12