- 23 Oct, 2003 1 commit
-
-
Sam Hocevar authored
-
- 01 Jul, 2003 1 commit
-
-
Sam Hocevar authored
+ Fixed a == test bashism. + Cosmetic changes. * toolbox, vlc-config.in.in: Cosmetic changes. * Makefile.am: Fixed the Mozilla plugin build (happy bootstrap).
-
- 29 Jun, 2003 1 commit
-
-
hartman authored
finally fixed, confirmed etc. * doc/fortunes.txt: one more
-
- 25 Jun, 2003 1 commit
-
-
Christophe Massiot authored
-
- 21 May, 2003 1 commit
-
-
hartman authored
version was broken. * extras/MacOSX/vlc.pbproj/project.pbxproj: darn, absolute paths.
-
- 14 May, 2003 1 commit
-
-
hartman authored
-
- 09 May, 2003 1 commit
-
-
Christophe Massiot authored
-
- 04 Apr, 2003 1 commit
-
-
Christophe Massiot authored
-
- 14 Mar, 2003 2 commits
-
-
Sam Hocevar authored
-
Loïc Minier authored
-
- 16 Feb, 2003 1 commit
-
-
Sam Hocevar authored
* ./debian/control: vlc-glide is now Architecture: i386 only. * ./debian/control: vlc-plugin-mad Provides: mp3-decoder. * ./debian/rules: the deprecated vlc-* packages have a proper link to /usr/share/doc/vlc/.
-
- 01 Feb, 2003 2 commits
-
-
Sam Hocevar authored
woody specific builds. Will fill them in a moment.
-
Christophe Massiot authored
-
- 29 Jan, 2003 1 commit
-
-
Sam Hocevar authored
the title and chapter dialogs when DVD menus are activated.
-
- 28 Jan, 2003 1 commit
-
-
Sam Hocevar authored
-
- 17 Jan, 2003 1 commit
-
-
Christophe Massiot authored
-
- 14 Jan, 2003 1 commit
-
-
- 07 Jan, 2003 1 commit
-
-
Sam Hocevar authored
-
- 25 Dec, 2002 1 commit
-
-
Sam Hocevar authored
* updated the .po files.
-
- 05 Dec, 2002 1 commit
-
-
Sam Hocevar authored
* ./configure.ac.in: additional warning flags for GCC. -Wconversion Warn if a prototype causes a type conversion that is different from what would happen to the same argument in the absence of a proto- type. -Wsign-compare Warn when a comparison between signed and unsigned values could produce an incorrect result when the signed value is converted to unsigned. -Wunreachable-code Warn if the compiler detects that code will never be executed. -Wdisabled-optimization Warn if a requested optimization pass is disabled. See the gcc documentation for more explanations. This triggers a lot of warnings everywhere, and at first sight they're all worth fixing. Code quality matters, too, so let's fix'em :)
-
- 24 Nov, 2002 1 commit
-
-
Sam Hocevar authored
* ./include/vlc_common.h: we don't try to include inttypes.h with Borland.
-
- 13 Nov, 2002 1 commit
-
-
Sam Hocevar authored
it simply outputs a usage message. * ./src/*: fixed a bunch of (legitimate) warnings under VC++. * ./evc/*, ./msvc/*: split the workspaces into three projects (libvlc, vlc and plugins -- plugins doesn't build anything yet).
-
- 10 Nov, 2002 1 commit
-
-
Sam Hocevar authored
work is still needed for missing functions. I only touched libvlc for the moment, plugins will come in a long long while. * ./bootstrap: moved MSVC project files generation here; use --update-msvc.
-
- 04 Nov, 2002 1 commit
-
-
Sam Hocevar authored
* ./mozilla/npvlc_rc.rc, ./mozilla/vlcplugin.h: added the Ogg mime type to the Mozilla plugin properties. * ./debian/control: added libogg-dev and libvorbis-dev dependicies to the Debian build script.
-
- 28 Oct, 2002 1 commit
-
-
Sam Hocevar authored
* ./src/misc/variables.c: implemented min/max and steps for integer and float variables.
-
- 17 Oct, 2002 1 commit
-
-
Sam Hocevar authored
* ./modules/video_output/x11/xcommon.c: we transmit the click only at release time.
-
- 30 Sep, 2002 1 commit
-
-
Sam Hocevar authored
* ./mozilla/vlcplugin.cpp: javascript support for the Mozilla plugin. * debian/rules: the A52 module is now in a separate package.
-
- 26 Aug, 2002 1 commit
-
-
Sam Hocevar authored
* ./debian/control: gnome-vlc recommends vlc-plugin-esd, and kvlc recommends vlc-plugin-arts. * ./src/misc/messages.c: message queue now prints the current object type. * ./modules/*: cosmetic fixes for the --long-help output.
-
- 24 Aug, 2002 1 commit
-
-
Sam Hocevar authored
modules. * ./debian/rules: added faad to the package generation.
-
- 13 Aug, 2002 1 commit
-
-
Sam Hocevar authored
instead of our own variable. * ./modules/audio_filter/converter/a52tospdif.c, ./modules/codec/a52.c: added <unistd.h>, required for bswap. * ./modules/demux/mp4/libmp4.c: removed an unneccessary semicolon in a macro definition. * ./modules/audio_output/esd.c: first attempt at getting esd to work. * ./modules/video_output/*: split sdl.so into a video and an audio plugin, and removed useless subdirectories. * ./modules/audio_output/sdl.c: compilation fix.
-
- 12 Aug, 2002 1 commit
-
-
Sam Hocevar authored
only have one parent, because I don't want to deal with cycles, and each created object is indexed in a global array. This feature is unused yet, but it will speed up vlc_object_find(FIND_ANYWHERE). * ./debian/rules: activated the faad codec. * ./doc/fortunes.txt: new fortune cookies. * ./modules/codec/mpeg_video/headers.c: reduced the use of attach/detach. * ./modules/audio_output/oss.c: fixed two compilation warnings.
-
- 06 Aug, 2002 1 commit
-
-
Sam Hocevar authored
* ./src/misc/modules.c: the directory browsing should be more portable now, we use stat(2) instead of file->d_type.
-
- 31 Jul, 2002 1 commit
-
-
Sam Hocevar authored
about 2000 lines of code. I could not test everything on every architecture, so please report any module breakage (especially on BeOS, OSX and QNX).
-
- 20 Jul, 2002 1 commit
-
-
Sam Hocevar authored
* ./src/libvlc.c, ./include/vlc/vlc.h: created reentrant versions of the libvlc API. * ./src/vlc.c: vlc uses the non-reentrant libvlc functions. * ./mozilla/vlcplugin.c: the mozilla plugin uses the reentrant functions. * ./debian/*: created packages for libvlc0-dev.
-
- 18 Jul, 2002 1 commit
-
-
Sam Hocevar authored
-
- 16 Jul, 2002 1 commit
-
-
Sam Hocevar authored
time on their hands.
-