12122 Commits (14767f35ede13f7dccfa7625bec77cf76c2e60c1)

Author SHA1 Message Date
Jason Garrett-Glaser 14767f35ed VP8: use AV_ZERO32 instead of AV_WN32A where relevant 15 years ago
Jason Garrett-Glaser 09959ec46e VP8: eliminate redundant code in r24458 15 years ago
Jason Garrett-Glaser a71abb714e VP8: shave a few clocks off check_intra_pred_mode 15 years ago
Jason Garrett-Glaser 0087aa47d0 VP8: fix broken sign bias code in MV pred 15 years ago
Jason Garrett-Glaser 3ae079a3c8 VP8: optimize DC-only chroma case in the same way as luma. 15 years ago
Jason Garrett-Glaser 3df56f4118 VP8: Clean up some variable shadowing. 15 years ago
Jason Garrett-Glaser 51c9156438 VP8 asm: cosmetics (spacing) 15 years ago
Jason Garrett-Glaser 8a467b2d44 VP8: 30% faster idct_mb 15 years ago
Jason Garrett-Glaser ef38842f0b VP8: smarter prefetching 15 years ago
Baptiste Coudurier 9479415e4e In h264 parser, return immediately if buf_size is 0, avoid printing 15 years ago
Jason Garrett-Glaser c25c776708 VP8: clear DCT blocks in iDCT instead of using clear_blocks. 15 years ago
Jason Garrett-Glaser b74f70d646 VP8: avoid a memset for non-i4x4 blocks with no coefficients 15 years ago
Jason Garrett-Glaser 145d31865d Get rid of more unnecessary dereferences in VP8 deblocking 15 years ago
Jason Garrett-Glaser 867215336d Shut up an uninitialized variable GCC warning in VP8. 15 years ago
Jason Garrett-Glaser c4211046d2 Smarter VP8 prefetching 15 years ago
Jason Garrett-Glaser 8cfae560ad Fix stupid bug in VP8 prefetching code 15 years ago
Jason Garrett-Glaser 2a38c2e99a Eliminate a LUT in escape decoding in VP8 decode_block_coeffs 15 years ago
Jason Garrett-Glaser d292c3455e Eliminate some repeated dereferences in VP8 inter_predict 15 years ago
Ronald S. Bultje dc5eec8085 Use pextrw for SSE4 mbedge filter result writing, speedup 5-10cycles on 15 years ago
James Zern 7eb185e0a3 Map settings for 2-pass libvpx encoding. 15 years ago
Jason Garrett-Glaser b946111fde Eliminate a pointless memset for intra blocks in P-frames in VP8 15 years ago
Jason Garrett-Glaser b9a7186bf4 VP8: Don't store segment in macroblock struct anymore. 15 years ago
Jason Garrett-Glaser c55e0d34ba Convert VP8 macroblock structures to a ring buffer. 15 years ago
Jason Garrett-Glaser 968570d65f Calculate deblock strength per-MB instead of per-row 15 years ago
Jason Garrett-Glaser d1c58fce20 Avoid tracking i4x4 modes in P-frames in VP8 15 years ago
Jason Garrett-Glaser 158e062c95 Avoid useless fill_rectangle in P-frames in VP8 15 years ago
Jason Garrett-Glaser 7bf254c41d Optimize partition mv decoding in VP8 15 years ago
Jason Garrett-Glaser c0498b3031 Take shortcuts for mv0 case in VP8 MC 15 years ago
Jason Garrett-Glaser 702e8d3376 Much faster VP8 mv and mode prediction 15 years ago
Jason Garrett-Glaser d229ae2b62 Convert vp56_mv to 16-bit. 15 years ago
Jason Garrett-Glaser d864dee8ab Add prefetching to VP8 decoder 15 years ago
Ronald S. Bultje 003243c3c2 Fix and enable horizontal >=SSE2 mbedge loopfilter. 15 years ago
Loren Merritt c7b1d9768c relicense h264 deblock sse2 to lgpl 15 years ago
Loren Merritt 532e769701 sync yasm macros from x264 15 years ago
Jason Garrett-Glaser 8731dbd890 Eliminate one instruction in VP8 dc_add_sse4 15 years ago
Jason Garrett-Glaser 7dd224a42d Various VP8 x86 deblocking speedups 15 years ago
Jason Garrett-Glaser b8b231b5dc Make mmx VP8 WHT faster 15 years ago
Diego Pettenò 3fc548df28 Make ff_inverse stay with libavutil, and optional copy it to libavcodec. 15 years ago
David Conrad af521abc28 Add header declarations for mmx/sse constants missing them 15 years ago
David Conrad c7eec58170 Move ff_pw_* from vc1dsp_mmx.c to dsputil_mmx.c 15 years ago
Ronald S. Bultje e9e456d850 VP8 MBedge loopfilter MMX/MMX2/SSE2 functions for both luma (width=16) 15 years ago
Ronald S. Bultje 268821e76e Chroma (width=8) inner loopfilter MMX/MMX2/SSE2 for VP8 decoder. 15 years ago
Pascal Massimino fd7242ddbd remove an unneeded av_realloc() 15 years ago
Måns Rullgård 096971e892 vp8: indent 15 years ago
Måns Rullgård 070ce7efad vp8: add do { } while(0) around XCHG() macro to avoid confusing if/else 15 years ago
Diego Biurrun 153da88dfb Add some braces to silence the warning: 15 years ago
Vitor Sessak a28cccf6d6 Fix memory leak in ATRAC3 decoder 15 years ago
Ronald S. Bultje c60ed66dbe Revert r24339 (it causes fate failures on x86-64) - I'll figure out what's 15 years ago
Ronald S. Bultje 6526976f0c Remove FF_MM_SSE2/3 flags for CPUs where this is generally not faster than 15 years ago
Ronald S. Bultje 1878f685c0 Implement chroma (width=8) inner loopfilter MMX/MMX2/SSE2 functions. 15 years ago