Zdenek Kabelac
5cd62665f0
* fixed initialization and some memleak
...
* filling more avcodecs variables
* extending/improving mov parsing (unfinished)
Originally committed as revision 1812 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Zdenek Kabelac
693feac556
* filling bitdepth
...
Originally committed as revision 1811 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Alex Beregszaszi
3ec3877781
killed an mp_msg occurance
...
Originally committed as revision 9971 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
22 years ago
Fabrice Bellard
b5ff5e22e9
rgb555 alpha extraction fix
...
Originally committed as revision 1810 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
0469baf14f
added img_get_alpha_info()
...
Originally committed as revision 1809 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
a059da1227
transparency support
...
Originally committed as revision 1808 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
7e2e1abf6b
replaced progressive by interleaved
...
Originally committed as revision 1807 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
0a05e4940b
fixed PIX_FMT_YUV422 conversions
...
Originally committed as revision 1806 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
0a9ad8d13d
loss fixes (thanks to Daniel Serpell) - shrink22 fix
...
Originally committed as revision 1805 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
41f53f8694
use correct YUV format for JPEG
...
Originally committed as revision 1804 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
e352ff0895
added all missing UV conversions
...
Originally committed as revision 1803 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
7e7e594092
almost exhaustive image conversion support
...
Originally committed as revision 1802 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
c50c0bc88b
accurate YUV to RGB and RGB to YUV conversions - added comments
...
Originally committed as revision 1801 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
b6147995ac
YUV formats/gray formats are correctly defined - added format loss information - preliminary JPEG YUV formats support
...
Originally committed as revision 1800 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
59cf08ce90
fixed static init
...
Originally committed as revision 1799 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
fab219971e
new YUV formats for correct JPEG YUV support - added automatic pixel format conversion guessing (minimize loss and size)
...
Originally committed as revision 1798 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
cff5e386bf
added progressive PNG support (both reading and writing)
...
Originally committed as revision 1797 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
3b1a27e04c
added progressive image support
...
Originally committed as revision 1796 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
8b46d75e4a
rgba32 support
...
Originally committed as revision 1795 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
6d93f19449
rgba32 convert
...
Originally committed as revision 1794 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
5ae2c73e4d
memleaks
...
Originally committed as revision 1793 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
8975ba81f8
added new netpbm pam format support (needed for alpha plane support)
...
Originally committed as revision 1792 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
15e654b17b
update from texi
...
Originally committed as revision 1791 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Mike Melanson
a44f8ccbf8
code redundancy reduction, courtesy of suxen_drol -at- hotmail.com
...
Originally committed as revision 1790 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
François Revol
143d464416
Add latency check, the Media Kit shoul repport it, but this seems broken.
...
Originally committed as revision 1789 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
François Revol
6af6cf22c5
avoid detecting mpeg stream when other formats embed mp3 tracks.
...
Originally committed as revision 1788 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
68bf295e53
better? default thresholds, if this is worse for any files, then tell us ASAP
...
Originally committed as revision 1787 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
0426af3111
mpeg2 qscale flag
...
a few bugfixes for the C pp code
minor optimization
Originally committed as revision 1786 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
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