- 22 Feb, 2004 2 commits
- 20 Feb, 2004 1 commit
-
-
gbazin authored
* configure.ac: what about checking for the c++ preprocessor.
-
- 11 Feb, 2004 1 commit
-
-
zorglub authored
-
- 10 Feb, 2004 5 commits
-
-
Jean-Paul Saman authored
Enabled PDA GUI again, use --enable-pda. Question why was it disabled without notifying the maintainer? ????
-
gbazin authored
* configure.ac: check for the xmlTextReader extension if libxml2 (required for skins2).
-
gbazin authored
* configure.ac, NEWS: added mod and pva plugins.
-
Sam Hocevar authored
+ Allow to use --enable-livedotcom without --with-livedotcom-tree so that we can use an installed version of libliveMedia et al.
-
Sam Hocevar authored
+ Only activate the Matroska plugin if -lebml_pic or -lebml were found.
-
- 08 Feb, 2004 5 commits
-
-
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
-
- 05 Feb, 2004 1 commit
-
-
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.
-
- 03 Feb, 2004 1 commit
-
-
sigmunau authored
* define CAN_COMPILE_MMX and CAN_COMPILE_MMXEXT if availabe modules/video_filter/deinterlace/deinterlace.c: * changed how accelerated code is handled.
-
- 31 Jan, 2004 1 commit
-
-
Rocky Bernstein authored
-
- 29 Jan, 2004 1 commit
-
-
gbazin authored
* configure.ac: fixed typo.
-
- 28 Jan, 2004 2 commits
- 27 Jan, 2004 2 commits
-
-
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
-
- 26 Jan, 2004 6 commits
-
-
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.
-
Sam 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.
-
- 25 Jan, 2004 1 commit
-
-
Rocky Bernstein authored
-
- 24 Jan, 2004 2 commits
-
-
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
-
- 23 Jan, 2004 1 commit
-
-
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 ;)
-
- 22 Jan, 2004 1 commit
-
-
Jon Lech Johansen authored
GNU/Linux. requires libsysfs (sysfsutils).
-
- 18 Jan, 2004 1 commit
-
-
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.
-
- 12 Jan, 2004 1 commit
-
-
gbazin authored
* configure.ac: added --with-caca-config-path.
-
- 11 Jan, 2004 1 commit
-
-
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
-
- 09 Jan, 2004 2 commits
- 08 Jan, 2004 1 commit
-
-
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.
-
- 05 Jan, 2004 1 commit
-
-
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.
-