OSDN Git Service

coroid/libav_saccubus.git
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

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