Michael Niedermayer
22cf045590
we really shouldnt use M$* as default codec -> use MPEG4 as default
...
Originally committed as revision 1785 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
9534223539
segfault fix
...
Originally committed as revision 1784 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
c9b99ea661
mplayer idependant (not really yet) swscale example
...
Originally committed as revision 9922 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
22 years ago
Fabrice Bellard
570233b5b6
up to date license terms
...
Originally committed as revision 1783 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
f151ddacf5
removed useless copyright policy - added xawtv link
...
Originally committed as revision 1782 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Arpi
521221cf4b
Compile a52 util functions too
...
Originally committed as revision 1781 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Arpi
1a7c3c8562
Utility functions (CRC calc & float->int converters)
...
[imported from MPlayer, based on a52dec's libao]
Originally committed as revision 1780 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
6814a25c67
meanigfull dr1 comment
...
Originally committed as revision 1779 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Roman Shaposhnik
6e023978cf
Changes for SPARC/Solaris compatibility. Now it should be possible to
...
build and test ffmpeg on SPARC/Solaris 8+ out of the box.
Originally committed as revision 1778 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Mike Melanson
deabd4fdde
native Indeo3 decoder implementation
...
Originally committed as revision 1777 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Philip Gladstone
96cbe82cb5
* Actually make the sort function do some sorting (data needs to be on own lines)
...
* Revise the regression results
Originally committed as revision 1776 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Philip Gladstone
e31c1c30d2
* Removed ffmpeg output during encoding runs. Now only print out errors
...
* Try to fix mysterious sort order issue in ffserver tests
Originally committed as revision 1775 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
129dfab2c7
10l
...
Originally committed as revision 1774 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
9acbbd16b9
check validity of some flags
...
Originally committed as revision 1773 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
af6e2fed04
minor cleanup / some warning fixes
...
Originally committed as revision 1772 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
7db52b63da
10l (hadamard fix)
...
Originally committed as revision 1771 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
7d6e42792d
10l
...
Originally committed as revision 1770 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
30f73fc72e
faster 8x8 & 16x16 plane prediction by skal (massimin at planet-d dot net)
...
Originally committed as revision 1769 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
487bce53eb
10l (use before malloc)
...
Originally committed as revision 1768 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
6692d61b12
fail if a test fails instead of contuing as if everything was ok
...
Originally committed as revision 1767 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
a90fb38bfa
checksum update for the avi zeros ...
...
Originally committed as revision 1766 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Philip Gladstone
b452004bbf
These are my values and seem pretty stable. YMMV
...
Originally committed as revision 1765 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Philip Gladstone
aae6ea8b0c
Only reference the images that exist
...
Originally committed as revision 1764 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Philip Gladstone
d746f9281f
Add a file serving test as well
...
Originally committed as revision 1763 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Philip Gladstone
d86852d11c
Clear out an unused field in the created AVI file. This helps make
...
the MD5 checksums *much* more predictable!!
Originally committed as revision 1762 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Philip Gladstone
03ff071af9
Fix a horrible bug with the launch keyword not handling arguments of length 1!
...
Originally committed as revision 1761 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Philip Gladstone
be0d154911
Apply patch to remove -em_rate
...
Originally committed as revision 1760 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
2add6b5db7
use bilinear interpolation for the rotozoom
...
Originally committed as revision 1759 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Philip Gladstone
f0ef624057
Applied Roumen Petrov patch to fix crash/memory leak
...
Originally committed as revision 1758 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
37b787f124
some checks to avoid segfaults if the decoder is feeded with junk
...
Originally committed as revision 1757 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
9c00c3af90
100l (mpeg2 decoding fixed)
...
Originally committed as revision 1756 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
6afd3b92b4
finished integrating rotozoom test in ffmpeg
...
replaced float by integer to avoid rounding differenes between platforms
Originally committed as revision 1755 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
6696163608
alternative test video generator by (Sebastien Bechet <s dot bechet at av7 dot net>)
...
Originally committed as revision 1754 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Roman Shaposhnik
a7beab731d
bunch of small thing patch by (Roman Shaposhnick <rvs at sun dot com>)
...
Originally committed as revision 1753 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
2f5feea48b
10l (adaptve quant fix)
...
Originally committed as revision 1752 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
67cbe68129
check quality too, not only md5 (but dont take the scores too serious, the different codecs use different quality/bitrates and its just based on a artificially generated testvideo)
...
small changes to some test to check a broader area of features
Originally committed as revision 1751 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Roumen Petrov
9680a72282
restore old tty in ffmpeg patch by (Roumen Petrov <ffmpeg at roumenpetrov dot info>)
...
Originally committed as revision 1750 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Sascha Sommer
b5e34cb1c1
#undef DATADIR before inclusion of windows.h patch by ("Sascha Sommer" <saschasommer at freenet dot de>)
...
Originally committed as revision 1749 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
ba57a3ff23
smaller slices for the regression tests, i hope that way we'll catch the next 10l slice bug earlier ...
...
Originally committed as revision 1748 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
8a3b6f92e0
10l
...
Originally committed as revision 1747 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
7bc9090a41
simplified adressing of most mb based arrays (mb_x + mb_y*s->mb_stride) now instead of mb_x + mb_y*mb_width and 1+mb_x + (1+mb_y)*(mb_width+2) and ... mixture
...
more direct use of the new mb_type stuff instead of codec specific stuff
runtime mb_type debug output h264/h263 variants/mpeg1/2/4
error concealment /resilience for mpeg1/2
various minor optimizations
Originally committed as revision 1746 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
84876d3677
b frames + slices bugfix
...
Originally committed as revision 1745 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
0aae3f43e4
fixing slice decoding, dunno why the regression tests didnt catch that ...
...
Originally committed as revision 1744 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Philip Gladstone
e322ea480b
* Add Video4MotionVector in a stream description to behave like the -4mv flag
...
* Add ReadOnlyFile which behaves like File, but does not permit changing of the
file. This can be used to prevent deleting of saved ffm files.
Originally committed as revision 1743 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Andreas Öman
8553d9f4fd
10l patch by (Andreas Hess <jaska at gmx dot net>)
...
Originally committed as revision 9886 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
22 years ago
Roman Shaposhnik
3e2937bef3
dv file format support patch by (Roman Shaposhnick <rvs at sun dot com>)
...
Originally committed as revision 1742 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Roman Shaposhnik
ce9fce63c5
AVI > 2Gb (OpenDML) generation patch by (Roman Shaposhnick <rvs at sun dot com>)
...
Originally committed as revision 1741 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
8b92b792d1
some checks to avoid segfault
...
Originally committed as revision 1740 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
9f2e61b6a3
pict_type & quality fix
...
Originally committed as revision 1739 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Richard Hodges
be6784dc8a
fix pts type in avcodec.h for WIN32 patch by (Richard Hodges <rh at matriplex dot com>)
...
Originally committed as revision 1738 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago