aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/vf_scale.c
Commit message (Expand)AuthorAge
* Rename directories, move files (step 1 of 2) (does not compile)Gravatar wm42012-11-12
* libmpcodecs: move vf_scale.c swscale helper functions to sws_utils.cGravatar Rudolf Polzer2012-10-24
* vf_scale: do the upscale detection AFTER calculating dimensionsGravatar Rudolf Polzer2012-09-24
* libmpcodecs: add support for 422P9Gravatar mplayer-svn2012-08-03
* Change <endian.h> include to <sys/types.h>Gravatar wm42012-07-31
* vf_scale: don't pass CPU flags anymoreGravatar wm42012-07-30
* Rip out 3DNOW supportGravatar wm42012-07-30
* Remove compile time/runtime CPU detection, and drop some platformsGravatar wm42012-07-30
* libmpcodecs: rename IMGFMT_GBR24P to IMGFMT_GBRPGravatar wm42012-03-25
* vf_scale: prefer converting GBR24P to other 8 bit per component RGB formatsGravatar reimar2012-03-25
* libmpcodecs: support planar GBR24 decodingGravatar cehoyos2012-03-25
* i lost my brainGravatar wm42012-01-26
* screenshot: improve quality by using additional swscale flagsGravatar wm42012-01-18
* vf_dsize, vf_scale: fix behavior on multiple config() callsGravatar wm42011-12-19
* cleanup: vf_scale.c, vf.c: replace numbers by flag macro namesGravatar Uoti Urpala2011-11-14
* video, options: implement better YUV->RGB conversion controlGravatar wm42011-10-16
* video/colorspaces: add new 9/10-bit formats from libavcodecGravatar Uoti Urpala2011-06-26
* cleanup: shut up more warningsGravatar Clément Bœsch2011-05-06
* cleanup: remove NULL checks before free() all over the codeGravatar cboesch2010-11-14
* vf_scale: accept all non-hw-accel formats we know a PIX_FMT forGravatar reimar2010-11-08
* cosmetics: "struct vf_instance* vf" -> "struct vf_instance *vf"Gravatar Uoti Urpala2010-05-29
* Merge svn changes up to r31141Gravatar Uoti Urpala2010-05-07
|\
| * Add support for 12-bit color mode on framebuffer devices.Gravatar cehoyos2010-05-06
| * Mark vf_size_preset_fields m_option_t array as const.Gravatar diego2010-04-04
* | Merge svn changes up to r30683Gravatar Uoti Urpala2010-03-10
|\ \
* \ \ Merge svn changes up to r30463Gravatar Uoti Urpala2010-03-09
|\ \ \
| | | * Mark a bunch of video filter structures as const.Gravatar diego2010-02-22
| | | * Declare externally used variables from vd.c as extern in vd.h.Gravatar diego2010-02-22
| | | * cosmetics: Rename struct vf_instance_s --> vf_instance.Gravatar diego2010-02-21
| | |/
| | * Rename open() vf initialization function to vf_open().Gravatar diego2010-02-21
| |/
| * Add missing license headers to all files in the libmpcodecs directory.Gravatar diego2010-01-30
* | Merge svn changes up to r30419Gravatar Uoti Urpala2010-01-25
|\|
| * Make the scale filter prefer yuv conversions that do not need chroma scaling.Gravatar reimar2010-01-23
| * Remove the query_format_cache, it is extra complexity that makes improvementsGravatar reimar2010-01-23
| * Simplify loop conditionGravatar reimar2010-01-23
* | Merge svn changes up to r30195Gravatar Uoti Urpala2010-01-08
|\|
* | Merge svn changes up to r30165Gravatar Uoti Urpala2010-01-08
|\ \
| | * Replace deprecated sws_scale_ordered usages by sws_scale (which does the same).Gravatar reimar2010-01-03
| |/
| * One more fix for -vf scale with alpha.Gravatar reimar2010-01-01
| * Also pass alpha plane to swscale, avoids crashes when converting betweenGravatar reimar2010-01-01
| * Add support for YUV format with alpha and fix the codecs.conf entry for vp6aGravatar reimar2009-12-31
| * Try to put the list of output formats for vf_scale in a more sensibleGravatar reimar2009-12-31
| * Add support for 16-bit per component YUV formats.Gravatar reimar2009-12-31
| * Support 440P in scale filter.Gravatar reimar2009-12-30
* | Merge svn changes up to r29962Gravatar Uoti Urpala2009-11-23
|\|
| * Remove unreachable parsing code: for filters that use the option parser,Gravatar reimar2009-11-21
| * Allow vf_scale to output to RGB48, though still prefer the 24 and 32 bit form...Gravatar reimar2009-11-21
* | Merge svn changes up to r29532Gravatar Uoti Urpala2009-08-18
|\|
| * Add IMGFMT_RGB48LE and IMGFMT_RGB48BE.Gravatar cehoyos2009-08-11
* | Merge svn changes up to r29455Gravatar Uoti Urpala2009-07-29
|\|