aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/filter/vf_scale.c
Commit message (Expand)AuthorAge
* options: make mp_vo_opts options an actual sub-option groupGravatar wm42016-08-30
* mp_image: split colorimetry metadata into its own structGravatar Niklas Haas2016-07-03
* video: switch from using display aspect to sample aspectGravatar wm42015-12-19
* vf_scale: cleanup log messagesGravatar wm42015-07-20
* Update license headersGravatar Marcin Kurczewski2015-04-13
* video: remove vfcap.hGravatar wm42015-01-21
* vf_scale: replace ancient fallback image format selectionGravatar wm42015-01-21
* video: remove swapped-endian image format aliasesGravatar wm42014-11-05
* Move compat/ and bstr/ directory contents somewhere elseGravatar wm42014-08-29
* video: introduce failure path for image allocationsGravatar wm42014-06-17
* video: synchronize mpv rgb pixel format names with ffmpeg namesGravatar wm42014-06-14
* Add more constGravatar wm42014-06-11
* options: remove global variables for swscale options; rename themGravatar wm42014-06-11
* sws_utils: mp_msg conversionsGravatar wm42013-12-21
* video/filter: mp_msg conversionsGravatar wm42013-12-21
* Split mpvcore/ into common/, misc/, bstr/Gravatar wm42013-12-17
* Move options/config related files from mpvcore/ to options/Gravatar wm42013-12-17
* vf: redo conversion filter insertion/format negotiationGravatar wm42013-12-07
* video/filter: make vf->control non-recursiveGravatar wm42013-12-07
* video/filter: remove legacy option handling hacksGravatar wm42013-12-04
* Take care of some libavutil deprecations, drop support for FFmpeg 1.0Gravatar wm42013-11-29
* video/filter: remove useless vf_info fieldsGravatar wm42013-10-23
* vf_scale: fix get/set confusionGravatar wm42013-10-16
* vf_scale: factor out libswscale equalizer controlGravatar wm42013-09-30
* core: move contents to mpvcore (2/2)Gravatar Stefano Pigozzi2013-08-06
* Fix some -Wshadow warningsGravatar wm42013-07-23
* vf_scale: actually respect param and param2 suboptionsGravatar wm42013-07-22
* options: use m_config for options instead of m_structGravatar wm42013-07-21
* sws_utils: don't recursively include libswscale headerGravatar wm42013-07-18
* vf_scale: use new swscale wrapperGravatar wm42013-07-18
* vf_scale: remove rounding of sizes to 2 with 4:2:0Gravatar wm42013-07-18
* vf_scale: try to support all pixel formatsGravatar wm42013-07-18
* vf_scale: don't byte-swap palette on big endian architecturesGravatar wm42013-07-18
* vf_scale: uncrustifyGravatar wm42013-07-18
* video: redo how colorspaces are handledGravatar wm42013-07-16
* video/filter: fix option parser memory leakGravatar wm42013-05-18
* video: add XYZ supportGravatar wm42013-05-01
* demux_mf: support .xbmGravatar wm42013-02-24
* vf_scale: remove video dimension presets ("presize" suboption)Gravatar wm42013-02-23
* vf_scale: fix warningGravatar wm42013-01-27
* video: move handling of -x/-y/-xy options to VOGravatar wm42013-01-23
* 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
* vf_scale: prefer 420P10 -> YV12 instead of 444PGravatar wm42012-12-28
* vf_scale: support more pixel formatsGravatar Rudolf Polzer2012-12-28
* video: add support for 12 and 14 bit YUV pixel formatsGravatar Stephen Hutchinson2012-12-03
* sws_utils: remove unused helperGravatar wm42012-11-24
* options, vo_x11: remove -zoom option, make it defaultGravatar wm42012-11-16