| Commit message (Expand) | Author | Age |
* | Merge svn changes up to r26587 | Uoti Urpala | 2008-04-29 |
|\ |
|
| * | Consistently #include mpbswap.h instead of bswap.h everywhere. | diego | 2008-04-28 |
* | | Mark some constant symbols as such | Uoti Urpala | 2008-04-26 |
* | | Move screen_size_xy to options struct | Uoti Urpala | 2008-04-25 |
* | | Move opt_screen_size_[x|y] to options struct | Uoti Urpala | 2008-04-25 |
* | | Remove _s/_st suffix from some struct names | Uoti Urpala | 2008-04-25 |
|/ |
|
* | Make all vf_info_t structs const | reimar | 2007-12-02 |
* | warning fix: | diego | 2007-08-28 |
* | 100l, fix compile error in r23498 due to bad copy in paste | reimar | 2007-06-07 |
* | RGB8/BGR8 IMGFMTs are paletted in case of swscale input. | reimar | 2007-06-07 |
* | Remove useless fastmemcpy.h include for filters that do not even do any memcpy. | reimar | 2007-05-27 |
* | swap palette on big endian | michael | 2007-02-17 |
* | palette init code for IMGFMT_RGB4 and IMGFMT_RG4B | michael | 2007-02-17 |
* | add IMGFMT_RGB8 palette init code what moron actually added init code just fo... | michael | 2007-02-17 |
* | another ridiculous palette bug which has nothing to do with the new palete su... | michael | 2007-02-17 |
* | PAL8 ... | michael | 2007-02-16 |
* | Mark m_struct_t defaults as const | reimar | 2007-01-28 |
* | Use PIX_FMT_* instead of IMGFMT_* when calling sws_getContext() | lucabe | 2006-09-17 |
* | A value of 2 is valid for noup, too | reimar | 2006-08-24 |
* | vertical scaler with accurate rounding, some people on doom9 can see +-1 errors | michael | 2006-07-24 |
* | Move postproc ---> libswscale | lucabe | 2006-06-30 |
* | Convert all if(verbose>X) to mp_msg_test calls. | diego | 2006-03-24 |
* | passing pts through the filter layer (lets see if pts or cola comes out at th... | michael | 2006-03-21 |
* | 10l (dont limit dimension components independantly if noup) | michael | 2006-02-24 |
* | no upscale flag so automatic downscaling is possible in mencoder | michael | 2006-02-18 |
* | Patch by Stefan Huehner / stefan % huehner ! org \ | rathann | 2006-02-09 |
* | deobfuscate some very simple code... | ods15 | 2005-12-17 |
* | Unify include path handling, -I.. is in CFLAGS. | diego | 2005-11-18 |
* | 10l | alex | 2005-05-21 |
* | subtracting 8 from negative w and h rounds the dimension to the closest multi... | nicodvb | 2005-03-06 |
* | Improved NV12/NV21 support. | syrjala | 2005-02-16 |
* | fix for negative values for width and height (aspect-preserving scaling). | reimar | 2004-11-12 |
* | passing an array or double precission parameters for the scaling function, in... | michael | 2004-09-18 |
* | do not modify d_width and d_height when -xy option was given, otherwise -xy h... | reimar | 2004-09-06 |
* | give Y8 and Y800 lower conversion priority to avoid grayscaled video | reimar | 2004-05-14 |
* | prefer yuv formats over rgb in case both are supported by hw | faust3 | 2004-04-23 |
* | AltiVec support in postproc/ + altivec optimizations for yuv2yuvX patch by (R... | michael | 2004-03-11 |
* | interlaced scaling | michael | 2003-12-29 |
* | uninit support | alex | 2003-11-29 |
* | another lame workaround for the g1 filter layer ... | michael | 2003-11-03 |
* | some missing formats | alex | 2003-10-09 |
* | uyvy output support in swscaler | alex | 2003-10-09 |
* | size presets: added the standard resolutions as proposed by Fabrice (ffmpeg) | alex | 2003-09-05 |
* | -brightness && -vf scale fix | michael | 2003-08-16 |
* | vf_scale.h & related cleanup & some small warning fix by dominik | michael | 2003-06-01 |
* | fix segfaults with slices. support slice rendering into a filter even | rfelker | 2003-05-20 |
* | not needed anymore (vo_jpeg.c and vo_dga.c were depending on it some time ago) | alex | 2003-04-29 |
* | generate meaningful d_width & d_height when scaling, rather than useless nons... | rfelker | 2003-04-27 |
* | moving getFilter stuff back (vf_scale.c -> swscale.c) | michael | 2003-04-25 |
* | removing sws - global verbose var dependancy | michael | 2003-04-24 |