12337 Commits (0eb1a3569e17b4afb1328df12f1b72b21025ef5e)

Author SHA1 Message Date
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
Vitor Sessak 66b84e4ab2 Make Intel Music Coder output SAMPLE_FMT_FLT 15 years ago
Peter Ross a5b588bcad Use designated initialisers for pcm codec struct 15 years ago
David Conrad 9ac831c2c0 vp8: Save mb border needed for intra prediction so that loop filter can run 15 years ago
David Conrad b6c420ce8f vp8: Check for malloc failure 15 years ago
Ronald S. Bultje a711eb4829 VP8 H/V inner loopfilter MMX/MMXEXT/SSE2 optimizations. 15 years ago
Måns Rullgård 751484372d ARM: NEON H264 chroma loop filter 3 cycles faster 15 years ago
Måns Rullgård 8c55333c99 ARM: remove two insns from NEON chroma loop filter 15 years ago
Diego Biurrun 4563de772c Restore mistakenly removed [in]/[out] Doxygen parameter attributes. 15 years ago
Reimar Döffinger b834becdae Pass the composition and ancillary ID for DVB subtitles via extradata instead 15 years ago
Thilo Borgmann bd7d08e27e Remove incomplete Doxygen for static decode_frame functions. 15 years ago
Alex Converse 49d3aab764 aacenc: psy_3gpp_init(): Fix line_to_frequency for short windows. 15 years ago
Alex Converse cecaf7d71a aacenc: aac_psy_init(): Factorize line_to_frequency. 15 years ago