index
:
ffmpeg
master
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
Mirror of FFmpeg git repo
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavcodec
/
i386
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename libavcodec/i386/ --> libavcodec/x86/.
Diego Biurrun
2008-12-22
38
-19354
/
+0
*
Use ARCH_X86_32 instead of !ARCH_X86_64, it is more straightforward.
Diego Biurrun
2008-12-22
1
-1
/
+1
*
Do not use full include path for headers in the same directory.
Diego Biurrun
2008-12-21
1
-1
/
+1
*
Port x264 deblocking code to libavcodec.
Jason Garrett-Glaser
2008-12-19
2
-0
/
+773
*
Add automatic prefix handling to yasm functions. Does nothing now, but will
Jason Garrett-Glaser
2008-12-19
3
-14
/
+8
*
H.264 idct functions that include the chroma, inter luma and intra16 luma loops
Michael Niedermayer
2008-12-18
2
-2
/
+107
*
Remove obsolete and misleading comments.
Diego Biurrun
2008-12-17
3
-12
/
+0
*
Workaround for shared libs on OS X with Apple gcc 4.0.1
David Conrad
2008-12-16
1
-2
/
+2
*
avoid POSIX reserved _t suffix
Aurelien Jacobs
2008-12-14
2
-11
/
+11
*
Get rid of mmx_t.
Aurelien Jacobs
2008-12-14
1
-18
/
+0
*
dnxhd get_pixels_8x4_sym sse2
Baptiste Coudurier
2008-12-12
1
-0
/
+58
*
clear_block mmx
Loren Merritt
2008-12-10
1
-13
/
+37
*
Delete unnecessary 'extern' keywords.
Diego Biurrun
2008-12-03
1
-8
/
+8
*
Replace pushf/popf by explicit pushfl/popfl (32 bit) or pushfq/popfq (x86_64),
Reimar Döffinger
2008-11-25
1
-3
/
+10
*
Add shift argument to MULL() macro
Måns Rullgård
2008-11-24
1
-4
/
+2
*
convert fdct_mmx to plain asm
Baptiste Coudurier
2008-11-14
1
-159
/
+170
*
Remove duplicated MM_* macros for CPU capabilities from dsputil.h.
Dominik Mierzejewski
2008-11-03
4
-39
/
+39
*
asm() --> __asm__() in #warning comment
Diego Biurrun
2008-10-29
1
-1
/
+1
*
Add missing headers to pass 'make checkheaders'.
Diego Biurrun
2008-10-29
1
-0
/
+2
*
Rename template included sources from .h to _template.c.
Diego Pettenò
2008-10-27
5
-7
/
+7
*
Use x86_reg type instead of long in float_to_int16 MMX/SSE functions.
Reimar Döffinger
2008-10-20
1
-4
/
+8
*
Cosmetics: reindent
David Conrad
2008-10-19
1
-3
/
+3
*
Combine non-bitexact sections
David Conrad
2008-10-19
1
-3
/
+2
*
VP3 loop filter is mmx2 not mmx
David Conrad
2008-10-19
3
-9
/
+10
*
MMX VP3 Loop Filter
David Conrad
2008-10-17
4
-0
/
+129
*
Convert asm keyword into __asm__.
Diego Pettenò
2008-10-16
28
-309
/
+309
*
get_pixels_sse2, ~+12% performance compared to mmx
Baptiste Coudurier
2008-10-09
1
-0
/
+35
*
Add a bunch of const qualifiers to function arguments.
Diego Biurrun
2008-10-07
1
-12
/
+17
*
Sync cosmetics from upstream.
Diego Biurrun
2008-10-07
1
-0
/
+3
*
Declare ff_pw_53 and ff_pw_18 as assembler constants.
Diego Pettenò
2008-10-04
1
-2
/
+2
*
Remove duplication of TRANSPOSE8 macro, also removing some redundant load/stores
David Conrad
2008-09-18
1
-58
/
+2
*
Make a separate macro for writing an entire block from registers to memory
David Conrad
2008-09-18
1
-9
/
+12
*
Factorize SSE2_(Row|Column)_IDCT into one macro
David Conrad
2008-09-18
1
-116
/
+19
*
Cosmetics: remove excessive blank lines
David Conrad
2008-09-17
1
-143
/
+0
*
Ensure MMX/SSE2 VP3 IDCT selection isn't disabled when only Theora is enabled
David Conrad
2008-09-17
1
-1
/
+1
*
Cosmetics: reindent
David Conrad
2008-09-17
2
-9
/
+9
*
Rewrite SSE2 VP3 IDCT in inline asm
David Conrad
2008-09-17
1
-283
/
+273
*
Rewrite MMX VP3 IDCT in inline asm
David Conrad
2008-09-17
1
-202
/
+185
*
MMX/SSE2 VP3 IDCT are bitexact now that the dequantization matrices are permu...
David Conrad
2008-09-17
1
-3
/
+1
*
Globally rename the header inclusion guard names.
Stefano Sabatini
2008-08-31
7
-21
/
+21
*
Use ff_vp3_idct_data in vp3dsp_mmx.c rather than duplicating it
David Conrad
2008-08-31
3
-24
/
+2
*
Declare ff_vp3_idct_data to be uint16_t
David Conrad
2008-08-31
1
-1
/
+1
*
Don't declare SSE vp3 idct data static, so it can be used in the mmx version
David Conrad
2008-08-31
1
-2
/
+2
*
Remove unused dequantization code from SSE VP3 IDCT
David Conrad
2008-08-30
1
-343
/
+0
*
Use ff_pw_8 in MMX/SSE VP3 IDCT
David Conrad
2008-08-30
2
-16
/
+5
*
Let ff_pw_8 be used as an SSE constant
David Conrad
2008-08-30
2
-2
/
+2
*
Add explicit (int) cast to i386 optimized MUL* macros.
Vladimir Voroshilov
2008-08-26
1
-3
/
+3
*
stricter constraints of asm() blocks
Alexis Ballier
2008-08-24
1
-6
/
+6
*
file which should have been added in r14749
Loren Merritt
2008-08-14
1
-0
/
+92
*
missing prototype
Loren Merritt
2008-08-14
1
-0
/
+1
[next]