22189 Commits (8d072dd2a96dc1ed7c1a65d49361311db71f5bfb)
 

Author SHA1 Message Date
Måns Rullgård 8d072dd2a9 Only set HAVE_MMX when a supported CPU is specified 15 years ago
Michael Niedermayer 7da0d82104 Make qp check for loop filter skiping also work with MBAFF. 15 years ago
Michael Niedermayer 12be38ec18 Comment about a cornercase we ignore currently 15 years ago
Michael Niedermayer 44a5e7b64c Move the qp check to skip the loop filter up. 15 years ago
Michael Niedermayer b6303e6d2a Reorganize how values are stored in h->non_zero_count. 15 years ago
Stefano Sabatini c36a4294dc Remove stray '\' at the end of macro definitions. 15 years ago
Stefano Sabatini 90eb284a77 Remove duplicated or pointless newlines. 15 years ago
Stefano Sabatini 398c193d0b Factorize error message logging, log it if the converter cannot be 15 years ago
Stefano Sabatini e36a545de5 Reindent after the last commit. 15 years ago
Stefano Sabatini c0d1dc1c4f Make the pal2rgbWrapper set and use the converter in pal2rgbWrapper 15 years ago
Michael Niedermayer 2911e13224 Disable a few things in fill_filter_caches() that arent needed. 15 years ago
Michael Niedermayer f432b43b08 Split fill_caches() between filter and decoder. 15 years ago
Michael Niedermayer c988f97566 Rearchitecturing the stiched up goose part 1 15 years ago
Måns Rullgård 00c4127ec9 Remove double const 15 years ago
Ben Littler 6667d5a5e5 add vspx fourcc to mpeg4 in riff.c 15 years ago
Måns Rullgård aa692d547b configure: simplify libsdl check 15 years ago
Måns Rullgård 14d3675165 configure: add check_struct function 15 years ago
Måns Rullgård 300cde27b6 configure: simplify check_lib2 15 years ago
Måns Rullgård f855b7b9c9 configure: pass extra flags to check_cpp from check_cpp_condition 15 years ago
Måns Rullgård 2a194acd95 configure: pass extra flags to check_cc from check_ld 15 years ago
Stefano Sabatini ade5b91dda Use av_match_ext() rather than the deprecated match_ext(), fix 15 years ago
Stefano Sabatini 9a180390b9 Factorize error message logging in rgb2rgbWrapper(). 15 years ago
Måns Rullgård 1b5d46c6a6 Reindent 15 years ago
Måns Rullgård d39d7cf693 Remove inline from initFilter() 15 years ago
Reimar Döffinger 3f37ab8e41 Make sure we do not export incorrect _NE pixformat descriptions by either 15 years ago
Måns Rullgård 48fdb66c68 Fix comment typo carefull -> careful 15 years ago
Måns Rullgård c25210278c Add missing parens in AV_WN macros 15 years ago
Alexander Strange 0209e1e160 Add missing Makefile dependencies to CONFIG_SNOW_ENCODER. 15 years ago
Carl Eugen Hoyos 45becaf337 Fix indentation after r21257. 15 years ago
Stefano Sabatini e922e34c96 Add a const qualifier in a cast, fix the gcc warning: 15 years ago
Michael Karcher 1454618426 Support demuxing of Sony OpenMG files without metadata header. 15 years ago
Stefano Sabatini 5090d8e16a Add a const qualifier in a cast, fix the gcc warning: 15 years ago
Stefano Sabatini a630ed3ee9 Fix typo, "get rid off" -> "get rid of". 15 years ago
Måns Rullgård 05e24fa852 regtest: run tests only for enabled codecs and formats 15 years ago
Måns Rullgård 4b294c1872 regtest: split wma test into wmav1 and wmav2 15 years ago
Måns Rullgård eca478c317 regtest: split reference files allowing tests to run individually 15 years ago
Måns Rullgård 16cd99bbed regtest: suppress console output from tests 15 years ago
Stefano Sabatini 730cb9dab3 Revert r30331, which broke compilation. 15 years ago
Stefano Sabatini 73cadb4f13 Prefer enum PixelFormat to int as the parameter type of 15 years ago
Stefano Sabatini bc45751f7f Declare with av_unused the variable alpMmxFilter, fix the gcc warning: 15 years ago
Stefano Sabatini 80853cfc6a Factorize the code which calls the non optimized C functions in 15 years ago
Stefano Sabatini c70f1401df Prefer "to %s%s" over "to%s %s", slightly more readable. 15 years ago
Stefano Sabatini a9e2878c48 Simplify code in sws_getContext() which logs if the destination format 15 years ago
Ramiro Polla 9556124c97 Document some of SwsContext. 15 years ago
Ramiro Polla 0cc854e377 Reuse h{lum,chr}Filter{,Pos} variables for MMX2 fast_bilinear horizontal scaler. 15 years ago
Stefano Sabatini d95c863850 Factorize code which logs the source and destination formats in 15 years ago
Ramiro Polla 15ccfff12c Read "Last Changed Rev" field instead of "Revision" field to avoid being 15 years ago
Michael Niedermayer 7931bb2a0c Comment for() ; out 15 years ago
Michael Niedermayer ed3d7e2f65 Mark a few functions as noinline, this makes ff_h264_filter_mb() a bit smaller 15 years ago
Michael Niedermayer 183a86c958 Apply last 2 optimizations to similar code i forgot. 15 years ago