summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Move the qp check to skip the loop filter up.Michael Niedermayer2010-01-18
* Reorganize how values are stored in h->non_zero_count.Michael Niedermayer2010-01-17
* Remove stray '\' at the end of macro definitions.Stefano Sabatini2010-01-17
* Remove duplicated or pointless newlines.Stefano Sabatini2010-01-17
* Factorize error message logging, log it if the converter cannot beStefano Sabatini2010-01-17
* Reindent after the last commit.Stefano Sabatini2010-01-17
* Make the pal2rgbWrapper set and use the converter in pal2rgbWrapperStefano Sabatini2010-01-17
* Disable a few things in fill_filter_caches() that arent needed.Michael Niedermayer2010-01-17
* Split fill_caches() between filter and decoder.Michael Niedermayer2010-01-17
* Rearchitecturing the stiched up goose part 1Michael Niedermayer2010-01-17
* Remove double constMåns Rullgård2010-01-17
* add vspx fourcc to mpeg4 in riff.cBen Littler2010-01-17
* configure: simplify libsdl checkMåns Rullgård2010-01-17
* configure: add check_struct functionMåns Rullgård2010-01-17
* configure: simplify check_lib2Måns Rullgård2010-01-17
* configure: pass extra flags to check_cpp from check_cpp_conditionMåns Rullgård2010-01-17
* configure: pass extra flags to check_cc from check_ldMåns Rullgård2010-01-17
* Use av_match_ext() rather than the deprecated match_ext(), fixStefano Sabatini2010-01-17
* Factorize error message logging in rgb2rgbWrapper().Stefano Sabatini2010-01-17
* ReindentMåns Rullgård2010-01-17
* Remove inline from initFilter()Måns Rullgård2010-01-17
* Make sure we do not export incorrect _NE pixformat descriptions by eitherReimar Döffinger2010-01-17
* Fix comment typo carefull -> carefulMåns Rullgård2010-01-17
* Add missing parens in AV_WN macrosMåns Rullgård2010-01-17
* Add missing Makefile dependencies to CONFIG_SNOW_ENCODER.Alexander Strange2010-01-17
* Fix indentation after r21257.Carl Eugen Hoyos2010-01-17
* Add a const qualifier in a cast, fix the gcc warning:Stefano Sabatini2010-01-17
* Support demuxing of Sony OpenMG files without metadata header.Michael Karcher2010-01-17
* Add a const qualifier in a cast, fix the gcc warning:Stefano Sabatini2010-01-17
* Fix typo, "get rid off" -> "get rid of".Stefano Sabatini2010-01-16
* regtest: run tests only for enabled codecs and formatsMåns Rullgård2010-01-16
* regtest: split wma test into wmav1 and wmav2Måns Rullgård2010-01-16
* regtest: split reference files allowing tests to run individuallyMåns Rullgård2010-01-16
* regtest: suppress console output from testsMåns Rullgård2010-01-16
* Revert r30331, which broke compilation.Stefano Sabatini2010-01-16
* Prefer enum PixelFormat to int as the parameter type ofStefano Sabatini2010-01-16
* Declare with av_unused the variable alpMmxFilter, fix the gcc warning:Stefano Sabatini2010-01-16
* Factorize the code which calls the non optimized C functions inStefano Sabatini2010-01-16
* Prefer "to %s%s" over "to%s %s", slightly more readable.Stefano Sabatini2010-01-16
* Simplify code in sws_getContext() which logs if the destination formatStefano Sabatini2010-01-16
* Document some of SwsContext.Ramiro Polla2010-01-16
* Reuse h{lum,chr}Filter{,Pos} variables for MMX2 fast_bilinear horizontal scaler.Ramiro Polla2010-01-16
* Factorize code which logs the source and destination formats inStefano Sabatini2010-01-16
* Read "Last Changed Rev" field instead of "Revision" field to avoid beingRamiro Polla2010-01-16
* Comment for() ; outMichael Niedermayer2010-01-16
* Mark a few functions as noinline, this makes ff_h264_filter_mb() a bit smallerMichael Niedermayer2010-01-16
* Apply last 2 optimizations to similar code i forgot.Michael Niedermayer2010-01-16
* Another microopt, 4 cpu cycles for avoidance of FFABS().Michael Niedermayer2010-01-16
* Add missing guards and includes to arm/aac.hMåns Rullgård2010-01-16
* Minor (2 cpu cycles) optimization ||->|.Michael Niedermayer2010-01-16