Falk Hüffner
60286c8a37
Fix for h % 8 == 4 in put_pixels_axp_asm.
...
Originally committed as revision 940 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
e3bd83f874
10l (field select readed at the wrong place ...)
...
Originally committed as revision 939 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
fc97db6435
interlaced b frames cleanup
...
Originally committed as revision 938 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Falk Hüffner
a343d33ed6
Due to version renumbering, Alpha builtins aren't supported in thegcc
...
3.2 release.
Originally committed as revision 937 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
bea669e57c
interlaced mpeg4 b frame decoding
...
Originally committed as revision 936 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Falk Hüffner
1c73a3fbf2
Adapt to new 8/16 table scheme.
...
Originally committed as revision 935 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
2276785cfa
fixing 1/0 if the headers are incomplete (like what M$ encoder generates)
...
Originally committed as revision 934 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
b9d2bb5b2f
fixing interlaced mpeg4 decoding
...
Originally committed as revision 933 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
8409b8fe74
error resilience command line option
...
Originally committed as revision 932 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
f3cfadd52f
parsing resync header extension support
...
Originally committed as revision 931 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
33cbc6052a
vbv parameter parsing (more skiping actually ;) )
...
Originally committed as revision 930 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
7727783512
avoid nonsense frame-skip messages
...
Originally committed as revision 929 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
df266acdec
regression checksum change cuz of LIBAVCODEC_BUILD change
...
Originally committed as revision 928 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
dae9ffc440
uninitialized var ...
...
Originally committed as revision 927 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
2f0f5b2059
mpegvideo_probe cant distinguish mpeg4 and mpeg1 raws :( so m4v needs "-f m4v" now
...
Originally committed as revision 926 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
66370d3fca
statistics for forw & back p-MBs instead of just one counter for both
...
Originally committed as revision 925 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
7866eeff46
m4v input support
...
return the correct number of bytes consumed for decding h263 like formats (needed for reading raw streams) this could break some divx files with b frames, so please tell me ASAP if u notice any problems
Originally committed as revision 924 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
15415af418
export pts from stream if available
...
store pts in stream if available (otherwise use frame_rate)
Originally committed as revision 923 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Philip Gladstone
02ac31361b
Change abort() calls to av_abort() calls.
...
Originally committed as revision 922 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Philip Gladstone
42343f7e6e
Change calls to abort() to be calls to av_abort()
...
Originally committed as revision 921 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
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
22 years ago
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
22 years ago
Michael Niedermayer
208d3ddf96
set pict_type & key_frame on decoding too
...
Originally committed as revision 918 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
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
22 years ago
Michael Niedermayer
c2c2cd2da1
fixing raw yuv input
...
Originally committed as revision 916 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
b318477992
put/avg_pixels16
...
fixing 2 small qpel bugs
Originally committed as revision 915 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
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
23 years ago
Michael Niedermayer
df1b2c141b
fixing y422p output
...
Originally committed as revision 7352 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
23 years ago
Alex Beregszaszi
9780c7ffa3
fixed palette8to{rgb24,bgr24,rgb32,bgr32}
...
Originally committed as revision 7335 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
23 years ago
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
23 years ago
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
23 years ago
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
23 years ago
Michael Niedermayer
6ebd933b8f
regression tests for msmpeg4v2 & wmv1
...
Originally committed as revision 910 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
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
23 years ago
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
23 years ago
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
23 years ago
Michael Niedermayer
cfda33cbad
apiexample needs EXTRALIBS
...
Originally committed as revision 906 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Michael Niedermayer
6acce86bdd
fixing tests
...
Originally committed as revision 905 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Michael Niedermayer
64a7a8af14
do regression tests for rv10 too
...
Originally committed as revision 904 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Michael Niedermayer
9db99069bd
fixing segfault
...
Originally committed as revision 903 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Michael Niedermayer
b59f574753
10l (compilation if defined ARCH_ALPHA)
...
Originally committed as revision 902 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
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
23 years ago
Michael Niedermayer
be7109c12b
ar -s -> ranlib
...
Originally committed as revision 900 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
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
23 years ago
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
23 years ago
Michael Niedermayer
004c18ee9c
higher accuracy
...
Originally committed as revision 897 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
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
23 years ago
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
23 years ago
Arpi
6b791538b9
warning fixes by Dominik Mierzejewski <dominik@rangers.eu.org>
...
Originally committed as revision 7221 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
23 years ago
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
23 years ago