index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
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
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libswscale
Commit message (
Expand
)
Author
Age
Files
Lines
*
cosmetics: Consistently place HEADERS before OBJS in all Makefiles.
Diego Biurrun
2008-11-20
1
-2
/
+2
*
Put variable declaration inside an #ifdef to avoid an unused variable warning.
Diego Biurrun
2008-11-17
1
-2
/
+3
*
Add some const specifiers to function name variables; fixes a bunch of
Diego Biurrun
2008-11-04
1
-2
/
+2
*
Merge ARCH_BFIN lines.
Diego Biurrun
2008-11-03
1
-3
/
+1
*
Add tests target for libswscale test programs.
Diego Biurrun
2008-11-03
1
-0
/
+2
*
Remove forgotten ASM_OBJS in libswscale
Måns Rullgård
2008-11-03
1
-1
/
+1
*
Silence GCC warnings:
Vitor Sessak
2008-10-27
1
-1
/
+2
*
rgb2rgb.h was not really intended to be a public header, thus remove it.
Michael Niedermayer
2008-10-27
1
-1
/
+1
*
Remove rgb2rgb.h dependancy.
Michael Niedermayer
2008-10-27
1
-6
/
+0
*
Silence GCC warning
Vitor Sessak
2008-10-26
1
-1
/
+1
*
Remove unused code that can't be compiled without svn archive.
Carl Eugen Hoyos
2008-10-25
1
-269
/
+0
*
Do not attempt to use the unscaled yuv2rgb converter when height is odd because
Michael Niedermayer
2008-10-25
1
-1
/
+1
*
Cosmetics: alignment
Vitor Sessak
2008-10-23
1
-3
/
+3
*
Fix broken palette8to*.
Vitor Sessak
2008-10-23
3
-75
/
+43
*
cosmetics: typo fix
Diego Biurrun
2008-10-23
3
-3
/
+3
*
Convert typeof keyword into __typeof__; this is a gcc extension and the forme...
David Conrad
2008-10-19
1
-10
/
+10
*
Convert asm keyword into __asm__.
Diego Pettenò
2008-10-16
6
-180
/
+180
*
Mark some symbols in swscale.c as constant.
Diego Pettenò
2008-10-09
1
-7
/
+7
*
Mark dither_2x2_{8,4} static to swscale.c
Diego Pettenò
2008-10-09
2
-4
/
+2
*
Mark variation-specific interleaveBytes static.
Diego Pettenò
2008-10-09
1
-1
/
+1
*
Invert logic for the single-pass in swScale() functions.
Diego Pettenò
2008-10-09
1
-3
/
+3
*
Change variable types from int to enum PixelFormat.
Carl Eugen Hoyos
2008-10-09
1
-2
/
+2
*
Do not set src[1] to the palette, it is now in the context
Vitor Sessak
2008-10-08
2
-3
/
+1
*
Add a new unscaled PAL8 -> RGB converter.
Vitor Sessak
2008-10-08
2
-10
/
+55
*
Change one more variable type from int to enum PixelFormat.
Aurelien Jacobs
2008-10-08
1
-1
/
+1
*
Change variable types from int to enum PixelFormat.
Carl Eugen Hoyos
2008-10-07
2
-6
/
+6
*
gcc-apple specific fallback not necessary anymore (btw no apple hardware is l...
Luca Barbato
2008-10-05
1
-5
/
+0
*
Use HAVE_FAST_64BIT instead of nonstandard __WORDSIZE macro.
Diego Biurrun
2008-10-05
1
-3
/
+2
*
Remove b5Dither, g5Dither and r5Dither from libswscale.
Carl Eugen Hoyos
2008-10-04
4
-58
/
+48
*
Remove g6Dither from libswscale.
Carl Eugen Hoyos
2008-10-04
4
-14
/
+12
*
Remove MPlayer-specific MP_WORDSIZE hack.
Diego Biurrun
2008-10-04
1
-5
/
+0
*
Remove unused function fast_memcpy.
Diego Biurrun
2008-09-29
1
-4
/
+0
*
cosmetics: indentation
Diego Biurrun
2008-09-29
1
-6
/
+5
*
Revert mistakely commited hunk.
Michael Niedermayer
2008-09-29
1
-1
/
+1
*
Print all cases that are tested, not just the ones that are bad.
Michael Niedermayer
2008-09-29
1
-3
/
+1
*
Fix infinite loop with spline, bug was introduced in r27612 by me.
Michael Niedermayer
2008-09-29
1
-1
/
+1
*
Uniform *ToY and *ToUV function signatures
Luca Barbato
2008-09-18
1
-51
/
+51
*
Split mono2Y in monowhite and monoblack
Luca Barbato
2008-09-18
1
-4
/
+19
*
Factorize unit32_t* casts for palette pointer
Luca Barbato
2008-09-18
1
-6
/
+6
*
Fix segfault with rgb24 and full_internal_chrome due to non existing alpha
Michael Niedermayer
2008-09-16
1
-2
/
+7
*
Avoid using floating point for calculating filter coefficients.
Michael Niedermayer
2008-09-15
1
-81
/
+83
*
Avoid some explicit types in sizeof().
Michael Niedermayer
2008-09-14
1
-6
/
+6
*
Use av_mallocz() instead of for() =0;
Michael Niedermayer
2008-09-14
1
-2
/
+1
*
Move dither tables from yuv2rgb to swscale, they have been written by me and
Michael Niedermayer
2008-09-14
2
-111
/
+111
*
Fix libswscale build after r27561 if --enable-runtime-cpudetection is used.
Benjamin Zores
2008-09-13
1
-6
/
+6
*
Fix indention.
Michael Niedermayer
2008-09-13
1
-313
/
+313
*
Rename yuv2rgb variables to avoid name clashes with the ones used by bfin asm.
Michael Niedermayer
2008-09-13
2
-12
/
+17
*
Disable mmx routines that are not bitexact when the user wants
Michael Niedermayer
2008-09-13
1
-6
/
+15
*
Make horizontal mmx scaling code match C code.
Michael Niedermayer
2008-09-13
1
-16
/
+15
*
Ensure that additional filter coeffs that exist due to alignment
Michael Niedermayer
2008-09-13
1
-0
/
+2
[next]