- 02 Sep, 2002 2 commits
-
-
Michael Niedermayer authored
Originally committed as revision 900 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Brian Foley authored
Originally committed as revision 898 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 01 Sep, 2002 2 commits
-
-
Mark Hills authored
Originally committed as revision 896 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
test simple-idct and ijg int DCT too do tests with random & sparse matrixes print systematic error matrixes Originally committed as revision 892 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 29 Aug, 2002 1 commit
-
-
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
-
- 28 Aug, 2002 1 commit
-
-
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
-
- 25 Aug, 2002 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 862 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 21 Aug, 2002 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 857 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 13 Aug, 2002 1 commit
-
-
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
-
- 29 Jul, 2002 1 commit
-
-
Falk Hüffner authored
Originally committed as revision 831 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 20 Jul, 2002 1 commit
-
-
François Revol authored
* Some BeOS fixes: - errno stuff - nanosleep() replacement - added a doc/README.beos * mov reader still has problems with most videos (skips many chunks), - It should now read .mov files with zlib-compressed moov headers (aka cmov) - added SVQ1 support. - removed mapping 'raw ' and 'yuv2' to h263, was my mistake. - added IMA4 support. (tested) - fixed frame rate (it reported 0 fps or something before) - extended file probing ('wide' and 'free' atoms) - improved .mov/.mp4 detection (or so I think) * adpcm * added zlib support, with header file and lib check Originally committed as revision 780 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 19 Jul, 2002 1 commit
-
-
Michael Niedermayer authored
1. errno's are negative on beos, so negating them gives positive values. 2. the -shared flag is -nostart on beos. 3. building the shared lib on beos requires -fomit-frame-pointer 4. beos doesn't have oss support Originally committed as revision 779 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 18 Jul, 2002 1 commit
-
-
Roy Sigurd Karlsbakk authored
Originally committed as revision 778 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 11 Jul, 2002 1 commit
-
-
Falk Hüffner authored
Originally committed as revision 745 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 09 Jul, 2002 1 commit
-
-
Nick Kurshev authored
Originally committed as revision 726 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 01 Jul, 2002 1 commit
-
-
Falk Hüffner authored
allows better scheduling of the memory accesses, and is portable among all compilers. Originally committed as revision 709 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 11 Jun, 2002 1 commit
-
-
Fabrice Bellard authored
Originally committed as revision 683 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 07 Jun, 2002 1 commit
-
-
Felix Bünemann authored
this binary char corrupts the makefile and should be removed. patch by Felix Buenemann <atmosfear@users.sourceforge.net> Originally committed as revision 676 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 25 May, 2002 1 commit
-
-
Fabrice Bellard authored
Originally committed as revision 599 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 21 May, 2002 3 commits
-
-
Zdenek Kabelac authored
removed -fPIC used for testing compilability Originally committed as revision 560 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Zdenek Kabelac authored
users are supposed to supply proper SCR_PATH however Originally committed as revision 559 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Zdenek Kabelac authored
with few other header files included from the main ffmpeg's dir Originally committed as revision 555 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 18 May, 2002 1 commit
-
-
Fabrice Bellard authored
Originally committed as revision 521 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 03 May, 2002 1 commit
-
-
Arpi authored
Originally committed as revision 437 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 01 May, 2002 1 commit
-
-
Zdenek Kabelac authored
otherwise ffmpeg doesn't compile if shared libs are requested and mp3lame is selected... Originally committed as revision 428 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 26 Apr, 2002 1 commit
-
-
Zdenek Kabelac authored
Originally committed as revision 422 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 23 Apr, 2002 1 commit
-
-
Zdenek Kabelac authored
Originally committed as revision 419 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 22 Apr, 2002 1 commit
-
-
Zdenek Kabelac authored
Originally committed as revision 417 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 21 Apr, 2002 1 commit
-
-
Michael Niedermayer authored
2pass ratecontrol fixed hq with 2pass inceased build num (a few more vars for the rc stuff) hopefully no new bugs Originally committed as revision 408 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 10 Mar, 2002 1 commit
-
-
Juanjo authored
- Changes on AVI and WAV muxers to support MP3. Originally committed as revision 324 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 26 Feb, 2002 1 commit
-
-
Juanjo authored
sure it works ok. Also it's slow, so use it only when you _really_ need to measure quality. - Fix libavcodec Makefile to enable profiling. Originally committed as revision 314 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 20 Jan, 2002 1 commit
-
-
Nick Kurshev authored
Originally committed as revision 274 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 09 Dec, 2001 1 commit
-
-
Arpi authored
Originally committed as revision 234 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 27 Oct, 2001 3 commits
-
-
Nick Kurshev authored
Originally committed as revision 197 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Nick Kurshev authored
Originally committed as revision 196 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Nick Kurshev authored
Originally committed as revision 194 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 23 Sep, 2001 1 commit
-
-
Fabrice Bellard authored
Originally committed as revision 140 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 16 Sep, 2001 1 commit
-
-
Fabrice Bellard authored
Originally committed as revision 131 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 15 Sep, 2001 1 commit
-
-
Fabrice Bellard authored
Originally committed as revision 116 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 15 Aug, 2001 1 commit
-
-
Fabrice Bellard authored
Originally committed as revision 108 to svn://svn.ffmpeg.org/ffmpeg/trunk
-