summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Fix build with --disable-mdctMåns Rullgård2010-02-11
* Move 'chksum' declaration to the only block where that variable is usedKostya Shishkov2010-02-11
* Move band checksum verifying into preprocessor condition, so compiler won'tKostya Shishkov2010-02-11
* Output the first AAC frame. This is needed for SBR conformance.Alex Converse2010-02-10
* Enable SSE2 (put|avg)_pixels_16_sse2David Conrad2010-02-10
* ARMv6 optimised pix_sumMåns Rullgård2010-02-09
* ARMv6 optimised pix_norm1Måns Rullgård2010-02-09
* ARMv6 optimised sse16Måns Rullgård2010-02-09
* ARMv6 optimised diff_pixelsMåns Rullgård2010-02-09
* ARMv6 optimised get_pixelsMåns Rullgård2010-02-09
* ARMv6 optimised pix_abs8Måns Rullgård2010-02-09
* ARMv6 optimised pix_abs16_y2Måns Rullgård2010-02-09
* ARMv6 optimised pix_abs16_x2Måns Rullgård2010-02-09
* ARMv6 optimised pix_abs16Måns Rullgård2010-02-09
* ARMv6 optimised put_pixels functions except xy2 variantsMåns Rullgård2010-02-09
* Indeo 5 decoderKostya Shishkov2010-02-09
* Reorder and factorize mb_type ifs, 1 cpu cycle faster and simpler.Michael Niedermayer2010-02-09
* Set partitioning to 16x16 for spatial direct MBs with mixed interlacing.Michael Niedermayer2010-02-08
* Detect spatial direct MBs partitioned smaller than 16x16 that can be partitionedMichael Niedermayer2010-02-08
* Detect equal 4x4 blocks in spatial direct MBs.Michael Niedermayer2010-02-08
* Remove an apparently unneeded && !FRAME_MBAFF.Michael Niedermayer2010-02-08
* Branchless calculation of ref_offset.Michael Niedermayer2010-02-08
* Remove incorrect fixme, i see no case that is missing.Michael Niedermayer2010-02-08
* Replace call to pred_motion() in direct spatial mv pred by codeMichael Niedermayer2010-02-08
* Change xvid/divx/lavc build variables to be consistent to x264_build.Michael Niedermayer2010-02-08
* Set x264_build so that checks are simpler.Michael Niedermayer2010-02-08
* Ooops, 10l forgot to commit h264.h.Michael Niedermayer2010-02-07
* Zero a/b only in the branch where they need to be zeroed.Michael Niedermayer2010-02-07
* Merge mv&ref related code for spatial direct MV code.Michael Niedermayer2010-02-07
* Precalculate a few variables for direct mv prediction for interlaced MBs.Michael Niedermayer2010-02-07
* Set direct MB partitioning for 16x8 and 8x16 colocated MBs to the respective ...Michael Niedermayer2010-02-07
* Factorize setting sub_mb_type out.Michael Niedermayer2010-02-07
* Remove FIXMEs for cases that are disallowed by the spec.Michael Niedermayer2010-02-07
* Check direct_8x8_inference_flag.Michael Niedermayer2010-02-07
* Skip the fill_colmap() case thats for MBAFF if we dont have an MBAFF frame.Michael Niedermayer2010-02-07
* Fix CAVLC+8x8DCT+MBAFF loopfiltering.Michael Niedermayer2010-02-07
* Fix colocated map.Michael Niedermayer2010-02-07
* Fix reference selection for colocated MBs from frames to fields.Michael Niedermayer2010-02-07
* Add assert(sps.direct_8x8_inference_flag) to FIXME comment.Michael Niedermayer2010-02-07
* ref_offset must be added after checking references validity.Michael Niedermayer2010-02-07
* Add include necessary for ff_set_qscaleReimar Döffinger2010-02-06
* Avoid using an intermediate variable.Jai Menon2010-02-06
* Remove redundant use of numchannels since it is 1 for mono.Jai Menon2010-02-06
* alac.c : Use av_freep instead of av_free.Jai Menon2010-02-06
* Long term references behave different from short term in spatial direct MV ca...Michael Niedermayer2010-02-06
* Add ALAC 24 bps decoding support.Jai Menon2010-02-04
* Fix large timebases.Michael Niedermayer2010-02-04
* Implement cool new vlc code.Michael Niedermayer2010-02-04
* IFF PBM/ILBM bitmap decoderPeter Ross2010-02-03
* RevertMichael Niedermayer2010-02-03