2010-07-21 |
darkshikari |
Eliminate one instruction in VP8 dc_add_sse4
libavcodec
|
2010-07-21 |
darkshikari |
Various VP8 x86 deblocking speedups
libavcodec
|
2010-07-21 |
darkshikari |
Make mmx VP8 WHT faster
libavcodec
|
2010-07-21 |
flameeyes |
Make ff_inverse stay with libavutil, and optional copy it to libavcodec.
libavcodec
|
2010-07-21 |
conrad |
Add header declarations for mmx/sse constants missing them
libavcodec
|
2010-07-21 |
conrad |
Move ff_pw_* from vc1dsp_mmx.c to dsputil_mmx.c
libavcodec
|
2010-07-20 |
rbultje |
VP8 MBedge loopfilter MMX/MMX2/SSE2 functions for both luma (width=16)
libavcodec
|
2010-07-20 |
rbultje |
Chroma (width=8) inner loopfilter MMX/MMX2/SSE2 for VP8 decoder.
libavcodec
|
2010-07-20 |
skal |
remove an unneeded av_realloc()
libavcodec
|
2010-07-20 |
mru |
vp8: indent
libavcodec
|
2010-07-20 |
mru |
vp8: add do { } while(0) around XCHG() macro to avoid confusing if/else
libavcodec
|
2010-07-20 |
diego |
Add some braces to silence the warning:
libavcodec
|
2010-07-20 |
vitor |
Fix memory leak in ATRAC3 decoder
libavcodec
|
2010-07-19 |
rbultje |
Revert r24339 (it causes fate failures on x86-64) - I'll figure out what's
libavcodec
|
2010-07-19 |
rbultje |
Remove FF_MM_SSE2/3 flags for CPUs where this is generally not faster than
libavcodec
|
2010-07-19 |
rbultje |
Implement chroma (width=8) inner loopfilter MMX/MMX2/SSE2 functions.
libavcodec
|
2010-07-19 |
rbultje |
Be more efficient with registers or stack memory. Saves 8/16 bytes stack
libavcodec
|
2010-07-19 |
rbultje |
Change function prototypes for width=8 inner and mbedge loopfilter functions
libavcodec
|
2010-07-19 |
alexc |
aacenc: Convert if () abort() to assert().
libavcodec
|
2010-07-19 |
alexc |
Cosmetics: Whitespace
libavcodec
|
2010-07-19 |
alexc |
aacenc: Adjust array offsets for the current channel before calling ff_psy_suggest_window().
libavcodec
|
2010-07-19 |
alexc |
aacenc: Refactor apply_window_and_mdct() so it no longer takes an offset channel.
libavcodec
|
2010-07-19 |
pross |
Add doxygen @file comment block
libavcodec
|
2010-07-18 |
lorenm |
more credits to D. J. Bernstein for fft
libavcodec
|
2010-07-18 |
cehoyos |
Fix memleak when using mp*float decoder.
libavcodec
|
2010-07-18 |
pross |
ASCII/ANSI art decoder
libavcodec
|
2010-07-18 |
pross |
Add @file documentation tag
libavcodec
|
2010-07-18 |
pross |
8088flex TMV video decoder now uses ff_draw_pc_font()
libavcodec
|
2010-07-18 |
pross |
Add ff_draw_pc_font()
libavcodec
|
2010-07-18 |
pross |
Add ff_vga16_font
libavcodec
|
2010-07-17 |
diego |
Fix Doxygen @param command attribute syntax.
libavcodec
|
2010-07-16 |
rbultje |
Attempt to fix x86-64 testsuite on fate.
libavcodec
|
2010-07-16 |
alexc |
10l: Add a missing const.
libavcodec
|
2010-07-16 |
alexc |
aacenc: Template quantize_and_encode_band_cost().
libavcodec
|
2010-07-16 |
rbultje |
Remove duplicate define.
libavcodec
|
2010-07-16 |
rbultje |
Revert 24270, it contained some stuff that shouldn't have been in there.
libavcodec
|
2010-07-16 |
rbultje |
Remove duplicate define.
libavcodec
|
2010-07-16 |
rbultje |
Give x86 r%d registers names, this will simplify implementation of the chroma
libavcodec
|
2010-07-16 |
rbultje |
Change return statement, the REP_RET is a mistake since the else case (x86-64,
libavcodec
|
2010-07-16 |
vitor |
Make Intel Music Coder output SAMPLE_FMT_FLT
libavcodec
|
2010-07-16 |
pross |
Use designated initialisers for pcm codec struct
libavcodec
|
2010-07-16 |
conrad |
vp8: Save mb border needed for intra prediction so that loop filter can run
libavcodec
|
2010-07-16 |
conrad |
vp8: Check for malloc failure
libavcodec
|
2010-07-15 |
rbultje |
VP8 H/V inner loopfilter MMX/MMXEXT/SSE2 optimizations.
libavcodec
|
2010-07-15 |
mru |
ARM: NEON H264 chroma loop filter 3 cycles faster
libavcodec
|
2010-07-15 |
mru |
ARM: remove two insns from NEON chroma loop filter
libavcodec
|
2010-07-14 |
diego |
Restore mistakenly removed [in]/[out] Doxygen parameter attributes.
libavcodec
|
2010-07-14 |
reimar |
Pass the composition and ancillary ID for DVB subtitles via extradata instead
libavcodec
|
2010-07-14 |
diego |
Remove incomplete Doxygen for static decode_frame functions.
libavcodec
|
2010-07-14 |
alexc |
aacenc: psy_3gpp_init(): Fix line_to_frequency for short windows.
libavcodec
|
2010-07-14 |
alexc |
aacenc: aac_psy_init(): Factorize line_to_frequency.
libavcodec
|
2010-07-14 |
alexc |
aacenc: psy_3gpp_init(): Fix ath for the first line in each sfb.
libavcodec
|
2010-07-14 |
alexc |
aacenc: psy_3gpp_init(): Calculate barks on demand.
libavcodec
|
2010-07-13 |
mru |
avfft: remove useless parens
libavcodec
|
2010-07-13 |
mru |
100l: really fix fft external API init functions
libavcodec
|
2010-07-13 |
alexc |
aacsbr: Eliminate double precision arithmetic.
libavcodec
|
2010-07-12 |
alexc |
aacdec: Eliminate the use of doubles in the MAIN predictor.
libavcodec
|
2010-07-12 |
alexc |
aacdec: Eliminate the use of doubles in decode_cce().
libavcodec
|
2010-07-12 |
alexc |
aacdec: Use a LUT to generate CCE scale.
libavcodec
|
2010-07-12 |
cehoyos |
Do not map video quantizer scale (from 1-51 to 0-63) for libvpx anymore.
libavcodec
|
2010-07-12 |
mru |
avfft: make init functions return NULL on failure as intended
libavcodec
|
2010-07-12 |
diego |
Use correct length modifier for size comparison in printf expression, fixes:
libavcodec
|
2010-07-12 |
alexc |
Split the ADTS header decoder off of the ADTS parser.
libavcodec
|
2010-07-12 |
alexc |
aacdec: Remove the warning about non-meaningful window transitions.
libavcodec
|