summaryrefslogtreecommitdiffstats
path: root/video/filter/vf_scale.c
Commit message (Expand)AuthorAgeFilesLines
* 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