3493 Commits (7ad5455cd711d12700ad52b82a915105a7b30127)

Author SHA1 Message Date
Kostya Shishkov b53921aabd Set correctly quantizer and transform mode when parsing frame header. 19 years ago
Michael Niedermayer d9cf32d920 avoid 4 + 19 years ago
Michael Niedermayer d26a9ea0df remove 166 useless underscores, and make this file valid c code as a result 19 years ago
Michael Niedermayer e003ea066b remove a few useless casts and avoid the useless t1/t2 variables 19 years ago
Michael Niedermayer 684d9e36fc simplify 19 years ago
Michael Niedermayer 006ff1cabe more simplifications 19 years ago
Michael Niedermayer f72f8a7735 simplification 19 years ago
Michael Niedermayer 09eb00f6b5 iabs -> ABS 19 years ago
Michael Niedermayer 1abbf64e3b simplify 19 years ago
Michael Niedermayer 1af5f60f6a fix loop filter 19 years ago
Michael Niedermayer 5ced7b80ad disable the vp3 mmx and sse2 idcts, their output doesnt match the c idct (tested with -f crc) and the theora spec does not allow different idcts not to mention the difference is quite vissible ... 19 years ago
Luca Abeni cea8f6f323 Move av_malloc(), av_realloc(), and av_free() from libavcodec to libavutil 19 years ago
Luca Abeni 4b45de0e87 Move av_log() & friends to libavutil 19 years ago
Loren Merritt 8b75e45d8c sync to x264 r537 19 years ago
Michael Niedermayer efea852877 parse all QIS values (we still ignore them though ...) 19 years ago
Michael Niedermayer a14ab4e4d4 100l for me 19 years ago
Matthieu Castet 116d866ca5 fix playback of theora.ogg on mphq patch by (matthieu castet %% castet dat matthieu ot free dat fr %%) 19 years ago
Michael Niedermayer ae1dd8e125 attempt to implement xiphs useless and stupid quantization matrix mess 19 years ago
Michael Niedermayer 187c9be7a6 replace *_dequant (2 intra, 1 inter) by qmat (3 intra, 3 inter) (needed for theora according to spec) 19 years ago
Michael Niedermayer d2744e19e0 use RSHIFT 19 years ago
Michael Niedermayer 4501e678e7 useless memcpy 19 years ago
Michael Niedermayer 7cfe7fe5e7 some fixmes if someone ever wants to implement theora support correctly ... 19 years ago
Michael Niedermayer e278056fba check how many bits are left after decoding extradata 19 years ago
Michael Niedermayer b7f3fdd779 cleanup 19 years ago
Loren Merritt 717b173366 slightly faster h264 fill_caches() 19 years ago
Justin Ruggles e1bbc0321c cosmetic change to adjust alignment. 19 years ago
Justin Ruggles 5f3acd9ec9 Modify preset compression levels to utilize log search. 19 years ago
Måns Rullgård 7a5f09f66e cosmetics 19 years ago
Michael Niedermayer dbb45a3bb7 log prediction order search method 19 years ago
Justin Ruggles 26053bdcc8 Add lpc order search. This creates new compression levels 6 to 12. 19 years ago
Kostya Shishkov 7e84f27693 Don't pass block[6][64] parameter to decode_p_mb as we always use s->block 19 years ago
Kostya Shishkov 0a45801f8e Correct inverse quantization for P-frames 19 years ago
Kostya Shishkov c5b32ec1cb Rounding control for motion compensation. 19 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 19 years ago
Stefan Gehrer 5cf226fb09 avoid double copying of left border in luma prediction 19 years ago
Stefan Gehrer 50879935d1 replace run by run+1 in VLC tables 19 years ago
Michael Niedermayer 8ea543b580 cleanup 19 years ago
Stefan Gehrer c90c39190e change partition flags SYM -> FWD|SYM 19 years ago
Stefan Gehrer 77f173bef5 set mvP2 also in PSKIP macroblock 19 years ago
Michael Niedermayer ab01b2b82a optionally (use_lpc=2) support Cholesky factorization for finding the lpc coeficients 19 years ago
Stefan Gehrer 643326f747 avoid overflows of qp and pic_type 19 years ago
Måns Rullgård 4b65d88fd7 replace -D_GNU_SOURCE with -D_ISOC9X_SOURCE to avoid accidental use 19 years ago
Michael Niedermayer 1484a46753 dither lpc cpeffs 19 years ago
Måns Rullgård 6636b7e8e3 rename AMR config variables to CONFIG_AMR* 19 years ago
Diego Biurrun f7f03a6303 Remove MPlayer-specific include option hacks. 19 years ago
Diego Biurrun 2f30a81d19 CONFIG_WIN32 implies MinGW and Cygwin and possibly more, so use just 19 years ago
Michael Niedermayer 21227514de simplify 19 years ago
Michael Niedermayer b2846effb7 avoid redundant local variables 19 years ago
Michael Niedermayer 69f34e5b1f simplify 19 years ago
Diego Biurrun e148c6e193 FastUVMV vs FastUVMC typo, noticed by bond 19 years ago