Michael Niedermayer
0a13093de8
bugfix
...
Originally committed as revision 1388 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Steven M. Schultz
fbd8bb7e9f
-c patch by ("Steven M. Schultz" <sms at 2BSD dot COM>)
...
Originally committed as revision 1387 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
bubu
ccfddafbd9
warnings patch by (bubu <bubu at bubu dot net>)
...
Originally committed as revision 1386 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
7204b806a0
regression checksums change cuz of motion estimation changes 10min ago
...
Originally committed as revision 1385 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
b07a59805e
shape adaptive diamonds for EPZS
...
user specified amount of MV predictors from the last frame
b frame MV predictor scaling fixed
Originally committed as revision 1384 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
e9166b58aa
mpeg1 rounding fix
...
Originally committed as revision 1383 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
c442d75c6e
trellis quantization for mpeg1
...
rounding bugfix for mpeg1 (seems this was introduced during the ME changes)
Originally committed as revision 1382 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
9981dfc662
more optimized trellis quantizer
...
Originally committed as revision 1381 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
477ab036ad
trellis quantization
...
Originally committed as revision 1380 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Sascha Sommer
bb87a84ce9
10l another int i missing (without ^M)
...
Originally committed as revision 8667 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
22 years ago
Michael Niedermayer
a2596758e0
10l (int i)
...
Originally committed as revision 8657 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
22 years ago
Thomas Jarosch
f60f0df116
libav -> libavformat in Makefile patch by (Thomas Jarosch <tomj at simonv dot com>)
...
Originally committed as revision 1377 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
41773b735e
correcter mpeg4 headers
...
Originally committed as revision 1376 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
3cef52271d
cleaning corners of green dirt ;)
...
Originally committed as revision 8652 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
22 years ago
Michael Niedermayer
7bd7fa91d0
ooops forgot this (ffserver regression checksums update after motion estimation changes)
...
Originally committed as revision 1374 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
2bbf71777f
removing PIX_FMT_ANY
...
Originally committed as revision 1373 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
5fe061a027
better set pix_fmt explicitly
...
Originally committed as revision 1372 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
a6a494fb2d
xvid build 3 still has the padding wrong in 1/8 of the cases :(((((
...
having the padding right in 7/8 of the cases confuses the autodetection code too
Originally committed as revision 1371 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
88c0bc7e9c
buffer alloc cleanup / 10l
...
Originally committed as revision 8631 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
22 years ago
Fabrice Bellard
d3d100875e
update
...
Originally committed as revision 1369 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
61b717c362
updated html docs
...
Originally committed as revision 1368 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
f3c4a7bd2c
motion estimation changes
...
Originally committed as revision 1367 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
6fc1870021
update
...
Originally committed as revision 1366 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
1457ab5233
qpel encoding
...
4mv+b frames encoding finally fixed
chroma ME
5 comparission functions for ME
b frame encoding speedup
wmv2 codec (unfinished)
user specified diamond size for EPZS
Originally committed as revision 1365 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
ac97734133
added release tar target
...
Originally committed as revision 1364 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
f560dd8279
huffyuv 4cc & -strict
...
(huffyuv still doesnt work with ffmpeg (it does work with mencoder though) someone should fix the avi de(muxer))
Originally committed as revision 1363 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Philip Gladstone
368eb09423
Updated as a result of changes to the rate change code in ffmpeg
...
Originally committed as revision 1362 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Philip Gladstone
be4ce15743
This fixes the jerky video from vob files. However, I am convinced that this
...
is the wrong solution to the problem. In particular, if you specify an output
frame rate, then it doesn't work correctly. My feeling is that the pts value
ought to be interpolated between those frames where the pts is actually
known. Maybe someone else could do that (change the line that I added,
setting a value equal to AV_NOPTS_VALUE).
Happy Christmas.
Originally committed as revision 1361 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
18531e5233
fix segfault with -vcodec copy
...
Originally committed as revision 1360 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Alex Beregszaszi
a46a7052bc
disabled aspect code due to it is extra buggy
...
Originally committed as revision 1359 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Philip Gladstone
6bf40f3961
Changed thru to through and fixed several other typos
...
Originally committed as revision 1358 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Philip Gladstone
bc15b8ef64
Make sure that if you abort the server regression tests, then it doesn't say OK
...
Originally committed as revision 1357 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Philip Gladstone
34d7008db0
Applied Mark Hill's patches.
...
Originally committed as revision 1356 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Mark Hills
c55427f8c8
fixes crash patch by (Mark Hills <mark at pogo dot org dot uk>)
...
Originally committed as revision 1355 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Philip Gladstone
a960b45f5a
Added my TODO list
...
Originally committed as revision 1354 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Philip Gladstone
c2ce254cab
Make asf files work again -- the match against the URL was being done incorrectly.
...
Originally committed as revision 1353 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Ryutaroh Matsumoto
c6c11cb6c6
mimetype fixes patch by (Ryutaroh Matsumoto <ryutaroh at it dot ss dot titech dot ac dot jp>)
...
Originally committed as revision 1352 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Bill Eldridge
732d9245c9
mingw32 configure patch by (Bill Eldridge <bill at rfa dot org>)
...
Originally committed as revision 1351 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
François Revol
1cef952731
Fix for odd strf tag in Stargate SG-1 - 3x18 - Shades of Grey.avi
...
Originally committed as revision 1350 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
François Revol
8ff323888c
redid usleep() fix for BeOS, more consistant with the MINGW32 one. removed a TAB :P
...
Originally committed as revision 1349 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
François Revol
40d05a6bce
That should be enough for now :)
...
Originally committed as revision 1348 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Bill Eldridge
9b2e001fc5
mingw patch by (Bill Eldridge <bill at rfa dot org>)
...
Originally committed as revision 1347 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
e5e65a53cd
my TODO ...
...
Originally committed as revision 1346 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
1d366fceea
10l
...
Originally committed as revision 1345 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
c6fdc7083a
updated with my current projets - add your own TODO if you wish
...
Originally committed as revision 1344 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
François Revol
9ca7cfc5c4
Hey, not everyone has usleep() ! (temporary fix, we should check for this in configure)
...
Originally committed as revision 1343 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Zdenek Kabelac
f7696989d9
* fix for empty image queue
...
Originally committed as revision 1342 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
8154d2e01a
added ffserver disabling for easier porting
...
Originally committed as revision 1341 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
17a70fdeef
mb qp limits
...
Originally committed as revision 1340 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
8fc698950b
support dumping the qscale stuff to the screen
...
Originally committed as revision 1339 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago