12249 Commits (d93fdcbf5c0e70ca03aaad2581fd328f277cd7cb)

Author SHA1 Message Date
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
Ronald S. Bultje fb9bdf048c Be more efficient with registers or stack memory. Saves 8/16 bytes stack 15 years ago
Ronald S. Bultje 3facfc99da Change function prototypes for width=8 inner and mbedge loopfilter functions 15 years ago
Alex Converse 581a96976b aacenc: Convert if () abort() to assert(). 15 years ago
Alex Converse 6d9f1b67e8 Cosmetics: Whitespace 15 years ago
Nathan Caldwell 2bb1d0e77a aacenc: Adjust array offsets for the current channel before calling ff_psy_suggest_window(). 15 years ago
Nathan Caldwell 0045499dec aacenc: Refactor apply_window_and_mdct() so it no longer takes an offset channel. 15 years ago
Peter Ross 07e6384dd8 Add doxygen @file comment block 15 years ago
Loren Merritt 1ee076b1b1 more credits to D. J. Bernstein for fft 15 years ago
flybird2k@gmail.com 3aee5f6985 Fix memleak when using mp*float decoder. 15 years ago
Peter Ross beaa963cab ASCII/ANSI art decoder 15 years ago
Peter Ross 7199c3a4e2 Add @file documentation tag 15 years ago
Peter Ross 3625999e15 8088flex TMV video decoder now uses ff_draw_pc_font() 15 years ago
Peter Ross 9e5f3dfe25 Add ff_draw_pc_font() 15 years ago
Peter Ross ddf9dc453f Add ff_vga16_font 15 years ago
Diego Biurrun 0c733da8e2 Fix Doxygen @param command attribute syntax. 15 years ago
Ronald S. Bultje 819b2dd2b1 Attempt to fix x86-64 testsuite on fate. 15 years ago
Alex Converse a2310d1e41 10l: Add a missing const. 15 years ago
Alex Converse 1676b09994 aacenc: Template quantize_and_encode_band_cost(). 15 years ago
Ronald S. Bultje 6f323f1251 Remove duplicate define. 15 years ago
Ronald S. Bultje 889b2c26ee Revert 24270, it contained some stuff that shouldn't have been in there. 15 years ago
Ronald S. Bultje 2356a7834b Remove duplicate define. 15 years ago
Ronald S. Bultje ede1b9665a Give x86 r%d registers names, this will simplify implementation of the chroma 15 years ago
Ronald S. Bultje 526e831a46 Change return statement, the REP_RET is a mistake since the else case (x86-64, 15 years ago