aboutsummaryrefslogtreecommitdiffstats
path: root/libswscale
Commit message (Expand)AuthorAgeFilesLines
* Curly brackets cosmetics for previous commit.Ramiro Polla2009-08-291-6/+3
* Check for return value of initFilter().Ramiro Polla2009-08-291-8/+12
* Revert mistakenly commited hunk.Ramiro Polla2009-08-291-3/+2
* swscale: Check for return values of malloc.Ramiro Polla2009-08-293-24/+47
* swscale-example: Free memory used by input data.Ramiro Polla2009-08-291-0/+2
* Restore comment that was partially removed.Ramiro Polla2009-08-291-0/+1
* swscale-example: Rename src->ref so as to not confuse with src being used in ...Ramiro Polla2009-08-231-2/+2
* swscale-example: Use SWS_BILINEAR instead of hardcoded value.Ramiro Polla2009-08-231-1/+1
* Fix inconsistent indentation.Ramiro Polla2009-08-221-2/+2
* Check return values of sws_allocVec() and sws_getConstVec().Ramiro Polla2009-08-201-0/+21
* Free initial swscale context, too. Avoids a valgrind warning.Reimar Döffinger2009-08-191-0/+1
* Remove useless casts of malloc return value.Reimar Döffinger2009-08-191-3/+3
* Introduce and use sws_allocVec().Ramiro Polla2009-08-192-18/+23
* Reuse sws_getConstVec() where possible.Ramiro Polla2009-08-191-34/+10
* swscale-example: Make selection of dstW, dstH, and flags more clear.Ramiro Polla2009-08-171-8/+12
* More indentation changes leftover from r29522:Ramiro Polla2009-08-162-693/+693
* Cosmetics:Ramiro Polla2009-08-1615-766/+579
* Indent libswscale:Ramiro Polla2009-08-168-1756/+1756
* Indent.Ramiro Polla2009-08-151-4/+4
* Vertical yuv -> yuv16 scaler.Ramiro Polla2009-08-142-0/+101
* BGR32 MMX special convertor.Peter Schlaile2009-08-142-21/+85
* Indent.Ramiro Polla2009-08-131-20/+20
* swscale-example: Don't check for chroma planes in mono formats.Ramiro Polla2009-08-131-1/+6
* MMX2 horizontal scaler: Determine code size at runtime.Ramiro Polla2009-08-132-14/+24
* Protect mmx2 filter code buffers so they are not executable and writeable atRamiro Polla2009-08-131-2/+7
* Remove duplicate define (it is the same in the lum code).Ramiro Polla2009-08-131-21/+0
* Rename "funny" code to "mmx2 filter" code.Ramiro Polla2009-08-133-50/+50
* Indent.Ramiro Polla2009-08-131-2/+2
* swscale-example: Remove hack to end loop by setting variables to break.Ramiro Polla2009-08-131-13/+5
* swscale-example: Don't return random value from main().Ramiro Polla2009-08-131-1/+1
* swscale-example: Check for Gray formats.Ramiro Polla2009-08-131-3/+9
* Remove disabled debug code.Diego Biurrun2009-08-101-9/+0
* Put some altivec code under COMPILE_ALTIVEC, and not HAVE_ALTIVEC.Ramiro Polla2009-08-091-2/+2
* Remove 'offset' argument from PUTRGB* macros since it's unneeded and causedKostya Shishkov2009-08-091-66/+66
* Remove disabled crufty code.Diego Biurrun2009-08-083-42/+0
* Fix regression when converting to nv12/nv21.Guennadi Liakhovetski2009-08-011-1/+3
* MMX2 scaler: Remove {} block leftover from factorization in initMMX2Scaler().Ramiro Polla2009-07-281-19/+16
* MMX2 scaler: factorize initMMX2Scaler().Ramiro Polla2009-07-281-30/+10
* MMX2 scaler: add variable to ease factorization of initMMX2Scaler().Ramiro Polla2009-07-281-3/+4
* Indent.Ramiro Polla2009-07-281-45/+45
* Remove duplicate horizontal scaling when there aren't enough lines in a sliceRamiro Polla2009-07-281-52/+15
* Remove useless code.Ramiro Polla2009-07-281-3/+1
* Do not misuse HAVE_ defines. Introduce COMPILE_TEMPLATE_ defines and use themRamiro Polla2009-07-272-85/+79
* Factorize x86 fast_bilinear assembly.Ramiro Polla2009-07-271-24/+12
* Fix assembly comments for x86 fast_bilinear so they match the C code.Ramiro Polla2009-07-271-16/+16
* Replace WORDS_BIGENDIAN with HAVE_BIGENDIANMåns Rullgård2009-07-264-16/+15
* Remove unnecessary #include <unistd.h>Måns Rullgård2009-07-231-1/+0
* Remove unused variables.Ramiro Polla2009-07-212-4/+0
* Remove dependency from swscale_internal.h to lavu/internal.h, it is no longerRamiro Polla2009-07-092-7/+10
* The AltiVec code in libswscale no longer is under GPL.Diego Biurrun2009-07-051-1/+1