- 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 5 commits
-
-
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
-
Michael Niedermayer authored
Originally committed as revision 840 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 839 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 838 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
last_picture should be never == NULL (it was with dr1) this might fix a segfault with error concealment Originally committed as revision 837 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 02 Aug, 2002 2 commits
-
-
Michael Niedermayer authored
Originally committed as revision 836 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 835 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 01 Aug, 2002 3 commits
-
-
Michael Niedermayer authored
Originally committed as revision 834 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 6864 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
Michael Niedermayer authored
Originally committed as revision 833 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 31 Jul, 2002 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 832 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 29 Jul, 2002 1 commit
-
-
Falk Hüffner authored
Originally committed as revision 831 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 28 Jul, 2002 2 commits
-
-
Michael Niedermayer authored
Originally committed as revision 830 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Philip Gladstone authored
parameters as the currently desired codec settings. Thus it is important not to fiddle with the streams if you want to keep the old data. * Fix it so that the ?buffer= paramter can be larger than 40 minutes or so. Why is this good? So I can use ?buffer=43200 and get video from 12 hours ago (i.e. when it is daylight outside) Originally committed as revision 829 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 27 Jul, 2002 11 commits
-
-
Philip Gladstone authored
* Fix the sense of the test for "-" with customlog and not closing stdout in daemon mode Originally committed as revision 828 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 827 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Leon van Stuivenberg authored
Originally committed as revision 826 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Philip Gladstone authored
Originally committed as revision 825 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Philip Gladstone authored
Originally committed as revision 824 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Philip Gladstone authored
Originally committed as revision 823 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Philip Gladstone authored
Originally committed as revision 822 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Philip Gladstone authored
* Add ip address based acls for streams. I recommend adding ACL entries for all feeds to control who can submit stuff. You might also want to consider who can get to your status page. * Make logging work again if customlog == "-" Originally committed as revision 821 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Philip Gladstone authored
Originally committed as revision 820 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Philip Gladstone authored
get it built. Originally committed as revision 819 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Philip Gladstone authored
Originally committed as revision 818 to svn://svn.ffmpeg.org/ffmpeg/trunk
-