summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* fix regression failure after adler simplificationMichael Niedermayer2006-07-20
* simplifyMichael Niedermayer2006-07-20
* for floats fabs is better & smaller then ABSMichael Niedermayer2006-07-20
* simpler, smaller and fasterMichael Niedermayer2006-07-20
* avoid 4 +Michael Niedermayer2006-07-19
* remove 166 useless underscores, and make this file valid c code as a resultMichael Niedermayer2006-07-19
* remove a few useless casts and avoid the useless t1/t2 variablesMichael Niedermayer2006-07-19
* simplifyMichael Niedermayer2006-07-19
* more simplificationsMichael Niedermayer2006-07-19
* simplificationMichael Niedermayer2006-07-19
* iabs -> ABSMichael Niedermayer2006-07-19
* simplifyMichael Niedermayer2006-07-19
* fix loop filterMichael Niedermayer2006-07-19
* Install log.hLuca Abeni2006-07-19
* Add missing EXESUF to executable rules.Víctor Paesa2006-07-19
* disable the vp3 mmx and sse2 idcts, their output doesnt match the c idct (tes...Michael Niedermayer2006-07-19
* GXF muxerBaptiste Coudurier2006-07-19
* simplifyMichael Niedermayer2006-07-19
* Fix memleak, patch by I. Po % yyymmmm # gmail O com %I. Po2006-07-19
* Move av_malloc(), av_realloc(), and av_free() from libavcodec to libavutilLuca Abeni2006-07-19
* Possibility to skip bytes in the beginning of a file.Benjamin Larsson2006-07-18
* simplify b64_encode()Michael Niedermayer2006-07-18
* Move av_log() & friends to libavutilLuca Abeni2006-07-18
* sync to x264 r537Loren Merritt2006-07-18
* add header info to flv format based on a patch by (Philipp Klaus >ffmpegdevel...Michael Niedermayer2006-07-17
* parse all QIS values (we still ignore them though ...)Michael Niedermayer2006-07-17
* 100l for meMichael Niedermayer2006-07-17
* fix playback of theora.ogg on mphq patch by (matthieu castet %% castet dat ma...Matthieu Castet2006-07-17
* attempt to implement xiphs useless and stupid quantization matrix messMichael Niedermayer2006-07-17
* replace *_dequant (2 intra, 1 inter) by qmat (3 intra, 3 inter) (needed for t...Michael Niedermayer2006-07-17
* use RSHIFTMichael Niedermayer2006-07-16
* useless memcpyMichael Niedermayer2006-07-16
* some fixmes if someone ever wants to implement theora support correctly ...Michael Niedermayer2006-07-16
* check how many bits are left after decoding extradataMichael Niedermayer2006-07-16
* cleanupMichael Niedermayer2006-07-16
* slightly faster h264 fill_caches()Loren Merritt2006-07-16
* cosmetic change to adjust alignment.Justin Ruggles2006-07-16
* Modify preset compression levels to utilize log search.Justin Ruggles2006-07-16
* Split common.h in two parts, purely internal stuff (internal.h) and thingsReimar Döffinger2006-07-16
* cosmeticsMåns Rullgård2006-07-16
* log prediction order search methodMichael Niedermayer2006-07-16
* Add lpc order search. This creates new compression levels 6 to 12.Justin Ruggles2006-07-16
* Don't pass block[6][64] parameter to decode_p_mb as we always use s->blockKostya Shishkov2006-07-16
* Correct inverse quantization for P-framesKostya Shishkov2006-07-16
* Rounding control for motion compensation.Kostya Shishkov2006-07-16
* calculate all coefficients for several orders during cholesky factorization, ...Michael Niedermayer2006-07-15
* Remove unused variable.Diego Biurrun2006-07-15
* Cygwin shared libraries support, patch by Víctor Paesa wzrlpy at arsystel com.Víctor Paesa2006-07-15
* Create infrastructure to install shared and static libs into different places.Diego Biurrun2006-07-15
* Fix DESTDIR handling. DESTDIR got prepended twice for $(DESTDIR)$libdirDiego Biurrun2006-07-15