platform/upstream/libav.git
21 years agoTry to make this compile on platforms with dlfcn.h
Philip Gladstone [Sat, 30 Nov 2002 17:18:59 +0000 (17:18 +0000)]
Try to make this compile on platforms with dlfcn.h

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

21 years agoAdded a release function to free up the context. Also removed the dummy
Philip Gladstone [Sat, 30 Nov 2002 17:17:58 +0000 (17:17 +0000)]
Added a release function to free up the context. Also removed the dummy
declarations at the bottom of the file. This type checking is now handled by the
header file.

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

21 years agoAdded support for a realease function to eliminate the context blocks used
Philip Gladstone [Sat, 30 Nov 2002 17:16:32 +0000 (17:16 +0000)]
Added support for a realease function to eliminate the context blocks used
by each hook.

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

21 years agoSimplify an expression and eliminate a compile warning
Philip Gladstone [Sat, 30 Nov 2002 17:14:07 +0000 (17:14 +0000)]
Simplify an expression and eliminate a compile warning

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

21 years agoMoved hook documentation into the doc directory
Philip Gladstone [Sat, 30 Nov 2002 17:12:23 +0000 (17:12 +0000)]
Moved hook documentation into the doc directory

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

21 years agoAdd more tests for the presence of dlfcn.h and dlopen
Philip Gladstone [Sat, 30 Nov 2002 17:11:47 +0000 (17:11 +0000)]
Add more tests for the presence of dlfcn.h and dlopen

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

21 years agofixed 'file:' in URLs
Fabrice Bellard [Fri, 29 Nov 2002 19:19:47 +0000 (19:19 +0000)]
fixed 'file:' in URLs

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

21 years agofixed multidir compile
Fabrice Bellard [Fri, 29 Nov 2002 14:56:03 +0000 (14:56 +0000)]
fixed multidir compile

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

21 years agoI goofed on the darwin LDFLAGS front. Till sourceforge install gcc3
Philip Gladstone [Thu, 28 Nov 2002 02:53:06 +0000 (02:53 +0000)]
I goofed on the darwin LDFLAGS front. Till sourceforge install gcc3
I can't actually test it fully.

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

21 years agoMore changes to make things compile on more platforms
Philip Gladstone [Wed, 27 Nov 2002 02:45:14 +0000 (02:45 +0000)]
More changes to make things compile on more platforms

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

21 years agoKludge around compilation failure on Alpha.
Falk Hüffner [Wed, 27 Nov 2002 01:20:42 +0000 (01:20 +0000)]
Kludge around compilation failure on Alpha.

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

21 years agovia c3 fix patch by (Francisco Javier Cabello Torres <fjcabello at visual-tools dot...
Francisco Javier Cabello Torres [Tue, 26 Nov 2002 16:26:58 +0000 (16:26 +0000)]
via c3 fix patch by (Francisco Javier Cabello Torres <fjcabello at visual-tools dot com>)

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

21 years agoapiexample doesnt send complete frames to the codec
Michael Niedermayer [Tue, 26 Nov 2002 16:16:04 +0000 (16:16 +0000)]
apiexample doesnt send complete frames to the codec

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

21 years agoaltivec accelerated v-resample patch by (Brian Foley <bfoley at compsoc dot nuigalway...
Brian Foley [Tue, 26 Nov 2002 09:21:01 +0000 (09:21 +0000)]
altivec accelerated v-resample patch by (Brian Foley <bfoley at compsoc dot nuigalway dot ie>)

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

21 years agoAvoid "unused variable 'c'" warning.
François Revol [Tue, 26 Nov 2002 08:58:24 +0000 (08:58 +0000)]
Avoid "unused variable 'c'" warning.

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

21 years agofixing h263+ slices if the padding at the end of the frame is >7 && <16 && there...
Michael Niedermayer [Tue, 26 Nov 2002 08:56:10 +0000 (08:56 +0000)]
fixing h263+ slices if the padding at the end of the frame is >7 && <16 && there are no zero bytes afterwards

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

21 years agoMore fixes to compile and build on more platforms.
Philip Gladstone [Tue, 26 Nov 2002 05:01:36 +0000 (05:01 +0000)]
More fixes to compile and build on more platforms.

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

21 years agoAdd some rudimentary support for sparc64
Philip Gladstone [Tue, 26 Nov 2002 04:29:40 +0000 (04:29 +0000)]
Add some rudimentary support for sparc64

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

21 years agoTry to get this to build on more platforms (especially Darwin)
Philip Gladstone [Tue, 26 Nov 2002 03:35:18 +0000 (03:35 +0000)]
Try to get this to build on more platforms (especially Darwin)

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

21 years agodont put flies in the stdout soup patch by (Agent Smith <asmith at wgz dot com>)
Agent Smith [Tue, 26 Nov 2002 00:54:27 +0000 (00:54 +0000)]
dont put flies in the stdout soup patch by (Agent Smith <asmith at wgz dot com>)

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

21 years agorenamed libav to libavformat
Fabrice Bellard [Mon, 25 Nov 2002 19:07:40 +0000 (19:07 +0000)]
renamed libav to libavformat

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

21 years agovia c3 detection patch by (Francisco Javier Cabello Torres <fjcabello at visual-tools...
Francisco Javier Cabello Torres [Mon, 25 Nov 2002 16:58:41 +0000 (16:58 +0000)]
via c3 detection patch by (Francisco Javier Cabello Torres <fjcabello at visual-tools dot com>)

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

21 years ago10l
Michael Niedermayer [Mon, 25 Nov 2002 09:57:58 +0000 (09:57 +0000)]
10l

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

21 years agofixing aspect
Michael Niedermayer [Mon, 25 Nov 2002 09:23:19 +0000 (09:23 +0000)]
fixing aspect

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

21 years agowarning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)
Dominik Mierzejewski [Sat, 23 Nov 2002 10:58:14 +0000 (10:58 +0000)]
warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)

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

21 years agomoving init of some variables (hurry_up,...) to MPV_frame_start()
Michael Niedermayer [Sat, 23 Nov 2002 09:12:57 +0000 (09:12 +0000)]
moving init of some variables (hurry_up,...) to MPV_frame_start()

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

21 years agoApplied changes to make it compile on darwin
Philip Gladstone [Sat, 23 Nov 2002 01:29:25 +0000 (01:29 +0000)]
Applied changes to make it compile on darwin

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

21 years ago* altivec and pix_norm patch by Brian Foley
Brian Foley [Fri, 22 Nov 2002 07:53:06 +0000 (07:53 +0000)]
* altivec and pix_norm patch by Brian Foley

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

21 years ago* Ogg/Vorbis patch by Mark Hills
Mark Hills [Fri, 22 Nov 2002 07:27:13 +0000 (07:27 +0000)]
* Ogg/Vorbis patch by  Mark Hills

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

21 years ago* remaining part of John Ryland's patch
Zdenek Kabelac [Fri, 22 Nov 2002 07:24:28 +0000 (07:24 +0000)]
* remaining part of John Ryland's patch

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

21 years agoUpdated to reflect the current state of ffserver (as I understand it).
Philip Gladstone [Thu, 21 Nov 2002 03:52:01 +0000 (03:52 +0000)]
Updated to reflect the current state of ffserver (as I understand it).

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

21 years agoAdded three sample video hooks. See the (rudimentary) documentation on what
Philip Gladstone [Thu, 21 Nov 2002 03:50:36 +0000 (03:50 +0000)]
Added three sample video hooks. See the (rudimentary) documentation on what
they do and their capabilities.

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

21 years agoexperimental mpeg4 video support (currently no slice/timestamp handling)
Fabrice Bellard [Wed, 20 Nov 2002 20:53:32 +0000 (20:53 +0000)]
experimental mpeg4 video support (currently no slice/timestamp handling)

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

21 years agouse codec_id so that the codec does not need to be opened
Fabrice Bellard [Wed, 20 Nov 2002 20:50:29 +0000 (20:50 +0000)]
use codec_id so that the codec does not need to be opened

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

21 years agominimum handling for mpeg4 video multicast from avi files
Fabrice Bellard [Wed, 20 Nov 2002 20:49:47 +0000 (20:49 +0000)]
minimum handling for mpeg4 video multicast from avi files

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

21 years agoadded example to hack with SDP/multicast streaming
Fabrice Bellard [Wed, 20 Nov 2002 18:26:32 +0000 (18:26 +0000)]
added example to hack with SDP/multicast streaming

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

21 years agoRTP multicast begins to work in MPEG1 - simplified stream bandwidth computation ...
Fabrice Bellard [Wed, 20 Nov 2002 18:05:45 +0000 (18:05 +0000)]
RTP multicast begins to work in MPEG1 - simplified stream bandwidth computation (no need to recompute it at each request)

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

21 years agoupdate
Fabrice Bellard [Wed, 20 Nov 2002 17:08:39 +0000 (17:08 +0000)]
update

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

21 years agomjpegb support (need more samples)
Alex Beregszaszi [Wed, 20 Nov 2002 15:18:11 +0000 (15:18 +0000)]
mjpegb support (need more samples)

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

21 years agoclean up of redirector code - first stage of RTP multicast support - added SDP redire...
Fabrice Bellard [Wed, 20 Nov 2002 15:00:05 +0000 (15:00 +0000)]
clean up of redirector code - first stage of RTP multicast support - added SDP redirector output for multicast

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

21 years agoexport match_ext()
Fabrice Bellard [Wed, 20 Nov 2002 14:54:46 +0000 (14:54 +0000)]
export match_ext()

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

21 years agomatch SDP based on content instead of extension
Fabrice Bellard [Wed, 20 Nov 2002 14:54:13 +0000 (14:54 +0000)]
match SDP based on content instead of extension

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

21 years agoaspect ratio cleanup
Michael Niedermayer [Wed, 20 Nov 2002 13:08:04 +0000 (13:08 +0000)]
aspect ratio cleanup

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

21 years agoadded handling of URL redirectors (needed for RTSP streaming client)
Fabrice Bellard [Wed, 20 Nov 2002 11:41:22 +0000 (11:41 +0000)]
added handling of URL redirectors (needed for RTSP streaming client)

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

21 years agosupressed incorrect pts init (when the pts is not set, ffmpeg.c presumes the nominal...
Fabrice Bellard [Wed, 20 Nov 2002 10:53:35 +0000 (10:53 +0000)]
supressed incorrect pts init (when the pts is not set, ffmpeg.c presumes the nominal frame rate is used

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

21 years agosuppressed PKT_FLAG_DROPPED_FRAME
Fabrice Bellard [Wed, 20 Nov 2002 10:51:17 +0000 (10:51 +0000)]
suppressed PKT_FLAG_DROPPED_FRAME

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

21 years agopkt->pts is already set, please fix audio if you modify this code - supressed unused...
Fabrice Bellard [Wed, 20 Nov 2002 10:50:44 +0000 (10:50 +0000)]
pkt->pts is already set, please fix audio if you modify this code - supressed unused PKT_FLAG_DROPPED_FRAME

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

21 years ago* cut&paste fix
Zdenek Kabelac [Wed, 20 Nov 2002 07:32:18 +0000 (07:32 +0000)]
* cut&paste fix

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

21 years agoThe problems of doing cvs add foo.*
Philip Gladstone [Wed, 20 Nov 2002 04:02:45 +0000 (04:02 +0000)]
The problems of doing cvs add foo.*

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

21 years ago* Add frame rate conversion when there is no audio channel. This makes
Philip Gladstone [Wed, 20 Nov 2002 03:06:12 +0000 (03:06 +0000)]
* Add frame rate conversion when there is no audio channel. This makes
  ffmpeg/ffserver work again when just capturing video from a live
  source and you are streaming feeds of different frame rates.
* Fix a segfault in argument processing
* Add handling for -vhook argument
* Add logic to call video hooks if any have been specified.

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

21 years agoBuild and install the vhook subdirectory if enabled (not by default).
Philip Gladstone [Wed, 20 Nov 2002 03:02:23 +0000 (03:02 +0000)]
Build and install the vhook subdirectory if enabled (not by default).

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

21 years agoCompile framehook.c
Philip Gladstone [Wed, 20 Nov 2002 03:00:43 +0000 (03:00 +0000)]
Compile framehook.c

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

21 years agoInitial versions of code to all per-frame video processing in ffmpeg.
Philip Gladstone [Wed, 20 Nov 2002 03:00:27 +0000 (03:00 +0000)]
Initial versions of code to all per-frame video processing in ffmpeg.

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

21 years agoSet the pkt->pts field correctly so that frame rate reduction has a chance
Philip Gladstone [Wed, 20 Nov 2002 02:58:08 +0000 (02:58 +0000)]
Set the pkt->pts field correctly so that frame rate reduction has a chance
of working

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

21 years agoSet the pkt->pts field so that we have a chance of doing frame rate reduction
Philip Gladstone [Wed, 20 Nov 2002 02:57:42 +0000 (02:57 +0000)]
Set the pkt->pts field so that we have a chance of doing frame rate reduction
correctly in ffmpeg.c

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

21 years agoGet rid of a warning from asfcheck. Not sure that it really helps with WMP though!
Philip Gladstone [Wed, 20 Nov 2002 02:57:03 +0000 (02:57 +0000)]
Get rid of a warning from asfcheck. Not sure that it really helps with WMP though!

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

21 years agoaltivec optimizations patch by (Brian Foley <bfoley at compsoc dot nuigalway dot...
Brian Foley [Tue, 19 Nov 2002 23:22:29 +0000 (23:22 +0000)]
altivec optimizations patch by (Brian Foley <bfoley at compsoc dot nuigalway dot ie>)

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

21 years ago10l
Michael Niedermayer [Tue, 19 Nov 2002 23:04:07 +0000 (23:04 +0000)]
10l

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

21 years agoupdate
Fabrice Bellard [Tue, 19 Nov 2002 20:28:29 +0000 (20:28 +0000)]
update

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

21 years agoupdate
Fabrice Bellard [Tue, 19 Nov 2002 20:18:08 +0000 (20:18 +0000)]
update

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

21 years agoupdate
Fabrice Bellard [Tue, 19 Nov 2002 20:09:45 +0000 (20:09 +0000)]
update

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

21 years agoadded CREDITS file (tell me if I forgot someone)
Fabrice Bellard [Tue, 19 Nov 2002 20:01:55 +0000 (20:01 +0000)]
added CREDITS file (tell me if I forgot someone)

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

21 years agoffserver documentation update
Fabrice Bellard [Tue, 19 Nov 2002 19:47:50 +0000 (19:47 +0000)]
ffserver documentation update

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

21 years agodoc update
Fabrice Bellard [Tue, 19 Nov 2002 19:16:26 +0000 (19:16 +0000)]
doc update

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

21 years ago'-' can be used for standard input
Fabrice Bellard [Tue, 19 Nov 2002 19:08:56 +0000 (19:08 +0000)]
'-' can be used for standard input

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

21 years agofixed output pts computation in case of pcm audio (fixes ffplay status display)
Fabrice Bellard [Tue, 19 Nov 2002 18:30:03 +0000 (18:30 +0000)]
fixed output pts computation in case of pcm audio (fixes ffplay status display)

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

21 years agobetter than nothing patch for correct audio output with ffplay
Fabrice Bellard [Tue, 19 Nov 2002 18:21:18 +0000 (18:21 +0000)]
better than nothing patch for correct audio output with ffplay

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

21 years agoa/v sync support: added correct pts handling
Fabrice Bellard [Tue, 19 Nov 2002 15:52:29 +0000 (15:52 +0000)]
a/v sync support: added correct pts handling

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

21 years agofactorized All In Wonder code (not tested) - Added AIW auto detect (not tested) ...
Fabrice Bellard [Tue, 19 Nov 2002 14:57:42 +0000 (14:57 +0000)]
factorized All In Wonder code (not tested) - Added AIW auto detect (not tested) - mute audio when leaving (maybe an option would be needed ?) - removed all global state

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

21 years ago* oops fixed bad initialization of ff vals.
Zdenek Kabelac [Tue, 19 Nov 2002 10:08:31 +0000 (10:08 +0000)]
* oops fixed bad initialization of ff vals.
  - put FF_LIBMPEG2_IDCT_PERM into CVS - so it will work for now

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

21 years ago* fixed prototype
Zdenek Kabelac [Tue, 19 Nov 2002 09:17:52 +0000 (09:17 +0000)]
* fixed prototype

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

21 years ago* compilation fix (ARM users please check)
Zdenek Kabelac [Tue, 19 Nov 2002 07:33:36 +0000 (07:33 +0000)]
* compilation fix (ARM users please check)

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

21 years agonow raw mpeg4 video decoding is fully supported
Fabrice Bellard [Mon, 18 Nov 2002 17:33:03 +0000 (17:33 +0000)]
now raw mpeg4 video decoding is fully supported

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

21 years agoadded multicast SDP/RTP demux for multicast streams - added support for MPEG4 video...
Fabrice Bellard [Mon, 18 Nov 2002 17:24:39 +0000 (17:24 +0000)]
added multicast SDP/RTP demux for multicast streams - added support for MPEG4 video decoding in SDP/RTP

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

21 years agodo not read probe data if format is specified - match_ext() must be exported
Fabrice Bellard [Mon, 18 Nov 2002 17:17:27 +0000 (17:17 +0000)]
do not read probe data if format is specified - match_ext() must be exported

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

21 years agofixed multicast connect
Fabrice Bellard [Mon, 18 Nov 2002 17:16:16 +0000 (17:16 +0000)]
fixed multicast connect

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

21 years agofixing compilation of cs_test
Michael Niedermayer [Mon, 18 Nov 2002 10:39:22 +0000 (10:39 +0000)]
fixing compilation of cs_test

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

21 years agohurry_up=5 support
Michael Niedermayer [Mon, 18 Nov 2002 09:28:21 +0000 (09:28 +0000)]
hurry_up=5 support

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

21 years agolower case div3
Michael Niedermayer [Mon, 18 Nov 2002 09:25:02 +0000 (09:25 +0000)]
lower case div3

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

21 years agoslices & encoding optim
Michael Niedermayer [Fri, 15 Nov 2002 11:05:14 +0000 (11:05 +0000)]
slices & encoding optim

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

21 years agodr1
Michael Niedermayer [Fri, 15 Nov 2002 00:07:06 +0000 (00:07 +0000)]
dr1

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

21 years ago0.1l
Michael Niedermayer [Thu, 14 Nov 2002 22:34:25 +0000 (22:34 +0000)]
0.1l

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

21 years agoYV12 support (warning this is experimental & wont work with offical huffyuv but there...
Michael Niedermayer [Thu, 14 Nov 2002 22:25:20 +0000 (22:25 +0000)]
YV12 support (warning this is experimental & wont work with offical huffyuv but there is a approx. 20% speed & compression gain)
10l flush_put_bits()

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

21 years agofixing mp3 detection patch by (John Ryland <jryland at trolltech dot com>)
John Ryland [Thu, 14 Nov 2002 19:53:14 +0000 (19:53 +0000)]
fixing mp3 detection patch by (John Ryland <jryland at trolltech dot com>)

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

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