summaryrefslogtreecommitdiffstats
path: root/video/filter/vf_scale.c
Commit message (Expand)AuthorAgeFilesLines
* vf: remove most GPL video filterswm42017-11-291-258/+0
* Add checks for HAVE_GPL to various GPL-only source fileswm42017-10-101-0/+5
* video: redo video equalizer option handlingwm42017-08-221-19/+0
* video: deprecate almost all video filterswm42017-04-021-0/+7
* options: make mp_vo_opts options an actual sub-option groupwm42016-08-301-1/+1
* mp_image: split colorimetry metadata into its own structNiklas Haas2016-07-031-2/+2
* video: switch from using display aspect to sample aspectwm42015-12-191-3/+5
* vf_scale: cleanup log messageswm42015-07-201-12/+3
* Update license headersMarcin Kurczewski2015-04-131-5/+4
* video: remove vfcap.hwm42015-01-211-17/+3
* vf_scale: replace ancient fallback image format selectionwm42015-01-211-141/+16
* video: remove swapped-endian image format aliaseswm42014-11-051-32/+16
* Move compat/ and bstr/ directory contents somewhere elsewm42014-08-291-1/+0
* video: introduce failure path for image allocationswm42014-06-171-0/+2
* video: synchronize mpv rgb pixel format names with ffmpeg nameswm42014-06-141-6/+6
* Add more constwm42014-06-111-1/+1
* options: remove global variables for swscale options; rename themwm42014-06-111-1/+1
* sws_utils: mp_msg conversionswm42013-12-211-0/+1
* video/filter: mp_msg conversionswm42013-12-211-11/+6
* 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
* vf: redo conversion filter insertion/format negotiationwm42013-12-071-23/+19
* video/filter: make vf->control non-recursivewm42013-12-071-3/+1
* video/filter: remove legacy option handling hackswm42013-12-041-1/+1
* Take care of some libavutil deprecations, drop support for FFmpeg 1.0wm42013-11-291-2/+2
* video/filter: remove useless vf_info fieldswm42013-10-231-5/+3
* vf_scale: fix get/set confusionwm42013-10-161-1/+1
* vf_scale: factor out libswscale equalizer controlwm42013-09-301-23/+2
* core: move contents to mpvcore (2/2)Stefano Pigozzi2013-08-061-3/+3
* Fix some -Wshadow warningswm42013-07-231-4/+4
* vf_scale: actually respect param and param2 suboptionswm42013-07-221-0/+3
* options: use m_config for options instead of m_structwm42013-07-211-19/+12
* sws_utils: don't recursively include libswscale headerwm42013-07-181-0/+2
* vf_scale: use new swscale wrapperwm42013-07-181-157/+60
* vf_scale: remove rounding of sizes to 2 with 4:2:0wm42013-07-181-11/+0
* vf_scale: try to support all pixel formatswm42013-07-181-1/+25
* vf_scale: don't byte-swap palette on big endian architectureswm42013-07-181-8/+0
* vf_scale: uncrustifywm42013-07-181-186/+207
* video: redo how colorspaces are handledwm42013-07-161-45/+24
* video/filter: fix option parser memory leakwm42013-05-181-1/+0
* video: add XYZ supportwm42013-05-011-0/+1
* demux_mf: support .xbmwm42013-02-241-0/+1
* vf_scale: remove video dimension presets ("presize" suboption)wm42013-02-231-41/+0
* vf_scale: fix warningwm42013-01-271-1/+0
* video: move handling of -x/-y/-xy options to VOwm42013-01-231-4/+0
* video: decouple internal pixel formats from FourCCswm42013-01-131-23/+16
* mp_image: change how palette is handledwm42013-01-131-52/+1
* video/filter: change filter API, use refcounting, remove filter DRwm42013-01-131-24/+8
* video: remove slice based filtering and video outputwm42013-01-131-41/+1
* vf_scale: prefer 420P10 -> YV12 instead of 444Pwm42012-12-281-0/+1
* vf_scale: support more pixel formatsRudolf Polzer2012-12-281-0/+4
* 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
* options, vo_x11: remove -zoom option, make it defaultwm42012-11-161-27/+1
* Rename directories, move files (step 2 of 2)wm42012-11-121-11/+11
* Rename directories, move files (step 1 of 2) (does not compile)wm42012-11-121-0/+718