summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Move av_malloc(), av_realloc(), and av_free() from libavcodec to libavutilLuca Abeni2006-07-19
* Move av_log() & friends to libavutilLuca Abeni2006-07-18
* sync to x264 r537Loren Merritt2006-07-18
* 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
* 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
* avoid double copying of left border in luma predictionStefan Gehrer2006-07-14
* replace run by run+1 in VLC tablesStefan Gehrer2006-07-14
* cleanupMichael Niedermayer2006-07-14
* change partition flags SYM -> FWD|SYMStefan Gehrer2006-07-14
* set mvP2 also in PSKIP macroblockStefan Gehrer2006-07-14
* optionally (use_lpc=2) support Cholesky factorization for finding the lpc coe...Michael Niedermayer2006-07-14
* avoid overflows of qp and pic_typeStefan Gehrer2006-07-14
* replace -D_GNU_SOURCE with -D_ISOC9X_SOURCE to avoid accidental useMåns Rullgård2006-07-13
* dither lpc cpeffsMichael Niedermayer2006-07-13
* rename AMR config variables to CONFIG_AMR*Måns Rullgård2006-07-12
* Remove MPlayer-specific include option hacks.Diego Biurrun2006-07-12
* CONFIG_WIN32 implies MinGW and Cygwin and possibly more, so use justDiego Biurrun2006-07-11
* simplifyMichael Niedermayer2006-07-09
* avoid redundant local variablesMichael Niedermayer2006-07-09
* simplifyMichael Niedermayer2006-07-09
* FastUVMV vs FastUVMC typo, noticed by bondDiego Biurrun2006-07-09
* make some tables constMåns Rullgård2006-07-09
* --enable/disable parsers. Warning: some combinations are broken.Måns Rullgård2006-07-09
* remove STATS code (probably hasnt been used for years ..., and its not comple...Michael Niedermayer2006-07-09
* Check if 4-MV MB should not be decoded.Kostya Shishkov2006-07-09
* MVRANGE may occur in all frames and RESPIC in all but B-framesKostya Shishkov2006-07-09
* Fix mquant selection for ALL_MBS modeKostya Shishkov2006-07-09
* Use overlap filter instead of loop filter.Kostya Shishkov2006-07-09
* Use s->first_slice_line in checks instead of s->mb_yKostya Shishkov2006-07-09
* 10l: make disabling all pcm/adpcm codecs workMåns Rullgård2006-07-09
* only build dpcm.o if its codecs are enabledMåns Rullgård2006-07-08
* forgot to remove adx.o from objs always builtMåns Rullgård2006-07-08