Fabrice Bellard [Sun, 24 Aug 2003 21:21:39 +0000 (21:21 +0000)]
ac3 test
Originally committed as revision 2153 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Sun, 24 Aug 2003 21:21:10 +0000 (21:21 +0000)]
accepts pgmyuv extension
Originally committed as revision 2152 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Sun, 24 Aug 2003 21:20:44 +0000 (21:20 +0000)]
suppressed frame number modulus hack - added loop_input hack which I find easier to understand
Originally committed as revision 2151 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Sun, 24 Aug 2003 21:19:13 +0000 (21:19 +0000)]
added loop option
Originally committed as revision 2150 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Sun, 24 Aug 2003 21:16:50 +0000 (21:16 +0000)]
use new loop option
Originally committed as revision 2149 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Sun, 24 Aug 2003 21:14:02 +0000 (21:14 +0000)]
disabled file based tests
Originally committed as revision 2148 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Sun, 24 Aug 2003 18:16:16 +0000 (18:16 +0000)]
exclude Duration field too
Originally committed as revision 2147 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Sun, 24 Aug 2003 16:14:24 +0000 (16:14 +0000)]
spell fixes
Originally committed as revision 2146 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Sun, 24 Aug 2003 16:02:39 +0000 (16:02 +0000)]
man page installation support
Originally committed as revision 2145 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Sun, 24 Aug 2003 16:00:34 +0000 (16:00 +0000)]
export int64_t_C as it is needed by libavformat.h
Originally committed as revision 2144 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Sun, 24 Aug 2003 15:29:48 +0000 (15:29 +0000)]
more sections in help - copyright fixes
Originally committed as revision 2143 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Sun, 24 Aug 2003 15:22:26 +0000 (15:22 +0000)]
added all options
Originally committed as revision 2142 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Sun, 24 Aug 2003 14:25:37 +0000 (14:25 +0000)]
explain Windows Native and Cross build - linked to DLL build page (unsupported yet in the makefiles)
Originally committed as revision 2141 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Sun, 24 Aug 2003 14:01:59 +0000 (14:01 +0000)]
removed deprecated win32 option (use --enable-mingw32 and --cross-prefix)
Originally committed as revision 2140 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Sun, 24 Aug 2003 13:59:05 +0000 (13:59 +0000)]
win32 compile fix
Originally committed as revision 2139 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Sun, 24 Aug 2003 13:57:42 +0000 (13:57 +0000)]
when changing version, please keep my changes (win32 compile fix)
Originally committed as revision 2138 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Sun, 24 Aug 2003 11:35:02 +0000 (11:35 +0000)]
updated supported codec/format
Originally committed as revision 2137 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Sun, 24 Aug 2003 11:16:29 +0000 (11:16 +0000)]
added ffplay documentation - added automatic man page generation for ffmpeg, ffserver and ffplay
Originally committed as revision 2136 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 22 Aug 2003 22:18:08 +0000 (22:18 +0000)]
custom quant matrix encoding support
Originally committed as revision 2135 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 22 Aug 2003 14:59:04 +0000 (14:59 +0000)]
PSX MDEC decoder, based upon some code from Sebastian Jedruszkiewicz <elf at frogger dot rules dot pl>
note: completly untested, no demuxer yet
Originally committed as revision 2134 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Fri, 22 Aug 2003 09:43:01 +0000 (09:43 +0000)]
update
Originally committed as revision 2133 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Fri, 22 Aug 2003 08:29:44 +0000 (08:29 +0000)]
repeat_pict was never returned
Originally committed as revision 2132 to svn://svn.ffmpeg.org/ffmpeg/trunk
Roman Shaposhnik [Thu, 21 Aug 2003 21:04:19 +0000 (21:04 +0000)]
all human-readable output should go into stderr for now. We really
need a generic logging facility in ffmpeg, but this will suffice for now.
Originally committed as revision 2131 to svn://svn.ffmpeg.org/ffmpeg/trunk
Roman Shaposhnik [Thu, 21 Aug 2003 20:53:50 +0000 (20:53 +0000)]
enabling Sun medialib support via --enable-sunmlib, the default
(even on systems with medialib is to use ffmpeg routines)
Originally committed as revision 2130 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 20 Aug 2003 07:57:00 +0000 (07:57 +0000)]
AC3 encoding patch ba (Ross Martin <ffmpeg at ross dot interwrx dot com>)
Originally committed as revision 2129 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 20 Aug 2003 07:35:23 +0000 (07:35 +0000)]
fixing chroma MC
minor cleanup
postprocessing support
Originally committed as revision 2128 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 19 Aug 2003 17:10:00 +0000 (17:10 +0000)]
MC rounding fixed?
UMV
still not bugfree :(
Originally committed as revision 2127 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 19 Aug 2003 16:18:48 +0000 (16:18 +0000)]
fix AVFrame.reference (the frames are used for decoding future frames so it should be !=0)
fix some assert in utils.c (no bug but its saver if the released pointers are NULL)
fix double release_buffer() at the end
Originally committed as revision 2126 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 18 Aug 2003 09:20:02 +0000 (09:20 +0000)]
use codec_tag for encoding too
Originally committed as revision 2125 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 15 Aug 2003 19:58:27 +0000 (19:58 +0000)]
fixing thread safety, this may cause alignment problms (if it does than the stuff should be moved to MpegEncContext)
Originally committed as revision 2124 to svn://svn.ffmpeg.org/ffmpeg/trunk
Roman Shaposhnik [Tue, 12 Aug 2003 18:20:29 +0000 (18:20 +0000)]
* fixing a regression in mpeg encoder (not setting pix_fmt),
this is hardly the right way to do things, but it'll suffice for now.
* patch from Gildas Bazin
gbazin at altern dot org
* fix for a 10l in configure
* gcc 2.95.3 and Solaris build in general are not ready
for -Werror in libavformat/Makefile
Originally committed as revision 2123 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Tue, 12 Aug 2003 16:47:24 +0000 (16:47 +0000)]
initial sh4 support
Originally committed as revision 2122 to svn://svn.ffmpeg.org/ffmpeg/trunk
Mike Melanson [Tue, 12 Aug 2003 10:00:31 +0000 (10:00 +0000)]
reverse earlier patch
Originally committed as revision 2121 to svn://svn.ffmpeg.org/ffmpeg/trunk
Magnus Damm [Mon, 11 Aug 2003 20:27:17 +0000 (20:27 +0000)]
Simplified and fixed altivec/altivec.h detection under Linux and Darwin (and others). Patch by Magnus Damm <damm@opensource.se>
Originally committed as revision 2120 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Mon, 11 Aug 2003 16:16:49 +0000 (16:16 +0000)]
support for older real audio files (<= version 3)
Originally committed as revision 2119 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 10 Aug 2003 21:11:45 +0000 (21:11 +0000)]
skip ext header missing message for msmpeg4v2
Originally committed as revision 2118 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Fri, 8 Aug 2003 18:13:43 +0000 (18:13 +0000)]
no default bit rate if decoding
Originally committed as revision 2117 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Fri, 8 Aug 2003 18:03:31 +0000 (18:03 +0000)]
added get_audio_frame()
Originally committed as revision 2116 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Fri, 8 Aug 2003 18:02:23 +0000 (18:02 +0000)]
initial duration/start_time generic support - displays stream duration and average total bitrate when using an input file
Originally committed as revision 2115 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Fri, 8 Aug 2003 17:59:04 +0000 (17:59 +0000)]
removed MAXINT64
Originally committed as revision 2114 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Fri, 8 Aug 2003 17:58:38 +0000 (17:58 +0000)]
update duration and start_time
Originally committed as revision 2113 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Fri, 8 Aug 2003 17:54:05 +0000 (17:54 +0000)]
exports mpegps_demux
Originally committed as revision 2112 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Fri, 8 Aug 2003 17:53:30 +0000 (17:53 +0000)]
update duration and start_time
Originally committed as revision 2111 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Fri, 8 Aug 2003 17:52:53 +0000 (17:52 +0000)]
update duration and start_time - add av_new_stream() usage
Originally committed as revision 2110 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Fri, 8 Aug 2003 17:52:30 +0000 (17:52 +0000)]
add av_new_stream() usage
Originally committed as revision 2109 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Fri, 8 Aug 2003 17:49:27 +0000 (17:49 +0000)]
added stream start time and duration API - AV_NOPTS_VALUE is no longer zero
Originally committed as revision 2108 to svn://svn.ffmpeg.org/ffmpeg/trunk
Mike Melanson [Fri, 8 Aug 2003 00:12:18 +0000 (00:12 +0000)]
endian-conscious fix, courtesy of Sebastian Jedruszkiewicz
<elf -at- frogger.rules.pl>
Originally committed as revision 2107 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Wed, 6 Aug 2003 13:07:23 +0000 (13:07 +0000)]
fine A-V synchronisation support with either audio or video as master clock source - MPEG2 A-V synchronisation fixes - fixed format selection - fixed error reporting - audio and video component selection
Originally committed as revision 2106 to svn://svn.ffmpeg.org/ffmpeg/trunk
Roman Shaposhnik [Wed, 6 Aug 2003 05:40:38 +0000 (05:40 +0000)]
patch for DV capturing by Dan Dennedy <dan at dennedy dot org>
Originally committed as revision 2105 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 5 Aug 2003 14:08:28 +0000 (14:08 +0000)]
check input pix_fmt
Originally committed as revision 2104 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 5 Aug 2003 10:19:43 +0000 (10:19 +0000)]
cleanup / fixes
Originally committed as revision 2103 to svn://svn.ffmpeg.org/ffmpeg/trunk
D Richard Felker III [Tue, 5 Aug 2003 09:32:31 +0000 (09:32 +0000)]
yuv4mpeg pipe reader for libavformat patch by (D Richard Felker III <dalias at aerifal dot cx>)
Originally committed as revision 2102 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 2 Aug 2003 22:01:02 +0000 (22:01 +0000)]
clear bitstream buffers in AVCodec.flush()
Originally committed as revision 2101 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 1 Aug 2003 11:01:05 +0000 (11:01 +0000)]
FF_INPUT_BUFFER_PADDING_SIZE
Originally committed as revision 2100 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 1 Aug 2003 11:00:03 +0000 (11:00 +0000)]
make the h263 decoder more error tolerant
Originally committed as revision 2099 to svn://svn.ffmpeg.org/ffmpeg/trunk
Roman Shaposhnik [Wed, 30 Jul 2003 22:37:43 +0000 (22:37 +0000)]
A/V sync patch from Gildas Bazin.
Originally committed as revision 2098 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ivan Kalvachev [Tue, 29 Jul 2003 14:15:28 +0000 (14:15 +0000)]
Add GNU header, remove X includes, add more check for xvmc render packet
Originally committed as revision 2097 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 29 Jul 2003 10:26:34 +0000 (10:26 +0000)]
namespace fix (triggered by gcc-alivec-bugfix + gentoo or so) by (Magnus Damm <damm at opensource dot se>)
Originally committed as revision 2096 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 29 Jul 2003 09:58:47 +0000 (09:58 +0000)]
patch for flv deblocking by (Garrick Meeker <gmeeker at theoryllc dot com>)
Originally committed as revision 2095 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 29 Jul 2003 02:09:12 +0000 (02:09 +0000)]
rate distortion mb decision support
fix decoding of old %16!=0 divx
fix assertion failure in motion_est.c
Originally committed as revision 2094 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 29 Jul 2003 01:45:19 +0000 (01:45 +0000)]
debug stuff
Originally committed as revision 2093 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Mon, 28 Jul 2003 16:35:42 +0000 (16:35 +0000)]
using av_abort instead exit
Originally committed as revision 2092 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Mon, 28 Jul 2003 15:24:38 +0000 (15:24 +0000)]
remove cs_test and swscale-example too
Originally committed as revision 10497 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
Alex Beregszaszi [Sun, 27 Jul 2003 20:45:09 +0000 (20:45 +0000)]
410p -> 411p
Originally committed as revision 2091 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Sun, 27 Jul 2003 20:20:31 +0000 (20:20 +0000)]
CLJR decoding support
Originally committed as revision 2090 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ivan Kalvachev [Sat, 26 Jul 2003 23:31:13 +0000 (23:31 +0000)]
make MPV_frame_start fail on get_buffer failer
Originally committed as revision 2089 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ivan Kalvachev [Sat, 26 Jul 2003 23:21:30 +0000 (23:21 +0000)]
compile xvmc only when requested
Originally committed as revision 2088 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ivan Kalvachev [Sat, 26 Jul 2003 01:52:06 +0000 (01:52 +0000)]
initial XvMC support
Originally committed as revision 2087 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ivan Kalvachev [Sat, 26 Jul 2003 01:34:32 +0000 (01:34 +0000)]
initial XvMC support, define common packet for decoder <-> libXvMC communication
Originally committed as revision 2086 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ivan Kalvachev [Sat, 26 Jul 2003 01:28:49 +0000 (01:28 +0000)]
initial XvMC support
Originally committed as revision 2085 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 26 Jul 2003 00:49:46 +0000 (00:49 +0000)]
ati vcr2 uv swap
Originally committed as revision 2084 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Fri, 25 Jul 2003 13:36:08 +0000 (13:36 +0000)]
get_bits -> skip_bits
Originally committed as revision 2083 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Fri, 25 Jul 2003 13:15:16 +0000 (13:15 +0000)]
warning fixes
Originally committed as revision 2082 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 24 Jul 2003 23:44:45 +0000 (23:44 +0000)]
vcr2 cleanup
Originally committed as revision 2081 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 24 Jul 2003 23:37:40 +0000 (23:37 +0000)]
ATI VCR2
Originally committed as revision 2080 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 24 Jul 2003 23:32:12 +0000 (23:32 +0000)]
ATI VCR2 decoding support
Originally committed as revision 2079 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 24 Jul 2003 21:52:41 +0000 (21:52 +0000)]
fix
Originally committed as revision 2078 to svn://svn.ffmpeg.org/ffmpeg/trunk
François Revol [Thu, 24 Jul 2003 13:30:27 +0000 (13:30 +0000)]
OSX and BeOS networking fix (socklen_t)
Originally committed as revision 2077 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 24 Jul 2003 12:18:46 +0000 (12:18 +0000)]
ATI VCR1 decoder
Originally committed as revision 2076 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 23 Jul 2003 10:41:07 +0000 (10:41 +0000)]
last frames & b frames encoding fix
Originally committed as revision 2075 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 23 Jul 2003 09:58:02 +0000 (09:58 +0000)]
last frame decoding fix
Originally committed as revision 2074 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 23 Jul 2003 00:32:50 +0000 (00:32 +0000)]
bitstream changes to match JM7.2
Originally committed as revision 2073 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Tue, 22 Jul 2003 14:41:49 +0000 (14:41 +0000)]
suppressed memory leaks - added image conversion support if the codec does not support YUV420P - added raw output (any comments are welcome to simplify the API)
Originally committed as revision 2072 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Tue, 22 Jul 2003 13:09:26 +0000 (13:09 +0000)]
removed unnecessary codec
Originally committed as revision 2071 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Tue, 22 Jul 2003 13:08:52 +0000 (13:08 +0000)]
mention libavformat API examples
Originally committed as revision 2070 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Tue, 22 Jul 2003 12:46:15 +0000 (12:46 +0000)]
long awaited simple libavformat output API example
Originally committed as revision 2069 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Tue, 22 Jul 2003 12:30:38 +0000 (12:30 +0000)]
incorrect comment
Originally committed as revision 2068 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Tue, 22 Jul 2003 12:23:32 +0000 (12:23 +0000)]
mention the two asf formats
Originally committed as revision 2067 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 20 Jul 2003 14:48:05 +0000 (14:48 +0000)]
default for slices is display order again
optional support for field slices & slices in coded order
and single component slices for svq1 (unfinished)
Originally committed as revision 2066 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 18 Jul 2003 11:47:14 +0000 (11:47 +0000)]
svq3 b frame slices fix
Originally committed as revision 2065 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 17 Jul 2003 12:29:07 +0000 (12:29 +0000)]
AVCodec.flush()
ff_draw_horiz_band() in coded order / cleanup
Originally committed as revision 2064 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Thu, 17 Jul 2003 10:31:23 +0000 (10:31 +0000)]
added RTP/TCP protocol support
Originally committed as revision 2063 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Thu, 17 Jul 2003 10:29:50 +0000 (10:29 +0000)]
added correct RTSP aborting - added option to force TCP usage in RTSP playback - added experimental RTSP pause support
Originally committed as revision 2062 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Thu, 17 Jul 2003 10:28:27 +0000 (10:28 +0000)]
support aborting in TCP
Originally committed as revision 2061 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Thu, 17 Jul 2003 10:27:47 +0000 (10:27 +0000)]
suppressed RTSP abort hack - added PLAY/PAUSE
Originally committed as revision 2060 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Thu, 17 Jul 2003 10:26:02 +0000 (10:26 +0000)]
removed warnings
Originally committed as revision 2059 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Thu, 17 Jul 2003 10:25:36 +0000 (10:25 +0000)]
added primitive aborting system
Originally committed as revision 2058 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Thu, 17 Jul 2003 10:24:28 +0000 (10:24 +0000)]
warnings are errors
Originally committed as revision 2057 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Wed, 16 Jul 2003 19:14:07 +0000 (19:14 +0000)]
added fulltest target
Originally committed as revision 2056 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Wed, 16 Jul 2003 19:13:33 +0000 (19:13 +0000)]
put b- prefix to libav tests to avoid incorrect ffserver test
Originally committed as revision 2055 to svn://svn.ffmpeg.org/ffmpeg/trunk