aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/vf_scale.c
Commit message (Expand)AuthorAge
* 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
* 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
* 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
* 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
* Add IMGFMT_RGB48LE and IMGFMT_RGB48BE.Gravatar cehoyos2009-08-11
* Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code.Gravatar diego2009-07-26
* whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* Consistently use MP_MAX_PLANES as size for plane pointer/stride arrays in lib...Gravatar reimar2009-03-29
* 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
* Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.Gravatar diego2008-10-16
* Factorize "int i".Gravatar michael2008-05-11
* Consistently #include mpbswap.h instead of bswap.h everywhere.Gravatar diego2008-04-28
* Make all vf_info_t structs constGravatar reimar2007-12-02
* warning fix:Gravatar diego2007-08-28
* 100l, fix compile error in r23498 due to bad copy in pasteGravatar reimar2007-06-07
* RGB8/BGR8 IMGFMTs are paletted in case of swscale input.Gravatar reimar2007-06-07
* Remove useless fastmemcpy.h include for filters that do not even do any memcpy.Gravatar reimar2007-05-27
* swap palette on big endianGravatar michael2007-02-17
* palette init code for IMGFMT_RGB4 and IMGFMT_RG4BGravatar michael2007-02-17
* add IMGFMT_RGB8 palette init code what moron actually added init code just fo...Gravatar michael2007-02-17
* another ridiculous palette bug which has nothing to do with the new palete su...Gravatar michael2007-02-17
* PAL8 ...Gravatar michael2007-02-16
* Mark m_struct_t defaults as constGravatar reimar2007-01-28
* Use PIX_FMT_* instead of IMGFMT_* when calling sws_getContext()Gravatar lucabe2006-09-17
* A value of 2 is valid for noup, tooGravatar reimar2006-08-24
* vertical scaler with accurate rounding, some people on doom9 can see +-1 errorsGravatar michael2006-07-24
* Move postproc ---> libswscaleGravatar lucabe2006-06-30
* Convert all if(verbose>X) to mp_msg_test calls.Gravatar diego2006-03-24
* passing pts through the filter layer (lets see if pts or cola comes out at th...Gravatar michael2006-03-21
* 10l (dont limit dimension components independantly if noup)Gravatar michael2006-02-24
* no upscale flag so automatic downscaling is possible in mencoderGravatar michael2006-02-18
* Patch by Stefan Huehner / stefan % huehner ! org \Gravatar rathann2006-02-09
* deobfuscate some very simple code...Gravatar ods152005-12-17
* Unify include path handling, -I.. is in CFLAGS.Gravatar diego2005-11-18
* 10lGravatar alex2005-05-21