- 27 Aug, 2004 2 commits
-
-
gbazin authored
-
gbazin authored
- Re-use our audio decoder modules instead of using libavcodec directly. - No more dependance on libavcodec. (downmixing is currently broken + you have to force the ffmpeg codec for a52) * modules/audio_filter/format.c: - PCM audio format conversion filter using the new common filter architecture. * modules/audio_filter/converter/mpgatofixed32.c: - implements both the old and new filter architecture (ie. useable in the transcoder). * modules/codec/ffmpeg/audio.c: - fixes and cleanup.
-
- 24 Aug, 2004 1 commit
-
-
Jon Lech Johansen authored
-
- 21 Aug, 2004 2 commits
- 20 Aug, 2004 2 commits
-
-
Sam Hocevar authored
-
Eric Petit authored
(really strange crashes happen otherwise, can't figure out why) + Makefile.am: don't forget to build vlc-bundle on BeOS
-
- 16 Aug, 2004 1 commit
-
-
Sam Hocevar authored
+ Build memcpyaltivec and deinterlace with -maltivec. + Check for -ldts_pic before -ldts.
-
- 14 Aug, 2004 1 commit
-
-
Sam Hocevar authored
+ Removed the -finline-limit=30000 flag. Since gcc-3.2, this options causes gcc to inline every single function of this size because of -O3's -finline-functions, although the documentation states that this flag should only affect explicitly inlined functions.
-
- 09 Aug, 2004 1 commit
-
-
gbazin authored
* configure.ac, Makefile.am: don't use upx in the win32 installer anymore as some people have been complaining about loading time problems.
-
- 05 Aug, 2004 1 commit
-
-
Eric Petit authored
-
- 03 Aug, 2004 1 commit
-
-
gbazin authored
(expect some breakage). * modules/video_filter/blend.c: new alpha-blending module.
-
- 30 Jul, 2004 1 commit
-
-
Sam Hocevar authored
-
- 29 Jul, 2004 2 commits
-
-
gbazin authored
* modules/codec/toolame.c: MPEG-1/2 layer II audio encoder using libtoolame (http://users.tpg.com.au/adslblvi/). Patch from Christophe Massiot.
-
Sam Hocevar authored
no inline asm version is available for this module.
-
- 28 Jul, 2004 2 commits
-
-
Eric Petit authored
-
Eric Petit authored
-
- 27 Jul, 2004 1 commit
-
-
hartman authored
-
- 26 Jul, 2004 2 commits
-
-
Eric Petit authored
-
gbazin authored
-
- 24 Jul, 2004 3 commits
- 23 Jul, 2004 4 commits
-
-
gbazin authored
-
Sam Hocevar authored
-
Sam Hocevar authored
to trigger AltiVec optimisations in our generic code.
-
Eric Petit authored
+ contrib/src/Makefile: build more libs on BeOS, use libdts' svn + Makefile.am: fixed BeOS packages generation
-
- 22 Jul, 2004 4 commits
-
-
Eric Petit authored
+ extras/contrib/src/*: build libmpeg2 w/o mmxext and 3dnow on BeOS (buggy compiler) + modules/gui/beos/*: quick compile fixes + modules/video_filter/deinterlace.c: require mmxext instead of mmx + Makefile.am: on BeOS, build a VLC bundle a la OS X
-
gbazin authored
* modules/video_output/opengl.c: new platform independant OpenGL vout (uses an "opengl provider" module). * modules/visualization/galaktos/*: uses the new "opengl provider" module.
-
Eric Petit authored
-
Eric Petit authored
don't have it
-
- 20 Jul, 2004 1 commit
-
-
Cyril Deguet authored
TODO: - factorization with xcommon.c - factorization with glx.c in GaLaktos plugin - remove hard-coded values (If you don't like the rotating cube, hack the code yourself, the variables will come later ! ;)
-
- 19 Jul, 2004 1 commit
-
-
hartman authored
-
- 17 Jul, 2004 2 commits
-
-
hartman authored
added configure.ac check and use strtod with cast as backup since it is ANSI C
-
Rémi Denis-Courmont authored
-
- 16 Jul, 2004 3 commits
-
-
hartman authored
-
Sam Hocevar authored
-
Sam Hocevar authored
+ Added full library dependencies to the -lXt check.
-
- 12 Jul, 2004 2 commits
-
-
Cyril Deguet authored
with MilkDrop for winamp.
-
gbazin authored
-