index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
i386
Age
Commit message (
Expand
)
Author
2008-04-26
Rename i386/cputest.c --> i386/cpuid.c.
Diego Biurrun
2008-04-17
cosmetics: __asm__ __volatile__ --> asm volatile
Diego Biurrun
2008-04-16
cosmetics: Fix nonstandard indentation.
Diego Biurrun
2008-04-16
Cosmetics:
Jeff Downs
2008-04-16
Redo r12838, this time using svn copy to create h264_i386.h from cabac.h.
Jeff Downs
2008-04-16
Revert 12838 to redo it the right way (use svn copy to create new
Jeff Downs
2008-04-16
Add a new xvid-style IDCT using SSE2.
Alexander Strange
2008-04-15
Move decode_significance_x86() and decode_significance_8x8_x86() to
Jeff Downs
2008-04-14
Eliminate movdqu in vp3dsp_sse2, patch from Alexander Strange astrangeAtithin...
Luca Barbato
2008-04-12
Add a header file to declare Xvid IDCT functions.
Alexander Strange
2008-04-08
Fix H.264 interframe decoding when compiling with icc. Patch by Loren
Loren Merritt
2008-04-01
h264 chroma mc ssse3
Loren Merritt
2008-03-22
cosmetics: typo fixes
Diego Biurrun
2008-03-21
Add missed call to ff_cavsdsp_init_3dnow() in dsputil_init_mmx()
Zuxy Meng
2008-03-20
Hardcode register to prevent aparent miscompilation.
Michael Niedermayer
2008-03-20
remove unused temp
Michael Niedermayer
2008-03-17
get register names from x86_cpu.h
Måns Rullgård
2008-03-04
move draw_edges() into dsputil
Aurelien Jacobs
2008-02-25
split encoding part of dsputil_mmx into its own file
Aurelien Jacobs
2008-02-24
__asm __volatile -> asm volatile part 2
Reimar Döffinger
2008-02-24
__asm __volatile -> asm volatile, improves code consistency and works
Reimar Döffinger
2008-02-21
simd and unroll png_filter_row
Loren Merritt
2008-02-21
Disabling all SSE* code for old gcc to avoid alignment issues.
Michael Niedermayer
2008-02-19
Fix warnings:
Reimar Döffinger
2008-02-13
cosmetics: Replace // by /* */ comments.
Diego Biurrun
2008-02-10
asm argument that might be in memory needs a size
Loren Merritt
2008-02-09
use fewer registers in apply_welch_window_sse2
Loren Merritt
2008-02-06
sse2 h264 motion compensation. not new code, just separate out the cases that...
Loren Merritt
2008-02-06
put loop counter in a register if possible. makes some of the qpel functions ...
Loren Merritt
2008-02-06
fix aliasing warnings. simpler too.
Loren Merritt
2008-02-06
constant was excessively aligned
Loren Merritt
2008-02-05
ssse3 h264 motion compensation.
Loren Merritt
2008-02-05
add qpel rounder once during hv rather than twice during hv and whatever it's...
Loren Merritt
2008-02-05
clean up an ugliness introduced in r11826. this syntax will require fewer cha...
Loren Merritt
2008-02-04
Deprecate old and inefficient per instruction asm().
Michael Niedermayer
2008-02-04
reduce code duplication
Loren Merritt
2008-02-03
avg_pixels4_mmx2
Loren Merritt
2008-02-03
use mmx2/3dnow avg functions in avg_qpel*_mc00
Loren Merritt
2008-02-03
ff_h264_idct8_add_sse2.
Loren Merritt
2008-02-03
remove some movq in ff_h264_idct8_add_mmx. 225->217 cycles on core2.
Loren Merritt
2008-01-30
add parenthesis, fix warning: i386/dsputil_mmx.c:2618: warning: suggest paren...
Baptiste Coudurier
2008-01-30
fix prototypes, remove warning: i386/dsputil_mmx.c:3594: warning: assignment ...
Baptiste Coudurier
2008-01-27
Add and use DECLARE_ASM_CONST for constants used in assembler code.
Reimar Döffinger
2008-01-27
Use DECLARE_ALIGNED in yet another place
Reimar Döffinger
2008-01-27
Use DECLARE_ALIGNED and remove unneeded attribute_used
Reimar Döffinger
2008-01-27
Use DECLARE_ALIGNED
Reimar Döffinger
2008-01-16
Rename illegal identifiers, _ followed by capital is reserved for the system.
Diego Biurrun
2008-01-11
Factorize some duplicated code from CAVS and H.264 into a common file.
Christophe Gisquet
2008-01-02
Fix issue #301:
Christophe Gisquet
2007-12-21
add MMX version for put_no_rnd_h264_chroma_mc8_c, used in VC-1 decoding.
Christophe Gisquet
[next]