Loren Merritt
85fc0e7531
Snow: scale predicted mv based on which reference frame the neighbors used.
...
Originally committed as revision 5431 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Luca Abeni
f743a06236
Include the correct video4linux2 header
...
Originally committed as revision 5430 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Ville Skyttä
22a0e90712
Support modular X11 path to rgb.txt patch by (Ville Skyttä - scop from SF-bugtracker)
...
Originally committed as revision 5429 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Loren Merritt
7f21a9a7b8
Snow: cosmetics
...
Originally committed as revision 5428 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Loren Merritt
871371a768
Snow: fix subband weighting in wavelet cmp functions. use 32x32 cmp in iterative motion estimation.
...
Originally committed as revision 5427 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Loren Merritt
383f62fdfe
Snow: 10l. 1pass ratecontrol failed to set snow's internal quant.
...
Originally committed as revision 5426 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Corey Hickey
b29183a150
Make b_frame_strategy not fail on pass 2, but still print a notice.
...
Originally committed as revision 5425 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
fc861443d3
improve selftest
...
Originally committed as revision 5424 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Roberto Togni
3bbe7f5d6b
10000l don't reuse outer loop index in inner loops
...
Originally committed as revision 5423 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
2fefd23b96
fabs is better then abs for floats ...
...
Originally committed as revision 5422 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
b3aaa7bea6
typo me thinks ...
...
Originally committed as revision 5421 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
5964935c92
cbp must be >0 here or we are in troubble
...
Originally committed as revision 5420 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Loren Merritt
5d18eaad13
h264: MBAFF interlaced decoding
...
Originally committed as revision 5419 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Loren Merritt
67a8208695
h264: faster fill_rectangle()
...
Originally committed as revision 5418 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Loren Merritt
8c36eaaa94
Snow multiple reference frames
...
(bitstream is not backwards compatible, even if refs aren't used)
Originally committed as revision 5417 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Loren Merritt
4e64beadf0
Snow 1pass ratecontrol
...
Originally committed as revision 5416 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
ac2750ec79
suggest solution for 2 fixmies
...
Originally committed as revision 5415 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
2afc0c12a7
Add a small comment about a part that should be in configure.
...
Originally committed as revision 5414 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
c51c4fa083
AMR URL fixes
...
Originally committed as revision 5413 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
f7709b1a07
working H.264 + AAC in mp4 encoding example for the psp
...
Originally committed as revision 5412 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
702497f886
fix mbd bits bug, finally
...
Originally committed as revision 5411 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
16862398a2
Remove all .cvsignore files, they are no longer necessary.
...
Originally committed as revision 5410 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
18e7d87c71
typo/grammar fixes
...
Originally committed as revision 5409 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Earl Levine
4b0e85d4ab
Fix segfault on Mac OS X, patch by Earl Levine elevine**@**gmail**.**com.
...
Originally committed as revision 5408 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
b4aead58cb
ipod & psp encoding guide
...
Originally committed as revision 5407 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
7cf0e16f96
fixing title on PSP (0x60 != 'a') someone needs a 10x10km ascii table ...
...
merging some related stuff from mobilehackers
Originally committed as revision 5406 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
ed90d370ec
dont store mov style meta tags in mp4 (fixes ffmpeg -title + gtkpod)
...
Originally committed as revision 5405 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
6f276720ac
dont write LAVF_ID if bitexact and any meta tag is set
...
Originally committed as revision 5404 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
efda33957f
simplify meta tag writing code
...
Originally committed as revision 5403 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
dae5b496fd
fix seeking, typo provoking hard segfault
...
Originally committed as revision 5402 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
c7e63546dc
fix keyframe check, stss might be there but count set to 0
...
Originally committed as revision 5401 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
6b991cb29f
Generate the list of all programs, unstripped programs and man pages in a more
...
elegant fashion and unconditionally remove all programs on clean.
Originally committed as revision 5400 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
7d2f45464b
Rename singular variables to more sensible plural form.
...
Originally committed as revision 5399 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
f9edb71744
uninstallation support
...
inspired by a patch from Richard, richiek.,@,.optushome.,.,.com.,.,.au
Originally committed as revision 5398 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
a11d5f50ac
Simplify vhook build.
...
Originally committed as revision 5397 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
fcdff8996f
typo fixes
...
Originally committed as revision 5396 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
5d22ccf73f
cosmetics: Prettyprint some commands.
...
Originally committed as revision 5395 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
83a09492ba
Add Mans as maintainer for oggparseogm.c.
...
Originally committed as revision 5394 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
f994f61e6d
URLProtocol faq
...
Originally committed as revision 5393 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
fefbdd2e67
Remove some lines that are duplicated in common.mak.
...
Originally committed as revision 5392 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
c4052af07d
Add MPEG FourCC for MPEG-2 video.
...
Originally committed as revision 5391 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Kostya Shishkov
386b9b5f53
Proper PTS generation for Smacker audio
...
Originally committed as revision 5390 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Kostya Shishkov
103eee5352
Now MPlayer should understand Smacker audio and video codecs.
...
Originally committed as revision 5389 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
b29bddab34
Simplify SLIBNAME_WITH_VERSION and SLIBNAME_WITH_MAJOR.
...
Originally committed as revision 5388 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
2d974017b0
MPEG-2 4:2:2 encoding support
...
Originally committed as revision 5387 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Guillaume Poirier
c2f69579bb
fix compilation of 3dnowext instinsincs, both on ia32 and AMD64.
...
3dnow intrinsincs are for now only compiled if 3dnowext support is available. (I should add smth that
checks for plain 3dnow later)
Originally committed as revision 5386 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Luca Abeni
b997b34fa7
Fix cropping & padding when capturing from a v4l(2) card
...
Originally committed as revision 5385 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
e89b8b0a93
Honor the LDFLAGS environment variable.
...
Originally committed as revision 5384 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Guillaume Poirier
41ae6ef923
Add an actual 3dnow intrinsinc so the configure script doesn't just check for the existence of the 3dnow header
...
Originally committed as revision 5383 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
2c95f59f06
fix avc nal parsing
...
Originally committed as revision 5382 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago