aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/vf_scale.c
Commit message (Expand)AuthorAge
* 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
|\|
| * Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code.Gravatar diego2009-07-26
* | Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
| * whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* | Merge svn changes up to r29117Gravatar Uoti Urpala2009-04-01
|\|
| * Consistently use MP_MAX_PLANES as size for plane pointer/stride arrays in lib...Gravatar reimar2009-03-29
* | Merge svn changes up to r28341Gravatar Uoti Urpala2009-01-19
|\|
| * revert #ifdef WORDS_BIGENDIAN => #if WORDS_BIGENDIAN changes from r28331Gravatar gpoirier2009-01-16
| * fix compilation on non x86 machines (PPC here)Gravatar gpoirier2009-01-16
| * Lots and lots of #ifdef ARCH_... -> #if ARCH_...Gravatar reimar2009-01-16
* | Merge svn changes up to 27824Gravatar Uoti Urpala2008-10-25
|\|
| * Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.Gravatar diego2008-10-16
* | Merge svn changes up to r26783Gravatar Uoti Urpala2008-05-15
|\|
| * Factorize "int i".Gravatar michael2008-05-11
* | Merge svn changes up to r26587Gravatar Uoti Urpala2008-04-29
|\|
| * Consistently #include mpbswap.h instead of bswap.h everywhere.Gravatar diego2008-04-28
* | Mark some constant symbols as suchGravatar Uoti Urpala2008-04-26
* | Move screen_size_xy to options structGravatar Uoti Urpala2008-04-25
* | Move opt_screen_size_[x|y] to options structGravatar Uoti Urpala2008-04-25