Philip Gladstone [Sat, 12 Apr 2003 03:05:24 +0000 (03:05 +0000)]
Only reference the images that exist
Originally committed as revision 1764 to svn://svn.ffmpeg.org/ffmpeg/trunk
Philip Gladstone [Sat, 12 Apr 2003 03:04:55 +0000 (03:04 +0000)]
Add a file serving test as well
Originally committed as revision 1763 to svn://svn.ffmpeg.org/ffmpeg/trunk
Philip Gladstone [Sat, 12 Apr 2003 03:04:08 +0000 (03:04 +0000)]
Clear out an unused field in the created AVI file. This helps make
the MD5 checksums *much* more predictable!!
Originally committed as revision 1762 to svn://svn.ffmpeg.org/ffmpeg/trunk
Philip Gladstone [Sat, 12 Apr 2003 03:03:26 +0000 (03:03 +0000)]
Fix a horrible bug with the launch keyword not handling arguments of length 1!
Originally committed as revision 1761 to svn://svn.ffmpeg.org/ffmpeg/trunk
Philip Gladstone [Sat, 12 Apr 2003 02:34:37 +0000 (02:34 +0000)]
Apply patch to remove -em_rate
Originally committed as revision 1760 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 12 Apr 2003 02:32:33 +0000 (02:32 +0000)]
use bilinear interpolation for the rotozoom
Originally committed as revision 1759 to svn://svn.ffmpeg.org/ffmpeg/trunk
Philip Gladstone [Sat, 12 Apr 2003 02:27:54 +0000 (02:27 +0000)]
Applied Roumen Petrov patch to fix crash/memory leak
Originally committed as revision 1758 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 11 Apr 2003 22:53:03 +0000 (22:53 +0000)]
some checks to avoid segfaults if the decoder is feeded with junk
Originally committed as revision 1757 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 11 Apr 2003 21:15:17 +0000 (21:15 +0000)]
100l (mpeg2 decoding fixed)
Originally committed as revision 1756 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 11 Apr 2003 13:43:17 +0000 (13:43 +0000)]
finished integrating rotozoom test in ffmpeg
replaced float by integer to avoid rounding differenes between platforms
Originally committed as revision 1755 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 11 Apr 2003 10:07:57 +0000 (10:07 +0000)]
alternative test video generator by (Sebastien Bechet <s dot bechet at av7 dot net>)
Originally committed as revision 1754 to svn://svn.ffmpeg.org/ffmpeg/trunk
Roman Shaposhnik [Fri, 11 Apr 2003 09:43:05 +0000 (09:43 +0000)]
bunch of small thing patch by (Roman Shaposhnick <rvs at sun dot com>)
Originally committed as revision 1753 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 11 Apr 2003 09:20:45 +0000 (09:20 +0000)]
10l (adaptve quant fix)
Originally committed as revision 1752 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 10 Apr 2003 21:29:31 +0000 (21:29 +0000)]
check quality too, not only md5 (but dont take the scores too serious, the different codecs use different quality/bitrates and its just based on a artificially generated testvideo)
small changes to some test to check a broader area of features
Originally committed as revision 1751 to svn://svn.ffmpeg.org/ffmpeg/trunk
Roumen Petrov [Thu, 10 Apr 2003 18:21:06 +0000 (18:21 +0000)]
restore old tty in ffmpeg patch by (Roumen Petrov <ffmpeg at roumenpetrov dot info>)
Originally committed as revision 1750 to svn://svn.ffmpeg.org/ffmpeg/trunk
Sascha Sommer [Thu, 10 Apr 2003 18:02:17 +0000 (18:02 +0000)]
#undef DATADIR before inclusion of windows.h patch by ("Sascha Sommer" <saschasommer at freenet dot de>)
Originally committed as revision 1749 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 10 Apr 2003 14:16:19 +0000 (14:16 +0000)]
smaller slices for the regression tests, i hope that way we'll catch the next 10l slice bug earlier ...
Originally committed as revision 1748 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 10 Apr 2003 14:07:18 +0000 (14:07 +0000)]
10l
Originally committed as revision 1747 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 10 Apr 2003 13:18:38 +0000 (13:18 +0000)]
simplified adressing of most mb based arrays (mb_x + mb_y*s->mb_stride) now instead of mb_x + mb_y*mb_width and 1+mb_x + (1+mb_y)*(mb_width+2) and ... mixture
more direct use of the new mb_type stuff instead of codec specific stuff
runtime mb_type debug output h264/h263 variants/mpeg1/2/4
error concealment /resilience for mpeg1/2
various minor optimizations
Originally committed as revision 1746 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 10 Apr 2003 08:47:08 +0000 (08:47 +0000)]
b frames + slices bugfix
Originally committed as revision 1745 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 10 Apr 2003 01:39:53 +0000 (01:39 +0000)]
fixing slice decoding, dunno why the regression tests didnt catch that ...
Originally committed as revision 1744 to svn://svn.ffmpeg.org/ffmpeg/trunk
Philip Gladstone [Wed, 9 Apr 2003 02:16:01 +0000 (02:16 +0000)]
* Add Video4MotionVector in a stream description to behave like the -4mv flag
* Add ReadOnlyFile which behaves like File, but does not permit changing of the
file. This can be used to prevent deleting of saved ffm files.
Originally committed as revision 1743 to svn://svn.ffmpeg.org/ffmpeg/trunk
Andreas Öman [Tue, 8 Apr 2003 23:46:35 +0000 (23:46 +0000)]
10l patch by (Andreas Hess <jaska at gmx dot net>)
Originally committed as revision 9886 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
Roman Shaposhnik [Tue, 8 Apr 2003 09:56:19 +0000 (09:56 +0000)]
dv file format support patch by (Roman Shaposhnick <rvs at sun dot com>)
Originally committed as revision 1742 to svn://svn.ffmpeg.org/ffmpeg/trunk
Roman Shaposhnik [Tue, 8 Apr 2003 09:51:15 +0000 (09:51 +0000)]
AVI > 2Gb (OpenDML) generation patch by (Roman Shaposhnick <rvs at sun dot com>)
Originally committed as revision 1741 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 7 Apr 2003 19:23:21 +0000 (19:23 +0000)]
some checks to avoid segfault
Originally committed as revision 1740 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 6 Apr 2003 21:03:24 +0000 (21:03 +0000)]
pict_type & quality fix
Originally committed as revision 1739 to svn://svn.ffmpeg.org/ffmpeg/trunk
Richard Hodges [Sun, 6 Apr 2003 19:45:02 +0000 (19:45 +0000)]
fix pts type in avcodec.h for WIN32 patch by (Richard Hodges <rh at matriplex dot com>)
Originally committed as revision 1738 to svn://svn.ffmpeg.org/ffmpeg/trunk
Sebastien Bechet [Sat, 5 Apr 2003 12:20:19 +0000 (12:20 +0000)]
QT AVID 4CCs patch by ("Sebastien Bechet" <s dot bechet at av7 dot net>) (not tested)
Originally committed as revision 1737 to svn://svn.ffmpeg.org/ffmpeg/trunk
François Revol [Sat, 5 Apr 2003 12:11:10 +0000 (12:11 +0000)]
Fix for buggy (?) g++ (bailling out for beosaudio.cpp)
Originally committed as revision 1736 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 5 Apr 2003 10:08:48 +0000 (10:08 +0000)]
#ifdef TRACE printf() -> tprintf()
Originally committed as revision 1735 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 4 Apr 2003 20:59:50 +0000 (20:59 +0000)]
multiple reference frames support
Originally committed as revision 1734 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 4 Apr 2003 14:58:23 +0000 (14:58 +0000)]
h264 update
Originally committed as revision 1733 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 4 Apr 2003 14:42:28 +0000 (14:42 +0000)]
H264 decoder & demuxer
Originally committed as revision 1732 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 4 Apr 2003 13:45:45 +0000 (13:45 +0000)]
support for DV aspect ratio and erroneous audio patch by (Dan Dennedy (dan at dennedy dot org) and Roman Shaposhnick <rvs at sun dot com>)
Originally committed as revision 1731 to svn://svn.ffmpeg.org/ffmpeg/trunk
Roman Shaposhnik [Fri, 4 Apr 2003 13:38:46 +0000 (13:38 +0000)]
making configure sh script patch by (Roman Shaposhnick <rvs at sun dot com>)
Originally committed as revision 1730 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 4 Apr 2003 13:36:07 +0000 (13:36 +0000)]
fixing mem corruption
Originally committed as revision 1729 to svn://svn.ffmpeg.org/ffmpeg/trunk
Andriy Rysin [Fri, 4 Apr 2003 13:29:58 +0000 (13:29 +0000)]
RTSP "OPTIONS" command patch by (Andriy Rysin <arysin at bcsii dot net>)
Originally committed as revision 1728 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 2 Apr 2003 18:01:42 +0000 (18:01 +0000)]
fixing typo in some outcommentet code
Originally committed as revision 1727 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 2 Apr 2003 16:06:17 +0000 (16:06 +0000)]
optionally optimize for size (libavcodec.a is >30% smaller), no i didnt test the speed ...
Originally committed as revision 1726 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 2 Apr 2003 10:18:29 +0000 (10:18 +0000)]
10l
Originally committed as revision 1725 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 2 Apr 2003 09:57:34 +0000 (09:57 +0000)]
msmpeg4 2pass support & some related cleanup
Originally committed as revision 1724 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 1 Apr 2003 15:38:01 +0000 (15:38 +0000)]
fixing msmpeg4v2 encoding
Originally committed as revision 1723 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 31 Mar 2003 11:13:14 +0000 (11:13 +0000)]
some static -> dynamic alloc & 16->8 bit
Originally committed as revision 1722 to svn://svn.ffmpeg.org/ffmpeg/trunk
Sascha Sommer [Mon, 31 Mar 2003 01:49:18 +0000 (01:49 +0000)]
mangle on mingw32 patch by ("Sascha Sommer" <saschasommer at freenet dot de>)
Originally committed as revision 1721 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 30 Mar 2003 19:26:01 +0000 (19:26 +0000)]
mpeg1 slice encoding support
Originally committed as revision 1720 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 30 Mar 2003 16:22:08 +0000 (16:22 +0000)]
simplify slice encoding (variance of packet size is practically identical)
Originally committed as revision 1719 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 30 Mar 2003 12:24:46 +0000 (12:24 +0000)]
disabling ac3 decoding regression test (its different between different compilers/platforms due to float use)
Originally committed as revision 1718 to svn://svn.ffmpeg.org/ffmpeg/trunk
Roumen Petrov [Sun, 30 Mar 2003 11:54:24 +0000 (11:54 +0000)]
don't use proxy and suppress verbose output patch by (Roumen Petrov <help at roumenpetrov dot info>)
Originally committed as revision 1717 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 29 Mar 2003 14:06:24 +0000 (14:06 +0000)]
faster C linear blend & interpolate deinterlacers
Originally committed as revision 1716 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 29 Mar 2003 13:31:12 +0000 (13:31 +0000)]
fixing cliping of c deinterlacers
5 tap lowpass deinterlacer
Originally committed as revision 1715 to svn://svn.ffmpeg.org/ffmpeg/trunk
Roman Shaposhnik [Fri, 28 Mar 2003 14:05:55 +0000 (14:05 +0000)]
AVI type 1 support patch by (Roman Shaposhnick <rvs at sun dot com>)
Originally committed as revision 1714 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 27 Mar 2003 16:16:58 +0000 (16:16 +0000)]
10l
Originally committed as revision 9699 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
Michael Niedermayer [Thu, 27 Mar 2003 16:04:53 +0000 (16:04 +0000)]
10000l (YUV vs. YVU swscale fix/cleanup)
Originally committed as revision 9698 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
François Revol [Thu, 27 Mar 2003 15:08:16 +0000 (15:08 +0000)]
the media node now won't connect itself to the default audio input with -ad wait:
(allows redirecting another node to it)
Originally committed as revision 1713 to svn://svn.ffmpeg.org/ffmpeg/trunk
François Revol [Thu, 27 Mar 2003 14:44:30 +0000 (14:44 +0000)]
experimental BeOS audio input support. (needs unreleased library)
Originally committed as revision 1712 to svn://svn.ffmpeg.org/ffmpeg/trunk
François Revol [Thu, 27 Mar 2003 13:37:47 +0000 (13:37 +0000)]
cleanup; unused pipe() stuff removed.
Originally committed as revision 1711 to svn://svn.ffmpeg.org/ffmpeg/trunk
Sebastien Bechet [Wed, 26 Mar 2003 23:25:18 +0000 (23:25 +0000)]
I420 patch by (Sebastien Bechet <s dot bechet at av7 dot net>)
Originally committed as revision 1710 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 26 Mar 2003 23:19:50 +0000 (23:19 +0000)]
test ffserver even if ffmpeg regresion test fails
Originally committed as revision 1709 to svn://svn.ffmpeg.org/ffmpeg/trunk
François Revol [Wed, 26 Mar 2003 16:46:20 +0000 (16:46 +0000)]
debug stuff only for DEBUG :)
Originally committed as revision 1708 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 26 Mar 2003 11:29:45 +0000 (11:29 +0000)]
faster hadamard transform
Originally committed as revision 1707 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 26 Mar 2003 10:39:34 +0000 (10:39 +0000)]
10l
Originally committed as revision 1706 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 26 Mar 2003 10:37:05 +0000 (10:37 +0000)]
allways test ffserver too by default
update ffserver regression checksums (this has been forgotten several times in the past, lets hope no bugs where introduced during that lazyness...)
Originally committed as revision 1705 to svn://svn.ffmpeg.org/ffmpeg/trunk
Mark Hills [Wed, 26 Mar 2003 10:30:08 +0000 (10:30 +0000)]
ffserver deallocate ctx->streams on closing patch by (Mark Hills <mark at pogo dot org dot uk>)
Originally committed as revision 1704 to svn://svn.ffmpeg.org/ffmpeg/trunk
Roman Shaposhnik [Wed, 26 Mar 2003 09:28:52 +0000 (09:28 +0000)]
OpenDML AVI > 2Gb support patch by (Roman Shaposhnick <rvs at sun dot com>)
Originally committed as revision 1703 to svn://svn.ffmpeg.org/ffmpeg/trunk
Nick Kurshev [Mon, 24 Mar 2003 08:52:32 +0000 (08:52 +0000)]
binary compatibility fix (workaround for r.147, r.148)
Originally committed as revision 1702 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 22 Mar 2003 12:09:02 +0000 (12:09 +0000)]
user setable quantizer bias
Originally committed as revision 1701 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 22 Mar 2003 07:59:36 +0000 (07:59 +0000)]
binary compatibility fix
Originally committed as revision 1700 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 22 Mar 2003 00:00:53 +0000 (00:00 +0000)]
10l
Originally committed as revision 1699 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 21 Mar 2003 23:13:35 +0000 (23:13 +0000)]
bitstream tracing support
Originally committed as revision 1698 to svn://svn.ffmpeg.org/ffmpeg/trunk
Leon van Stuivenberg [Fri, 21 Mar 2003 22:50:54 +0000 (22:50 +0000)]
new versions; put_pix's about 20% faster, get_pix 3.5x faster. patch by (Leon van Stuivenberg <leonvs at iae dot nl>)
Originally committed as revision 1697 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 20 Mar 2003 21:32:43 +0000 (21:32 +0000)]
10l
Originally committed as revision 1696 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 20 Mar 2003 17:52:30 +0000 (17:52 +0000)]
better non conformant divx packed bitstream detection, so unpacked (no b frames) divx MPEG4-ES streams can be read
Originally committed as revision 1695 to svn://svn.ffmpeg.org/ffmpeg/trunk
Sylvain Corré [Thu, 20 Mar 2003 01:32:17 +0000 (01:32 +0000)]
MacOS X stack overflow? patch by (Sylvain Corré <sylvain dot corre at wanadoo.fr>)
Originally committed as revision 1694 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 20 Mar 2003 01:04:33 +0000 (01:04 +0000)]
db video chunk in avi files support (idea by Dmitry Poplavsky <dima at thekompany dot com>)
Originally committed as revision 1693 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 20 Mar 2003 01:00:57 +0000 (01:00 +0000)]
error resilience cleanup (its faster too...)
Originally committed as revision 1692 to svn://svn.ffmpeg.org/ffmpeg/trunk
Leon van Stuivenberg [Tue, 18 Mar 2003 20:08:57 +0000 (20:08 +0000)]
clear_blocks_mmi() optimization by BroadQ (and patch by Leon van Stuivenberg <leonvs at iae dot nl>)
Originally committed as revision 1691 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 18 Mar 2003 17:22:23 +0000 (17:22 +0000)]
merging a small amount of the changes from BroadQ, the rest is either not clean / doesnt apply / or is PS2 specific (someone with a PS2 should merge/send a patch for the later)
Originally committed as revision 1690 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 17 Mar 2003 11:02:33 +0000 (11:02 +0000)]
qmin/qmax cleanup
Originally committed as revision 1689 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 17 Mar 2003 09:53:39 +0000 (09:53 +0000)]
10l
Originally committed as revision 1688 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fred Rothganger [Sun, 16 Mar 2003 21:03:20 +0000 (21:03 +0000)]
rawvideo patch by (Fred Rothganger <rothgang at uiuc dot edu>)
Originally committed as revision 1687 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 16 Mar 2003 20:22:22 +0000 (20:22 +0000)]
field pic decoding cleanup
Originally committed as revision 1686 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 15 Mar 2003 20:47:09 +0000 (20:47 +0000)]
cleaner & more flexible edge bug workaround
Originally committed as revision 1685 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 15 Mar 2003 02:06:09 +0000 (02:06 +0000)]
halfpel MC doxy
Originally committed as revision 1684 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Fri, 14 Mar 2003 11:21:19 +0000 (11:21 +0000)]
10l
Originally committed as revision 1683 to svn://svn.ffmpeg.org/ffmpeg/trunk
Zdenek Kabelac [Fri, 14 Mar 2003 07:24:25 +0000 (07:24 +0000)]
* fixing cut&paste bug
Originally committed as revision 1682 to svn://svn.ffmpeg.org/ffmpeg/trunk
Zdenek Kabelac [Thu, 13 Mar 2003 15:36:53 +0000 (15:36 +0000)]
* don't rebuild ffmpeg when libs were not modified
Originally committed as revision 1681 to svn://svn.ffmpeg.org/ffmpeg/trunk
François Revol [Thu, 13 Mar 2003 15:05:54 +0000 (15:05 +0000)]
fix build issue with --enable-shared & --enable-vorbis
(should be reverted if ilbavformat ever gets really built as a shared lib)
Originally committed as revision 1680 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 12 Mar 2003 23:12:23 +0000 (23:12 +0000)]
oops
Originally committed as revision 1679 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 12 Mar 2003 23:09:18 +0000 (23:09 +0000)]
rvlc decoding support
Originally committed as revision 1678 to svn://svn.ffmpeg.org/ffmpeg/trunk
François Revol [Wed, 12 Mar 2003 21:57:24 +0000 (21:57 +0000)]
/me should really learn doxygen :)
Originally committed as revision 1677 to svn://svn.ffmpeg.org/ffmpeg/trunk
François Revol [Wed, 12 Mar 2003 21:48:26 +0000 (21:48 +0000)]
more fix for make -j x
Originally committed as revision 1676 to svn://svn.ffmpeg.org/ffmpeg/trunk
Zdenek Kabelac [Wed, 12 Mar 2003 19:49:58 +0000 (19:49 +0000)]
* added more options
Originally committed as revision 1675 to svn://svn.ffmpeg.org/ffmpeg/trunk
Zdenek Kabelac [Wed, 12 Mar 2003 19:48:46 +0000 (19:48 +0000)]
* cosmetic doc fix
Originally committed as revision 1674 to svn://svn.ffmpeg.org/ffmpeg/trunk
Zdenek Kabelac [Wed, 12 Mar 2003 18:58:04 +0000 (18:58 +0000)]
* update
Originally committed as revision 1673 to svn://svn.ffmpeg.org/ffmpeg/trunk
Zdenek Kabelac [Wed, 12 Mar 2003 18:57:33 +0000 (18:57 +0000)]
* moved os_support.h into libavcodec
* added few more functions for os2
Originally committed as revision 1672 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 12 Mar 2003 18:45:50 +0000 (18:45 +0000)]
sorry forgot
Originally committed as revision 1671 to svn://svn.ffmpeg.org/ffmpeg/trunk
Zdenek Kabelac [Wed, 12 Mar 2003 18:38:18 +0000 (18:38 +0000)]
* quick fix to support make -j x
Originally committed as revision 1670 to svn://svn.ffmpeg.org/ffmpeg/trunk
François Revol [Wed, 12 Mar 2003 17:15:42 +0000 (17:15 +0000)]
Cleaner support for usleep() (with the correct header :)
Originally committed as revision 1669 to svn://svn.ffmpeg.org/ffmpeg/trunk
François Revol [Wed, 12 Mar 2003 17:14:28 +0000 (17:14 +0000)]
Cleaner support for usleep()
Originally committed as revision 1668 to svn://svn.ffmpeg.org/ffmpeg/trunk