11018 Commits (923bcb404804dae142e878cf05115dfbf2d35cd7)

Author SHA1 Message Date
Michael Niedermayer 923bcb4048 100l Forgoten hunk.unbreak compile before someone notices. 15 years ago
Michael Niedermayer af0d6581e1 Restructure spatial direct MV generation so that the zero predictior shortcut 15 years ago
Michael Niedermayer edb4df436f Split spatial and temporal direct MV generation. 15 years ago
Ramiro Polla 3beb81e744 Fix compilation with --enable-libgsm on Gentoo and OpenSUSE. 15 years ago
Michael Niedermayer 812bfd7b44 Special case for spatial direct MV predictor being 0. 15 years ago
Michael Niedermayer 828cfff63d Pack MVs together from the begin for spatial direct, this simplifies the code 15 years ago
Michael Niedermayer 02e8c5f0a5 Dont drop B frames without last_picture. 15 years ago
David Conrad b7098cc153 Special case VP5/6 chroma alignment on x86 as well 15 years ago
David Conrad 735acf567c Don't pre-calculate first_pixel 15 years ago
David Conrad a8de390163 Implement CODEC_CAP_DRAW_HORIZ_BAND for VP3 decoder 15 years ago
David Conrad 621f9a40b1 Cosmetics: reindent 15 years ago
David Conrad 256c0662ef Do loop filter per-row rather than per-frame 15 years ago
David Conrad fe3135564a Move apply_loop_filter above render_slice, it'll be used by the latter soon 15 years ago
David Conrad ea3c2d5393 Export Theora colorspace info if present 15 years ago
David Conrad 337f5c6e30 Theora 3.4 doesn't exist; these fields were misunderstandings of the spec 15 years ago
David Conrad 45c3c92576 Remove unused code that's moved elsewhere 15 years ago
Michael Niedermayer 3566042a0d Try to support truncated h264 frames mixed with mpeg pes headers in mkv. 15 years ago
Reimar Döffinger 9f1d760a27 Use int8_t instead of char, the signedness of char can differ between systems. 15 years ago
Ronald S. Bultje fa65584f12 WMAVoice decoder. 15 years ago
Måns Rullgård b5ab9b59e0 Fix build with --disable-mdct 15 years ago
Kostya Shishkov 94dde5c1ec Move 'chksum' declaration to the only block where that variable is used 15 years ago
Kostya Shishkov f7d649185b Move band checksum verifying into preprocessor condition, so compiler won't 15 years ago
Alex Converse 1edea057dd Output the first AAC frame. This is needed for SBR conformance. 15 years ago
David Conrad 19530266a5 Enable SSE2 (put|avg)_pixels_16_sse2 15 years ago
Måns Rullgård 41c2bd0a26 ARMv6 optimised pix_sum 15 years ago
Måns Rullgård 66ec243d95 ARMv6 optimised pix_norm1 15 years ago
Måns Rullgård 0c28474c92 ARMv6 optimised sse16 15 years ago
Måns Rullgård 3132614305 ARMv6 optimised diff_pixels 15 years ago
Måns Rullgård f73a626ae4 ARMv6 optimised get_pixels 15 years ago
Måns Rullgård d2578ff9f1 ARMv6 optimised pix_abs8 15 years ago
Måns Rullgård 74cc33c235 ARMv6 optimised pix_abs16_y2 15 years ago
Måns Rullgård 39a760f678 ARMv6 optimised pix_abs16_x2 15 years ago
Måns Rullgård e6056a9008 ARMv6 optimised pix_abs16 15 years ago
Måns Rullgård 38e016a7c9 ARMv6 optimised put_pixels functions except xy2 variants 15 years ago
Kostya Shishkov 5bebe94d86 Indeo 5 decoder 15 years ago
Michael Niedermayer daaf6e3e9e Reorder and factorize mb_type ifs, 1 cpu cycle faster and simpler. 15 years ago
Michael Niedermayer 1be49ce54b Set partitioning to 16x16 for spatial direct MBs with mixed interlacing. 15 years ago
Michael Niedermayer 3babc711d8 Detect spatial direct MBs partitioned smaller than 16x16 that can be partitioned 15 years ago
Michael Niedermayer 8b9eb2dfec Detect equal 4x4 blocks in spatial direct MBs. 15 years ago
Michael Niedermayer 8a3b90686d Remove an apparently unneeded && !FRAME_MBAFF. 15 years ago
Michael Niedermayer 542d4a756a Branchless calculation of ref_offset. 15 years ago
Michael Niedermayer fb70c63f70 Remove incorrect fixme, i see no case that is missing. 15 years ago
Michael Niedermayer 35c8b9c094 Replace call to pred_motion() in direct spatial mv pred by code 15 years ago
Michael Niedermayer b317567cf4 Change xvid/divx/lavc build variables to be consistent to x264_build. 15 years ago
Michael Niedermayer 055a6aa76a Set x264_build so that checks are simpler. 15 years ago
Michael Niedermayer 3a06e8647f Ooops, 10l forgot to commit h264.h. 15 years ago
Michael Niedermayer 3b9e61e45f Zero a/b only in the branch where they need to be zeroed. 15 years ago
Michael Niedermayer f28a2656c3 Merge mv&ref related code for spatial direct MV code. 15 years ago
Michael Niedermayer 0a8dca8765 Precalculate a few variables for direct mv prediction for interlaced MBs. 15 years ago
Michael Niedermayer 464baa6650 Set direct MB partitioning for 16x8 and 8x16 colocated MBs to the respective true partitioning. 15 years ago