summaryrefslogtreecommitdiffstats
path: root/libswscale
Commit message (Expand)AuthorAgeFilesLines
* swscale: Dither for unscaled 10->8bit per channelMichael Niedermayer2011-05-061-3/+89
* swscale: dont reshuffle bytesMichael Niedermayer2011-05-061-1/+1
* rgb24toyv12: break out in the middle before out of array reads.Michael Niedermayer2011-05-051-0/+3
* swscale: fix src typeMichael Niedermayer2011-05-041-1/+1
* Merge commit '85770f2a2651497861ed938efcd0df3696ff5e45'Michael Niedermayer2011-05-011-33/+33
|\
| * AVOptions: make default_val a union, as proposed in AVOption2.Anton Khirnov2011-04-301-33/+33
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-291-1/+1
|\ \ | |/
| * libswcale: PIX_FMT_BGR48LE and PIX_FMT_BGR48BE scaler implementationPeter Ross2011-04-286-3/+113
| * sws: remove disabled cruft.Anton Khirnov2011-04-195-69/+0
* | Correctly support pal8 with alpha in libswscale, fix png pal8 with alpha.Baptiste Coudurier2011-04-273-0/+13
* | Set alpha of palettes to 0xff.Baptiste Coudurier2011-04-271-6/+6
* | Rename y400a to gray8a.Baptiste Coudurier2011-04-274-10/+10
* | Fix runtime CPU detection in libswscale.tateu2011-04-273-8/+9
* | lsws: prevent overflow in sws_init_context()Stefano Sabatini2011-04-251-1/+1
* | Patch from Packman (OpenSuse - packages) to silence rpmlint.Manfred Tremmel2011-04-251-0/+2
* | Check mmap() return against correct valueunknown author2011-04-251-0/+4
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-201-1/+1
|\ \ | |/
| * lavc: remove the FF_API_SET_STRING_OLD cruft.Anton Khirnov2011-04-191-1/+1
| * Bump major versions of all libraries.Anton Khirnov2011-04-181-2/+2
| * swscale: fix "ISO C90 forbids mixed declarations and code" warningJanne Grunau2011-04-151-6/+4
| * swscale: fix compilation with --enable-runtime-cpudetectJanne Grunau2011-04-152-53/+80
| * swscale: correct include path to fix ppc altivec buildJanne Grunau2011-04-151-1/+1
| * swscale: simplify rgb2rgb templatingLuca Barbato2011-04-142-302/+1
| * swscale: simplify initialization codeJosh Allmann2011-04-141-7/+2
| * swscale: further cleanup swscale.cJosh Allmann2011-04-142-57/+54
| * swscale: partially move the arch specific code leftLuca Barbato2011-04-144-2308/+3859
| * swscale: move away x86 specific code from rgb2rgbLuca Barbato2011-04-146-2235/+3256
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-143-4/+2
|\ \ | |/
| * swscale: Factorize FAST_BGR2YV12 definition.Luca Barbato2011-04-133-4/+2
| * Add unconditional return statement to yuva420_rgb32_MMX() / yuva420_bgr32_MMX().Diego Biurrun2011-04-111-0/+4
* | Add pixel formats for 9- and 10-bit yuv420p.Oskar Arvidsson2011-04-104-1/+61
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-071-3/+3
|\ \ | |/
| * swscale: postpone sws_getContext removal until next major bump.Anton Khirnov2011-04-061-3/+3
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-1921-84/+84
* | fix runtime-cpu-detect bug in swscaleDarren Horrocks2011-04-051-0/+7
* | Fix yuvj420p scaling artefact, issue1108.Michael Niedermayer2011-04-032-6/+6
* | Fix typo from e3a84542.Michael Niedermayer2011-03-301-1/+1
* | SWSCALE: Increase maximim with from 5120 to 21504Frank Barchard2011-03-301-1/+1
* | Fix compilation failure with runtime cpudetect (Ticket #22)Michael Niedermayer2011-03-281-3/+3
* | libswcale: PIX_FMT_BGR48LE and PIX_FMT_BGR48BE scaler implementationPeter Ross2011-03-266-3/+113
* | Revert "replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION"Michael Niedermayer2011-03-171-1/+1
* | Revert "use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*"Michael Niedermayer2011-03-171-1/+1
|/
* use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*Janne Grunau2011-03-161-1/+1
* replace FFMPEG with LIBAV in FFMPEG_CONFIGURATIONJanne Grunau2011-03-161-1/+1
* Merge libavcore into libavutilReinhard Tartler2011-02-152-2/+1
* Fix MMX rgb24 to yuv conversion with gcc 4.6Mans Rullgard2011-02-131-8/+8
* Remove a few if (p) av_freep(&p) formsClément Bœsch2011-02-041-2/+1
* Replace ASMALIGN() with .p2alignMans Rullgard2011-01-182-33/+33
* consolidate .gitignore patters into a single fileJanne Grunau2011-01-186-17/+0
* convert svn:ignore properties to .gitignore filesJanne Grunau2011-01-176-0/+17
OpenPOWER on IntegriCloud