aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Special case for spatial direct MV predictor being 0.Michael Niedermayer2010-02-131-1/+7
* Pack MVs together from the begin for spatial direct, this simplifies the codeMichael Niedermayer2010-02-131-20/+17
* Dont drop B frames without last_picture.Michael Niedermayer2010-02-121-5/+0
* Special case VP5/6 chroma alignment on x86 as wellDavid Conrad2010-02-121-1/+3
* Don't pre-calculate first_pixelDavid Conrad2010-02-121-75/+26
* Implement CODEC_CAP_DRAW_HORIZ_BAND for VP3 decoderDavid Conrad2010-02-121-3/+39
* Cosmetics: reindentDavid Conrad2010-02-121-48/+48
* Do loop filter per-row rather than per-frameDavid Conrad2010-02-121-7/+12
* Move apply_loop_filter above render_slice, it'll be used by the latter soonDavid Conrad2010-02-121-64/+64
* Export Theora colorspace info if presentDavid Conrad2010-02-121-2/+12
* Theora 3.4 doesn't exist; these fields were misunderstandings of the specDavid Conrad2010-02-121-14/+2
* Remove unused code that's moved elsewhereDavid Conrad2010-02-121-54/+0
* Try to support truncated h264 frames mixed with mpeg pes headers in mkv.Michael Niedermayer2010-02-123-0/+13
* Use int8_t instead of char, the signedness of char can differ between systems.Reimar Döffinger2010-02-121-2/+2
* WMAVoice decoder.Ronald S. Bultje2010-02-125-1/+4596
* Fix build with --disable-mdctMåns Rullgård2010-02-111-0/+2
* Move 'chksum' declaration to the only block where that variable is usedKostya Shishkov2010-02-111-2/+1
* Move band checksum verifying into preprocessor condition, so compiler won'tKostya Shishkov2010-02-111-1/+3
* Output the first AAC frame. This is needed for SBR conformance.Alex Converse2010-02-101-6/+0
* Enable SSE2 (put|avg)_pixels_16_sse2David Conrad2010-02-101-2/+0
* ARMv6 optimised pix_sumMåns Rullgård2010-02-092-0/+27
* ARMv6 optimised pix_norm1Måns Rullgård2010-02-092-0/+34
* ARMv6 optimised sse16Måns Rullgård2010-02-092-0/+56
* ARMv6 optimised diff_pixelsMåns Rullgård2010-02-092-0/+36
* ARMv6 optimised get_pixelsMåns Rullgård2010-02-092-0/+25
* ARMv6 optimised pix_abs8Måns Rullgård2010-02-092-0/+36
* ARMv6 optimised pix_abs16_y2Måns Rullgård2010-02-092-0/+61
* ARMv6 optimised pix_abs16_x2Måns Rullgård2010-02-092-0/+58
* ARMv6 optimised pix_abs16Måns Rullgård2010-02-092-0/+36
* ARMv6 optimised put_pixels functions except xy2 variantsMåns Rullgård2010-02-092-0/+280
* Indeo 5 decoderKostya Shishkov2010-02-095-1/+1078
* Reorder and factorize mb_type ifs, 1 cpu cycle faster and simpler.Michael Niedermayer2010-02-091-9/+8
* Set partitioning to 16x16 for spatial direct MBs with mixed interlacing.Michael Niedermayer2010-02-081-0/+4
* Detect spatial direct MBs partitioned smaller than 16x16 that can be partitionedMichael Niedermayer2010-02-081-0/+5
* Detect equal 4x4 blocks in spatial direct MBs.Michael Niedermayer2010-02-081-1/+6
* Remove an apparently unneeded && !FRAME_MBAFF.Michael Niedermayer2010-02-081-1/+1
* Branchless calculation of ref_offset.Michael Niedermayer2010-02-081-3/+2
* Remove incorrect fixme, i see no case that is missing.Michael Niedermayer2010-02-081-2/+0
* Replace call to pred_motion() in direct spatial mv pred by codeMichael Niedermayer2010-02-081-6/+28
* Change xvid/divx/lavc build variables to be consistent to x264_build.Michael Niedermayer2010-02-082-24/+29
* Set x264_build so that checks are simpler.Michael Niedermayer2010-02-082-3/+4
* Ooops, 10l forgot to commit h264.h.Michael Niedermayer2010-02-071-0/+2
* Zero a/b only in the branch where they need to be zeroed.Michael Niedermayer2010-02-071-2/+4
* Merge mv&ref related code for spatial direct MV code.Michael Niedermayer2010-02-071-20/+11
* Precalculate a few variables for direct mv prediction for interlaced MBs.Michael Niedermayer2010-02-071-11/+11
* Set direct MB partitioning for 16x8 and 8x16 colocated MBs to the respective ...Michael Niedermayer2010-02-071-0/+3
* Factorize setting sub_mb_type out.Michael Niedermayer2010-02-071-2/+1
* Remove FIXMEs for cases that are disallowed by the spec.Michael Niedermayer2010-02-071-2/+1
* Check direct_8x8_inference_flag.Michael Niedermayer2010-02-071-0/+4
* Skip the fill_colmap() case thats for MBAFF if we dont have an MBAFF frame.Michael Niedermayer2010-02-071-0/+1