Michael Niedermayer [Thu, 5 Dec 2002 19:18:13 +0000 (19:18 +0000)]
fixing hq + adaptive quant
Originally committed as revision 1313 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 5 Dec 2002 11:33:43 +0000 (11:33 +0000)]
drop b frames if there are no reference frames
skip b frames if hurry_up
Originally committed as revision 1312 to svn://svn.ffmpeg.org/ffmpeg/trunk
Dieter [Thu, 5 Dec 2002 09:00:18 +0000 (09:00 +0000)]
crop optmization patch by (Dieter Shirley <dieters at schemasoft dot com>)
Originally committed as revision 1311 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 5 Dec 2002 08:39:37 +0000 (08:39 +0000)]
infinity fix by ("Steven M. Schultz" <sms at 2BSD dot COM>)
Originally committed as revision 1310 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 4 Dec 2002 22:16:24 +0000 (22:16 +0000)]
fixing files where the first frame isn a keyframe
Originally committed as revision 1309 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 4 Dec 2002 21:13:02 +0000 (21:13 +0000)]
new PSNR code (now works with chroma, b frames, ...)
rename *_TYPE to FF_*_TYPE for the external API
allow user specified pict_type
Originally committed as revision 1308 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 4 Dec 2002 12:42:25 +0000 (12:42 +0000)]
print a warning if something allocates 0 bytes
Originally committed as revision 1307 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 4 Dec 2002 12:36:18 +0000 (12:36 +0000)]
workaround old xvid bug
Originally committed as revision 1306 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 4 Dec 2002 12:09:27 +0000 (12:09 +0000)]
specific debug output support
Originally committed as revision 1305 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 4 Dec 2002 11:47:24 +0000 (11:47 +0000)]
fixing illegal 3. esc bug (the mpeg4 std only requires encoders to use unescaped symbols but not esc1 or esc2 if they are shorter than esc3, andjust beause its logical to use the shortest possible vlc doesnt mean encoders do that)
Originally committed as revision 1304 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 4 Dec 2002 11:25:53 +0000 (11:25 +0000)]
use spatial error concealment if we dont have a previous frame
Originally committed as revision 1303 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 4 Dec 2002 10:04:03 +0000 (10:04 +0000)]
cleanup
adding AVVideoFrame
moving quality, pict_type, key_frame, qscale_table, ... to AVVideoFrame
removing obsolete variables in AVCodecContext
skiping of MBs in b frames
correctly initalizing AVCodecContext
picture buffer cleanup
Originally committed as revision 1302 to svn://svn.ffmpeg.org/ffmpeg/trunk
Zdenek Kabelac [Tue, 3 Dec 2002 19:40:35 +0000 (19:40 +0000)]
* two functions to handle allocation of static data more simple
av_mallocz_static - called for every static data table
av_free_static - called when ffmpeg is no longer needed and should free
all static resources
* simple usage shown in mpegaudiodec.c
Originally committed as revision 1301 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Tue, 3 Dec 2002 15:42:17 +0000 (15:42 +0000)]
10l fix
Originally committed as revision 1300 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 3 Dec 2002 11:07:41 +0000 (11:07 +0000)]
100l (sad8x8_x2 had params in wrong order)
Originally committed as revision 1299 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 3 Dec 2002 01:14:34 +0000 (01:14 +0000)]
100l (mixing chroma & luma linesize)
Originally committed as revision 1298 to svn://svn.ffmpeg.org/ffmpeg/trunk
Philip Gladstone [Mon, 2 Dec 2002 04:21:17 +0000 (04:21 +0000)]
Fixed problem with frame rate reduction when capturing from a source
whose PTS does not start at zero. New code will fix that if the PTS
is more than 100 seconds from zero. This may well not be the right
number, but it is a big improvement over the current state.
Originally committed as revision 1297 to svn://svn.ffmpeg.org/ffmpeg/trunk
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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