- 29 Aug, 2002 3 commits
-
-
Michael Niedermayer authored
Originally committed as revision 879 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
slow but accurate integer dct from IJG (should be ok with the LGPL as the old DCT is the fast integer DCT from IJG) per context DCT selection Originally committed as revision 878 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 877 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 28 Aug, 2002 5 commits
-
-
Michael Niedermayer authored
Originally committed as revision 876 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Brian Foley authored
first cut at altivec support on darwin patch by (Brian Foley <bfoley at compsoc dot nuigalway dot ie>) Originally committed as revision 875 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
more debug output by default for errors (so we can see immedeatly whats wrong on bugreports) guess long_vectors mode Originally committed as revision 874 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 873 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Dominik Mierzejewski authored
Originally committed as revision 872 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 27 Aug, 2002 2 commits
-
-
Michael Niedermayer authored
Originally committed as revision 871 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 870 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 26 Aug, 2002 4 commits
-
-
Alex Beregszaszi authored
Originally committed as revision 869 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 868 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 867 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
forgot the const bits in 2pass curve matching (patch (with rounding removed) by Rémi Guyomarch <rguyom at pobox dot com>) Originally committed as revision 866 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 25 Aug, 2002 4 commits
-
-
Michael Niedermayer authored
Originally committed as revision 865 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Rémi Guyomarch authored
Originally committed as revision 864 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
sadly there are no (unsigned) int left in AVCodecContext so this breaks shared libavcodec libs :( Originally committed as revision 863 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 862 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 24 Aug, 2002 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 861 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 22 Aug, 2002 3 commits
-
-
Joey Parrish authored
patch by Joey Parrish <joey@yunamusic.com> Originally committed as revision 7074 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
Michael Niedermayer authored
Originally committed as revision 859 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 858 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 21 Aug, 2002 2 commits
-
-
Michael Niedermayer authored
Originally committed as revision 857 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 856 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 20 Aug, 2002 1 commit
-
-
Michael Niedermayer authored
dont trash mm0, its still used in the next iteration of the loop (fixes strange horizontal lines on some blocks in b frames on mmx only cpus) Originally committed as revision 855 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 18 Aug, 2002 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 854 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 17 Aug, 2002 1 commit
-
-
Michael Niedermayer authored
skip blocks with small chroma dc too (if the user wants it) needed to avoid IDCT(input coeffs !=0) == 0 problems which cause catastrophic error accumulation at qp=1 Originally committed as revision 853 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 13 Aug, 2002 2 commits
-
-
Eric Sesterhenn authored
Originally committed as revision 6992 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
Volker Moell authored
creating $(prefix)/bin and $(prefix)/lib improved linking libavcodec.so -> libavcodec-$(VERSION).so ldconfig does not rise an error on not beeing root when installing Originally committed as revision 852 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 09 Aug, 2002 4 commits
-
-
Zdenek Kabelac authored
* using 64bits us timestamps (needs more checking) Originally committed as revision 851 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Zdenek Kabelac authored
Originally committed as revision 850 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Zdenek Kabelac authored
Originally committed as revision 849 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 848 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 08 Aug, 2002 3 commits
-
-
Zdenek Kabelac authored
Originally committed as revision 847 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Zdenek Kabelac authored
for the begining it's major rewrite of asf parsing code (tested only inside avifile at this moment) it handles descrambling (though without WMA it's probably useless inside ffmpeg... * extended AVStream structure to return information about stream time length * extended AVStream to export extra data found after standard headers - not really usefull for ffmpeg - but Windows codecs need them. * asf parsing is not yet finished but works nicely already (at 100% better them before :)) Originally committed as revision 846 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 6950 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 06 Aug, 2002 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 844 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 05 Aug, 2002 2 commits
-
-
Michael Niedermayer authored
Originally committed as revision 843 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 842 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 04 Aug, 2002 1 commit
-
-
Michael Niedermayer authored
hopefully fixing unreprodceable segfault when overreading the end if error_resilience==-1 (it didnt overread here though) Originally committed as revision 841 to svn://svn.ffmpeg.org/ffmpeg/trunk
-