- 30 Nov, 2002 1 commit
-
-
Philip Gladstone authored
Originally committed as revision 1291 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 29 Nov, 2002 1 commit
-
-
Fabrice Bellard authored
Originally committed as revision 1289 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 28 Nov, 2002 1 commit
-
-
Philip Gladstone authored
I can't actually test it fully. Originally committed as revision 1288 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 27 Nov, 2002 1 commit
-
-
Philip Gladstone authored
Originally committed as revision 1287 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 26 Nov, 2002 3 commits
-
-
Philip Gladstone authored
Originally committed as revision 1280 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Philip Gladstone authored
Originally committed as revision 1279 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Philip Gladstone authored
Originally committed as revision 1278 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 23 Nov, 2002 1 commit
-
-
Philip Gladstone authored
Originally committed as revision 1270 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 05 Nov, 2002 2 commits
-
-
François Revol authored
Originally committed as revision 1163 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 1162 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 02 Nov, 2002 3 commits
-
-
François Revol authored
Originally committed as revision 1151 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
François Revol authored
problems as with winsock (sockets != fd), and the broken select(). based on older patch by Andrew Bachmann. patch by (François Revol <revol at free dot fr>) Originally committed as revision 1146 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Dieter authored
Originally committed as revision 1140 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 14 Oct, 2002 1 commit
-
-
Fabrice Bellard authored
Originally committed as revision 1034 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 01 Oct, 2002 1 commit
-
-
Fabrice Bellard authored
Originally committed as revision 987 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 23 Sep, 2002 1 commit
-
-
Leon van Stuivenberg authored
Originally committed as revision 963 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 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 1 commit
-
-
Mark Hills authored
Originally committed as revision 896 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 30 Aug, 2002 2 commits
-
-
Felix Bünemann authored
Originally committed as revision 883 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Heliodoro Tammaro authored
- configures/builds on all darwin versions - ffserver builds on darwin (if you have the extra libraries) - builds correctly (again) on non-darwin ppc (no -faltivec in gcc-3.2) Originally committed as revision 880 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
-
- 21 Aug, 2002 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 857 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 28 Jul, 2002 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 830 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 27 Jul, 2002 1 commit
-
-
Philip Gladstone authored
get it built. Originally committed as revision 819 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
-
- 10 Jul, 2002 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 732 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 04 Jul, 2002 1 commit
-
-
Falk Hüffner authored
* Use "restrict" in some dsputil routines (yields large speedup) Originally committed as revision 716 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 01 Jun, 2002 1 commit
-
-
Fabrice Bellard authored
mpegaudio decoder is in high precision mode by default (low precision is only interesting for slow/old CPUs) Originally committed as revision 635 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 26 May, 2002 1 commit
-
-
Fabrice Bellard authored
Originally committed as revision 606 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 25 May, 2002 1 commit
-
-
Fabrice Bellard authored
Originally committed as revision 586 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 21 May, 2002 1 commit
-
-
Alex Beregszaszi authored
Originally committed as revision 554 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 18 May, 2002 1 commit
-
-
Fabrice Bellard authored
added bigendian support - added cross compilation support - added generation of objects in another directory for simultaneous compilations (needs testing) - simplified redundant code Originally committed as revision 530 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 16 May, 2002 1 commit
-
-
Zdenek Kabelac authored
Originally committed as revision 503 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 14 May, 2002 1 commit
-
-
Michael Niedermayer authored
enable simple-idct by default (needed cuz otherwise files encoded with ffmpeg will show stripes with the reference IDCT during decoding) Originally committed as revision 495 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
-
- 16 Apr, 2002 1 commit
-
-
Zdenek Kabelac authored
Originally committed as revision 402 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 14 Apr, 2002 1 commit
-
-
Juanjo authored
- EPZS ME algo used by default. - HQ flag activated for ffmpeg. - Cosmetics ... Originally committed as revision 398 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 11 Apr, 2002 1 commit
-
-
Zdenek Kabelac authored
Originally committed as revision 396 to svn://svn.ffmpeg.org/ffmpeg/trunk
-