Michael Niedermayer
060f89b328
mergeing inter & intra rl_length tables (50% smaller & no meassureable difference in filesize/quality)
...
Originally committed as revision 1078 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
f3c09da19f
75% smaller rl_length table
...
Originally committed as revision 1077 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Leon van Stuivenberg
a09907d988
dsputil mmi cleanup patch by (Leon van Stuivenberg <leonvs at iae dot nl>)
...
Originally committed as revision 1076 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
d6db1c9c6a
handle direct rendering buffer allocation failure
...
Originally committed as revision 1075 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Jürgen Keil
384855eebf
segfault fix patch by (Juergen Keil <jk at tools dot de>)
...
Originally committed as revision 1073 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
917f58279d
fixing decoding of streams with no keyframe at the start
...
Originally committed as revision 1072 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
50eb9cbc44
idct_permutation_type variable, so the permutation type can quickly be identified
...
Originally committed as revision 1071 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
6e2d5f1aea
regression test for H263+
...
Originally committed as revision 1070 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
945eeee15e
slice encoding cleanup
...
Originally committed as revision 1069 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
c42612f1b4
clip MVs for direct mode
...
Originally committed as revision 1068 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
7801d21d13
optimize block_permute()
...
optimize dct_quantize_c()
dont permute s->q_inter/intra_matrix
Originally committed as revision 1067 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
4a3d7fbcbc
fixing interlaced MC & edge-emu
...
Originally committed as revision 1066 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
8d0e42cad0
more defaults
...
Originally committed as revision 1065 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
7da71a5c68
xvid qpel bug autodetect
...
Originally committed as revision 1064 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
03e93d35b0
xvid qpel bug workaround
...
Originally committed as revision 1063 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
fc48cbad5b
fixing msmpeg4v3 encoding at bitrates <128k
...
Originally committed as revision 1052 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
35aa136a77
fixing h263 slice decoding (again)
...
Originally committed as revision 1051 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
49943a18d0
fixing interlaced dct with 4mv
...
Originally committed as revision 1050 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
8b32880cc9
fixing h263 decoding (did segfault)
...
Originally committed as revision 1049 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
fb8a9e2f37
fixing interlaced dct + hq mode
...
Originally committed as revision 1048 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
9fee1e234e
init flags before using it (found by arpi)
...
Originally committed as revision 1047 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
073b013d00
complete mpeg4 GMC decoding support
...
Originally committed as revision 1046 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
46fd0de8a7
fixing alt_scan for the first frame (variable was reset)
...
Originally committed as revision 1045 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
d2975f8d4f
warning fixes
...
Originally committed as revision 1044 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
a61f82653e
better padding bug detection
...
Originally committed as revision 1039 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
ec6a375248
removed warnings
...
Originally committed as revision 1038 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
4f891f53b3
removed invalid header include
...
Originally committed as revision 1037 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
b704e7420b
mpeg4 header parser clenup (needed for parsing of VOL header in avctx->extradata)
...
Originally committed as revision 1032 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
26893f6bd4
fixing wmv1 slice decoding
...
Originally committed as revision 1031 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
4d2858deac
better/cleaner error resilience (done in a 2nd pass after decoding)
...
h263/mpeg4 out of order slice decoding
Originally committed as revision 1030 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Falk Hüffner
8b313a4787
Move Alpha optimized IDCT to own file. Based on a patch by Måns
...
Rullgård <mru@users.sourceforge.net>.
I've left out the idctCol2 part, because W4 has recently been decreed
to be 16383, and also I doubt it will give a noticeable speedup.
Originally committed as revision 1029 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
18f4e34ff6
removed unused variables
...
Originally committed as revision 1027 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
a5e880583c
corrected pixel format display
...
Originally committed as revision 1025 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
4bfad53561
added two pass info
...
Originally committed as revision 1022 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
4973397975
mpeg1 2pass encoding
...
Originally committed as revision 1019 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
9c89585ad4
resample fix by Petros Tsantoulis
...
Originally committed as revision 1018 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
d017ab70f4
support buffers containing more than one frame
...
Originally committed as revision 1016 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
1c05e11d02
fixed NTSC end of line bug
...
Originally committed as revision 1014 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
789587d595
minimum support for YUV411P (new combined scaler/converter will handle that better...)
...
Originally committed as revision 1013 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Jürgen Keil
47fa9c203a
16x{8,16} {avg,put}_pixels support patch by (Juergen Keil <jk at tools dot de>)
...
Originally committed as revision 1012 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Arpi
9e39878252
10l - MMX/FPU state was not restored, causing nonsense fpu behaviour in caller (mplayer)
...
Originally committed as revision 1011 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Arpi
e9feea594a
DV ntsc support, 411P colorspace added
...
Originally committed as revision 1010 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Falk Hüffner
acd2e05c47
* Fix dct_unquantize_h263_axp for changed block_last_index indexing.
...
* Set qadd to 0 for intra with h263_aic (whatever that may be).
Originally committed as revision 1009 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
0298af4887
set low_delay on encoding if no b frames
...
Originally committed as revision 1007 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
676e200cff
trying to fix the non-x86 IDCTs (untested)
...
Originally committed as revision 1006 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Falk Hüffner
6c38306600
Make compilable again after DCT cleanup. It gives wrong results,
...
though, so I disabled it for now. Anybody knows offhand what might be
the reason?
Originally committed as revision 1005 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Falk Hüffner
e447d7d65f
Some nifty stuff for upcoming patches.
...
Originally committed as revision 1004 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Falk Hüffner
3565eeaaaa
Fix for source dir != build dir. Patch provided by Måns Rullgård.
...
Originally committed as revision 1003 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Alex Beregszaszi
defdfc9aa0
moved dct init out from mpv_common_init to dct_common_init (for less-uglier way for dv)
...
Originally committed as revision 1002 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
7be166e4ea
simplified parsing - added MMX idct support
...
Originally committed as revision 1000 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago