6382 Commits (eb6447766d7a55acd0327dd59a3e5aa9f787885f)
 

Author SHA1 Message Date
Kostya Shishkov b53921aabd Set correctly quantizer and transform mode when parsing frame header. 18 years ago
Michael Niedermayer 53be4c90e3 update 18 years ago
Luca Abeni 94c4def23c Use libavutil in libswscale, and allow it to be built out of the mplayer tree 18 years ago
Michael Niedermayer 918a45917c removing redundant mess next time we break compatiility 18 years ago
Michael Niedermayer ccb159940b fix regression failure after adler simplification 18 years ago
Michael Niedermayer 79dc59b726 simplify 18 years ago
Michael Niedermayer 0912bf577a for floats fabs is better & smaller then ABS 18 years ago
Michael Niedermayer f296446564 simpler, smaller and faster 18 years ago
Michael Niedermayer d9cf32d920 avoid 4 + 18 years ago
Michael Niedermayer d26a9ea0df remove 166 useless underscores, and make this file valid c code as a result 18 years ago
Michael Niedermayer e003ea066b remove a few useless casts and avoid the useless t1/t2 variables 18 years ago
Michael Niedermayer 684d9e36fc simplify 18 years ago
Michael Niedermayer 006ff1cabe more simplifications 18 years ago
Michael Niedermayer f72f8a7735 simplification 18 years ago
Michael Niedermayer 09eb00f6b5 iabs -> ABS 18 years ago
Michael Niedermayer 1abbf64e3b simplify 18 years ago
Michael Niedermayer 1af5f60f6a fix loop filter 18 years ago
Luca Abeni 47adb88609 Install log.h 18 years ago
Víctor Paesa 462f3c372c Add missing EXESUF to executable rules. 18 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 ... 18 years ago
Baptiste Coudurier 86329cce04 GXF muxer 18 years ago
Michael Niedermayer 1d94a6620f simplify 18 years ago
I. Po cfc4bd4695 Fix memleak, patch by I. Po % yyymmmm # gmail O com % 18 years ago
Luca Abeni cea8f6f323 Move av_malloc(), av_realloc(), and av_free() from libavcodec to libavutil 18 years ago
Benjamin Larsson b8889ea51f Possibility to skip bytes in the beginning of a file. 18 years ago
Michael Niedermayer 7028259a0d simplify b64_encode() 18 years ago
Luca Abeni 4b45de0e87 Move av_log() & friends to libavutil 18 years ago
Loren Merritt 8b75e45d8c sync to x264 r537 18 years ago
Michael Niedermayer fd0fb3064d add header info to flv format based on a patch by (Philipp Klaus >ffmpegdevel ad pylonsoft mot ch ) 18 years ago
Michael Niedermayer efea852877 parse all QIS values (we still ignore them though ...) 18 years ago
Michael Niedermayer a14ab4e4d4 100l for me 18 years ago
Matthieu Castet 116d866ca5 fix playback of theora.ogg on mphq patch by (matthieu castet %% castet dat matthieu ot free dat fr %%) 18 years ago
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