summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Add macros for 64- and 128-bit write-combining optimization to intreadwrite.h.Alexander Strange2010-01-18
* Define out currently unused static functions.Zuxy Meng2010-01-18
* Perform reference remapping at fill_cache() time instead of in theMichael Niedermayer2010-01-18
* add uldx fourcc to mpeg4 in riff.cBen Littler2010-01-18
* Mark all intreadwrite functions av_always_inlineMåns Rullgård2010-01-18
* Only set HAVE_MMX when a supported CPU is specifiedMåns Rullgård2010-01-18
* Make qp check for loop filter skiping also work with MBAFF.Michael Niedermayer2010-01-18
* Comment about a cornercase we ignore currentlyMichael Niedermayer2010-01-18
* 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