]> git.sesse.net Git - ffmpeg/log
ffmpeg
21 years ago10l - set pixelfmt (colorspace) _before_ calling get_buffer() callback
Arpi [Sun, 10 Nov 2002 18:45:36 +0000 (18:45 +0000)]
10l - set pixelfmt (colorspace) _before_ calling get_buffer() callback

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

21 years agoreversing header game
Michael Niedermayer [Sun, 10 Nov 2002 11:46:59 +0000 (11:46 +0000)]
reversing header game
MIN/MAX -> FFMIN/FFMAX

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

21 years agoavoid duplicate ";" warnings (based upon a patch by mru at users dot sourceforge...
Michael Niedermayer [Sun, 10 Nov 2002 11:24:27 +0000 (11:24 +0000)]
avoid duplicate ";" warnings (based upon a patch by mru at users dot sourceforge dot net (Måns Rullgård))

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

21 years agohurry_up>=5 -> skip everything except header & set pict_type&key_frame
Michael Niedermayer [Sun, 10 Nov 2002 10:54:07 +0000 (10:54 +0000)]
hurry_up>=5 -> skip everything except header & set pict_type&key_frame

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

21 years agouse FF_INPUT_BUFFER_PADDING_SIZE
Michael Niedermayer [Sat, 9 Nov 2002 15:53:52 +0000 (15:53 +0000)]
use FF_INPUT_BUFFER_PADDING_SIZE

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

21 years agoc standard style / warnings patch by (mru at users dot sourceforge dot net (Måns...
Måns Rullgård [Sat, 9 Nov 2002 15:37:19 +0000 (15:37 +0000)]
c standard style / warnings patch by (mru at users dot sourceforge dot net (Måns Rullgård))

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

21 years agofixing -sameq with mpeg2
Michael Niedermayer [Sat, 9 Nov 2002 13:57:54 +0000 (13:57 +0000)]
fixing -sameq with mpeg2

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

21 years agocleanup
Michael Niedermayer [Sat, 9 Nov 2002 10:38:34 +0000 (10:38 +0000)]
cleanup

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

21 years agoringbuffer patch by (François Revol <revol at free dot fr>)
François Revol [Fri, 8 Nov 2002 20:54:44 +0000 (20:54 +0000)]
ringbuffer patch by (François Revol <revol at free dot fr>)

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

21 years agofixes the frame number counter for -vcodec copy patch by (mru at users dot sourceforg...
Måns Rullgård [Fri, 8 Nov 2002 20:33:46 +0000 (20:33 +0000)]
fixes the frame number counter for -vcodec copy patch by (mru at users dot sourceforge.net (Måns Rullgård))

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

21 years agocleanup (breaks compatibility, requested by fabrice)
Michael Niedermayer [Fri, 8 Nov 2002 18:35:39 +0000 (18:35 +0000)]
cleanup (breaks compatibility, requested by fabrice)
remove CODEC_FLAG_NOT_TRUNCATED & add CODEC_FLAG_TRUNCATED
add CODEC_CAP_TRUNCATED
add alpha plane to AVPicture
remove CODEC_ID_MSMPEG4
remove various unused stuff
support "truncated" mpeg4 streams

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

21 years ago*HUGE* set of compiler warning fixes, unused variables removal
Arpi [Wed, 6 Nov 2002 23:54:29 +0000 (23:54 +0000)]
*HUGE* set of compiler warning fixes, unused variables removal
based on patch by Dominik Mierzejewski <dominik@rangers.eu.org>

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

21 years ago* put there more reasnable 15fps speed (though it's probably meaningless)
Zdenek Kabelac [Wed, 6 Nov 2002 20:39:17 +0000 (20:39 +0000)]
* put there more reasnable 15fps speed (though it's probably meaningless)

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

21 years agocleanup
Michael Niedermayer [Wed, 6 Nov 2002 11:59:17 +0000 (11:59 +0000)]
cleanup

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

21 years agocleanup
Michael Niedermayer [Wed, 6 Nov 2002 09:30:47 +0000 (09:30 +0000)]
cleanup

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

21 years agocleanup
Michael Niedermayer [Tue, 5 Nov 2002 17:31:26 +0000 (17:31 +0000)]
cleanup

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

21 years ago* calculating with the full packet size
Zdenek Kabelac [Tue, 5 Nov 2002 17:16:41 +0000 (17:16 +0000)]
* calculating with the full packet size

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

21 years ago* use larger buffer - the size should be calculcated from the bitstream
Zdenek Kabelac [Tue, 5 Nov 2002 12:38:50 +0000 (12:38 +0000)]
* use larger buffer - the size should be calculcated from the bitstream
  data rate and outgoing samples (i.e. WMA could generate a lot of samples
  from 4096KB chunks)
  FIXME

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

21 years ago* allocate slightly more data - so decoders won't be touching memory
Zdenek Kabelac [Tue, 5 Nov 2002 12:06:37 +0000 (12:06 +0000)]
* allocate slightly more data - so decoders won't be touching memory
  out of allocated range (would be 4 bytes enough here ???)

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

21 years ago* free extradata
Zdenek Kabelac [Tue, 5 Nov 2002 12:04:59 +0000 (12:04 +0000)]
* free extradata

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

21 years ago* fix leak with output file closing
Zdenek Kabelac [Tue, 5 Nov 2002 11:59:47 +0000 (11:59 +0000)]
* fix leak with output file closing

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

21 years ago* don't show header errors when eof is reached
Zdenek Kabelac [Tue, 5 Nov 2002 10:14:48 +0000 (10:14 +0000)]
* don't show header errors when eof is reached

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

21 years agoMIN/MAX sys/param.h patch by (François Revol <revol at free dot fr>)
François Revol [Tue, 5 Nov 2002 00:56:08 +0000 (00:56 +0000)]
MIN/MAX sys/param.h patch by (François Revol <revol at free dot fr>)

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

21 years agoBeOS Audio ouput patch by (François Revol <revol at free dot fr>)
François Revol [Tue, 5 Nov 2002 00:38:06 +0000 (00:38 +0000)]
BeOS Audio ouput patch by (François Revol <revol at free dot fr>)

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

21 years agolrintf detection (based upon a patch by François Revol <revol at free dot fr>)
Michael Niedermayer [Tue, 5 Nov 2002 00:07:05 +0000 (00:07 +0000)]
lrintf detection (based upon a patch by François Revol <revol at free dot fr>)

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

21 years agodont use fastmemcpy for PIC
Michael Niedermayer [Mon, 4 Nov 2002 22:45:34 +0000 (22:45 +0000)]
dont use fastmemcpy for PIC

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

21 years agovc++ sucks, found by ("csharprules" <csharprules at hotmail dot com>)
Michael Niedermayer [Mon, 4 Nov 2002 20:57:08 +0000 (20:57 +0000)]
vc++ sucks, found by ("csharprules" <csharprules at hotmail dot com>)

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

21 years agoadded faq.html
Fabrice Bellard [Mon, 4 Nov 2002 18:50:27 +0000 (18:50 +0000)]
added faq.html

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

21 years agoupdated FAQ - converted it to texinfo
Fabrice Bellard [Mon, 4 Nov 2002 18:50:04 +0000 (18:50 +0000)]
updated FAQ - converted it to texinfo

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

21 years ago* DR1 support
Zdenek Kabelac [Mon, 4 Nov 2002 18:03:10 +0000 (18:03 +0000)]
* DR1 support

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

21 years ago10l
Michael Niedermayer [Mon, 4 Nov 2002 15:56:38 +0000 (15:56 +0000)]
10l

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

21 years agofixing dependancies
Michael Niedermayer [Mon, 4 Nov 2002 10:01:15 +0000 (10:01 +0000)]
fixing dependancies
removing stray tabs

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

21 years agopp docs
Michael Niedermayer [Sun, 3 Nov 2002 10:05:19 +0000 (10:05 +0000)]
pp docs

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

21 years ago-p
Michael Niedermayer [Sun, 3 Nov 2002 01:39:20 +0000 (01:39 +0000)]
-p

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

21 years agofixed some bugs in app parser - some jfif and adobe jpgs fixed
Alex Beregszaszi [Sat, 2 Nov 2002 22:49:13 +0000 (22:49 +0000)]
fixed some bugs in app parser - some jfif and adobe jpgs fixed

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

21 years agouse cp ; strip instead of strip -o
Michael Niedermayer [Sat, 2 Nov 2002 22:16:13 +0000 (22:16 +0000)]
use cp ; strip instead of strip -o

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

21 years agogcc optimization on BeOS (patch by François Revol <revol at free dot fr>)
François Revol [Sat, 2 Nov 2002 21:05:54 +0000 (21:05 +0000)]
gcc optimization on BeOS (patch by François Revol <revol at free dot fr>)

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

21 years agosupport forcing low_delay during decoding
Michael Niedermayer [Sat, 2 Nov 2002 18:47:51 +0000 (18:47 +0000)]
support forcing low_delay during decoding

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

21 years agocleanup
Michael Niedermayer [Sat, 2 Nov 2002 14:20:05 +0000 (14:20 +0000)]
cleanup

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

21 years agocleanup
Michael Niedermayer [Sat, 2 Nov 2002 13:58:14 +0000 (13:58 +0000)]
cleanup

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

21 years agoAltivec Patch (Mark III) by (Dieter Shirley <dieters at schemasoft dot com>)
Michael Niedermayer [Sat, 2 Nov 2002 11:28:08 +0000 (11:28 +0000)]
Altivec Patch (Mark III) by (Dieter Shirley <dieters at schemasoft dot com>)

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

21 years agoadded BeOS net_server support (R5 network stack), basically the same
François Revol [Sat, 2 Nov 2002 10:47:44 +0000 (10:47 +0000)]
added BeOS net_server support (R5 network stack), basically the same
problems as with winsock (sockets != fd), and the broken select().
based on older patch by Andrew Bachmann.
patch by (François Revol <revol at free dot fr>)

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

21 years agoadded MACE (Macintosh Audio Compression/Expansion) 3:1 & 6:1 support
François Revol [Sat, 2 Nov 2002 10:39:22 +0000 (10:39 +0000)]
added MACE (Macintosh Audio Compression/Expansion) 3:1 & 6:1 support
contribution by Laszlo Torok <torokl@alpha.dfmk.hu>
4CC 'MAC3' and 'MAC6' in Quicktime.
It works for mono streams, needs to be fixed for stereo when I get my hands on a stereo sample :)
patch by (François Revol <revol at free dot fr>)

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

21 years agoadded BeOS net_server support (R5 network stack), basically the same
François Revol [Sat, 2 Nov 2002 10:35:07 +0000 (10:35 +0000)]
added BeOS net_server support (R5 network stack), basically the same
problems as with winsock (sockets != fd), and the broken select().
based on older patch by Andrew Bachmann.
patch by (François Revol <revol at free dot fr>)

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

21 years agoadded perm inheritance from ffmpeg_g (it looks like 'strip' in BeOS doesn't keep...
François Revol [Sat, 2 Nov 2002 10:31:37 +0000 (10:31 +0000)]
added perm inheritance from ffmpeg_g (it looks like 'strip' in BeOS doesn't keep them, though the Linux one does !?)
patch by (François Revol <revol at free dot fr>)

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

21 years agocleanup
Michael Niedermayer [Sat, 2 Nov 2002 08:55:46 +0000 (08:55 +0000)]
cleanup

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

21 years agohandle init error in ffmpeg12
Arpi [Sat, 2 Nov 2002 01:43:19 +0000 (01:43 +0000)]
handle init error in ffmpeg12

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

21 years ago-mdynamic-no-pic for darwin -> 5% speedup patch by (Dieter Shirley <dieters at schema...
Dieter [Sat, 2 Nov 2002 00:30:34 +0000 (00:30 +0000)]
-mdynamic-no-pic for darwin -> 5% speedup patch by (Dieter Shirley <dieters at schemasoft dot com>)

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

21 years agobetter padding bug detection
Michael Niedermayer [Sat, 2 Nov 2002 00:05:06 +0000 (00:05 +0000)]
better padding bug detection

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

21 years agoput MIN/MAX under ifndef MAX/MIN
Michael Niedermayer [Fri, 1 Nov 2002 20:37:10 +0000 (20:37 +0000)]
put MIN/MAX under ifndef MAX/MIN

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

21 years agofixing msmpeg4v3 with mb_height % slice_height != 0
Michael Niedermayer [Fri, 1 Nov 2002 18:55:03 +0000 (18:55 +0000)]
fixing msmpeg4v3 with mb_height % slice_height != 0

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

21 years agoverbose can be negative
Arpi [Fri, 1 Nov 2002 17:46:45 +0000 (17:46 +0000)]
verbose can be negative

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

21 years agohopefully fixing sprite_warping_points==0
Michael Niedermayer [Fri, 1 Nov 2002 13:25:22 +0000 (13:25 +0000)]
hopefully fixing sprite_warping_points==0

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

21 years agocosmetics requested by kabi
Michael Niedermayer [Fri, 1 Nov 2002 01:19:04 +0000 (01:19 +0000)]
cosmetics requested by kabi

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

21 years ago* avoid negative numbers as well
Zdenek Kabelac [Thu, 31 Oct 2002 20:22:30 +0000 (20:22 +0000)]
* avoid negative numbers as well

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

21 years ago10l
Nick Kurshev [Thu, 31 Oct 2002 18:22:15 +0000 (18:22 +0000)]
10l

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

21 years agoreverse first hunk
Nick Kurshev [Thu, 31 Oct 2002 18:17:25 +0000 (18:17 +0000)]
reverse first hunk

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

21 years agofixed debug compilation
Nick Kurshev [Thu, 31 Oct 2002 18:08:19 +0000 (18:08 +0000)]
fixed debug compilation

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

21 years agoput a few large tables under #ifdef CONFIG_ENCODERS or dynamically allocate them
Michael Niedermayer [Thu, 31 Oct 2002 16:11:03 +0000 (16:11 +0000)]
put a few large tables under #ifdef CONFIG_ENCODERS or dynamically allocate them

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

21 years ago* always set extradata_size
Zdenek Kabelac [Thu, 31 Oct 2002 12:23:35 +0000 (12:23 +0000)]
* always set extradata_size

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

21 years ago* removed extra_data from AVStream (it's part of Codec)
Zdenek Kabelac [Thu, 31 Oct 2002 12:22:32 +0000 (12:22 +0000)]
* removed extra_data from AVStream (it's part of Codec)
* removed pts*1000 for paket timing (using ms)

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

21 years agodont call emms_c() for each MB
Michael Niedermayer [Thu, 31 Oct 2002 12:11:53 +0000 (12:11 +0000)]
dont call emms_c() for each MB

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

21 years agocleanup
Michael Niedermayer [Thu, 31 Oct 2002 11:47:58 +0000 (11:47 +0000)]
cleanup

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

21 years agodisabling compilation of .so if its not needed, gcc 3.1 seems to have problems with it
Michael Niedermayer [Thu, 31 Oct 2002 10:21:44 +0000 (10:21 +0000)]
disabling compilation of .so if its not needed, gcc 3.1 seems to have problems with it

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

21 years agofixed 10l
Alex Beregszaszi [Thu, 31 Oct 2002 09:24:25 +0000 (09:24 +0000)]
fixed 10l

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

21 years agousing fewer registers ... to workaround something
Michael Niedermayer [Thu, 31 Oct 2002 01:42:59 +0000 (01:42 +0000)]
using fewer registers ... to workaround something

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

21 years agofixing another assert q>0.0 issue caused by variance < 0, this fix allso changes...
Michael Niedermayer [Thu, 31 Oct 2002 00:48:05 +0000 (00:48 +0000)]
fixing another assert q>0.0 issue caused by variance < 0, this fix allso changes the inter/intra decission very slightly -> all regression checksums need to be updated

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

21 years agofixed nb_block_sizes detection - fixed codec_id test (avctx->codec_id does not need...
Fabrice Bellard [Thu, 31 Oct 2002 00:07:13 +0000 (00:07 +0000)]
fixed nb_block_sizes detection - fixed codec_id test (avctx->codec_id does not need to be initialized)

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

21 years agofixing q>0.0 assert failure caused by overflow of variance for b frames
Michael Niedermayer [Wed, 30 Oct 2002 22:55:07 +0000 (22:55 +0000)]
fixing q>0.0 assert failure caused by overflow of variance for b frames

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

21 years agoremoving "-npp" (found by arpi)
Michael Niedermayer [Wed, 30 Oct 2002 21:13:07 +0000 (21:13 +0000)]
removing "-npp" (found by arpi)

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

21 years agoper context cpuCaps (idea by kabi)
Michael Niedermayer [Wed, 30 Oct 2002 21:02:21 +0000 (21:02 +0000)]
per context cpuCaps (idea by kabi)

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

21 years agochange qscale type to int8 and fix qscale ordering
Michael Niedermayer [Wed, 30 Oct 2002 20:50:33 +0000 (20:50 +0000)]
change qscale type to int8 and fix qscale ordering

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

21 years agoexporting the internal qscale table, this allso fixes the ordering
Michael Niedermayer [Wed, 30 Oct 2002 20:41:40 +0000 (20:41 +0000)]
exporting the internal qscale table, this allso fixes the ordering

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

21 years agoNetBSD fix by Bernd Ernesti <mplayer@lists.veego.de>
Alex Beregszaszi [Wed, 30 Oct 2002 20:31:04 +0000 (20:31 +0000)]
NetBSD fix by Bernd Ernesti <mplayer@lists.veego.de>

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

21 years ago-vcodec copy fix patch by (mru at users dot sourceforge dot net (Måns Rullgård))
Måns Rullgård [Wed, 30 Oct 2002 09:36:33 +0000 (09:36 +0000)]
-vcodec copy fix patch by (mru at users dot sourceforge dot net (Måns Rullgård))

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

21 years ago1) Add MMX deinterlace code.
Fred [Wed, 30 Oct 2002 09:09:34 +0000 (09:09 +0000)]
1) Add MMX deinterlace code.
2) "Fix" first and last line deinterlace.  I had second-thoughts that this might be some image filtering algorithm that someone cleverer than I created.
3) Add in-place deinterlace functions (only used when src == dst).
patch by (Fred <foohoo at shaw dot ca>)

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

21 years ago* Made encoding to ASF streams work again. It turns out that the default
Philip Gladstone [Wed, 30 Oct 2002 03:02:00 +0000 (03:02 +0000)]
* Made encoding to ASF streams work again. It turns out that the default
  stream id that AVI wants for MSMPEG4V3 doesn't work for ASF. I have
  added a flag to indicate that certain tags should not be used in ASF
  streams. I think that this is the wrong solution (just adding a flag
  for ASF), but it does work.

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

21 years agoAdded VideoBitRateRange and VideoBitRAteTolerance settings
Philip Gladstone [Wed, 30 Oct 2002 02:15:07 +0000 (02:15 +0000)]
Added VideoBitRateRange and VideoBitRAteTolerance settings
Also made the Launch directive work again if you invoke ffserver with a relative
path.

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

21 years agousing same numbers for cpuCaps as libmpeg2 & liba52
Michael Niedermayer [Wed, 30 Oct 2002 01:59:51 +0000 (01:59 +0000)]
using same numbers for cpuCaps as libmpeg2 & liba52

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

21 years agocleanly passing the cpuCaps
Michael Niedermayer [Wed, 30 Oct 2002 01:51:14 +0000 (01:51 +0000)]
cleanly passing the cpuCaps

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

21 years ago10l
Michael Niedermayer [Tue, 29 Oct 2002 23:36:37 +0000 (23:36 +0000)]
10l

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

21 years agouse lrintf to avoid double conversion
Fabrice Bellard [Tue, 29 Oct 2002 22:39:11 +0000 (22:39 +0000)]
use lrintf to avoid double conversion

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

21 years agoadded lrintf for non ISOC libcs (fixme: find a better test)
Fabrice Bellard [Tue, 29 Oct 2002 22:38:21 +0000 (22:38 +0000)]
added lrintf for non ISOC libcs (fixme: find a better test)

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

21 years agoavoid name clash - fixed again block size selection
Fabrice Bellard [Tue, 29 Oct 2002 22:27:30 +0000 (22:27 +0000)]
avoid name clash - fixed again block size selection

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

21 years agoavoid name clash
Fabrice Bellard [Tue, 29 Oct 2002 22:26:01 +0000 (22:26 +0000)]
avoid name clash

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

21 years agocleanup
Michael Niedermayer [Tue, 29 Oct 2002 20:12:24 +0000 (20:12 +0000)]
cleanup

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

21 years agocosmetics ;)
Michael Niedermayer [Tue, 29 Oct 2002 18:51:52 +0000 (18:51 +0000)]
cosmetics ;)
 prefixing all functions with pp_ to avoid namespace issues

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

21 years agobetter deblocking filter
Michael Niedermayer [Tue, 29 Oct 2002 18:35:15 +0000 (18:35 +0000)]
better deblocking filter

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

21 years agoupdate
Fabrice Bellard [Tue, 29 Oct 2002 14:32:50 +0000 (14:32 +0000)]
update

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

21 years ago-fomit-frame-pointer is needed for the PIC code
Michael Niedermayer [Tue, 29 Oct 2002 11:21:43 +0000 (11:21 +0000)]
-fomit-frame-pointer is needed for the PIC code

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

21 years agousing fewer registers (fixes compilation bug hopefully)
Michael Niedermayer [Tue, 29 Oct 2002 09:16:06 +0000 (09:16 +0000)]
using fewer registers (fixes compilation bug hopefully)

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

21 years agofix compilation on non-x86 with gcc 2.95
Colin Leroy [Tue, 29 Oct 2002 00:54:07 +0000 (00:54 +0000)]
fix compilation on non-x86 with gcc 2.95

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

21 years agoupdated
Fabrice Bellard [Mon, 28 Oct 2002 21:39:30 +0000 (21:39 +0000)]
updated

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

21 years agopostprocessing cleanup:
Michael Niedermayer [Mon, 28 Oct 2002 19:31:04 +0000 (19:31 +0000)]
postprocessing cleanup:
remove opendivx #ifdefs
remove rk1 filter
remove unused / obsolete stuff
add -1,4,2,4,-1 deinterlacing filter (ffmpeg uses that)
threadsafe / no more non-const globals
some optimizations
different strides for Y,U,V possible
remove ebx usage (someone really should fix gcc, this is really lame)
change the dering filter slightly (tell me if its worse for any files)

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

21 years agoFOURCC removed, using ff_get_fourcc instead (should be big-endian safe), workarounded...
Alex Beregszaszi [Mon, 28 Oct 2002 16:29:40 +0000 (16:29 +0000)]
FOURCC removed, using ff_get_fourcc instead (should be big-endian safe), workarounded a restart interval bug (Spectralfan.mov) (rst support should be rewritten and moved from decode_sos)

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

21 years agofixed block size selection
Fabrice Bellard [Mon, 28 Oct 2002 01:42:05 +0000 (01:42 +0000)]
fixed block size selection

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

21 years agounified wav header parsing - added extradata support
Fabrice Bellard [Mon, 28 Oct 2002 00:55:25 +0000 (00:55 +0000)]
unified wav header parsing - added extradata support

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

21 years agoadded new fft/mdct code - added fft-test program
Fabrice Bellard [Mon, 28 Oct 2002 00:51:48 +0000 (00:51 +0000)]
added new fft/mdct code - added fft-test program

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

21 years agoadded wma decoder
Fabrice Bellard [Mon, 28 Oct 2002 00:48:55 +0000 (00:48 +0000)]
added wma decoder

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

21 years agopreparing integration of new AC3 decoder
Fabrice Bellard [Mon, 28 Oct 2002 00:39:05 +0000 (00:39 +0000)]
preparing integration of new AC3 decoder

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