]> git.sesse.net Git - ffmpeg/log
ffmpeg
21 years ago* opts compilation
Zdenek Kabelac [Mon, 10 Feb 2003 09:41:44 +0000 (09:41 +0000)]
* opts compilation

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

21 years ago* still unfinished code for Options
Zdenek Kabelac [Mon, 10 Feb 2003 09:40:23 +0000 (09:40 +0000)]
* still unfinished code for Options
* demo code - awating more comments

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

21 years ago* still unfinished code for Options
Zdenek Kabelac [Mon, 10 Feb 2003 09:38:38 +0000 (09:38 +0000)]
* still unfinished code for Options

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

21 years ago* static,const,compiler warning cleanup
Zdenek Kabelac [Mon, 10 Feb 2003 09:35:32 +0000 (09:35 +0000)]
* static,const,compiler warning cleanup

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

21 years agoraw ac3 auto detects parameters
Fabrice Bellard [Sun, 9 Feb 2003 18:07:16 +0000 (18:07 +0000)]
raw ac3 auto detects parameters

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

21 years agovariable UDP packet size patch by Max Krasnyansky
Max Krasnyansky [Sun, 9 Feb 2003 18:06:23 +0000 (18:06 +0000)]
variable UDP packet size patch by Max Krasnyansky

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

21 years agohook this up to the CYUV decoder
Mike Melanson [Sun, 9 Feb 2003 17:03:32 +0000 (17:03 +0000)]
hook this up to the CYUV decoder

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

21 years agoregister cyuv with allcodecs.c
Mike Melanson [Sun, 9 Feb 2003 16:58:47 +0000 (16:58 +0000)]
register cyuv with allcodecs.c

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

21 years agoadded 8 bit palette support for non animated GIF
Fabrice Bellard [Sun, 9 Feb 2003 16:25:21 +0000 (16:25 +0000)]
added 8 bit palette support for non animated GIF

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

21 years agoadded 8 bit palette support
Fabrice Bellard [Sun, 9 Feb 2003 16:22:06 +0000 (16:22 +0000)]
added 8 bit palette support

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

21 years agoadded paletted 8 bit format support
Fabrice Bellard [Sun, 9 Feb 2003 16:20:25 +0000 (16:20 +0000)]
added paletted 8 bit format support

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

21 years agoCreative YUV (CYUV) decoder by (Mike Melanson <melanson at pcisys dot net>)
Michael Niedermayer [Sun, 9 Feb 2003 00:37:50 +0000 (00:37 +0000)]
Creative YUV (CYUV) decoder by (Mike Melanson <melanson at pcisys dot net>)

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

21 years agoprevent segfault when passed no arguments
Philip Gladstone [Sun, 9 Feb 2003 00:11:42 +0000 (00:11 +0000)]
prevent segfault when passed no arguments

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

21 years agodirect blocksize in bframes fix (might fix qpel+bframe bug)
Michael Niedermayer [Sat, 8 Feb 2003 18:23:39 +0000 (18:23 +0000)]
direct blocksize in bframes fix (might fix qpel+bframe bug)

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

21 years agoFix a bug in the conversion of rgba32->yuv420p. This resulted in garbage images
Philip Gladstone [Sat, 8 Feb 2003 15:34:25 +0000 (15:34 +0000)]
Fix a bug in the conversion of rgba32->yuv420p. This resulted in garbage images
when this conversion was used. I suspect that the same bug may be lurking in
other conversions. [The assumption was that the linesize was equal to the width
for both the source and destination images. This turns out not to be true
in some cases.]

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

21 years agofix for using ffplay without specifying the audio device
François Revol [Sat, 8 Feb 2003 14:13:52 +0000 (14:13 +0000)]
fix for using ffplay without specifying the audio device

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

21 years agompeg1 b frame regression test
Michael Niedermayer [Sat, 8 Feb 2003 12:13:32 +0000 (12:13 +0000)]
mpeg1 b frame regression test

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

21 years agoupdate
Michael Niedermayer [Sat, 8 Feb 2003 12:06:42 +0000 (12:06 +0000)]
update

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

21 years agochanges to f_code calculation for b frames -> changed checksum
Michael Niedermayer [Sat, 8 Feb 2003 12:05:28 +0000 (12:05 +0000)]
changes to f_code calculation for b frames -> changed checksum

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

21 years agompeg1 bframe encoding patch by (Raphaël LEGRAND) with some modifications by me
Michael Niedermayer [Sat, 8 Feb 2003 12:00:57 +0000 (12:00 +0000)]
mpeg1 bframe encoding patch by (Raphaël LEGRAND) with some modifications by me

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

21 years agochecksum changed cuz of b frame segfault fix?
Michael Niedermayer [Fri, 7 Feb 2003 21:32:32 +0000 (21:32 +0000)]
checksum changed cuz of b frame segfault fix?

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

21 years agob frame segfault fix (+-1 bug)
Michael Niedermayer [Fri, 7 Feb 2003 16:44:48 +0000 (16:44 +0000)]
b frame segfault fix (+-1 bug)

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

21 years agoDV packet copy fix by Roman Shaposhnick
Fabrice Bellard [Thu, 6 Feb 2003 22:34:55 +0000 (22:34 +0000)]
DV packet copy fix by Roman Shaposhnick

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

21 years agoFix against C integrists breaks :P (hope I didn't break anything else)
François Revol [Thu, 6 Feb 2003 15:09:39 +0000 (15:09 +0000)]
Fix against C integrists breaks :P (hope I didn't break anything else)

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

21 years agoFix the 'hard cpu loop' problem when capturing audio from /dev/dsp. This
Philip Gladstone [Wed, 5 Feb 2003 01:59:52 +0000 (01:59 +0000)]
Fix the 'hard cpu loop' problem when capturing audio from /dev/dsp. This
code now waits for up to 30ms before reporting that no packet is available.

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

21 years agoyes, PNG can be simpler :-)
Fabrice Bellard [Tue, 4 Feb 2003 23:44:26 +0000 (23:44 +0000)]
yes, PNG can be simpler :-)

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

21 years agoremoving unused stuff
Fabrice Bellard [Tue, 4 Feb 2003 23:43:14 +0000 (23:43 +0000)]
removing unused stuff

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

21 years agocliping MVs, i dunno if its correct but it looks better then without it
Michael Niedermayer [Tue, 4 Feb 2003 01:32:25 +0000 (01:32 +0000)]
cliping MVs, i dunno if its correct but it looks better then without it

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

21 years agozero copy packet handling for DV1394 by Max Krasnyansky
Fabrice Bellard [Mon, 3 Feb 2003 22:58:29 +0000 (22:58 +0000)]
zero copy packet handling for DV1394 by Max Krasnyansky

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

21 years agoadded GIF image format (both read and write)
Fabrice Bellard [Mon, 3 Feb 2003 22:53:10 +0000 (22:53 +0000)]
added GIF image format (both read and write)

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

21 years agoadded primitive image GIF encoder based on animated gif encoder
Fabrice Bellard [Mon, 3 Feb 2003 22:52:38 +0000 (22:52 +0000)]
added primitive image GIF encoder based on animated gif encoder

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

21 years agoadded automatic GIF/animated GIF probing - added GIF as an image format too - added...
Fabrice Bellard [Mon, 3 Feb 2003 22:51:48 +0000 (22:51 +0000)]
added automatic GIF/animated GIF probing - added GIF as an image format too - added interlaced gif support

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

21 years agoyuv9 -> yv12 bugfixes
Michael Niedermayer [Mon, 3 Feb 2003 18:45:25 +0000 (18:45 +0000)]
yuv9 -> yv12 bugfixes

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

21 years agodivx503 decoding fix
Michael Niedermayer [Sun, 2 Feb 2003 23:34:30 +0000 (23:34 +0000)]
divx503 decoding fix

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

21 years agoavoid too many false detections
Fabrice Bellard [Sun, 2 Feb 2003 20:04:03 +0000 (20:04 +0000)]
avoid too many false detections

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

21 years agohandle odd image sizes when using subsampled chroma (useful for JPEG images)
Fabrice Bellard [Sun, 2 Feb 2003 19:53:01 +0000 (19:53 +0000)]
handle odd image sizes when using subsampled chroma (useful for JPEG images)

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

21 years agofixed copy
Fabrice Bellard [Sun, 2 Feb 2003 19:51:40 +0000 (19:51 +0000)]
fixed copy

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

21 years agoadded jpeg image encoder and decoder (new YUV handling routines and mjpeg codec fixes...
Fabrice Bellard [Sun, 2 Feb 2003 19:18:09 +0000 (19:18 +0000)]
added jpeg image encoder and decoder (new YUV handling routines and mjpeg codec fixes are necessary to go further)

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

21 years agoadded animated GIF decoder (pts and various disposal handling are missing)
Fabrice Bellard [Sun, 2 Feb 2003 19:16:51 +0000 (19:16 +0000)]
added animated GIF decoder (pts and various disposal handling are missing)

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

21 years agoTry this fix
Fabrice Bellard [Sun, 2 Feb 2003 15:54:11 +0000 (15:54 +0000)]
Try this fix

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

21 years agodependencies are only build with make depend
Fabrice Bellard [Sat, 1 Feb 2003 20:57:37 +0000 (20:57 +0000)]
dependencies are only build with make depend

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

21 years agofixed dependencies
Fabrice Bellard [Sat, 1 Feb 2003 20:56:39 +0000 (20:56 +0000)]
fixed dependencies

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

21 years agoadded basic png handling
Fabrice Bellard [Sat, 1 Feb 2003 20:53:57 +0000 (20:53 +0000)]
added basic png handling

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

21 years agoadded basic png handling - do not remake dependencies automatically
Fabrice Bellard [Sat, 1 Feb 2003 20:53:07 +0000 (20:53 +0000)]
added basic png handling - do not remake dependencies automatically

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

21 years agoadded stripped down libpng
Fabrice Bellard [Sat, 1 Feb 2003 20:51:52 +0000 (20:51 +0000)]
added stripped down libpng

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

21 years ago10l found by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)
Michael Niedermayer [Sat, 1 Feb 2003 00:48:33 +0000 (00:48 +0000)]
10l found by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)

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

21 years agofix for ppc compile broken by (Romain Dolbeau <dolbeau at irisa dot fr> and Colin...
Michael Niedermayer [Sat, 1 Feb 2003 00:18:50 +0000 (00:18 +0000)]
fix for ppc compile broken by (Romain Dolbeau <dolbeau at irisa dot fr> and Colin Leroy <colin at colino dot net>)

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

21 years agoadded DVD LPCM decoding support
Fabrice Bellard [Fri, 31 Jan 2003 17:04:46 +0000 (17:04 +0000)]
added DVD LPCM decoding support

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

21 years agofixing rgb4 & bgr4 (2 pixels per byte)
Michael Niedermayer [Thu, 30 Jan 2003 09:15:09 +0000 (09:15 +0000)]
fixing rgb4 & bgr4 (2 pixels per byte)
adding bg4b & rg4b (1 pixel per byte)

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

21 years ago100000l
Michael Niedermayer [Wed, 29 Jan 2003 22:44:34 +0000 (22:44 +0000)]
100000l

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

21 years agobugfix
Michael Niedermayer [Wed, 29 Jan 2003 15:50:07 +0000 (15:50 +0000)]
bugfix

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

21 years ago--disable-risky support
Michael Niedermayer [Wed, 29 Jan 2003 12:00:11 +0000 (12:00 +0000)]
--disable-risky support

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

21 years ago* headers valid for C++ compilers
Zdenek Kabelac [Tue, 28 Jan 2003 20:20:38 +0000 (20:20 +0000)]
* headers valid for C++ compilers

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

21 years agomake consistent decisions for dlopen/dlfcn and vhook
Fabrice Bellard [Tue, 28 Jan 2003 14:52:34 +0000 (14:52 +0000)]
make consistent decisions for dlopen/dlfcn and vhook

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

21 years agowin32: rint() does not seem to be defined with mingw32-gcc 2.95 - do you have a bette...
Fabrice Bellard [Tue, 28 Jan 2003 14:50:26 +0000 (14:50 +0000)]
win32: rint() does not seem to be defined with mingw32-gcc 2.95 - do you have a better solution ?

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

21 years agowin32: added vsnprintf
Fabrice Bellard [Tue, 28 Jan 2003 14:37:44 +0000 (14:37 +0000)]
win32: added vsnprintf

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

21 years ago10l / 4mv segfault fix
Michael Niedermayer [Tue, 28 Jan 2003 09:26:00 +0000 (09:26 +0000)]
10l / 4mv segfault fix

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

21 years agoAudio support for DV1394 by Max Krasnyansky
Fabrice Bellard [Mon, 27 Jan 2003 22:59:42 +0000 (22:59 +0000)]
Audio support for DV1394 by Max Krasnyansky

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

21 years agooptimizing av_log2
Michael Niedermayer [Mon, 27 Jan 2003 20:39:29 +0000 (20:39 +0000)]
optimizing av_log2

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

21 years agoDV audio decoder by Roman Shaposhnick
Fabrice Bellard [Mon, 27 Jan 2003 09:21:30 +0000 (09:21 +0000)]
DV audio decoder by Roman Shaposhnick

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

21 years agoaudio only avi patch by (Andriy Rysin <arysin at bcsii dot net>)
Andriy Rysin [Mon, 27 Jan 2003 02:18:41 +0000 (02:18 +0000)]
audio only avi patch by (Andriy Rysin <arysin at bcsii dot net>)

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

21 years agodrawing cute arrows instead of lame lines for motion vector visualization
Michael Niedermayer [Sun, 26 Jan 2003 23:11:08 +0000 (23:11 +0000)]
drawing cute arrows instead of lame lines for motion vector visualization

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

21 years agofeeding doxygen
Michael Niedermayer [Sun, 26 Jan 2003 23:09:12 +0000 (23:09 +0000)]
feeding doxygen

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

21 years agoAltivec on non darwin systems patch by Romain Dolbeau (NOTE: I would prefer using...
Romain Dolbeau [Sun, 26 Jan 2003 22:31:47 +0000 (22:31 +0000)]
Altivec on non darwin systems patch by Romain Dolbeau (NOTE: I would prefer using the existing CONFIG_DARWIN Makefile variable and suppress the redundant TARGET_OS variable, but it would break the current mplayer patch)

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

21 years agoAltivec on non darwin systems patch by Romain Dolbeau
Romain Dolbeau [Sun, 26 Jan 2003 22:29:47 +0000 (22:29 +0000)]
Altivec on non darwin systems patch by Romain Dolbeau

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

21 years agoremoved unneeded mallocs
Fabrice Bellard [Sat, 25 Jan 2003 13:05:39 +0000 (13:05 +0000)]
removed unneeded mallocs

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

21 years agouse av_strdup()
Fabrice Bellard [Thu, 23 Jan 2003 23:34:29 +0000 (23:34 +0000)]
use av_strdup()

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

21 years agoremoved warning
Fabrice Bellard [Thu, 23 Jan 2003 23:18:42 +0000 (23:18 +0000)]
removed warning

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

21 years agouse av_malloc() functions - added av_strdup and av_realloc()
Fabrice Bellard [Thu, 23 Jan 2003 23:03:09 +0000 (23:03 +0000)]
use av_malloc() functions - added av_strdup and av_realloc()

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

21 years agouse av_realloc()
Fabrice Bellard [Thu, 23 Jan 2003 22:59:35 +0000 (22:59 +0000)]
use av_realloc()

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

21 years agoundefine malloc macros
Fabrice Bellard [Thu, 23 Jan 2003 22:59:06 +0000 (22:59 +0000)]
undefine malloc macros

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

21 years agouse av_malloc()
Fabrice Bellard [Thu, 23 Jan 2003 22:57:56 +0000 (22:57 +0000)]
use av_malloc()

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

21 years agozero sized malloc patch by Roman Shaposhnick
Roman Shaposhnik [Thu, 23 Jan 2003 22:00:57 +0000 (22:00 +0000)]
zero sized malloc patch by Roman Shaposhnick

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

21 years agodv1394 channel selection by Max Krasnyansky - modified channel number to be in base...
Fabrice Bellard [Thu, 23 Jan 2003 18:44:26 +0000 (18:44 +0000)]
dv1394 channel selection by Max Krasnyansky - modified channel number to be in base 10 by default

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

21 years agograb device is in AVFormatParameter (at least better than global variable)
Fabrice Bellard [Thu, 23 Jan 2003 10:33:16 +0000 (10:33 +0000)]
grab device is in AVFormatParameter (at least better than global variable)

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

21 years agograb device is in AVFormatParameter (at least better than global variable) - currentl...
Fabrice Bellard [Thu, 23 Jan 2003 10:31:32 +0000 (10:31 +0000)]
grab device is in AVFormatParameter (at least better than global variable) - currently unused video output stuff for ffplay

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

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