Commit Graph

1260 Commits

Author SHA1 Message Date
Philip Gladstone a782f209df * Add code to pace sending a stream when it is being sent from a file.
We limit the datarate to twice the average datarate (however the first
  few seconds are sent flat out to help with prebuffering).
* Add the initialization of the rc_eq fields and the like for VIDEO codecs.
* Add the missing get_arg calls for VideoQxxxx

Originally committed as revision 920 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-09-12 02:31:11 +00:00
Philip Gladstone 75bdb984c7 Add the transfer of the new parameters from ffmpeg to ffserver and vice-versa
This adds functions to send and receive doubles and also null terminated strings.

Originally committed as revision 919 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-09-12 02:26:58 +00:00
Michael Niedermayer 208d3ddf96 set pict_type & key_frame on decoding too
Originally committed as revision 918 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-09-12 00:27:08 +00:00
Max Krasnyansky 89b3d7c9f1 mpeg4 raw output support patch by ("Maksim (Max) Krasnyanskiy" <maxk at qualcomm dot com>)
Originally committed as revision 917 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-09-11 18:46:47 +00:00
Michael Niedermayer c2c2cd2da1 fixing raw yuv input
Originally committed as revision 916 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-09-11 17:04:04 +00:00
Michael Niedermayer b318477992 put/avg_pixels16
fixing 2 small qpel bugs

Originally committed as revision 915 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-09-11 12:39:53 +00:00
Michael Niedermayer 6b460aa387 reducing sizeof MpegEncContext to avoid stack overflow on crap M$ windo$
Originally committed as revision 914 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-09-11 07:26:43 +00:00
Michael Niedermayer df1b2c141b fixing y422p output
Originally committed as revision 7352 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
2002-09-09 22:48:39 +00:00
Alex Beregszaszi 9780c7ffa3 fixed palette8to{rgb24,bgr24,rgb32,bgr32}
Originally committed as revision 7335 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
2002-09-09 16:18:47 +00:00
Nikolai Zhubr 0eaec10550 fixing overflow in 16->8 bit conversion, patch by (Nikolai Zhubr <s001 at hotbox dot ru>)
Originally committed as revision 913 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-09-07 10:57:51 +00:00
Michael Niedermayer b2a0a7fb8a 10l (forgot checksums after mpeg4_encode_block() optimizations which generates slightly shorter bitstream)
Originally committed as revision 912 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-09-07 10:55:39 +00:00
Michael Niedermayer 3db48188df optimizing mpeg4_encode_block(), generates allso slightly shorter bitstream as some codes can be represented as esc1 and esc2 and esc2 is shorter for a few of them
Originally committed as revision 911 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-09-07 00:16:30 +00:00
Michael Niedermayer 6ebd933b8f regression tests for msmpeg4v2 & wmv1
Originally committed as revision 910 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-09-06 22:59:44 +00:00
Michael Niedermayer 14207b27b5 support decoding of the last mpeg "packet" even if no startcode is immedeatly afterwards (fixes bugs with mpeg in avi)
new behavior is only activated if CODEC_FLAG_NOT_TRUNCATED is set

Originally committed as revision 909 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-09-06 22:30:16 +00:00
Henry Mason ad4369076b yuv4mpeg output support patch by (Henry Mason <talus25 at speakeasy dot net>)
Originally committed as revision 908 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-09-06 13:01:19 +00:00
Michael Niedermayer 0b61920aa7 fixing rv10 encoding (ffmpeg can at least decode its own rv10 files now)
Originally committed as revision 907 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-09-05 13:23:11 +00:00
Michael Niedermayer cfda33cbad apiexample needs EXTRALIBS
Originally committed as revision 906 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-09-05 10:06:20 +00:00
Michael Niedermayer 6acce86bdd fixing tests
Originally committed as revision 905 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-09-05 08:48:34 +00:00
Michael Niedermayer 64a7a8af14 do regression tests for rv10 too
Originally committed as revision 904 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-09-03 20:41:12 +00:00
Michael Niedermayer 9db99069bd fixing segfault
Originally committed as revision 903 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-09-03 20:15:34 +00:00
Michael Niedermayer b59f574753 10l (compilation if defined ARCH_ALPHA)
Originally committed as revision 902 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-09-02 17:08:40 +00:00
Michael Niedermayer 1a684b3d53 fixing encoding at high QPs (was broken after the dct accuracy increase due to too small inverse table)
Originally committed as revision 901 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-09-02 16:56:29 +00:00
Michael Niedermayer be7109c12b ar -s -> ranlib
Originally committed as revision 900 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-09-02 16:48:40 +00:00
Henry Mason ecfd40b390 new vbv calculation patch by (Henry Mason <talus25 at speakeasy dot net>) with slight modification by me
Originally committed as revision 899 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-09-02 09:51:52 +00:00
Brian Foley ab6c65f693 altivec build tidyup patch by (Brian Foley <bfoley at compsoc dot nuigalway dot ie>)
Originally committed as revision 898 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-09-02 08:48:12 +00:00
Michael Niedermayer 004c18ee9c higher accuracy
Originally committed as revision 897 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-09-01 20:54:38 +00:00
Mark Hills 81e0d0b412 oggvorbis support patch by (Mark Hills <mark at pogo dot org dot uk>)
Originally committed as revision 896 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-09-01 18:07:56 +00:00
Michael Niedermayer ad324c9351 dct cleanup
more accurate mmx dct (dont discard bits for fun)
fixing mmx quantizer bug for qscale%2==1 (bias was slightly wrong)

Originally committed as revision 895 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-09-01 16:52:33 +00:00
Arpi 6b791538b9 warning fixes by Dominik Mierzejewski <dominik@rangers.eu.org>
Originally committed as revision 7221 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
2002-09-01 14:30:55 +00:00
Lennert Buytenhek cca1b2410e dont needlessly gettimeofday in video grabber patch by (Lennert Buytenhek <buytenh at math dot leidenuniv dot nl>)
Originally committed as revision 893 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-09-01 11:13:02 +00:00
Michael Niedermayer 86748dbc61 dct-test update
test simple-idct and ijg int DCT too
 do tests with random & sparse matrixes
 print systematic error matrixes

Originally committed as revision 892 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-09-01 09:33:05 +00:00
Lennert Buytenhek e61efa2468 unmap video buffers on close patch by (Lennert Buytenhek <buytenh at math dot leidenuniv dot nl>)
Originally committed as revision 891 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-09-01 08:54:22 +00:00
Lennert Buytenhek 5bd11e314e dont discard first frame patch by (Lennert Buytenhek <buytenh at math dot leidenuniv dot nl>)
Originally committed as revision 890 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-09-01 07:40:31 +00:00
Lennert Buytenhek 1565dabc1a be less verbose patch by (Lennert Buytenhek <buytenh at math dot leidenuniv dot nl>)
Originally committed as revision 889 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-09-01 07:26:43 +00:00
Michael Niedermayer ab6d194a38 croping patch by (talus25 at speakeasy dot net) with fixes from atmos & me
Originally committed as revision 888 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-09-01 07:19:38 +00:00
Michael Niedermayer d3b3efe368 checksums for the bitexact simple idct
Originally committed as revision 887 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-08-31 14:18:50 +00:00
Michael Niedermayer e7fce5e9fb bitexact hack for the simple mmx idct
Originally committed as revision 886 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-08-31 14:17:51 +00:00
Michael Niedermayer 8e779b900f not used anymore
Originally committed as revision 885 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-08-30 19:51:38 +00:00
Michael Niedermayer 463678ac8b using only the fast int dct for regression tests
Originally committed as revision 884 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-08-30 19:49:12 +00:00
Felix Bünemann 3f027ca76c cygwin patch by (Felix Buenemann <atmosfear at users dot sourceforge dot net>)
Originally committed as revision 883 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-08-30 19:34:55 +00:00
Martin Olschewski c7e079314b sun solaris compilation bugfix, patch by (Martin Olschewski <olschewski at zpr dot uni-koeln dot de>)
Originally committed as revision 882 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-08-30 18:17:20 +00:00
Michael Niedermayer 471d7dc3d0 undefined M_PI / M_E fix
Originally committed as revision 881 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-08-30 16:16:30 +00:00
Alex Beregszaszi 6c1baeb0aa added missing palette8tobgr pairs (hope it's correct)
Originally committed as revision 7160 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
2002-08-30 11:17:15 +00:00
Heliodoro Tammaro a43bd1d715 patch by Heliodoro Tammaro <helio at interactives dot org>
- configures/builds on all darwin versions
- ffserver builds on darwin (if you have the extra libraries)
- builds correctly (again) on non-darwin ppc (no -faltivec in gcc-3.2)

Originally committed as revision 880 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-08-30 00:05:28 +00:00
Michael Niedermayer 252f397509 checksum update cuz of build change 4620->4621
Originally committed as revision 879 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-08-29 23:59:59 +00:00
Michael Niedermayer 28db7fce02 slow but accurate integer dct from IJG (should be ok with the LGPL as the old DCT is the fast integer DCT from IJG)
per context DCT selection

Originally committed as revision 878 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-08-29 23:55:32 +00:00
Michael Niedermayer e647c59840 base64 encoded patches posted to the devel list are prefered
Originally committed as revision 877 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-08-29 13:29:01 +00:00
Michael Niedermayer 255b3ac27d use extradata for h263_long_vector mode detection
Originally committed as revision 876 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-08-28 21:47:28 +00:00
Brian Foley 59925ef204 first cut at altivec support on darwin patch by (Brian Foley <bfoley at compsoc dot nuigalway dot ie>)
Originally committed as revision 875 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-08-28 13:14:36 +00:00
Michael Niedermayer 68bd11f5de working around undefined behavior of get-vlc if the vlc s invalid
more debug output by default for errors (so we can see immedeatly whats wrong on bugreports)
guess long_vectors mode

Originally committed as revision 874 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-08-28 12:23:12 +00:00