- 11 May, 2010 15 commits
-
-
michael authored
this is 10-20cpu cycles faster on duron (whole is about 50-60 cpu cylses) I wonder why gcc isnt doing this on its own ... git-svn-id: file:///var/local/repositories/ffmpeg/trunk@23097 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@23096 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@23095 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
alexc authored
Most coder functions read it. Carting this around in the context may be suboptimal; a refactor should be considered. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@23094 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
bcoudurier authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@23093 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
bcoudurier authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@23092 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
bcoudurier authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@23091 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
bcoudurier authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@23090 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
bcoudurier authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@23089 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
bcoudurier authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@23088 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
diego authored
The latter does not exist and thus compilation fails. patch by Janne Grunau, janne-ffmpeg jannau.net git-svn-id: file:///var/local/repositories/ffmpeg/trunk@23087 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@23086 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
ramiro authored
Patch by Nick Brereton <nick at nbrereton dot net> git-svn-id: file:///var/local/repositories/ffmpeg/trunk@23085 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
ramiro authored
was encountered with a channel range that overlapped the previous substreams, and the code assumed no such overlap was possible. Patch by Nick Brereton <nick at nbrereton dot net> git-svn-id: file:///var/local/repositories/ffmpeg/trunk@23084 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@23083 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
- 10 May, 2010 6 commits
-
-
reimar authored
with x86_32 gcc 4.4.4 and -fPIC. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@23082 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
rbultje authored
Patch by Sebastian Vater <cdgs basty googlemail com>. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@23081 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
rbultje authored
they are >= 0. Patch by Sebastian Vater <cdgs basty googlemail com>. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@23080 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
mru authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@23079 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
benoit authored
This fixes issue1907 Patch by Thomas Devanneaux gmail(thomdev) git-svn-id: file:///var/local/repositories/ffmpeg/trunk@23078 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
vitor authored
Fix issue 1924. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@23077 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
- 09 May, 2010 15 commits
-
-
cehoyos authored
Patch by Francesco Lavra, francescolavra interfree it git-svn-id: file:///var/local/repositories/ffmpeg/trunk@23076 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
stefano authored
such. Also put the [3][0][0][0] codec tag, mapped to rgb565le, in a special section. It needs to be specified *after* the nut RGB[16] codec tag, otherwise it will be used by default when encoding normal non-flipped rgb565le, and will be decoded like a flipped format (see rawdec.c:raw_init_decoder()). git-svn-id: file:///var/local/repositories/ffmpeg/trunk@23075 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
stefano authored
Add codec tags for the formats: [15]BGR Packed RGB 5:5:5, 16bpp, (msb)1A 5R 5G 5B(lsb), big-endian [NOT in AVI] [15]RGB Packed BGR 5:5:5, 16bpp, (msb)1A 5B 5G 5R(lsb), big-endian [NOT in AVI] [16]BGR Packed RGB 5:6:5, 16bpp, (msb) 5R 6G 5B(lsb), big-endian [NOT in AVI] [16]RGB Packed BGR 5:6:5, 16bpp, (msb) 5B 6G 5R(lsb), big-endian [NOT in AVI] RGBA Packed RGBA 8:8:8:8, 32bpp, RGBA [NOT in AVI] BGRA Packed RGBA 8:8:8:8, 32bpp, BGRA [NOT in AVI] ABGR Packed RGBA 8:8:8:8, 32bpp, ABGR [NOT in AVI] ARGB Packed RGBA 8:8:8:8, 32bpp, ARGB [NOT in AVI] RGB[24] Packed RGB 8:8:8, 24bpp RGB [NOT in AVI] BGR[24] Packed RGB 8:8:8, 24bpp BGR [NOT in AVI] which are listed in the nut4cc.txt spec. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@23074 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
stefano authored
corresponding ones for the yuvXXX pixel formats. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@23073 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
stefano authored
format uyyvyy411. The codec tag is referenced in fourcc.org. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@23072 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
stefano authored
cannot recognize the provided codec tag. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@23071 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
mru authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@23070 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
rbultje authored
Patch by Sebastian Vater <cdgs basty googlemail com>. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@23069 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
rbultje authored
Patch by Sebastian Vater <cdgs basty googlemail com>. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@23068 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
stefano authored
addition. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@23067 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
stefano authored
top_field_first in AVFilterPicRef, done in r23044. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@23066 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
mstorsjo authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@23065 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
mru authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@23064 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
mru authored
The decodeplane8() function processes one byte of input less than it should. Also, the for loop has an unusual style with side-effects in the controlling expression; replaced with a more intuitive while loop. 10l to Basty. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@23063 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
mru authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@23062 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
- 08 May, 2010 4 commits
-
-
rbultje authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@23061 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
stefano authored
Use the numeric value assigned to sws_flags for the sws_flags set in the graph, rather than the string "bilinear", which is not even parsable by the scale filter. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@23060 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@23059 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
reimar authored
causes linking errors instead of avoiding them. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@23058 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-