Welcome to mirror list, hosted at ThFree Co, Russian Federation.

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