Loren Merritt
f23af3d825
CQM: fix fallback to JVT scaling lists
...
Originally committed as revision 4798 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Loren Merritt
11d86c979c
direct mvs in B_8x8 mbs were set too early.
...
Originally committed as revision 4797 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Loren Merritt
f1f17e54ea
fix direct_8x8_inference_flag with 4x4 mvs.
...
Originally committed as revision 4796 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Loren Merritt
cec9395977
fix some potential arithmetic overflows in pred_direct_motion() and
...
ff_h264_weight_WxH_mmx2().
Originally committed as revision 4795 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
François Revol
003cd80df9
:%s/check_block_2p/check_block_inter/g
...
Originally committed as revision 4794 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
François Revol
52137f2f43
this fixes compilation with gcc 2.95 which seems to not like array casting... special case inline of check_block which makes the array and passes it
...
Originally committed as revision 4793 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
François Revol
ab561df995
finally found what those >138 codes were... crappy compressed 5bit ascii. this gets them correctly, and adds setting track lang in movenc too.
...
Originally committed as revision 4792 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
François Revol
b9a87c4d6c
fix parsing version 1 mdhd atom (64 bit) as suggested by b-o-n-d AT gmx DOT net (unstested); added code to map language codes to stream->language[]
...
Originally committed as revision 4791 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
f593b273fc
Replace buggy --disable-codec/--enable-codec with non-buggy
...
--disable-decoder/--enable-decoder and --disable-encoder/--enable-encoder.
Originally committed as revision 4790 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
13705b69eb
mem corruption fix
...
Originally committed as revision 4789 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
f0efbde76b
spelling/grammar
...
Originally committed as revision 4788 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
e0db8cfb33
spelling/wording/grammar
...
Originally committed as revision 4787 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
3f45598a0a
updates
...
Originally committed as revision 4786 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
88e51e1fb5
second try of improved lambda/qp guessing for motion estimation RD in first pass
...
Originally committed as revision 4785 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Robert Swain
58f7833e8e
update x264 wrapper.
...
patch by Robert Swain.
Originally committed as revision 4784 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
d6f41eeddc
4mv + iter ME 10l fix (still not bugfree but better)
...
Originally committed as revision 4783 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
735f9f34fe
10l
...
Originally committed as revision 4782 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
51d6a3cf00
iterative overlapped block based motion estimation for snow
...
Originally committed as revision 4781 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Roberto Togni
1338e0cbd8
wma2 fix
...
Originally committed as revision 4780 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Reimar Döffinger
b6204677f6
Fix wma2 audio decoder
...
Patch by Reimar Doeffinger
Originally committed as revision 4779 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Alexander Strasser
76bec1d85c
Mention libav versioning in CVS policy section with a short explanation.
...
Originally committed as revision 4778 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Burkhard Plaum
c842aa378d
Fix DV memory leak and allow multiple instances patch by (Burkhard Plaum?)
...
approved by Roman Shaposhnik
Originally committed as revision 4777 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
e8501c93b5
support downscaling frames for dynamic b frame decission
...
Originally committed as revision 4776 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
c9ab8df88a
10l (didnt remove option from old ones after converting to AVOption)
...
Originally committed as revision 4775 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
984b8e4de1
b frame strategy 2
...
Originally committed as revision 4774 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
aaaa6f1549
dont discard least significant bits
...
Originally committed as revision 4773 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Roberto Togni
c69e7914be
Support for 28_8 in old ar. files
...
Originally committed as revision 4772 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
aacb6acc8a
hmm did i mess the scaling of these up at some point?
...
anyway, this change decreases bitrate and increase PSNR by ~1.00 on my test file, other files also benefit significantly
Originally committed as revision 4771 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
b7c51ebc89
slightly better mv_penalty table
...
Originally committed as revision 4770 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
d4f0c2fcc3
10l (segfault fix)
...
Originally committed as revision 4769 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
316a2ec84c
bidir refine support
...
Originally committed as revision 4768 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
377798d6bd
minor typo
...
Originally committed as revision 4767 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
82b019cefd
better f_code guessing in 2nd pass
...
Originally committed as revision 4766 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
50c6f6cd4c
improved lambda/qp guessing for motion estimation RD in first pass
...
this only affects encoding with bframes and rate control
Originally committed as revision 4765 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
bb270c0896
COSMETICS: tabs --> spaces, some prettyprinting
...
Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
50827fcf44
Reportedly FFmpeg fails to compile on Cygwin with vhook enabled, but FFserver
...
works now.
Originally committed as revision 4763 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
64c968daaa
Add some comments to #ifdef #else #endif blocks and fix wrong ones.
...
Originally committed as revision 4762 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
a2f3431fc4
also autodetect xvid idct if bitexact is used
...
Originally committed as revision 4761 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
D Richard Felker III
762b5cd50c
10l to michael for breaking gcc 2.95 compile :)
...
Originally committed as revision 4760 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Roberto Togni
1e4668d160
Fix for Real "old" files version 3 with no 4cc. Fixes thankyou144.ra
...
Based on patch by "mkhodor7 <-> yahoo | com"
Originally committed as revision 4759 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
daba69b211
10l
...
Originally committed as revision 4758 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
8ed9f9ab32
use correct qp & lambda for ME on the second pass
...
Originally committed as revision 4757 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
2ceff404b5
forgot
...
Originally committed as revision 4756 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
0888fd220c
support printing compact qp histogram
...
Originally committed as revision 4755 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
71160c55e0
fix q=0 bug
...
Originally committed as revision 4754 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Jindřich Makovička
9944fb97c4
new qscale type to distinguish H264
...
Originally committed as revision 4753 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
5639729bed
unfinished jpeg-ls codec (feel free to finish it ...)
...
Originally committed as revision 4752 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
a42bed52ca
typo
...
Originally committed as revision 4751 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
6baac1afd6
fix custom matrix permutation if xvid idct is autoselected and you have bad luck
...
Originally committed as revision 4750 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
115329f160
COSMETICS: Remove all trailing whitespace.
...
Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago