summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* sse & sse2 implementations of vorbis channel coupling.Loren Merritt2006-08-035-20/+95
* int16_t is faster than int_fast16_t for division.Loren Merritt2006-08-031-2/+2
* set supported pixel formats correctlyMichael Niedermayer2006-08-021-0/+2
* avoid possible segfault situationsLuca Barbato2006-08-021-4/+4
* CosmeticsLuca Barbato2006-08-021-11/+10
* Forgot to update LIBAVCODEC_VERSION_INTKostya Shishkov2006-08-011-1/+1
* remove libtheora wrapperMåns Rullgård2006-07-314-143/+1
* Fix overflows in bicubic interpolation.Kostya Shishkov2006-07-311-3/+3
* Use bicubic MC (should also remove those ringing artifacts) when neededKostya Shishkov2006-07-301-17/+31
* Use functions from DSPContext in vc1.cKostya Shishkov2006-07-301-180/+26
* New functions in DSPContext for VC-1 decodingKostya Shishkov2006-07-305-2/+477
* Remove spurious references to Ogg Theora encoder, such a thing never existed.Diego Biurrun2006-07-292-4/+0
* some MMX optimizations for the CAVS decoderStefan Gehrer2006-07-296-3/+551
* Set MpegEncContext->mspel flag (here it indicates that bicubic MC will be use)Kostya Shishkov2006-07-291-0/+2
* Support range reduced framesKostya Shishkov2006-07-291-3/+61
* Support grayscale decoding.Kostya Shishkov2006-07-291-10/+34
* Add rounding for overlap filtersKostya Shishkov2006-07-281-28/+28
* 10l in r5768 (broke mbaff)Loren Merritt2006-07-271-2/+2
* Remove sws_global_init() from swscaler emulationLuca Abeni2006-07-271-6/+0
* Fix FSF postal address.Diego Biurrun2006-07-263-3/+3
* Fix a corner case in sws emulationLuca Abeni2006-07-251-0/+3
* 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