summaryrefslogtreecommitdiff
path: root/libswscale
Commit message (Expand)AuthorAge
* Indent libswscale:Ramiro Polla2009-08-16
* Indent.Ramiro Polla2009-08-15
* Vertical yuv -> yuv16 scaler.Ramiro Polla2009-08-14
* BGR32 MMX special convertor.Peter Schlaile2009-08-14
* Indent.Ramiro Polla2009-08-13
* swscale-example: Don't check for chroma planes in mono formats.Ramiro Polla2009-08-13
* MMX2 horizontal scaler: Determine code size at runtime.Ramiro Polla2009-08-13
* Protect mmx2 filter code buffers so they are not executable and writeable atRamiro Polla2009-08-13
* Remove duplicate define (it is the same in the lum code).Ramiro Polla2009-08-13
* Rename "funny" code to "mmx2 filter" code.Ramiro Polla2009-08-13
* Indent.Ramiro Polla2009-08-13
* swscale-example: Remove hack to end loop by setting variables to break.Ramiro Polla2009-08-13
* swscale-example: Don't return random value from main().Ramiro Polla2009-08-13
* swscale-example: Check for Gray formats.Ramiro Polla2009-08-13
* Remove disabled debug code.Diego Biurrun2009-08-10
* Put some altivec code under COMPILE_ALTIVEC, and not HAVE_ALTIVEC.Ramiro Polla2009-08-09
* Remove 'offset' argument from PUTRGB* macros since it's unneeded and causedKostya Shishkov2009-08-09
* Remove disabled crufty code.Diego Biurrun2009-08-08
* Fix regression when converting to nv12/nv21.Guennadi Liakhovetski2009-08-01
* MMX2 scaler: Remove {} block leftover from factorization in initMMX2Scaler().Ramiro Polla2009-07-28
* MMX2 scaler: factorize initMMX2Scaler().Ramiro Polla2009-07-28
* MMX2 scaler: add variable to ease factorization of initMMX2Scaler().Ramiro Polla2009-07-28
* Indent.Ramiro Polla2009-07-28
* Remove duplicate horizontal scaling when there aren't enough lines in a sliceRamiro Polla2009-07-28
* Remove useless code.Ramiro Polla2009-07-28
* Do not misuse HAVE_ defines. Introduce COMPILE_TEMPLATE_ defines and use themRamiro Polla2009-07-27
* Factorize x86 fast_bilinear assembly.Ramiro Polla2009-07-27
* Fix assembly comments for x86 fast_bilinear so they match the C code.Ramiro Polla2009-07-27
* Replace WORDS_BIGENDIAN with HAVE_BIGENDIANMåns Rullgård2009-07-26
* Remove unnecessary #include <unistd.h>Måns Rullgård2009-07-23
* Remove unused variables.Ramiro Polla2009-07-21
* Remove dependency from swscale_internal.h to lavu/internal.h, it is no longerRamiro Polla2009-07-09
* The AltiVec code in libswscale no longer is under GPL.Diego Biurrun2009-07-05
* Use enum PixelFormat in sws_format_name() prototypeMåns Rullgård2009-07-01
* AltiVec code and runtime cpudetect do not require CONFIG_GPL.Diego Biurrun2009-06-25
* The AltiVec optimizations of libswscale are no longer under GPL.Diego Biurrun2009-06-25
* PPC: Make sure that COMPILE_C is not deactivated if RUNTIME_CPUDETECT is set.Diego Biurrun2009-06-25
* Do not call rgb2rgbWrapper() for rgb48*, there is no special converterVitor Sessak2009-06-17
* Kill warnings of possibly unused variables by using av_unused.Ramiro Polla2009-06-11
* Fix compilation: #undef standard library functions that areDiego Biurrun2009-06-11
* Add libavutil/internal.h #include, required for the DECLARE_ALIGNED macro.Diego Biurrun2009-06-11
* Remove '\p' doxygen markup, as it should improve plain text doxyStefano Sabatini2009-06-06
* Use DECLARE_ALIGNED macro instead of __attribute__((aligned)) for ppc code.Ramiro Polla2009-06-04
* Replace more uses of __attribute__((aligned)) by DECLARE_ALIGNED.Ramiro Polla2009-06-04
* Use DECLARE_ALIGNED macro instead of gcc __attribute__.Pavel Pavlov2009-06-04
* Testing RGB48 variants requires bigger stride in swscale-example.cKostya Shishkov2009-06-02
* YUV into RGB48 BE/LE conversion supportKostya Shishkov2009-06-02
* Partial (low bits ignored, no direct transcoding into other RGB formats) supportKostya Shishkov2009-06-02
* Move colorspace conversion functions implemented in pure C from templateKostya Shishkov2009-05-25
* Let SwScaler know that RGB48 BE/LE is 16-bits per component format.Kostya Shishkov2009-05-19