- Feb 10, 2004
-
-
Samuel Hocevar authored
+ Allow to use --enable-livedotcom without --with-livedotcom-tree so that we can use an installed version of libliveMedia et al.
-
Samuel Hocevar authored
+ Only activate the Matroska plugin if -lebml_pic or -lebml were found.
-
- Feb 08, 2004
-
-
gbazin authored
* ALL: I am a morron.
-
gbazin authored
* configure.ac: forgot one version number and added the aiff demux.
-
gbazin authored
* ALL: bumped version number to 0.7.1 in preparation for the release.
-
Jean-Paul Saman authored
Fail ./configure when ffmpeg/avcodec.h or postproc/postproc.h are not found and --disable-ffmpeg is not used.
-
Jean-Paul Saman authored
- Always have a space between ";then" the configure script does not like this. It should be "; then" or better put "then" on the next line. - Add a AC_ARG_ENABLE for cdda
-
- Feb 05, 2004
-
-
gbazin authored
* modules/video_output/directx/directx.c: fixed the "refresh" button for the --directx-device option. * modules/demux/dts.c: implemented DEMUX_GET_TIME and DEMUX_GET_LENGTH. * modules/access/cdda.c: got rid of the cdda demux and add a wav header at the beginning of the data. This allows to correctly support DTS audio cd (demux will detect what kind of CD it is). * modules/demux/wav.c: code cleanup and fixed seeking.
-
- Feb 03, 2004
-
-
sigmunau authored
* define CAN_COMPILE_MMX and CAN_COMPILE_MMXEXT if availabe modules/video_filter/deinterlace/deinterlace.c: * changed how accelerated code is handled.
-
- Jan 31, 2004
-
-
Rocky Bernstein authored
-
- Jan 29, 2004
-
-
gbazin authored
* configure.ac: fixed typo.
-
- Jan 28, 2004
- Jan 27, 2004
-
-
gbazin authored
* configure.ac: don't link with msimg32 directly has it isn't available on Win9x/NT4. * modules/gui/skins2/win32/win32_graphics.cpp: use AlphaBlend() from the Win32Factory object.
-
Rocky Bernstein authored
-
- Jan 26, 2004
-
-
Eric Petit authored
-
Eric Petit authored
to give it a try (QT is the default method). + Known issues: no fullscreen yet, memory leaks, ugly code, ... + Known goodies: it's a few % faster than QT here (playing a DVD). If experienced OpenGL and Altivec programmers could have a look and give some advice, I guess the performance increase might become noticeable.
-
Eric Petit authored
yet as Quicktime handles i420 pictures, but it will be when I've cleaned the OpenGL output I'm working on (to be commited soon).
-
gbazin authored
* configure.ac: fixed typo.
-
Samuel Hocevar authored
+ Bail out if libavcodec.a wasn't built with --enable-pp.
-
Rocky Bernstein authored
now 0.7.20 not 0.7.20-cdio.
-
- Jan 25, 2004
-
-
Rocky Bernstein authored
-
- Jan 24, 2004
-
-
gbazin authored
* configure.ac: added --with-xml2-config-path=PATH option.
-
Cyril Deguet authored
* modules/gui/skins2/src/var_manager.cpp: delete the variables in the right order to avoid invalid reads in the destructor * modules/gui/skins2/parser/xmlparser: skeleton of a new parser based on the text reader API of libxml2
-
- Jan 23, 2004
-
-
Eric Petit authored
filter more than 100% faster here (blend mode). Feel free to check if I haven't broken anything, first time doing Altivec ;)
-
- Jan 22, 2004
-
-
Jon Lech Johansen authored
GNU/Linux. requires libsysfs (sysfsutils).
-
- Jan 18, 2004
-
-
gbazin authored
* configure.ac, modules/demux/Modules.am: added ps2, ts2 and dvdnav modules to the build system. * modules/demux/demux2.c: added an "ffmpeg" shortcut for the ffmpeg/libavformat demuxer.
-
- Jan 12, 2004
-
-
gbazin authored
* configure.ac: added --with-caca-config-path.
-
- Jan 11, 2004
-
-
zorglub authored
* New playlist import/export system: -export plugin in misc/playlist (contains one module for each file type) -open plugin = special demuxer2, that can be opened from the command line or the graphical interface. NB: the demuxer "playlist" is forced to earn speed, but this does not work yet, as we have a demux2 * modules/gui/wxwindows: use the new import/export. * src/playlist/group.c : fixed boundary check * src/playlist/item-ext.c: correctly reset stuff when clearing the playlist
-
- Jan 09, 2004
- Jan 08, 2004
-
-
gbazin authored
* configure.ac: detect if libavformat is present. * modules/codec/ffmpeg/demux.c: new experimental demuxer using libavformat (most of the work done by fenrir). This demuxer should allow us to support "frindge" formats (FLIC, SWF, etc...). The demuxer has been put here because of its dependancy on libavformat and libavcodec. * modules/codec/ffmpeg/ffmpeg.c: re-arranged the codecs list.
-
- Jan 05, 2004
-
-
gbazin authored
* configure.ac: win32 compilation fixes for the skins2 plugin. * modules/gui/skins2/Modules.am: renamed the plugin name into skins2 so it doesn't conflict with the old plugin. * modules/gui/skins2/vars/playlist.cpp: fixed invalid cast.
-
Laurent Aimar authored
* configure.ac: readded AX_ADD_PLUGINS([mpgv mpga m4v mpeg_system ps ts avi asf aac mp4 rawdv demux2 nsv real]), it was probably a mistake .... ( ouiiinnn, another bootstrap ;) * all: added net_* helpers functions.
-
- Jan 04, 2004
-
-
gbazin authored
* ALL: bumping version number to 0.7.1-cvs.
-
Rocky Bernstein authored
write_png: might be made into a module and moved elsewhere cvd*: went over documentation a little bit.
-
Laurent Aimar authored
* es_out.c: ES_OUT_SET_PCR works now with microsecond. * configure.ac, Modules.am: enable demux2, nsv, real. * demux2.c: increased priority.
-
zorglub authored
-
- Jan 03, 2004
-
-
Cyril Deguet authored
-
- Jan 02, 2004
-
-
zorglub authored
VLC Media Player 0.7.0 Bond
-