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
Fabrice Bellard [Wed, 16 Jul 2003 18:50:35 +0000 (18:50 +0000)]
fixed test.conf path
Originally committed as revision 2054 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 16 Jul 2003 18:20:46 +0000 (18:20 +0000)]
edge fix
Originally committed as revision 2053 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 16 Jul 2003 18:12:14 +0000 (18:12 +0000)]
fix edge repeating bug for %16!=0 files, this fixes Quicktime mpeg4 (they arent buggy)
note, encoding wasnt affected by that
Originally committed as revision 2052 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 16 Jul 2003 11:48:59 +0000 (11:48 +0000)]
fix qmin==qmax==1 && msmpeg4 && intra bug
Originally committed as revision 2051 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Wed, 16 Jul 2003 07:50:17 +0000 (07:50 +0000)]
fix fmt == NULL case
Originally committed as revision 2050 to svn://svn.ffmpeg.org/ffmpeg/trunk
Dan Christiansen [Tue, 15 Jul 2003 23:58:31 +0000 (23:58 +0000)]
Apple GCC 3.3 compile fixes patch by (Dan Christiansen <danchr at daimi dot au dot dk>)
Originally committed as revision 2049 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Tue, 15 Jul 2003 22:15:37 +0000 (22:15 +0000)]
Write correct MPEG2-PS streams patch by (mru at users dot sourceforge dot net (Måns Rullgård))
Originally committed as revision 2048 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 15 Jul 2003 20:22:22 +0000 (20:22 +0000)]
flv1 fix
Originally committed as revision 2047 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Tue, 15 Jul 2003 19:41:40 +0000 (19:41 +0000)]
fixed NTP generation for mpeg
Originally committed as revision 2046 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Tue, 15 Jul 2003 16:57:35 +0000 (16:57 +0000)]
fixed RTP/TCP client support
Originally committed as revision 2045 to svn://svn.ffmpeg.org/ffmpeg/trunk
François Revol [Tue, 15 Jul 2003 13:35:20 +0000 (13:35 +0000)]
BeOS fix: NOT every ld likes undefined syms, include C++ objs, and link to libs needed for audio in.
Originally committed as revision 2044 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Tue, 15 Jul 2003 13:21:39 +0000 (13:21 +0000)]
cosmetic change in resync code - added PAT scanning code if no SDT is found (in the futur it would be interesting to give an API to change channel - also useful for DV input number or TV grab tunning
Originally committed as revision 2043 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 14 Jul 2003 21:07:50 +0000 (21:07 +0000)]
10l
Originally committed as revision 2042 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 13 Jul 2003 11:14:43 +0000 (11:14 +0000)]
10l
Originally committed as revision 2041 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 13 Jul 2003 11:06:45 +0000 (11:06 +0000)]
golomb rice code cleanup / simplify (~0.5% compression gain and slightly faster)
jpegls style golomb rice coder
Originally committed as revision 2040 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 12 Jul 2003 22:15:11 +0000 (22:15 +0000)]
simpler
Originally committed as revision 2039 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 12 Jul 2003 20:21:34 +0000 (20:21 +0000)]
cleanup
Originally committed as revision 2038 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 12 Jul 2003 16:55:15 +0000 (16:55 +0000)]
10l
Originally committed as revision 2037 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 12 Jul 2003 16:26:08 +0000 (16:26 +0000)]
lossless jpeg regression test
Originally committed as revision 2036 to svn://svn.ffmpeg.org/ffmpeg/trunk
Roman Shaposhnik [Sat, 12 Jul 2003 07:37:05 +0000 (07:37 +0000)]
* First round of AV sync fixes.
* -r now does the right thing.
* frame rate and frame sizes now share same abbv. table and you
can do -r ntsc as well as -s ntsc
Originally committed as revision 2035 to svn://svn.ffmpeg.org/ffmpeg/trunk
Giancarlo Formicuccia [Fri, 11 Jul 2003 22:30:12 +0000 (22:30 +0000)]
- Gracefully handle the case where not all the streams are requested/wanted
from the client. Simply ignore the unwanted/unasked streams.
- Don't need to pool() for every input character! (the socket is nonblocking,
so the loop is ok).
- Partially resurrect compute_send_delay for avoiding udp flood. Without a
similar patch, udp transmission is seriously unreliable.
(note that we don't link to a specific input reference stream, it's not needed
as the pts values should be coherent anyway. Also, non-monotonic pts
progression is unimportant in the long term).
- rtsp_cmd_pause must reset the time reference
patch by (Giancarlo Formicuccia <ilsensine at inwind dot it>)
Originally committed as revision 2034 to svn://svn.ffmpeg.org/ffmpeg/trunk
Tim Allen [Fri, 11 Jul 2003 21:33:27 +0000 (21:33 +0000)]
Shared library for libavformat support patch by (Tim Allen <tim at proximity dot com dot au>)
Originally committed as revision 2033 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 10 Jul 2003 23:18:09 +0000 (23:18 +0000)]
Building ffmpeg with gcc-2.95.3 encountered a problem due to C99 initialization fix by ("Steven M. Schultz" <sms at 2BSD dot COM>)
Originally committed as revision 2032 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 10 Jul 2003 19:09:24 +0000 (19:09 +0000)]
postprocessing support
fix duplicate frames bug?
Originally committed as revision 2031 to svn://svn.ffmpeg.org/ffmpeg/trunk