]> git.sesse.net Git - ffmpeg/log
ffmpeg
20 years agoman page installation support
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

20 years agoexport int64_t_C as it is needed by libavformat.h
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

20 years agomore sections in help - copyright fixes
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

20 years agoadded all options
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

20 years agoexplain Windows Native and Cross build - linked to DLL build page (unsupported yet...
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

20 years agoremoved deprecated win32 option (use --enable-mingw32 and --cross-prefix)
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

20 years agowin32 compile fix
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

20 years agowhen changing version, please keep my changes (win32 compile fix)
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

20 years agoupdated supported codec/format
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

20 years agoadded ffplay documentation - added automatic man page generation for ffmpeg, ffserver...
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

20 years agocustom quant matrix encoding support
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

20 years agoPSX MDEC decoder, based upon some code from Sebastian Jedruszkiewicz <elf at frogger...
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

20 years agoupdate
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

20 years agorepeat_pict was never returned
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

20 years ago all human-readable output should go into stderr for now. We really
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

20 years ago enabling Sun medialib support via --enable-sunmlib, the default
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

20 years agoAC3 encoding patch ba (Ross Martin <ffmpeg at ross dot interwrx dot com>)
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

20 years agofixing chroma MC
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

20 years agoMC rounding fixed?
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

20 years agofix AVFrame.reference (the frames are used for decoding future frames so it should...
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

20 years agouse codec_tag for encoding too
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

20 years agofixing thread safety, this may cause alignment problms (if it does than the stuff...
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

20 years ago * fixing a regression in mpeg encoder (not setting pix_fmt),
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

20 years agoinitial sh4 support
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

20 years agoreverse earlier patch
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

20 years agoSimplified and fixed altivec/altivec.h detection under Linux and Darwin (and others...
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

20 years agosupport for older real audio files (<= version 3)
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

20 years agoskip ext header missing message for msmpeg4v2
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

20 years agono default bit rate if decoding
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

20 years agoadded get_audio_frame()
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

20 years agoinitial duration/start_time generic support - displays stream duration and average...
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

20 years agoremoved MAXINT64
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

20 years agoupdate duration and start_time
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

20 years agoexports mpegps_demux
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

20 years agoupdate duration and start_time
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

20 years agoupdate duration and start_time - add av_new_stream() usage
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

20 years agoadd av_new_stream() usage
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

20 years agoadded stream start time and duration API - AV_NOPTS_VALUE is no longer zero
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

20 years agoendian-conscious fix, courtesy of Sebastian Jedruszkiewicz
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

20 years agofine A-V synchronisation support with either audio or video as master clock source...
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

20 years agopatch for DV capturing by Dan Dennedy <dan at dennedy dot org>
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

20 years agocheck input pix_fmt
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

20 years agocleanup / fixes
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

20 years agoyuv4mpeg pipe reader for libavformat patch by (D Richard Felker III <dalias at aerifa...
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

20 years agoclear bitstream buffers in AVCodec.flush()
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

20 years agoFF_INPUT_BUFFER_PADDING_SIZE
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

20 years agomake the h263 decoder more error tolerant
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

20 years agoA/V sync patch from Gildas Bazin.
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

20 years agoAdd GNU header, remove X includes, add more check for xvmc render packet
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

20 years agonamespace fix (triggered by gcc-alivec-bugfix + gentoo or so) by (Magnus Damm <damm...
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

20 years agopatch for flv deblocking by (Garrick Meeker <gmeeker at theoryllc dot com>)
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

20 years agorate distortion mb decision support
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

20 years agodebug stuff
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

20 years agousing av_abort instead exit
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

20 years agoremove cs_test and swscale-example too
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

20 years ago410p -> 411p
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

20 years agoCLJR decoding support
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

20 years agomake MPV_frame_start fail on get_buffer failer
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

20 years agocompile xvmc only when requested
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

20 years agoinitial XvMC support
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

20 years agoinitial XvMC support, define common packet for decoder <-> libXvMC communication
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

20 years agoinitial XvMC support
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

20 years agoati vcr2 uv swap
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

20 years agoget_bits -> skip_bits
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

20 years agowarning fixes
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

20 years agovcr2 cleanup
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

20 years agoATI VCR2
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

20 years agoATI VCR2 decoding support
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

20 years agofix
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

20 years agoOSX and BeOS networking fix (socklen_t)
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

20 years agoATI VCR1 decoder
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

20 years agolast frames & b frames encoding fix
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

20 years agolast frame decoding fix
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

20 years agobitstream changes to match JM7.2
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

20 years agosuppressed memory leaks - added image conversion support if the codec does not suppor...
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

20 years agoremoved unnecessary codec
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

20 years agomention libavformat API examples
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

20 years agolong awaited simple libavformat output API example
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

20 years agoincorrect comment
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

20 years agomention the two asf formats
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

20 years agodefault for slices is display order again
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

20 years agosvq3 b frame slices fix
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

20 years agoAVCodec.flush()
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

20 years agoadded RTP/TCP protocol support
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

20 years agoadded correct RTSP aborting - added option to force TCP usage in RTSP playback -...
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

20 years agosupport aborting in TCP
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

20 years agosuppressed RTSP abort hack - added PLAY/PAUSE
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

20 years agoremoved warnings
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

20 years agoadded primitive aborting system
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

20 years agowarnings are errors
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

20 years agoadded fulltest target
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

20 years agoput b- prefix to libav tests to avoid incorrect ffserver test
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

20 years agofixed test.conf path
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

20 years agoedge fix
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

20 years agofix edge repeating bug for %16!=0 files, this fixes Quicktime mpeg4 (they arent buggy)
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

20 years agofix qmin==qmax==1 && msmpeg4 && intra bug
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

20 years agofix fmt == NULL case
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

20 years agoApple GCC 3.3 compile fixes patch by (Dan Christiansen <danchr at daimi dot au dot...
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

20 years agoWrite correct MPEG2-PS streams patch by (mru at users dot sourceforge dot net (Måns...
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

20 years agoflv1 fix
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