log

age author description
2010-02-12 rbultje WMAVoice decoder. libavcodec
2010-02-11 mru Fix build with --disable-mdct libavcodec
2010-02-11 kostya Move 'chksum' declaration to the only block where that variable is used libavcodec
2010-02-11 kostya Move band checksum verifying into preprocessor condition, so compiler won't libavcodec
2010-02-10 alexc Output the first AAC frame. This is needed for SBR conformance. libavcodec
2010-02-10 conrad Enable SSE2 (put|avg)_pixels_16_sse2 libavcodec
2010-02-09 mru ARMv6 optimised pix_sum libavcodec
2010-02-09 mru ARMv6 optimised pix_norm1 libavcodec
2010-02-09 mru ARMv6 optimised sse16 libavcodec
2010-02-09 mru ARMv6 optimised diff_pixels libavcodec
2010-02-09 mru ARMv6 optimised get_pixels libavcodec
2010-02-09 mru ARMv6 optimised pix_abs8 libavcodec
2010-02-09 mru ARMv6 optimised pix_abs16_y2 libavcodec
2010-02-09 mru ARMv6 optimised pix_abs16_x2 libavcodec
2010-02-09 mru ARMv6 optimised pix_abs16 libavcodec
2010-02-09 mru ARMv6 optimised put_pixels functions except xy2 variants libavcodec
2010-02-09 kostya Indeo 5 decoder libavcodec
2010-02-09 michael Reorder and factorize mb_type ifs, 1 cpu cycle faster and simpler. libavcodec
2010-02-08 michael Set partitioning to 16x16 for spatial direct MBs with mixed interlacing. libavcodec
2010-02-08 michael Detect spatial direct MBs partitioned smaller than 16x16 that can be partitioned libavcodec
2010-02-08 michael Detect equal 4x4 blocks in spatial direct MBs. libavcodec
2010-02-08 michael Remove an apparently unneeded && !FRAME_MBAFF. libavcodec
2010-02-08 michael Branchless calculation of ref_offset. libavcodec
2010-02-08 michael Remove incorrect fixme, i see no case that is missing. libavcodec
2010-02-08 michael Replace call to pred_motion() in direct spatial mv pred by code libavcodec
2010-02-08 michael Change xvid/divx/lavc build variables to be consistent to x264_build. libavcodec
2010-02-08 michael Set x264_build so that checks are simpler. libavcodec
2010-02-07 michael Ooops, 10l forgot to commit h264.h. libavcodec
2010-02-07 michael Zero a/b only in the branch where they need to be zeroed. libavcodec
2010-02-07 michael Merge mv&ref related code for spatial direct MV code. libavcodec
2010-02-07 michael Precalculate a few variables for direct mv prediction for interlaced MBs. libavcodec
2010-02-07 michael Set direct MB partitioning for 16x8 and 8x16 colocated MBs to the respective true partitioning. libavcodec
2010-02-07 michael Factorize setting sub_mb_type out. libavcodec
2010-02-07 michael Remove FIXMEs for cases that are disallowed by the spec. libavcodec
2010-02-07 michael Check direct_8x8_inference_flag. libavcodec
2010-02-07 michael Skip the fill_colmap() case thats for MBAFF if we dont have an MBAFF frame. libavcodec
2010-02-07 michael Fix CAVLC+8x8DCT+MBAFF loopfiltering. libavcodec
2010-02-07 michael Fix colocated map. libavcodec
2010-02-07 michael Fix reference selection for colocated MBs from frames to fields. libavcodec
2010-02-07 michael Add assert(sps.direct_8x8_inference_flag) to FIXME comment. libavcodec
2010-02-07 michael ref_offset must be added after checking references validity. libavcodec
2010-02-06 reimar Add include necessary for ff_set_qscale libavcodec
2010-02-06 jai_menon Avoid using an intermediate variable. libavcodec
2010-02-06 jai_menon Remove redundant use of numchannels since it is 1 for mono. libavcodec
2010-02-06 jai_menon alac.c : Use av_freep instead of av_free. libavcodec
2010-02-06 michael Long term references behave different from short term in spatial direct MV calculation. libavcodec
2010-02-04 jai_menon Add ALAC 24 bps decoding support. libavcodec
2010-02-04 michael Fix large timebases. libavcodec
2010-02-04 michael Implement cool new vlc code. libavcodec
2010-02-03 pross IFF PBM/ILBM bitmap decoder libavcodec
2010-02-03 michael Revert libavcodec
2010-02-02 cehoyos Fix r21223: AVup samples (issue 1685) need a buf offset like AV1x (issue 1684). libavcodec
2010-02-01 thilo.borgmann Remove unnecessary fields in ALSSpecificConfig. libavcodec
2010-02-01 michael Set reordered_opaque during context alloc by default to AV_NOPTS_VALUE. libavcodec
2010-01-31 daniel Update binkaudio to new DECLARE_ALIGNED syntax libavcodec
2010-01-31 daniel libavcodec version bump for Bink codec IDs (r21536) libavcodec
2010-01-31 pross Bink Audio decoder libavcodec
2010-01-31 reimar Add include to fix implicit declaration of ff_mpeg4_init_direct_mv and libavcodec
2010-01-31 pross Add v210x decoder long name libavcodec
2010-01-31 michael Get rid of a check in one direction that cant be true in it in that part libavcodec
2010-01-31 mru Blackfin: use SRAM only when CONFIG_SRAM is set libavcodec
2010-01-30 michael Flush the bitreservour. libavcodec
2010-01-30 michael Split first reference list comparission from mv comparission. libavcodec
2010-01-30 reimar Make the jump-table section-relative for x86_64 with PIC enabled. libavcodec