Michael Niedermayer
6772518310
finetuneing thresholds/factors
...
nicer mb decission
a few minor improvements & fixes
Originally committed as revision 1472 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
0e5f8ab165
fixed imlib2.c pixel format (imlib2 seems to use CPU endianness in RGBA32 as libavcodec)
...
Originally committed as revision 1471 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Falk Hüffner
6b02692791
sse16_c is totally fucked up (unaligned loads, LONG_MAX is undefined,
...
uint32 array index -> segv), so let's just use a nice plain
unobfuscated version, which also happens to be faster for me.
Originally committed as revision 1470 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
1d0eab1dcc
bugs
...
Originally committed as revision 1469 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Arpi
e51d4defe0
- removed nonsense *.d dependancy stuff, there was already a better 'make dep' support in it
...
- enabled .depend generation by default, so no need to 'make dep' then...
Originally committed as revision 1468 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
François Revol
7ed2dd2db4
removed redundant 4CC
...
Originally committed as revision 1467 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
François Revol
8b879f18d1
Fix probing for some files (ew.mov, april.mov)
...
Originally committed as revision 1466 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Philip Gladstone
204c0f48f4
When doing -vstats and also changing the frame rate, then don't count (and
...
report) frames that are dropped.
Originally committed as revision 1465 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
db40a39aba
AltiVec perf (take 2), plus a couple AltiVec functions by (Romain Dolbeau <dolbeau at irisa dot fr>)
...
Originally committed as revision 1464 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
f44a2df04f
update
...
Originally committed as revision 1463 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
0e15384d9d
fixing DCTELEM != short
...
Originally committed as revision 1462 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
3a87ac948f
more compare functions (rd & bit)
...
Originally committed as revision 1461 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
aaa1e4cd48
10l
...
Originally committed as revision 1460 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Philip Gladstone
77b71ddc11
AUtomatic dependency generation. Runs on Linux (at least). Probably should
...
update .cvsignore (somehere) to exclude .d files
Originally committed as revision 1459 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
cb7c98d6e2
padding bug autodetection improvement 2nd try
...
Originally committed as revision 1458 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
650faac6de
better padding/stuffing bug autodetection
...
Originally committed as revision 1457 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
741235ebe9
gmc1 segfault fix (found by kabi)
...
Originally committed as revision 1456 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
744ac4be05
dct_unquantize_h263_altivec by (Romain Dolbeau <dolbeaur at club-internet dot fr>)
...
Originally committed as revision 1455 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
67309e49c0
/* align 16 */
...
Originally committed as revision 1454 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
9214855006
average motion vector rounding like the reference says and not what the standard says
...
Originally committed as revision 1453 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
2ca24d9128
shorter test streams / faster regression tests
...
Originally committed as revision 1452 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
a33c7159e1
get_format()
...
Originally committed as revision 1451 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Felix von Leitner
2a006cd396
sse16 & pix_norm1 optimization patch by (Felix von Leitner <felix-ffmpeg at fefe dot de>) (with some modifications)
...
Originally committed as revision 1450 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Felix von Leitner
d32ac509f6
add/diff_bytes bugfix patch by (Felix von Leitner <felix-ffmpeg at fefe dot de>)
...
Originally committed as revision 1449 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Romain Dolbeau
e629ab68a7
altivec jumbo patch by (Romain Dolbeau <dolbeaur at club-internet dot fr>)
...
Originally committed as revision 1448 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Slavik Gnatenko
f3ec2d46ba
os2 support patch by ("Slavik Gnatenko" <miracle9 at newmail dot ru>)
...
Originally committed as revision 1447 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
143cc72527
gmc1
...
Originally committed as revision 1446 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
3df7be0f72
more links
...
Originally committed as revision 1445 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
a552591fb1
optimization tips
...
can allso be used as a torture test for ur spelling checker
Originally committed as revision 1444 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
94d883e84b
jpeg detection fix - fixed imagepipe output
...
Originally committed as revision 1443 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
7481e91982
more formats
...
Originally committed as revision 1442 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
3c27199b8f
added av_set_parameters()
...
Originally committed as revision 1441 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
817b23ffcf
still image support - increase audio buffer size - do hex dump even if packet is discarded
...
Originally committed as revision 1440 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
87a0a6816f
added still image support
...
Originally committed as revision 1439 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
f746a04616
added url_get_filename()
...
Originally committed as revision 1438 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
0b9fb89d58
extracted yuv4mpeg from img.c (untested)
...
Originally committed as revision 1437 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
290c5fa640
added simple still image format support to simplify image and imagepipe video formats
...
Originally committed as revision 1436 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
2a877875fa
added missing formats in all functions - added monoblack, monowhite and gray8 support for most conversions
...
Originally committed as revision 1435 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
5915a6dc85
moved avpicture_xxx to imgconvert
...
Originally committed as revision 1434 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
2d1a4094a2
build update - avpicture_fill() returns the image size
...
Originally committed as revision 1433 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
0b2612b1cd
changed BGRA32 to RGBA32. XXX: clarify expected behaviour on big endian cpu
...
Originally committed as revision 1432 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
524c6b6342
simplified code (need automatic testing) - added primitive new format support.
...
Originally committed as revision 1431 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
9bbffbb155
moved avcodec_get_chroma_sub_sample() to imgconvert.c
...
Originally committed as revision 1430 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
dab64ebc0d
new image formats - suppressed ill defined formats (endianness, unless specified, is always the one of the CPU) - added avcodec_get_pix_fmt_name()
...
Originally committed as revision 1429 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Falk Hüffner
1a02ea65e0
Implement sad8x8 and sad16x16 with pix_abs.
...
Originally committed as revision 1428 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
88e9ab1f82
typo (noticed by kabi)
...
Originally committed as revision 1427 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
db79495376
qpel fix
...
Originally committed as revision 1426 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
2826984994
fixed wmv2 slices
...
Originally committed as revision 1425 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
e5ab4fdd8e
workaround dropable p frame after first frame bug
...
Originally committed as revision 1424 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
4013fcf4af
altivec patches by Romain Dolbeau
...
Originally committed as revision 1423 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago