platform/upstream/libav.git
21 years ago16-bit and 15-bit rgb/bgr patch by (Joel Yliluoma <joel dot yliluoma at w-create...
Joel Yliluoma [Thu, 14 Nov 2002 19:46:14 +0000 (19:46 +0000)]
16-bit and 15-bit rgb/bgr patch by (Joel Yliluoma <joel dot yliluoma at w-create dot com>) (note, rare formats disabled)

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

21 years agohuffyuv
Michael Niedermayer [Thu, 14 Nov 2002 19:20:04 +0000 (19:20 +0000)]
huffyuv

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

21 years ago* const warning fix
Zdenek Kabelac [Thu, 14 Nov 2002 19:07:25 +0000 (19:07 +0000)]
* const warning fix

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

21 years ago* minor warning fix
Zdenek Kabelac [Thu, 14 Nov 2002 19:04:40 +0000 (19:04 +0000)]
* minor warning fix

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

21 years ago* not checking for get_buffer_callback - it would be user's error
Zdenek Kabelac [Thu, 14 Nov 2002 18:43:49 +0000 (18:43 +0000)]
* not checking for get_buffer_callback - it would be user's error
* if DR1 is disabled in get_buffer_callback silently fallback to
  non-dr rendering

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

21 years ago1l found by kabi
Michael Niedermayer [Thu, 14 Nov 2002 18:02:07 +0000 (18:02 +0000)]
1l found by kabi

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

21 years ago* fix double free
Zdenek Kabelac [Wed, 13 Nov 2002 19:04:38 +0000 (19:04 +0000)]
* fix double free

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

21 years ago* fixing some minor const warnings
Zdenek Kabelac [Tue, 12 Nov 2002 15:00:04 +0000 (15:00 +0000)]
* fixing some minor const warnings

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

21 years ago* init for inv_zigzag_direct16 moved to init block
Zdenek Kabelac [Tue, 12 Nov 2002 10:05:21 +0000 (10:05 +0000)]
* init for inv_zigzag_direct16 moved to init block

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

21 years ago* init table once
Zdenek Kabelac [Tue, 12 Nov 2002 10:01:27 +0000 (10:01 +0000)]
* init table once

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

21 years ago* using macros to shorten init part
Zdenek Kabelac [Tue, 12 Nov 2002 09:47:14 +0000 (09:47 +0000)]
* using macros to shorten init part
* removing some unused/unneeded code
* unifing some function names

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

21 years agoBump up the priority on the decoding thread.
François Revol [Tue, 12 Nov 2002 02:20:02 +0000 (02:20 +0000)]
Bump up the priority on the decoding thread.

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

21 years ago* quick fix for bit exact setting
Zdenek Kabelac [Mon, 11 Nov 2002 21:44:27 +0000 (21:44 +0000)]
* quick fix for bit exact setting
  (FIXME - add this into context flags)

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

21 years ago* update
Zdenek Kabelac [Mon, 11 Nov 2002 19:13:50 +0000 (19:13 +0000)]
* update

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

21 years ago100l for kabi (fixing qpel)
Michael Niedermayer [Mon, 11 Nov 2002 16:17:25 +0000 (16:17 +0000)]
100l for kabi (fixing qpel)

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

21 years ago* using DSPContext - so each codec could use its local (sub)set of CPU extension
Zdenek Kabelac [Mon, 11 Nov 2002 10:04:45 +0000 (10:04 +0000)]
* using DSPContext - so each codec could use its local (sub)set of CPU extension
* these are untested - users/developers please check

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

21 years ago* using DSPContext - so each codec could use its local (sub)set of CPU extension
Zdenek Kabelac [Mon, 11 Nov 2002 09:44:59 +0000 (09:44 +0000)]
* using DSPContext - so each codec could use its local (sub)set of CPU extension
* fixing compiler warning about uninit level

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

21 years ago* using DSPContext - so each codec could use its local (sub)set of CPU extension
Zdenek Kabelac [Mon, 11 Nov 2002 09:43:43 +0000 (09:43 +0000)]
* using DSPContext - so each codec could use its local (sub)set of CPU extension
* I think IDCT needs some better generic solution

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

21 years ago* using DSPContext - so each codec could use its local (sub)set of CPU extension
Zdenek Kabelac [Mon, 11 Nov 2002 09:40:17 +0000 (09:40 +0000)]
* using DSPContext - so each codec could use its local (sub)set of CPU extension

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

21 years ago* useless commit - ignore
Zdenek Kabelac [Mon, 11 Nov 2002 09:37:40 +0000 (09:37 +0000)]
* useless commit - ignore

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

21 years ago* avcodec_init could be removed I guess...
Zdenek Kabelac [Mon, 11 Nov 2002 09:31:17 +0000 (09:31 +0000)]
* avcodec_init  could be removed I guess...

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

21 years ago* consts
Zdenek Kabelac [Mon, 11 Nov 2002 09:30:07 +0000 (09:30 +0000)]
* consts

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

21 years ago* added dsp_mask
Zdenek Kabelac [Mon, 11 Nov 2002 09:24:15 +0000 (09:24 +0000)]
* added dsp_mask
* using frame_bits for wav bits_per_sample

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

21 years ago* cleanup statics & const
Zdenek Kabelac [Mon, 11 Nov 2002 09:21:59 +0000 (09:21 +0000)]
* cleanup statics & const
* some minor initial parsing fixes (yet it's very simple parser at this moment)

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

21 years ago* cleanup statics & const
Zdenek Kabelac [Mon, 11 Nov 2002 09:20:53 +0000 (09:20 +0000)]
* cleanup statics & const

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

21 years ago* cleanup statics & const
Zdenek Kabelac [Mon, 11 Nov 2002 09:09:06 +0000 (09:09 +0000)]
* cleanup statics & const
* using frame_bits to store bits_per_sample
 (to be able to recontruct exactly wav header)

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

21 years ago* cleanup statics & const
Zdenek Kabelac [Mon, 11 Nov 2002 09:07:32 +0000 (09:07 +0000)]
* cleanup statics & const

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

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