summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Some B-frames support (parsing and decoding only, no motion compesation is done)Kostya Shishkov2006-07-242-8/+296
* Some fixes for decode_p_mb()Kostya Shishkov2006-07-241-2/+3
* Remove obsolete and misleading warning.Diego Biurrun2006-07-231-3/+0
* Do not crash when the first frame is not a keyframe (and thus none of theReimar Döffinger2006-07-231-0/+5
* Correct edge MC for chromaKostya Shishkov2006-07-231-2/+2
* Replace code for clipping MV vectors (which is wrong to use here) with clippi...Kostya Shishkov2006-07-221-13/+8
* Don't do non-uniform quantization on zero coeffs.Kostya Shishkov2006-07-221-4/+4
* 1000l: scale DC predictors instead of predicted value.Kostya Shishkov2006-07-211-12/+20
* Set DC = 0 for skipped MB as it interferes DC predictionKostya Shishkov2006-07-211-2/+8
* Set correctly quantizer and transform mode when parsing frame header.Kostya Shishkov2006-07-211-1/+4
* avoid 4 +Michael Niedermayer2006-07-191-13/+7
* remove 166 useless underscores, and make this file valid c code as a resultMichael Niedermayer2006-07-191-78/+78
* remove a few useless casts and avoid the useless t1/t2 variablesMichael Niedermayer2006-07-191-104/+22
* simplifyMichael Niedermayer2006-07-191-43/+2
* more simplificationsMichael Niedermayer2006-07-191-39/+29
* simplificationMichael Niedermayer2006-07-191-114/+21
* iabs -> ABSMichael Niedermayer2006-07-191-4/+3
* simplifyMichael Niedermayer2006-07-191-99/+36
* fix loop filterMichael Niedermayer2006-07-191-7/+8
* disable the vp3 mmx and sse2 idcts, their output doesnt match the c idct (tes...Michael Niedermayer2006-07-191-0/+2
* Move av_malloc(), av_realloc(), and av_free() from libavcodec to libavutilLuca Abeni2006-07-193-141/+1
* Move av_log() & friends to libavutilLuca Abeni2006-07-182-85/+0
* sync to x264 r537Loren Merritt2006-07-181-3/+8
* parse all QIS values (we still ignore them though ...)Michael Niedermayer2006-07-171-3/+9
* 100l for meMichael Niedermayer2006-07-171-1/+1
* fix playback of theora.ogg on mphq patch by (matthieu castet %% castet dat ma...Matthieu Castet2006-07-171-0/+4
* attempt to implement xiphs useless and stupid quantization matrix messMichael Niedermayer2006-07-171-126/+81
* replace *_dequant (2 intra, 1 inter) by qmat (3 intra, 3 inter) (needed for t...Michael Niedermayer2006-07-171-36/+35
* use RSHIFTMichael Niedermayer2006-07-161-11/+4
* useless memcpyMichael Niedermayer2006-07-161-2/+2
* some fixmes if someone ever wants to implement theora support correctly ...Michael Niedermayer2006-07-161-0/+2
* check how many bits are left after decoding extradataMichael Niedermayer2006-07-161-52/+54
* cleanupMichael Niedermayer2006-07-161-19/+2
* slightly faster h264 fill_caches()Loren Merritt2006-07-161-9/+8
* cosmetic change to adjust alignment.Justin Ruggles2006-07-161-2/+2
* Modify preset compression levels to utilize log search.Justin Ruggles2006-07-161-2/+2
* cosmeticsMåns Rullgård2006-07-161-1/+1
* log prediction order search methodMichael Niedermayer2006-07-161-1/+24
* Add lpc order search. This creates new compression levels 6 to 12.Justin Ruggles2006-07-161-15/+66
* Don't pass block[6][64] parameter to decode_p_mb as we always use s->blockKostya Shishkov2006-07-161-11/+11
* Correct inverse quantization for P-framesKostya Shishkov2006-07-161-4/+13
* Rounding control for motion compensation.Kostya Shishkov2006-07-161-16/+41
* calculate all coefficients for several orders during cholesky factorization, ...Michael Niedermayer2006-07-151-9/+15
* avoid double copying of left border in luma predictionStefan Gehrer2006-07-141-21/+22
* replace run by run+1 in VLC tablesStefan Gehrer2006-07-142-233/+235
* cleanupMichael Niedermayer2006-07-141-2/+2
* change partition flags SYM -> FWD|SYMStefan Gehrer2006-07-142-44/+36
* set mvP2 also in PSKIP macroblockStefan Gehrer2006-07-141-10/+6
* optionally (use_lpc=2) support Cholesky factorization for finding the lpc coe...Michael Niedermayer2006-07-141-9/+40
* avoid overflows of qp and pic_typeStefan Gehrer2006-07-141-2/+6
OpenPOWER on IntegriCloud