6100 Commits (ae1dd8e1258c81f385ce7b4efdf62193f17f0165)
 

Author SHA1 Message Date
Michael Niedermayer ae1dd8e125 attempt to implement xiphs useless and stupid quantization matrix mess 18 years ago
Michael Niedermayer 187c9be7a6 replace *_dequant (2 intra, 1 inter) by qmat (3 intra, 3 inter) (needed for theora according to spec) 18 years ago
Michael Niedermayer d2744e19e0 use RSHIFT 18 years ago
Michael Niedermayer 4501e678e7 useless memcpy 18 years ago
Michael Niedermayer 7cfe7fe5e7 some fixmes if someone ever wants to implement theora support correctly ... 18 years ago
Michael Niedermayer e278056fba check how many bits are left after decoding extradata 18 years ago
Michael Niedermayer b7f3fdd779 cleanup 18 years ago
Loren Merritt 717b173366 slightly faster h264 fill_caches() 18 years ago
Justin Ruggles e1bbc0321c cosmetic change to adjust alignment. 18 years ago
Justin Ruggles 5f3acd9ec9 Modify preset compression levels to utilize log search. 18 years ago
Reimar Döffinger 05020c89eb Split common.h in two parts, purely internal stuff (internal.h) and things 18 years ago
Måns Rullgård 7a5f09f66e cosmetics 18 years ago
Michael Niedermayer dbb45a3bb7 log prediction order search method 18 years ago
Justin Ruggles 26053bdcc8 Add lpc order search. This creates new compression levels 6 to 12. 18 years ago
Kostya Shishkov 7e84f27693 Don't pass block[6][64] parameter to decode_p_mb as we always use s->block 18 years ago
Kostya Shishkov 0a45801f8e Correct inverse quantization for P-frames 18 years ago
Kostya Shishkov c5b32ec1cb Rounding control for motion compensation. 18 years ago
Michael Niedermayer 408ec4e2a6 calculate all coefficients for several orders during cholesky factorization, the resulting coefficients are not strictly optimal though as there is a small difference in the autocorrelation matrixes which is ignored for the smaller orders 18 years ago
Diego Biurrun 6ce704bbed Remove unused variable. 18 years ago
Víctor Paesa 4581fdffac Cygwin shared libraries support, patch by Víctor Paesa wzrlpy at arsystel com. 18 years ago
Diego Biurrun 84c22efdfb Create infrastructure to install shared and static libs into different places. 18 years ago
Diego Biurrun 2266e085c9 Fix DESTDIR handling. DESTDIR got prepended twice for $(DESTDIR)$libdir 18 years ago
Måns Rullgård 7d6ed4aaf2 set defaults before showing help 18 years ago
Stefan Gehrer 5cf226fb09 avoid double copying of left border in luma prediction 18 years ago
Stefan Gehrer 50879935d1 replace run by run+1 in VLC tables 18 years ago
Michael Niedermayer 8ea543b580 cleanup 18 years ago
Stefan Gehrer c90c39190e change partition flags SYM -> FWD|SYM 18 years ago
Stefan Gehrer 77f173bef5 set mvP2 also in PSKIP macroblock 18 years ago
Michael Niedermayer ab01b2b82a optionally (use_lpc=2) support Cholesky factorization for finding the lpc coeficients 18 years ago
Stefan Gehrer 643326f747 avoid overflows of qp and pic_type 18 years ago
Diego Biurrun 3409385da6 Properly handle vhook build flags for platforms that require special handling. 18 years ago
Diego Biurrun 302cdccfc1 cosmetics: Reorder some entries for more consistency and readability. 18 years ago
Michael Niedermayer 2c779260a9 unneeded #include 18 years ago
Diego Biurrun d14ed1f21b 10l: the ${prefix} variable should not be expanded when setting path defaults. 18 years ago
Michael Niedermayer 6b7f5b3eb8 adding a \ so we can add more lines without having to do a "cosmetic" change in the previous line 18 years ago
Michael Niedermayer 82ab5ad7b2 linear least squares solver using cholesky factorization 18 years ago
Måns Rullgård 29e4710a70 indent 18 years ago
Måns Rullgård 0339e2b49f simplify 18 years ago
Måns Rullgård 6d3d62b3d3 simplify 18 years ago
Måns Rullgård 1dd590619a remove impossible #ifdef case 18 years ago
Måns Rullgård b2b48c77ca remove old msvc cruft 18 years ago
Måns Rullgård 43756fa17f remove redundant #include <math.h> 18 years ago
Måns Rullgård 4b65d88fd7 replace -D_GNU_SOURCE with -D_ISOC9X_SOURCE to avoid accidental use 18 years ago
Måns Rullgård 38603ff65d cleanup suggested by Michael Niedermayer 18 years ago
Måns Rullgård b9a73d8d2f move adler32 to libavutil 18 years ago
Diego Biurrun 43865cf092 Simplify the setting of some defaults. 18 years ago
Víctor Paesa 5894e1bbf2 add loop_input to AVFormatContext, getting rid of old hack 18 years ago
Guillaume Poirier 2645e80f6d Add/improve PPC64 support. On such machines, "uname -m" returns "ppc64, 18 years ago
Michael Niedermayer 1484a46753 dither lpc cpeffs 18 years ago
Måns Rullgård ebd7617ba7 add lost raw pcm input/output formats 18 years ago