]> git.sesse.net Git - ffmpeg/log
ffmpeg
21 years agovideo_device fixes
Fabrice Bellard [Thu, 23 Jan 2003 09:55:19 +0000 (09:55 +0000)]
video_device fixes

Originally committed as revision 1497 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agoremoved warnings
Fabrice Bellard [Thu, 23 Jan 2003 09:52:30 +0000 (09:52 +0000)]
removed warnings

Originally committed as revision 1496 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agoUYVY input
Michael Niedermayer [Thu, 23 Jan 2003 09:35:22 +0000 (09:35 +0000)]
UYVY input

Originally committed as revision 9072 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

21 years agoC implementation of the median deinterlacer (seems to be the only one
D Richard Felker III [Thu, 23 Jan 2003 04:19:24 +0000 (04:19 +0000)]
C implementation of the median deinterlacer (seems to be the only one
that generates tolerable output for anime) so it will work on non-MMX
architectures. Someone should optimize it better eventually.

Originally committed as revision 9071 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

21 years agoreversing my own stupidity ... (raw packed yuv422 files dont use YUY2 but UYVY)
Michael Niedermayer [Thu, 23 Jan 2003 01:20:47 +0000 (01:20 +0000)]
reversing my own stupidity ... (raw packed yuv422 files dont use YUY2 but UYVY)

Originally committed as revision 1494 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agodv patch by Max Krasnyansky (maxk at qualcomm dot com)
Max Krasnyansky [Wed, 22 Jan 2003 22:40:52 +0000 (22:40 +0000)]
dv patch by Max Krasnyansky (maxk at qualcomm dot com)

Originally committed as revision 1493 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agodependency handling is consistant with libavcodec
Fabrice Bellard [Wed, 22 Jan 2003 09:55:08 +0000 (09:55 +0000)]
dependency handling is consistant with libavcodec

Originally committed as revision 1492 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agoremoved unused rule
Fabrice Bellard [Wed, 22 Jan 2003 09:53:50 +0000 (09:53 +0000)]
removed unused rule

Originally committed as revision 1491 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agodependency handling is consistant with libavcodec
Fabrice Bellard [Wed, 22 Jan 2003 09:53:25 +0000 (09:53 +0000)]
dependency handling is consistant with libavcodec

Originally committed as revision 1490 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agofixed -msse stuff
Fabrice Bellard [Wed, 22 Jan 2003 09:35:40 +0000 (09:35 +0000)]
fixed -msse stuff

Originally committed as revision 1489 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agofixed dependancy generation (I want the case where SRC_PATH is not . to work too...
Fabrice Bellard [Wed, 22 Jan 2003 09:35:03 +0000 (09:35 +0000)]
fixed dependancy generation (I want the case where SRC_PATH is not . to work too - very useful if you have different gcc versions to test at the same time...) - fixed -msse stuff

Originally committed as revision 1488 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agocleanup
Michael Niedermayer [Tue, 21 Jan 2003 21:30:48 +0000 (21:30 +0000)]
cleanup

Originally committed as revision 1487 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agoGetBitContext.size is allways multiplied by 8 -> use size_in_bits to avoid useless...
Michael Niedermayer [Tue, 21 Jan 2003 17:34:12 +0000 (17:34 +0000)]
GetBitContext.size is allways multiplied by 8 -> use size_in_bits to avoid useless *8 in a few inner loops

Originally committed as revision 1486 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agoMore AltiVec MC functions patch by (Romain Dolbeau <dolbeau at irisa dot fr>)
Romain Dolbeau [Mon, 20 Jan 2003 22:50:14 +0000 (22:50 +0000)]
More AltiVec MC functions patch by (Romain Dolbeau <dolbeau at irisa dot fr>)

Originally committed as revision 1485 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agoimg_convert() (YUV to YUV) patch by (Max Krasnyansky <maxk at qualcomm dot com>)
Max Krasnyansky [Mon, 20 Jan 2003 22:41:48 +0000 (22:41 +0000)]
img_convert() (YUV to YUV) patch by (Max Krasnyansky <maxk at qualcomm dot com>)

Originally committed as revision 1484 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agoadded gray<->RGB functions - fixed rgb<->yuv functions for non RGB24 case
Fabrice Bellard [Mon, 20 Jan 2003 22:26:19 +0000 (22:26 +0000)]
added gray<->RGB functions - fixed rgb<->yuv functions for non RGB24 case

Originally committed as revision 1483 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agotrying to fix mb skip bug in mpeg1/2 if slices are not used
Michael Niedermayer [Mon, 20 Jan 2003 20:37:24 +0000 (20:37 +0000)]
trying to fix mb skip bug in mpeg1/2 if slices are not used

Originally committed as revision 1482 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agofixing yuv422 -> yuv420p (i need that for the vceq videos ...)
Michael Niedermayer [Mon, 20 Jan 2003 20:33:08 +0000 (20:33 +0000)]
fixing yuv422 -> yuv420p (i need that for the vceq videos ...)

Originally committed as revision 1481 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years ago* code for parsing options
Zdenek Kabelac [Mon, 20 Jan 2003 19:04:39 +0000 (19:04 +0000)]
* code for parsing options
  now options have to be added...
  - see main for a simple usage example.

Originally committed as revision 1480 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agoreverse
Nick Kurshev [Mon, 20 Jan 2003 18:43:31 +0000 (18:43 +0000)]
reverse

Originally committed as revision 1479 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agoFunction renaming. Solves some namespace conflicts
Nick Kurshev [Mon, 20 Jan 2003 16:33:47 +0000 (16:33 +0000)]
Function renaming. Solves some namespace conflicts

Originally committed as revision 1478 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agoalign
Michael Niedermayer [Sun, 19 Jan 2003 20:04:35 +0000 (20:04 +0000)]
align

Originally committed as revision 1477 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agoPPC perf, PPC clear_block, AltiVec put_pixels8_xy2 patch by (Romain Dolbeau <dolbeau...
Romain Dolbeau [Sun, 19 Jan 2003 19:00:45 +0000 (19:00 +0000)]
PPC perf, PPC clear_block, AltiVec put_pixels8_xy2 patch by (Romain Dolbeau <dolbeau at irisa dot fr>)

Originally committed as revision 1476 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agoadd/put_pixels_clamped update
Michael Niedermayer [Sun, 19 Jan 2003 18:42:49 +0000 (18:42 +0000)]
add/put_pixels_clamped update

Originally committed as revision 1475 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agoC99 initializers and kill warnings patch by (mru at users dot sourceforge dot net...
Måns Rullgård [Sun, 19 Jan 2003 18:30:29 +0000 (18:30 +0000)]
C99 initializers and kill warnings patch by (mru at users dot sourceforge dot net (Måns Rullgård))

Originally committed as revision 1474 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agooops forgot that ...
Michael Niedermayer [Sun, 19 Jan 2003 18:28:23 +0000 (18:28 +0000)]
oops forgot that ...
regression checksum update because of finetuning of various things & mb decission

Originally committed as revision 1473 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agofinetuneing thresholds/factors
Michael Niedermayer [Sun, 19 Jan 2003 17:55:13 +0000 (17:55 +0000)]
finetuneing thresholds/factors
nicer mb decission
a few minor improvements & fixes

Originally committed as revision 1472 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agofixed imlib2.c pixel format (imlib2 seems to use CPU endianness in RGBA32 as libavcodec)
Fabrice Bellard [Sun, 19 Jan 2003 15:40:06 +0000 (15:40 +0000)]
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

21 years agosse16_c is totally fucked up (unaligned loads, LONG_MAX is undefined,
Falk Hüffner [Sun, 19 Jan 2003 12:06:36 +0000 (12:06 +0000)]
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

21 years agobugs
Michael Niedermayer [Sat, 18 Jan 2003 01:37:42 +0000 (01:37 +0000)]
bugs

Originally committed as revision 1469 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years ago- removed nonsense *.d dependancy stuff, there was already a better 'make dep' suppor...
Arpi [Fri, 17 Jan 2003 22:40:00 +0000 (22:40 +0000)]
- 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

21 years agoremoved redundant 4CC
François Revol [Fri, 17 Jan 2003 09:22:52 +0000 (09:22 +0000)]
removed redundant 4CC

Originally committed as revision 1467 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agoFix probing for some files (ew.mov, april.mov)
François Revol [Fri, 17 Jan 2003 08:29:37 +0000 (08:29 +0000)]
Fix probing for some files (ew.mov, april.mov)

Originally committed as revision 1466 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agoWhen doing -vstats and also changing the frame rate, then don't count (and
Philip Gladstone [Fri, 17 Jan 2003 04:14:50 +0000 (04:14 +0000)]
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

21 years agoAltiVec perf (take 2), plus a couple AltiVec functions by (Romain Dolbeau <dolbeau...
Michael Niedermayer [Thu, 16 Jan 2003 21:54:55 +0000 (21:54 +0000)]
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

21 years agoupdate
Michael Niedermayer [Thu, 16 Jan 2003 13:15:22 +0000 (13:15 +0000)]
update

Originally committed as revision 1463 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agofixing DCTELEM != short
Michael Niedermayer [Wed, 15 Jan 2003 19:21:21 +0000 (19:21 +0000)]
fixing DCTELEM != short

Originally committed as revision 1462 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agomore compare functions (rd & bit)
Michael Niedermayer [Wed, 15 Jan 2003 18:05:23 +0000 (18:05 +0000)]
more compare functions (rd & bit)

Originally committed as revision 1461 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years ago10l
Michael Niedermayer [Tue, 14 Jan 2003 19:25:05 +0000 (19:25 +0000)]
10l

Originally committed as revision 1460 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agoAUtomatic dependency generation. Runs on Linux (at least). Probably should
Philip Gladstone [Tue, 14 Jan 2003 15:30:42 +0000 (15:30 +0000)]
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

21 years agopadding bug autodetection improvement 2nd try
Michael Niedermayer [Mon, 13 Jan 2003 13:20:21 +0000 (13:20 +0000)]
padding bug autodetection improvement 2nd try

Originally committed as revision 1458 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agobetter padding/stuffing bug autodetection
Michael Niedermayer [Mon, 13 Jan 2003 12:57:39 +0000 (12:57 +0000)]
better padding/stuffing bug autodetection

Originally committed as revision 1457 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agogmc1 segfault fix (found by kabi)
Michael Niedermayer [Mon, 13 Jan 2003 12:55:05 +0000 (12:55 +0000)]
gmc1 segfault fix (found by kabi)

Originally committed as revision 1456 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agodct_unquantize_h263_altivec by (Romain Dolbeau <dolbeaur at club-internet dot fr>)
Michael Niedermayer [Sun, 12 Jan 2003 13:29:24 +0000 (13:29 +0000)]
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

21 years ago/* align 16 */
Michael Niedermayer [Sun, 12 Jan 2003 13:13:52 +0000 (13:13 +0000)]
/* align 16 */

Originally committed as revision 1454 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agoaverage motion vector rounding like the reference says and not what the standard...
Michael Niedermayer [Sun, 12 Jan 2003 12:16:36 +0000 (12:16 +0000)]
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

21 years agoshorter test streams / faster regression tests
Michael Niedermayer [Sun, 12 Jan 2003 01:04:26 +0000 (01:04 +0000)]
shorter test streams / faster regression tests

Originally committed as revision 1452 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agoget_format()
Michael Niedermayer [Sun, 12 Jan 2003 00:48:29 +0000 (00:48 +0000)]
get_format()

Originally committed as revision 1451 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agosse16 & pix_norm1 optimization patch by (Felix von Leitner <felix-ffmpeg at fefe...
Felix von Leitner [Sat, 11 Jan 2003 22:32:56 +0000 (22:32 +0000)]
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

21 years agoadd/diff_bytes bugfix patch by (Felix von Leitner <felix-ffmpeg at fefe dot de>)
Felix von Leitner [Sat, 11 Jan 2003 21:04:47 +0000 (21:04 +0000)]
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

21 years agoaltivec jumbo patch by (Romain Dolbeau <dolbeaur at club-internet dot fr>)
Romain Dolbeau [Sat, 11 Jan 2003 20:51:03 +0000 (20:51 +0000)]
altivec jumbo patch by (Romain Dolbeau <dolbeaur at club-internet dot fr>)

Originally committed as revision 1448 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agoos2 support patch by ("Slavik Gnatenko" <miracle9 at newmail dot ru>)
Slavik Gnatenko [Sat, 11 Jan 2003 20:34:38 +0000 (20:34 +0000)]
os2 support patch by ("Slavik Gnatenko" <miracle9 at newmail dot ru>)

Originally committed as revision 1447 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agogmc1
Michael Niedermayer [Sat, 11 Jan 2003 15:38:00 +0000 (15:38 +0000)]
gmc1

Originally committed as revision 1446 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agomore links
Michael Niedermayer [Sat, 11 Jan 2003 11:36:38 +0000 (11:36 +0000)]
more links

Originally committed as revision 1445 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agooptimization tips
Michael Niedermayer [Sat, 11 Jan 2003 10:55:17 +0000 (10:55 +0000)]
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

21 years agojpeg detection fix - fixed imagepipe output
Fabrice Bellard [Sat, 11 Jan 2003 05:33:35 +0000 (05:33 +0000)]
jpeg detection fix - fixed imagepipe output

Originally committed as revision 1443 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agomore formats
Fabrice Bellard [Sat, 11 Jan 2003 05:32:29 +0000 (05:32 +0000)]
more formats

Originally committed as revision 1442 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agoadded av_set_parameters()
Fabrice Bellard [Sat, 11 Jan 2003 05:14:28 +0000 (05:14 +0000)]
added av_set_parameters()

Originally committed as revision 1441 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agostill image support - increase audio buffer size - do hex dump even if packet is...
Fabrice Bellard [Sat, 11 Jan 2003 05:05:47 +0000 (05:05 +0000)]
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

21 years agoadded still image support
Fabrice Bellard [Sat, 11 Jan 2003 05:02:14 +0000 (05:02 +0000)]
added still image support

Originally committed as revision 1439 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agoadded url_get_filename()
Fabrice Bellard [Sat, 11 Jan 2003 04:59:17 +0000 (04:59 +0000)]
added url_get_filename()

Originally committed as revision 1438 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agoextracted yuv4mpeg from img.c (untested)
Fabrice Bellard [Sat, 11 Jan 2003 04:58:36 +0000 (04:58 +0000)]
extracted yuv4mpeg from img.c (untested)

Originally committed as revision 1437 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agoadded simple still image format support to simplify image and imagepipe video formats
Fabrice Bellard [Sat, 11 Jan 2003 04:56:29 +0000 (04:56 +0000)]
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

21 years agoadded missing formats in all functions - added monoblack, monowhite and gray8 support...
Fabrice Bellard [Sat, 11 Jan 2003 04:54:38 +0000 (04:54 +0000)]
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

21 years agomoved avpicture_xxx to imgconvert
Fabrice Bellard [Sat, 11 Jan 2003 04:52:39 +0000 (04:52 +0000)]
moved avpicture_xxx to imgconvert

Originally committed as revision 1434 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agobuild update - avpicture_fill() returns the image size
Fabrice Bellard [Sat, 11 Jan 2003 04:51:31 +0000 (04:51 +0000)]
build update - avpicture_fill() returns the image size

Originally committed as revision 1433 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agochanged BGRA32 to RGBA32. XXX: clarify expected behaviour on big endian cpu
Fabrice Bellard [Sat, 11 Jan 2003 00:13:18 +0000 (00:13 +0000)]
changed BGRA32 to RGBA32. XXX: clarify expected behaviour on big endian cpu

Originally committed as revision 1432 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agosimplified code (need automatic testing) - added primitive new format support.
Fabrice Bellard [Sat, 11 Jan 2003 00:08:48 +0000 (00:08 +0000)]
simplified code (need automatic testing) - added primitive new format support.

Originally committed as revision 1431 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agomoved avcodec_get_chroma_sub_sample() to imgconvert.c
Fabrice Bellard [Sat, 11 Jan 2003 00:07:06 +0000 (00:07 +0000)]
moved avcodec_get_chroma_sub_sample() to imgconvert.c

Originally committed as revision 1430 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agonew image formats - suppressed ill defined formats (endianness, unless specified...
Fabrice Bellard [Sat, 11 Jan 2003 00:04:36 +0000 (00:04 +0000)]
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

21 years agoImplement sad8x8 and sad16x16 with pix_abs.
Falk Hüffner [Fri, 10 Jan 2003 13:35:15 +0000 (13:35 +0000)]
Implement sad8x8 and sad16x16 with pix_abs.

Originally committed as revision 1428 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agotypo (noticed by kabi)
Michael Niedermayer [Thu, 9 Jan 2003 22:10:57 +0000 (22:10 +0000)]
typo (noticed by kabi)

Originally committed as revision 1427 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agoqpel fix
Michael Niedermayer [Thu, 9 Jan 2003 20:42:37 +0000 (20:42 +0000)]
qpel fix

Originally committed as revision 1426 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agofixed wmv2 slices
Michael Niedermayer [Thu, 9 Jan 2003 11:37:08 +0000 (11:37 +0000)]
fixed wmv2 slices

Originally committed as revision 1425 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agoworkaround dropable p frame after first frame bug
Michael Niedermayer [Thu, 9 Jan 2003 01:43:31 +0000 (01:43 +0000)]
workaround dropable p frame after first frame bug

Originally committed as revision 1424 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agoaltivec patches by Romain Dolbeau
Fabrice Bellard [Wed, 8 Jan 2003 18:47:49 +0000 (18:47 +0000)]
altivec patches by Romain Dolbeau

Originally committed as revision 1423 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agosuppressed getopt.h
Fabrice Bellard [Tue, 7 Jan 2003 23:49:40 +0000 (23:49 +0000)]
suppressed getopt.h

Originally committed as revision 1422 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agotests link all libavcodec
Fabrice Bellard [Tue, 7 Jan 2003 23:47:09 +0000 (23:47 +0000)]
tests link all libavcodec

Originally committed as revision 1421 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agosuppressed pix_norm_altivec
Fabrice Bellard [Tue, 7 Jan 2003 22:51:32 +0000 (22:51 +0000)]
suppressed pix_norm_altivec

Originally committed as revision 1420 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agosuppressed redundant math.h - suppressed M_PI redefinition
Fabrice Bellard [Tue, 7 Jan 2003 22:43:16 +0000 (22:43 +0000)]
suppressed redundant math.h - suppressed M_PI redefinition

Originally committed as revision 1419 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agogeneric M_PI define
Fabrice Bellard [Tue, 7 Jan 2003 22:38:25 +0000 (22:38 +0000)]
generic M_PI define

Originally committed as revision 1418 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agofft altivec by Romain Dolbeau - simplified patch, test it on PPC with fft-test and...
Fabrice Bellard [Tue, 7 Jan 2003 18:15:48 +0000 (18:15 +0000)]
fft altivec by Romain Dolbeau - simplified patch, test it on PPC with fft-test and wma decoding

Originally committed as revision 1417 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agoremoved redundant includes
Fabrice Bellard [Tue, 7 Jan 2003 18:15:14 +0000 (18:15 +0000)]
removed redundant includes

Originally committed as revision 1416 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agoenabled SSE fft (first code using GCC 3.2 vector builtins on x86 - please tell me...
Fabrice Bellard [Tue, 7 Jan 2003 17:48:14 +0000 (17:48 +0000)]
enabled SSE fft (first code using GCC 3.2 vector builtins on x86 - please tell me if you have better ideas for intrinsic naming or Makefile support)

Originally committed as revision 1415 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agoalign fixes for sse/altivec
Fabrice Bellard [Tue, 7 Jan 2003 17:46:08 +0000 (17:46 +0000)]
align fixes for sse/altivec

Originally committed as revision 1414 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agoenabled SSE fft on x86
Fabrice Bellard [Tue, 7 Jan 2003 17:45:24 +0000 (17:45 +0000)]
enabled SSE fft on x86

Originally committed as revision 1413 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agouse av_malloc instead of malloc
Fabrice Bellard [Tue, 7 Jan 2003 17:44:21 +0000 (17:44 +0000)]
use av_malloc instead of malloc

Originally committed as revision 1412 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agocompile fixes
Fabrice Bellard [Tue, 7 Jan 2003 17:43:50 +0000 (17:43 +0000)]
compile fixes

Originally committed as revision 1411 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agoadded define for builtins use - inverse fix by Romain Dolbeau
Fabrice Bellard [Tue, 7 Jan 2003 17:41:43 +0000 (17:41 +0000)]
added define for builtins use - inverse fix by Romain Dolbeau

Originally committed as revision 1410 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agoallow easy use of GCC vector builtins on x86 (has someone a better idea?)
Fabrice Bellard [Tue, 7 Jan 2003 17:40:41 +0000 (17:40 +0000)]
allow easy use of GCC vector builtins on x86 (has someone a better idea?)

Originally committed as revision 1409 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agoPIC / ebx fix
Michael Niedermayer [Tue, 7 Jan 2003 13:00:38 +0000 (13:00 +0000)]
PIC / ebx fix

Originally committed as revision 1408 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agomore gcc bug workarounds
Michael Niedermayer [Tue, 7 Jan 2003 11:59:34 +0000 (11:59 +0000)]
more gcc bug workarounds

Originally committed as revision 1407 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agogcc 3.2.2 -O3 bug workaround (older gcc are very likely affected too but didnt check)
Michael Niedermayer [Tue, 7 Jan 2003 11:07:15 +0000 (11:07 +0000)]
gcc 3.2.2 -O3 bug workaround (older gcc are very likely affected too but didnt check)

Originally committed as revision 1406 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years ago1000l, but for whom? (zero ME sucks and caused the many I frames in the regression...
Michael Niedermayer [Mon, 6 Jan 2003 23:17:46 +0000 (23:17 +0000)]
1000l, but for whom? (zero ME sucks and caused the many I frames in the regression tests)

Originally committed as revision 1405 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agooops : better error resilience - should fix most wma decoding problems
Fabrice Bellard [Mon, 6 Jan 2003 22:47:42 +0000 (22:47 +0000)]
oops : better error resilience - should fix most wma decoding problems

Originally committed as revision 1404 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years ago* avoid usage of next/last buffer after flush
Zdenek Kabelac [Mon, 6 Jan 2003 18:09:27 +0000 (18:09 +0000)]
* avoid usage of next/last buffer after flush
  (but there still something wrong when the first frame isn't keyframe)

Originally committed as revision 1403 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years ago* first shot for generaly usable option parser for codecs
Zdenek Kabelac [Mon, 6 Jan 2003 18:06:51 +0000 (18:06 +0000)]
* first shot for  generaly usable option parser for codecs

Originally committed as revision 1402 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years ago1000l (push & esp) using mangle now ...
Michael Niedermayer [Mon, 6 Jan 2003 09:55:52 +0000 (09:55 +0000)]
1000l (push & esp) using mangle now ...

Originally committed as revision 1401 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agob frame segfault fix
Michael Niedermayer [Mon, 6 Jan 2003 01:20:37 +0000 (01:20 +0000)]
b frame segfault fix

Originally committed as revision 1400 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agoImprove bind failure message to indicate the port that failed
Philip Gladstone [Sun, 5 Jan 2003 23:09:01 +0000 (23:09 +0000)]
Improve bind failure message to indicate the port that failed

Originally committed as revision 1399 to svn://svn.ffmpeg.org/ffmpeg/trunk