]> git.sesse.net Git - ffmpeg/log
ffmpeg
21 years agouser specified motion estimation range limit
Michael Niedermayer [Thu, 27 Feb 2003 22:56:07 +0000 (22:56 +0000)]
user specified motion estimation range limit
h263 me range fixed (was smaller then needed)

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

21 years ago* compile PNG only when ZLIB is available
Zdenek Kabelac [Thu, 27 Feb 2003 17:32:56 +0000 (17:32 +0000)]
* compile PNG only when ZLIB is available

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

21 years agomove repeat_pict field from AVCodecContext -> AVFrame (closes bug #683536)
Michael Niedermayer [Wed, 26 Feb 2003 17:26:20 +0000 (17:26 +0000)]
move repeat_pict field from AVCodecContext -> AVFrame (closes bug #683536)

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

21 years agoprettier debug output
François Revol [Tue, 25 Feb 2003 13:12:41 +0000 (13:12 +0000)]
prettier debug output

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

21 years agotemporary fix: BeOS only has 'which' as an alias to a shell func :^)
François Revol [Tue, 25 Feb 2003 12:35:31 +0000 (12:35 +0000)]
temporary fix: BeOS only has 'which' as an alias to a shell func :^)
btw, someone should indent this mess =) (maybe I'll do)

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

21 years agoadded DTG active format information
Fabrice Bellard [Tue, 25 Feb 2003 09:56:56 +0000 (09:56 +0000)]
added DTG active format information

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

21 years agoogg deallocate patch by (Mark Hills <mark at pogo dot org dot uk>)
Mark Hills [Tue, 25 Feb 2003 09:36:53 +0000 (09:36 +0000)]
ogg deallocate patch by (Mark Hills <mark at pogo dot org dot uk>)

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

21 years ago* using const buffers for reading
Zdenek Kabelac [Mon, 24 Feb 2003 13:41:57 +0000 (13:41 +0000)]
* using const buffers for reading

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

21 years ago* const arrays
Zdenek Kabelac [Mon, 24 Feb 2003 13:28:22 +0000 (13:28 +0000)]
* const arrays

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

21 years ago* fixed IMA WAV decoding (though still might not be fully correct)
Zdenek Kabelac [Mon, 24 Feb 2003 13:26:41 +0000 (13:26 +0000)]
* fixed IMA WAV decoding (though still might not be fully correct)
* const arrays

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

21 years agohuffyuv v1 tables, as they are essential and the only possible way for decding of...
Michael Niedermayer [Mon, 24 Feb 2003 09:49:37 +0000 (09:49 +0000)]
huffyuv v1 tables, as they are essential and the only possible way for decding of v1 files they very likely cant be copyrighted ...

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

21 years agoget_vlc2() "docs"
Michael Niedermayer [Mon, 24 Feb 2003 09:41:02 +0000 (09:41 +0000)]
get_vlc2() "docs"

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

21 years agocleanup
Michael Niedermayer [Mon, 24 Feb 2003 00:12:30 +0000 (00:12 +0000)]
cleanup

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

21 years agoround readed bits up to next 32bits, as orginal huffyuv cant handle less then 32bit...
Michael Niedermayer [Mon, 24 Feb 2003 00:05:17 +0000 (00:05 +0000)]
round readed bits up to next 32bits, as orginal huffyuv cant handle less then 32bit blocks

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

21 years agosws_ prefix, more seperation between internal & external swscaler API
Michael Niedermayer [Sun, 23 Feb 2003 22:05:55 +0000 (22:05 +0000)]
sws_ prefix, more seperation between internal & external swscaler API
sws_scale() returns the number of outputed lines

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

21 years agoMake ACLs work correctly for streams. Try comparing the addresses in
Philip Gladstone [Sun, 23 Feb 2003 20:35:47 +0000 (20:35 +0000)]
Make ACLs work correctly for streams. Try comparing the addresses in
host order rather than network order.

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

21 years ago32 vs. 64bit bugfix by (Dave Huang (dahanc))
Michael Niedermayer [Sat, 22 Feb 2003 13:44:16 +0000 (13:44 +0000)]
32  vs. 64bit bugfix by (Dave Huang (dahanc))

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

21 years ago100l (gcc 3.2 .....)
Michael Niedermayer [Fri, 21 Feb 2003 22:01:00 +0000 (22:01 +0000)]
100l (gcc 3.2 .....)

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

21 years agoyuv2rgb brightness/contrast/saturation/different colorspaces support finished
Michael Niedermayer [Fri, 21 Feb 2003 20:35:18 +0000 (20:35 +0000)]
yuv2rgb brightness/contrast/saturation/different colorspaces support finished
yuv2rgb deglobalize
yuv2rgb optimizations / cleanup
bugs?

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

21 years agoavoid false URL protocol detection when using ':' in filenames
Fabrice Bellard [Fri, 21 Feb 2003 11:08:08 +0000 (11:08 +0000)]
avoid false URL protocol detection when using ':' in filenames

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

21 years agoreverse incorrect stride < (width+7)&~7 fix
Michael Niedermayer [Thu, 20 Feb 2003 17:30:51 +0000 (17:30 +0000)]
reverse incorrect stride < (width+7)&~7 fix

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

21 years agosync with mplayerxp. Fixes some 405.avi related flaws
Nick Kurshev [Thu, 20 Feb 2003 16:14:12 +0000 (16:14 +0000)]
sync with mplayerxp. Fixes some 405.avi related flaws

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

21 years agocleanup
Michael Niedermayer [Tue, 18 Feb 2003 19:36:20 +0000 (19:36 +0000)]
cleanup

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

21 years agooptimize
Michael Niedermayer [Tue, 18 Feb 2003 19:22:34 +0000 (19:22 +0000)]
optimize

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

21 years ago* using $(MAKE)
Zdenek Kabelac [Tue, 18 Feb 2003 19:10:57 +0000 (19:10 +0000)]
* using $(MAKE)

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

21 years agofixing 410 -> 420
Michael Niedermayer [Tue, 18 Feb 2003 17:35:49 +0000 (17:35 +0000)]
fixing 410 -> 420

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

21 years ago* sync with main liba52 sources
Zdenek Kabelac [Tue, 18 Feb 2003 11:48:57 +0000 (11:48 +0000)]
* sync with main liba52 sources

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

21 years ago* update cleanup rules (Steven M. Schultz)
Zdenek Kabelac [Tue, 18 Feb 2003 09:33:21 +0000 (09:33 +0000)]
* update cleanup rules (Steven M. Schultz)
* memaling check  (Steven M. Schultz)
* unused var removed

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

21 years agomore #ifdef CONFIG_ENCODERS patch by (Wolfgang Hesseler <qv at multimediaware dot...
Wolfgang Hesseler [Sun, 16 Feb 2003 23:05:38 +0000 (23:05 +0000)]
more #ifdef CONFIG_ENCODERS patch by (Wolfgang Hesseler <qv at multimediaware dot com>) with modifications by me (s/WOLFGANG/CONFIG_ENCODERS/ and some other fixes)

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

21 years agoUpdated with many new features.
Philip Gladstone [Sun, 16 Feb 2003 22:49:52 +0000 (22:49 +0000)]
Updated with many new features.

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

21 years ago1000l
Michael Niedermayer [Sat, 15 Feb 2003 17:29:01 +0000 (17:29 +0000)]
1000l

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

21 years agobigendian bug (fixes?)
Michael Niedermayer [Sat, 15 Feb 2003 15:07:57 +0000 (15:07 +0000)]
bigendian bug (fixes?)

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

21 years agosimpler & faster
Michael Niedermayer [Sat, 15 Feb 2003 13:04:17 +0000 (13:04 +0000)]
simpler & faster

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

21 years agomoving postprocess to ffmpeg/libavcodec
Michael Niedermayer [Fri, 14 Feb 2003 21:27:25 +0000 (21:27 +0000)]
moving postprocess to ffmpeg/libavcodec

Originally committed as revision 1586 to svn://svn.ffmpeg.org/ffmpeg/trunk
Originally committed as revision 9427 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
Originally committed as revision 9428 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

21 years agoimproving parsing of incomplete headers
Michael Niedermayer [Fri, 14 Feb 2003 01:47:10 +0000 (01:47 +0000)]
improving parsing of incomplete headers

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

21 years agocleanup
Michael Niedermayer [Thu, 13 Feb 2003 21:38:43 +0000 (21:38 +0000)]
cleanup

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

21 years agobrightness / saturation / contrast / different yuv colorspace support for some yuv2rg...
Michael Niedermayer [Thu, 13 Feb 2003 19:27:17 +0000 (19:27 +0000)]
brightness / saturation / contrast / different yuv colorspace support for some yuv2rgb converters (many converters still ignore it)

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

21 years agocleanup
Michael Niedermayer [Thu, 13 Feb 2003 18:24:33 +0000 (18:24 +0000)]
cleanup

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

21 years agocleanup
Michael Niedermayer [Thu, 13 Feb 2003 14:19:05 +0000 (14:19 +0000)]
cleanup

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

21 years agoLooks like this one was forgotten in the INT -> int_t move
François Revol [Thu, 13 Feb 2003 00:28:36 +0000 (00:28 +0000)]
Looks like this one was forgotten in the INT -> int_t move

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

21 years agofix for legacy audio
François Revol [Wed, 12 Feb 2003 21:38:38 +0000 (21:38 +0000)]
fix for legacy audio

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

21 years ago* int64_t is now the right name
Zdenek Kabelac [Wed, 12 Feb 2003 07:28:01 +0000 (07:28 +0000)]
* int64_t is now the right name
  - also it would be nice to preserve ffmpeg coding rules

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

21 years agoavoid #include "../
Michael Niedermayer [Tue, 11 Feb 2003 21:13:30 +0000 (21:13 +0000)]
avoid #include "../

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

21 years ago#ifdef c++
Michael Niedermayer [Tue, 11 Feb 2003 21:12:16 +0000 (21:12 +0000)]
#ifdef c++

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

21 years ago* prototypes at one place
Zdenek Kabelac [Tue, 11 Feb 2003 16:57:55 +0000 (16:57 +0000)]
* prototypes at one place

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

21 years ago* UINTX -> uintx_t INTX -> intx_t
Zdenek Kabelac [Tue, 11 Feb 2003 16:35:48 +0000 (16:35 +0000)]
* UINTX -> uintx_t   INTX -> intx_t

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

21 years ago-fPIC compileable
Michael Niedermayer [Tue, 11 Feb 2003 15:06:44 +0000 (15:06 +0000)]
-fPIC compileable

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

21 years agoyv12 -> yuy2 converter in alpha asm (from mplayerxp)
Michael Niedermayer [Tue, 11 Feb 2003 13:13:16 +0000 (13:13 +0000)]
yv12 -> yuy2 converter in alpha asm (from mplayerxp)

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

21 years agocleanup (unsigned stride -> int stride)
Michael Niedermayer [Tue, 11 Feb 2003 12:57:53 +0000 (12:57 +0000)]
cleanup (unsigned stride -> int stride)

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

21 years agoInitial checkin for a cheaper text drawing function than imlib2.c.
Philip Gladstone [Tue, 11 Feb 2003 04:01:55 +0000 (04:01 +0000)]
Initial checkin for a cheaper text drawing function than imlib2.c.

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

21 years agoAdd Makefile entry for the drawtext filter
Philip Gladstone [Tue, 11 Feb 2003 04:01:07 +0000 (04:01 +0000)]
Add Makefile entry for the drawtext filter

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

21 years agoAdd checking for the existience of freetype2
Philip Gladstone [Tue, 11 Feb 2003 04:00:03 +0000 (04:00 +0000)]
Add checking for the existience of freetype2

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

21 years agocheck for qscale==0 (fixes 1/0 on one corrupted stream)
Michael Niedermayer [Mon, 10 Feb 2003 22:43:30 +0000 (22:43 +0000)]
check for qscale==0 (fixes 1/0 on one corrupted stream)

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

21 years ago* check for potentialy problematic field len
Zdenek Kabelac [Mon, 10 Feb 2003 10:45:41 +0000 (10:45 +0000)]
* check for potentialy problematic field len

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

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

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

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