Fabrice Bellard [Sat, 18 May 2002 22:56:25 +0000 (22:56 +0000)]
added proper memory handling functions - fixed include paths
Originally committed as revision 516 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Sat, 18 May 2002 22:49:11 +0000 (22:49 +0000)]
tried to avoid gcc 2.95.2 bug by puting explicit register constraints - added comment about rounding bug in some functions (need to correct or suppress them for regression tests)
Originally committed as revision 515 to svn://svn.ffmpeg.org/ffmpeg/trunk
Philip Gladstone [Sat, 18 May 2002 21:33:05 +0000 (21:33 +0000)]
* If a stream gets stuck in WAIT_FEED, then disconnecting the other end
will clear out the stream. I think that this is really a linux bug in
the handling of poll, but I did a workaround anyway.
* Improve the statistics output and prevent a buffer overrun when lots
of clients are connected.
* Process ffm input when it is received and don't always be one ffm
packet behind.
* Try to avoid going through the poll loop when not required.
Originally committed as revision 514 to svn://svn.ffmpeg.org/ffmpeg/trunk
Philip Gladstone [Sat, 18 May 2002 21:30:16 +0000 (21:30 +0000)]
Fix the WAIT_FEED problem. It turns out that when you open up an FFM
file and seek to an FFM packet, then it is important that the packet
found has a frame header within it. If not, then terrible things happen.
This fixes the problem.
Originally committed as revision 513 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Sat, 18 May 2002 10:28:55 +0000 (10:28 +0000)]
updated for my short term goals
Originally committed as revision 512 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 17 May 2002 15:31:33 +0000 (15:31 +0000)]
qmin==1 bugfix
Originally committed as revision 511 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 17 May 2002 13:01:01 +0000 (13:01 +0000)]
shared lib support (req by kabi) ...
Originally committed as revision 510 to svn://svn.ffmpeg.org/ffmpeg/trunk
Philip Gladstone [Fri, 17 May 2002 01:54:39 +0000 (01:54 +0000)]
* Added a note that says that WMP cannot stream .mpg files.
Originally committed as revision 509 to svn://svn.ffmpeg.org/ffmpeg/trunk
Philip Gladstone [Fri, 17 May 2002 01:54:14 +0000 (01:54 +0000)]
Added use of StartSendOnKey
Originally committed as revision 508 to svn://svn.ffmpeg.org/ffmpeg/trunk
Philip Gladstone [Fri, 17 May 2002 01:53:28 +0000 (01:53 +0000)]
* Change the default behaviour to start streaming as soon as possible (i.e.
no waiting for key frames).
* Provide StartSendOnKey paramter for a stream to wait until we get key frames
before sending.
* Add the codec names into the status page. May help debugging problems.
Originally committed as revision 507 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 17 May 2002 01:04:14 +0000 (01:04 +0000)]
hopefully faster mmx2&3dnow MC
Originally committed as revision 506 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 16 May 2002 23:29:09 +0000 (23:29 +0000)]
new hopefully faster MC
Originally committed as revision 505 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 16 May 2002 22:01:30 +0000 (22:01 +0000)]
print frame decoding time support (x86 only)
Originally committed as revision 504 to svn://svn.ffmpeg.org/ffmpeg/trunk
Zdenek Kabelac [Thu, 16 May 2002 18:02:50 +0000 (18:02 +0000)]
* fixed --enable-shared handling
Originally committed as revision 503 to svn://svn.ffmpeg.org/ffmpeg/trunk
Philip Gladstone [Thu, 16 May 2002 02:03:34 +0000 (02:03 +0000)]
* Updated with new stream configuration items
Originally committed as revision 502 to svn://svn.ffmpeg.org/ffmpeg/trunk
Philip Gladstone [Thu, 16 May 2002 02:03:07 +0000 (02:03 +0000)]
* Add code to configure the following:
* prebuffering/preroll a live stream -- this improves startup time
* videoqmin/videoqmax/videoqdiff -- codec parameters
* maximum bandwidth for live streams
* Add support for .ram and .rpm extensions mapping onto .rm
* Make the status page show bandwidth. Also make the .asf and .rm
links go to .asx and .ram files.
* Make a stream only start streaming when it gets a keyframe on each
stream. This is arguable, and it maybe ought to be restricted to
live streams. However, since I don't think that file streams work,
this is a step in the right direction. It improves the startup delay.
* Log an error if we are unable to delete the temp feed file.
Originally committed as revision 501 to svn://svn.ffmpeg.org/ffmpeg/trunk
Philip Gladstone [Thu, 16 May 2002 01:57:55 +0000 (01:57 +0000)]
Pass over the bit_rate_tolerance field to ffmpeg
Originally committed as revision 500 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 15 May 2002 02:27:41 +0000 (02:27 +0000)]
fixing end overwrite bugs (some at least)
this needs testing, untested parts should be reversed before release
i tested 24->32, 15->16, bgr24->rgb, bgr32->rgb (retesting them isnt a bad idea either ...)
Originally committed as revision 6097 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
Juanjo [Wed, 15 May 2002 02:02:24 +0000 (02:02 +0000)]
- Bug fix for AVStream->r_frame_rate not being initialized for live video
capture.
Originally committed as revision 499 to svn://svn.ffmpeg.org/ffmpeg/trunk
Juanjo [Tue, 14 May 2002 22:06:13 +0000 (22:06 +0000)]
- Now ffmpeg handles MPEG-2 streams with pull down, it gets the real frame
rate of the stream.
Originally committed as revision 498 to svn://svn.ffmpeg.org/ffmpeg/trunk
Juanjo [Tue, 14 May 2002 21:50:00 +0000 (21:50 +0000)]
- Added r_frame_rate in AVStream to store the real frame rate.
- This stuff could be done in AVCodecContext and the real frame rate
calculated in utils.c, but we don't changes in that by now ;)
Originally committed as revision 497 to svn://svn.ffmpeg.org/ffmpeg/trunk
Juanjo [Tue, 14 May 2002 19:56:42 +0000 (19:56 +0000)]
- repeat_pict meaning changed, now it signals the extra delay for the
decoded frame.
- extra_delay = (repeat_pict / 2) * (1/fps)
Originally committed as revision 496 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 14 May 2002 15:42:54 +0000 (15:42 +0000)]
enable simple-idct by default (needed cuz otherwise files encoded with ffmpeg will show stripes with the reference IDCT during decoding)
Originally committed as revision 495 to svn://svn.ffmpeg.org/ffmpeg/trunk
Zdenek Kabelac [Tue, 14 May 2002 14:17:11 +0000 (14:17 +0000)]
* first shot for the new avcodec API
- comments, critics, improvements on the ffmpeg list are welcomed
Originally committed as revision 494 to svn://svn.ffmpeg.org/ffmpeg/trunk
Philip Gladstone [Tue, 14 May 2002 02:36:23 +0000 (02:36 +0000)]
* Mea culpa: it seems that I broke encoding to 8-bit pcm files. This fixes it.
Originally committed as revision 493 to svn://svn.ffmpeg.org/ffmpeg/trunk
Juanjo [Sun, 12 May 2002 21:39:44 +0000 (21:39 +0000)]
- Video CD option for ffmpeg
Originally committed as revision 492 to svn://svn.ffmpeg.org/ffmpeg/trunk
Juanjo [Sun, 12 May 2002 21:38:54 +0000 (21:38 +0000)]
- VCD MPEG-1 compliant stream support (set AVF_FLAG_VCD)
Originally committed as revision 491 to svn://svn.ffmpeg.org/ffmpeg/trunk
Nick Kurshev [Sun, 12 May 2002 16:06:45 +0000 (16:06 +0000)]
build num ++
Originally committed as revision 490 to svn://svn.ffmpeg.org/ffmpeg/trunk
Nick Kurshev [Sun, 12 May 2002 15:53:25 +0000 (15:53 +0000)]
build info for ABI
Originally committed as revision 489 to svn://svn.ffmpeg.org/ffmpeg/trunk
Nick Kurshev [Sun, 12 May 2002 15:30:10 +0000 (15:30 +0000)]
I was too lazy to be a hero ;)
Originally committed as revision 488 to svn://svn.ffmpeg.org/ffmpeg/trunk
Juanjo [Sun, 12 May 2002 02:56:50 +0000 (02:56 +0000)]
- ffmpeg relies on libavcodec to repeat frames from 3:2 sources.
Originally committed as revision 487 to svn://svn.ffmpeg.org/ffmpeg/trunk
Juanjo [Sun, 12 May 2002 02:55:48 +0000 (02:55 +0000)]
- repeat_pict added to AVCodecContext to signal if the decoder must repeat
frames from 3:2 pulldown sources.
- repeat_pict honoured by MPEG-1/2 decoder.
Originally committed as revision 486 to svn://svn.ffmpeg.org/ffmpeg/trunk
Björn Sandell [Sun, 12 May 2002 02:18:52 +0000 (02:18 +0000)]
various openbsd and general warning fixes - patch by Björn Sandell <biorn@dce.chalmers.se>
Originally committed as revision 6058 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
Juanjo [Sat, 11 May 2002 23:53:04 +0000 (23:53 +0000)]
- Fixes for MPEG-PS which have more than 1 system header, now we don't take
in account the system header just walk through the file searching streams.
MPEG-PS demuxer needs more work anyway.
Originally committed as revision 485 to svn://svn.ffmpeg.org/ffmpeg/trunk
Juanjo [Sat, 11 May 2002 23:42:16 +0000 (23:42 +0000)]
- pict_type exported to AVCodecContext
- Added real_pict_num to AVCodecContext, it represent the number of the
previous encoded frame, usefull when coding with B frames.
- Warning fix in motion_est.c
Originally committed as revision 484 to svn://svn.ffmpeg.org/ffmpeg/trunk
Juanjo [Sat, 11 May 2002 23:27:14 +0000 (23:27 +0000)]
- Bug fix in map stream parser
Originally committed as revision 483 to svn://svn.ffmpeg.org/ffmpeg/trunk
Philip Gladstone [Fri, 10 May 2002 02:20:27 +0000 (02:20 +0000)]
* Improve logging -- now actually gives you the number of bytes sent
* Print out the logging information that comes from WMP (you'd be suprised what
it sends!
* Fix a remotely exploitable buffer overflow (argh!)
* Add support for automatically serving up .asx files. It generates an automatic
redirect to the associated .asf file (with the same parameters). I guess that
someone who understands the realaudio equivalent could hack that it as well.
Originally committed as revision 482 to svn://svn.ffmpeg.org/ffmpeg/trunk
Philip Gladstone [Fri, 10 May 2002 02:17:41 +0000 (02:17 +0000)]
* Add implementation of strlcpy
* Fix endless loop in find_info_tag if given specific arguments
Originally committed as revision 481 to svn://svn.ffmpeg.org/ffmpeg/trunk
Philip Gladstone [Fri, 10 May 2002 02:16:29 +0000 (02:16 +0000)]
* Add prototype for strlcpy
Originally committed as revision 480 to svn://svn.ffmpeg.org/ffmpeg/trunk
Philip Gladstone [Thu, 9 May 2002 12:37:44 +0000 (12:37 +0000)]
* Add the 'flags' field to the list of codec fields passed from ffserver to
ffmpeg. This gives the VideoHighQuality patch a fighting chance.
Originally committed as revision 479 to svn://svn.ffmpeg.org/ffmpeg/trunk
Juanjo [Thu, 9 May 2002 07:43:07 +0000 (07:43 +0000)]
- HQ option for ffserver. Thanks to D Richard Felker III.
Originally committed as revision 478 to svn://svn.ffmpeg.org/ffmpeg/trunk
Nick Kurshev [Thu, 9 May 2002 06:23:37 +0000 (06:23 +0000)]
version info for so too
Originally committed as revision 477 to svn://svn.ffmpeg.org/ffmpeg/trunk
Juanjo [Thu, 9 May 2002 05:42:27 +0000 (05:42 +0000)]
- Warning fix.
Originally committed as revision 476 to svn://svn.ffmpeg.org/ffmpeg/trunk
Juanjo [Thu, 9 May 2002 04:37:38 +0000 (04:37 +0000)]
- Updating docs....
Originally committed as revision 475 to svn://svn.ffmpeg.org/ffmpeg/trunk
Juanjo [Thu, 9 May 2002 02:33:27 +0000 (02:33 +0000)]
- Changed default qmin = 3 as ffmpeg.c
- Less bitrate tolerance since we are streaming.
Originally committed as revision 474 to svn://svn.ffmpeg.org/ffmpeg/trunk
Juanjo [Thu, 9 May 2002 02:32:22 +0000 (02:32 +0000)]
- Segfault fixed when mpeg audio decoder returns a negative data_size.
Originally committed as revision 473 to svn://svn.ffmpeg.org/ffmpeg/trunk
Philip Gladstone [Thu, 9 May 2002 01:24:27 +0000 (01:24 +0000)]
* Don't allocate 0 bytes of memory. It upsets electricFence!
Originally committed as revision 472 to svn://svn.ffmpeg.org/ffmpeg/trunk
Philip Gladstone [Thu, 9 May 2002 01:23:49 +0000 (01:23 +0000)]
* Fix a problem with the first sample when down sampling.
* Note that this code needs to be fixed -- the rate conversion from 48000->44100
sounds horrible!
Originally committed as revision 471 to svn://svn.ffmpeg.org/ffmpeg/trunk
Philip Gladstone [Thu, 9 May 2002 01:22:51 +0000 (01:22 +0000)]
* Every frame is a key_frame
Originally committed as revision 470 to svn://svn.ffmpeg.org/ffmpeg/trunk
Philip Gladstone [Thu, 9 May 2002 01:22:30 +0000 (01:22 +0000)]
* Start using enumerated types (makes debugging much easier)
Originally committed as revision 469 to svn://svn.ffmpeg.org/ffmpeg/trunk
Philip Gladstone [Thu, 9 May 2002 01:21:56 +0000 (01:21 +0000)]
* Make put_wav_header return the number of bytes that it put.
Originally committed as revision 468 to svn://svn.ffmpeg.org/ffmpeg/trunk
Philip Gladstone [Thu, 9 May 2002 01:21:24 +0000 (01:21 +0000)]
* Change extern inline to static inline so that it will compile without optimization
Originally committed as revision 467 to svn://svn.ffmpeg.org/ffmpeg/trunk
Philip Gladstone [Thu, 9 May 2002 01:20:53 +0000 (01:20 +0000)]
* Try and fill out some more of the RV header fields correctly
Originally committed as revision 466 to svn://svn.ffmpeg.org/ffmpeg/trunk
Philip Gladstone [Thu, 9 May 2002 01:19:33 +0000 (01:19 +0000)]
* Add defaults to switch statements
Originally committed as revision 465 to svn://svn.ffmpeg.org/ffmpeg/trunk
Philip Gladstone [Thu, 9 May 2002 01:19:15 +0000 (01:19 +0000)]
* Add a sleep when doing the post to ffserver. Yes, this is the wrong
solution.
Originally committed as revision 464 to svn://svn.ffmpeg.org/ffmpeg/trunk
Philip Gladstone [Thu, 9 May 2002 01:18:42 +0000 (01:18 +0000)]
Intialize the codec type to video.
Originally committed as revision 463 to svn://svn.ffmpeg.org/ffmpeg/trunk
Philip Gladstone [Thu, 9 May 2002 01:18:08 +0000 (01:18 +0000)]
* Add the gop_size to the video parameters. Also the audio framesize.
* Copy the duration over as well, though I'm not 100% certain that that is
still needed.
Originally committed as revision 462 to svn://svn.ffmpeg.org/ffmpeg/trunk
Philip Gladstone [Thu, 9 May 2002 01:16:45 +0000 (01:16 +0000)]
* Change extern inline to static inline. This improves compiling without optimization.
Originally committed as revision 461 to svn://svn.ffmpeg.org/ffmpeg/trunk
Philip Gladstone [Thu, 9 May 2002 01:16:08 +0000 (01:16 +0000)]
* Add default cases to switch statements.
Originally committed as revision 460 to svn://svn.ffmpeg.org/ffmpeg/trunk
Philip Gladstone [Thu, 9 May 2002 01:15:45 +0000 (01:15 +0000)]
* Add a duration field to the AVPacket
Originally committed as revision 459 to svn://svn.ffmpeg.org/ffmpeg/trunk
Philip Gladstone [Thu, 9 May 2002 01:15:21 +0000 (01:15 +0000)]
* Make it work with sound cards (like mine) that can only capture in stereo.
* Add a kludge to allow the left channel to be inverted -- my tv card/sound card
ends up with the left channel = minus right channel. Converting to mono by
adding the channels doesn't work well.
Originally committed as revision 458 to svn://svn.ffmpeg.org/ffmpeg/trunk
Philip Gladstone [Thu, 9 May 2002 01:13:43 +0000 (01:13 +0000)]
* Many, many changes to make it work (mostly). Information snagged from
staring at headers of real ASF files. ASFRecorder and avifile were
other useful sources.
Originally committed as revision 457 to svn://svn.ffmpeg.org/ffmpeg/trunk
Philip Gladstone [Thu, 9 May 2002 01:11:49 +0000 (01:11 +0000)]
* Updated so that some streams actually work!
Originally committed as revision 456 to svn://svn.ffmpeg.org/ffmpeg/trunk
Philip Gladstone [Thu, 9 May 2002 01:11:27 +0000 (01:11 +0000)]
* These are my notes on streaming
Originally committed as revision 455 to svn://svn.ffmpeg.org/ffmpeg/trunk
Philip Gladstone [Thu, 9 May 2002 01:11:08 +0000 (01:11 +0000)]
* Fix a nasty problem with output buffering not have enough (or large enough)
buffers. In fact, the code was pretty much shot.
* Try to fool WMP into thinking that we are a microsoft server.
* When we establish a stream to a user, copy the codec information from
that saved as part of the stream. This gives us the real frame_size and
other important parameters.
* ASF needs to know about key frames, so add some logic to copy this information
around.
* When we get the data from ffmpeg as part of a feed, make sure that we save
the actual codec parameters.
* Allow configuration of AudioCodec and VideoCodec
* Make sure that we delete the feed file before starting. This is not ideal
but it makes things work a whole lot better!
Originally committed as revision 454 to svn://svn.ffmpeg.org/ffmpeg/trunk
Philip Gladstone [Thu, 9 May 2002 01:06:59 +0000 (01:06 +0000)]
* Fix nasty problem with unitialized memory in the file_table
* Add default entries to switch statements to catch programming errors
* Fix problem with high CPU usage when capturing live (the audio grabber
is non-blocking for some reason). This is the stream_no_data stuff.
* Handle the video grabber getting behind in its work -- PKT_FLAG_DROPPED_FRAME
Originally committed as revision 453 to svn://svn.ffmpeg.org/ffmpeg/trunk
Philip Gladstone [Thu, 9 May 2002 01:04:19 +0000 (01:04 +0000)]
Move the EXTRALIBS to the end of the link line where they actually get used!
Originally committed as revision 452 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Tue, 7 May 2002 17:55:02 +0000 (17:55 +0000)]
clamp intra matrix to 8bit for mjpeg (workaround for qscale>=25)
Originally committed as revision 451 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Tue, 7 May 2002 17:21:38 +0000 (17:21 +0000)]
added support for various app headers, and writin FFmpeg comment
Originally committed as revision 450 to svn://svn.ffmpeg.org/ffmpeg/trunk
Juanjo [Mon, 6 May 2002 21:34:50 +0000 (21:34 +0000)]
- Segfault fixed when liba52 dynamic library isn't found.
Originally committed as revision 449 to svn://svn.ffmpeg.org/ffmpeg/trunk
Juanjo [Mon, 6 May 2002 19:32:55 +0000 (19:32 +0000)]
- MPEG-4 B frames coding option for ffmpeg.c
- Warning fixes.
Originally committed as revision 448 to svn://svn.ffmpeg.org/ffmpeg/trunk
Zdenek Kabelac [Mon, 6 May 2002 16:40:43 +0000 (16:40 +0000)]
* replaced with liba52
Originally committed as revision 447 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 6 May 2002 13:15:05 +0000 (13:15 +0000)]
there are divx5? encoded files without a userdata section but with b-frames :(
Originally committed as revision 446 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 5 May 2002 19:03:24 +0000 (19:03 +0000)]
segfault fix for b-frame encoding with height%16!=0
Originally committed as revision 445 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 5 May 2002 11:08:59 +0000 (11:08 +0000)]
3dnow temporal denoiser bugfix by Rémi Guyomarch <rguyom@pobox.com>
Originally committed as revision 5981 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
Nick Kurshev [Sun, 5 May 2002 09:56:13 +0000 (09:56 +0000)]
version info
Originally committed as revision 443 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 5 May 2002 01:39:07 +0000 (01:39 +0000)]
MV visualisation support
Originally committed as revision 442 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 5 May 2002 01:37:07 +0000 (01:37 +0000)]
shorter user data with formating by juanjo
Originally committed as revision 441 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 4 May 2002 18:58:07 +0000 (18:58 +0000)]
move ABS() to common.h
print mb_types in nice looking format support
Originally committed as revision 440 to svn://svn.ffmpeg.org/ffmpeg/trunk
Arpi [Fri, 3 May 2002 23:16:07 +0000 (23:16 +0000)]
10l - MMX rgb2bgr 32bpp expects num_of_bytes instead of num_of_pixels
Originally committed as revision 5962 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
Michael Niedermayer [Fri, 3 May 2002 23:13:24 +0000 (23:13 +0000)]
move put_string() to common.{c,h}
Originally committed as revision 439 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 3 May 2002 21:38:02 +0000 (21:38 +0000)]
correct quantizer bias
Originally committed as revision 438 to svn://svn.ffmpeg.org/ffmpeg/trunk
Arpi [Fri, 3 May 2002 18:46:55 +0000 (18:46 +0000)]
ar -s has portability problems, anyway rc is enough without s -- suggested by Atmosfear
Originally committed as revision 437 to svn://svn.ffmpeg.org/ffmpeg/trunk
Juanjo [Fri, 3 May 2002 18:11:23 +0000 (18:11 +0000)]
- H263 PAR support by Alex Beregszaszi.
- Typo fix in mpeg4data.
Originally committed as revision 436 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Fri, 3 May 2002 16:34:40 +0000 (16:34 +0000)]
patch by Alex Beregszaszi <alex@naxine.org>
- AVID (AVRn) support (workaround)
- print error instead of failing for unsupported SOF
- fixed the 0<code<FF range checking
Originally committed as revision 435 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 2 May 2002 20:45:43 +0000 (20:45 +0000)]
freeze fix
Originally committed as revision 434 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 2 May 2002 13:35:33 +0000 (13:35 +0000)]
C4=16383 for the c version too and even for some outcommented code
Originally committed as revision 433 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 2 May 2002 12:51:10 +0000 (12:51 +0000)]
set C4 to 16383
Originally committed as revision 432 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alban Bedel [Thu, 2 May 2002 11:00:16 +0000 (11:00 +0000)]
printf to mp_msg
Originally committed as revision 5938 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
Juanjo [Thu, 2 May 2002 04:39:45 +0000 (04:39 +0000)]
- Advanced Intra Coding (AIC) support for H.263+ encoder, just DC by now.
- Bug fix H.263+ AIC tables.
- Warning fixes.
Originally committed as revision 431 to svn://svn.ffmpeg.org/ffmpeg/trunk
Juanjo [Thu, 2 May 2002 04:21:22 +0000 (04:21 +0000)]
- Changed FOURCC for H263.
- Warnings fixes.
Originally committed as revision 430 to svn://svn.ffmpeg.org/ffmpeg/trunk
Arpi [Wed, 1 May 2002 18:12:04 +0000 (18:12 +0000)]
Support for external huffman table and various fixes by Alex Beregszaszi <alex@naxine.org>
Originally committed as revision 429 to svn://svn.ffmpeg.org/ffmpeg/trunk
Zdenek Kabelac [Wed, 1 May 2002 13:27:40 +0000 (13:27 +0000)]
* by Thomas Sailer:
otherwise ffmpeg doesn't compile if shared libs are requested and mp3lame
is selected...
Originally committed as revision 428 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 30 Apr 2002 01:29:29 +0000 (01:29 +0000)]
fixing msmpeg4v3 dc-scale for quantizers 24-31
Originally committed as revision 427 to svn://svn.ffmpeg.org/ffmpeg/trunk
Gert Vervoort [Mon, 29 Apr 2002 18:32:03 +0000 (18:32 +0000)]
more msmpeg4 fourccs patch by Gert Vervoort <Gert.Vervoort@wxs.nl>
Originally committed as revision 426 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 27 Apr 2002 14:10:47 +0000 (14:10 +0000)]
detecting xvid/divx4/opendivx and set low_delay flag
Originally committed as revision 425 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 27 Apr 2002 13:12:57 +0000 (13:12 +0000)]
export mbskip_table for direct rendering
add hurry_up support
Originally committed as revision 424 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 27 Apr 2002 12:30:26 +0000 (12:30 +0000)]
fixed msmpeg4 infinite loop if buggy stream
rewrote quantizer
fixed bias (+10% compression/quality for h263 like codecs)
qscale=1 support
mpeg1 intra frames looks far less blocky
added codec_id field
Originally committed as revision 423 to svn://svn.ffmpeg.org/ffmpeg/trunk
Zdenek Kabelac [Fri, 26 Apr 2002 07:18:57 +0000 (07:18 +0000)]
* cleanup
Originally committed as revision 422 to svn://svn.ffmpeg.org/ffmpeg/trunk
Zdenek Kabelac [Wed, 24 Apr 2002 12:18:59 +0000 (12:18 +0000)]
* fixes problem with -funroll-loops and buggy gcc compiler
Originally committed as revision 421 to svn://svn.ffmpeg.org/ffmpeg/trunk