1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-03 01:31:53 +02:00
Commit Graph

100 Commits

Author SHA1 Message Date
Marc Ariberti
ff328a8e86 * skeleton of the arm crosscompilation howto 2003-03-13 16:20:16 +00:00
Alexis de Lattre
2fc48768cc Added missing files. 2003-03-11 18:54:47 +00:00
Christophe Massiot
780ba1b903 * Bumped up version number to 0.5.2
* Fix for the "lock-up" problem under MacOS X. Removed the rt-priority
  configuration variable.
2003-03-10 00:04:14 +00:00
Sam Hocevar
89c55386ec * ./debian/changelog: updated for 0.5.1.
* ./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/.
2003-02-16 17:35:31 +00:00
Olivier Teulière
d62c3bc361 * added an entry for the "subtitles don"t work on windows" problem 2003-02-16 16:58:21 +00:00
Sigmund Augdal Helberg
b5133d4d75 Added support for volume up/down buttons. 2003-02-16 10:25:57 +00:00
Alexis de Lattre
c25947e798 - FAQ : the first question of the "troubleshooting" section now tells the
user to delete VLC's configuration file.
2003-02-07 20:49:10 +00:00
Sam Hocevar
7156d83446 * ./doc/faq/faq.sgml: updated config file location for OS X. 2003-02-06 00:45:26 +00:00
Alexis de Lattre
9578d2578a Small fix. 2003-02-03 16:07:50 +00:00
Alexis de Lattre
261e278f22 Article format, instead of book format.
Few typos.
2003-02-03 11:25:44 +00:00
Sam Hocevar
29b791a94c * ./doc/vlc.1: updated manpage. 2003-02-02 03:38:30 +00:00
Sam Hocevar
494fb5bb9b * ./debian/control.woody, ./debian/rules.woody: placeholders for Debian
woody specific builds. Will fill them in a moment.
2003-02-01 21:23:01 +00:00
Sam Hocevar
6d68e3437f * ./NEWS: added an empty NEWS file.
* ./bootstrap: now that we have the NEWS file, --foreign is no longer
    required when calling automake.
2003-02-01 18:41:09 +00:00
Christophe Massiot
a230d7b612 sam p0\/\/3r ! 2003-02-01 16:20:21 +00:00
Alexis de Lattre
46e7a04eea * common/stylesheet-print-noicones.dsl : stylesheet for PS/PDF/RTF output
* faq/Makefile: added PS/PDF/RTF targets
* faq/faq.sgml: SGML enhancements and few modifications
2003-02-01 11:48:36 +00:00
Clément Stenac
e3fa732acd * doc/faq/Makefile: added "text" and "clean" targets.
* doc/faq/faq-alone.sgml: Fixed build issues, added FDL, and legal notice.
* doc/faq/faq.sgml: Fixed build issues, improved the SGML translation.
* doc/faq/fdl.sgml: text of the FSF Free Documentation License.
2003-01-31 15:24:11 +00:00
Loïc Minier
1cd3cacb95 * converted FAQ to SGML
* SGML sucks, this is absolutely ugly, please reread
2003-01-30 18:07:45 +00:00
Sam Hocevar
1584d670f1 * ./modules/gui/gtk/gnome.glade, ./modules/gui/gtk/gtk.glade: we disable
the title and chapter dialogs when DVD menus are activated.
2003-01-29 18:10:52 +00:00
Sam Hocevar
476ba22e35 * ./po/*: spelling fixes. 2003-01-28 02:03:33 +00:00
Sam Hocevar
1292f91e25 * ./doc/bugreport-howto.txt: minor updates. 2003-01-24 14:13:00 +00:00
Alexis de Lattre
4752aae0d1 Compilation fix 2003-01-18 20:24:33 +00:00
Christophe Massiot
294ba69ae5 . 2003-01-17 17:22:22 +00:00
Sam Hocevar
f557ba5469 * ./FAQ: a few corrections. See also http://angryflower.com/bobsqu.gif 2003-01-14 18:56:52 +00:00
Sigmund Augdal Helberg
b8c2e88ea3 new rule for remote controls with combined play/pause button (like mine has) 2003-01-12 01:26:36 +00:00
Sam Hocevar
a451a4deea * minor updates to pofiles. 2003-01-07 13:26:22 +00:00
Sam Hocevar
14b46deef1 * ./src/libvlc.c: added a debug message to test the translation system.
* updated the .po files.
2002-12-25 23:39:01 +00:00
Christophe Massiot
2397666ac3 * Updated aout3 developer doc.
* Reworked the Open... menu items, and added the ability to use libdvdplay.
* Sound output menu is now under Controls.
2002-12-08 23:38:02 +00:00
Sam Hocevar
5927421c93 * ./ipkg/Makefile.in: removed a file handled by automake.
* ./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 :)
2002-12-05 17:16:30 +00:00
Sam Hocevar
1158db5fb5 * ./configure.ac.in: we no longer choke if libdvbpsi headers aren't here.
* ./include/vlc_common.h: we don't try to include inttypes.h with Borland.
2002-11-24 18:54:54 +00:00
Sam Hocevar
d1296b32da * ./bootstrap: bootstrap now requires the --config flag. With no arguments
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).
2002-11-13 20:51:05 +00:00
Sam Hocevar
be8ca6e9a9 * ALL: WinCE compilation fixes (mostly nonexistent headers). A lot of
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.
2002-11-10 18:04:24 +00:00
Sam Hocevar
141414b0c4 * ./Makefile.am: we properly install plugins in the OS X vlc.app directory.
* ./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.
2002-11-04 15:04:45 +00:00
Sam Hocevar
11e021963b * ./Makefile.am: fixed missing build dependencies for the Mozilla plugin.
* ./src/misc/variables.c: implemented min/max and steps for integer and
    float variables.
2002-10-28 13:25:56 +00:00
Sam Hocevar
65c2915543 * ./modules/video_output/sdl.c: mouse coordinates support for SDL.
* ./modules/video_output/x11/xcommon.c: we transmit the click only at
    release time.
2002-10-17 16:48:41 +00:00
Alexis de Lattre
80921ca7e0 Fixed a bug in the developer doc : hacking.xml and overview.xml were
identical ! So I removed hacking.xml...
2002-10-12 23:15:45 +00:00
Sam Hocevar
2799d36bc8 * ALL: the build mechanism now uses automake. See HACKING for more details.
* ./mozilla/vlcplugin.cpp: javascript support for the Mozilla plugin.
  * debian/rules: the A52 module is now in a separate package.
2002-09-30 11:05:42 +00:00
Sam Hocevar
864128116a * ALL: added *.am files here and there for future automake support. 2002-09-30 10:00:47 +00:00
Christophe Massiot
e18a39da6e (Temporary) end of the audio output 3 documentation. 2002-09-13 22:38:54 +00:00
Christophe Massiot
f623752691 Three lines :). 2002-09-08 22:20:32 +00:00
Christophe Massiot
96de1d1b35 Aout3 developer documentation, cont'd. 2002-09-06 23:15:44 +00:00
Christophe Massiot
f52ae77815 Beginning of the developer documentation for audio output 3. 2002-09-04 21:44:41 +00:00
Christophe Massiot
7d2f6de57c * ./bootstrap : Fixed an issue with old shell versions
* ALL : Added a priority argument to vlc_thread_create(), so that audio
and input threads can run with a higher real-time priority, on systems
allowing you to use priorities.
2002-08-29 23:53:22 +00:00
Sam Hocevar
b69c9ce127 (A few minor pending patches I had around)
* ./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.
2002-08-26 09:12:46 +00:00
Sam Hocevar
f02ba9de18 * ./configure.in: fixed a typo that prevented compilation of the network
modules.
  * ./debian/rules: added faad to the package generation.
2002-08-24 14:49:51 +00:00
Christophe Massiot
5ffbc97e75 * ./configure: Fixed double detection of gethostbyname.
* Major changes in the handling of dates in the audio output ; still buggy,
but differently.
* Fixed a major bug in the aout pre-filters, preventing to run any other
decoder than liba52.
* p_aout->output.pf_play now has only one argument.
2002-08-19 21:31:11 +00:00
Sam Hocevar
5a64fbd73a * ./modules/audio_output/oss.c: we spare a variable by using p_aout->b_die
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.
2002-08-13 11:59:36 +00:00
Sam Hocevar
6e8f9504cb * ./src/misc/objects.c: two big changes in the object API: now objects can
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.
2002-08-12 09:34:15 +00:00
Sam Hocevar
50b8a062ab * ./Makefile, ./mozilla/Makefile: make uninstall removes vlc-specific dirs.
* ./src/misc/modules.c: the directory browsing should be more portable now,
    we use stat(2) instead of file->d_type.
2002-08-06 00:26:48 +00:00
Sam Hocevar
19ea8feb6d * ./modules/*: moved plugins to the new tree. Yet untested builds include
waveout, directx, qnx, beos, win32, macosx, and the AltiVec modules.
  * ALL: removed mention of AC3 in favour of A52.
  * ./configure.in, ./Makefile*: modules can now be built deeper than 1
    directory. As a consequence, the build is even slower (but I'm fixing
    this) and make clean doesn't work anymore.
2002-08-04 17:23:44 +00:00
Sam Hocevar
976dfc3eb4 * ALL: new module API. Makes a few things a lot simpler, and we gain
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).
2002-07-31 20:56:53 +00:00