- 04 Sep, 2002 1 commit
-
-
Jean-Paul Saman authored
Reused --enable-qte for Video Out support under Qt Embedded.
-
- 02 Sep, 2002 2 commits
-
-
Christophe Massiot authored
-
Christophe Massiot authored
autodetect S/PDIF hardware support and the audio output plug-in chooses the best one. Of course it probably breaks existing output modules, see oss.c for hints :). Also include minor tweaks which will entitle us to decode and output 5.1 audio. It may break existing plug-ins, too. See audio_output.c:aout_FormatNbChannels for hints.
-
- 01 Sep, 2002 1 commit
-
-
Christophe Massiot authored
policy.
-
- 31 Aug, 2002 2 commits
-
-
Stéphane Borel authored
OSS work with my sblive! now :). It still works on my other computer too but please test.
-
Stéphane Borel authored
-
- 30 Aug, 2002 4 commits
-
-
Christophe Massiot authored
pf_setformat disappears (it was never called independantly of Open). If the format needs to be changed, we will have Close/Open. This is much simpler than before. Please check that I didn't break some plug-ins.
-
Christophe Massiot authored
(see my last mail). * aout: Rewrote our whole lock policy. The output thread now doesn't require the mixer_lock, which might avoid delays. We will also be able to change the filter pipelines at runtime.
-
Sam Hocevar authored
compilation fixes (typo, undeclared var).
-
Sam Hocevar authored
might break the HP/UX or Solaris ports, please check if possible. * ./src/misc/threads.c: fixed syntax in the st and pth implementations.
-
- 29 Aug, 2002 2 commits
-
-
Christophe Massiot authored
* 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.
-
Olivier Teulière authored
-
- 28 Aug, 2002 8 commits
-
-
Christophe Massiot authored
-
Christophe Massiot authored
* Reactivated the A/52 demux. * Wrote a real full-featured float32 mixer.
-
Sam Hocevar authored
-
Christophe Massiot authored
-
Sam Hocevar authored
always the same.
-
Sam Hocevar authored
-
Sam Hocevar authored
-
Sam Hocevar authored
-
- 27 Aug, 2002 2 commits
-
-
Sigmund Augdal Helberg authored
-
Sam Hocevar authored
we _really_ depend on it. * ./bootstrap: we don't use touch to create a file, because it doesn't seem to work everywhere.
-
- 26 Aug, 2002 11 commits
-
-
Sam Hocevar authored
about a missing m4/Makefile.in. * ./include/vlc_common.h: workaround for Borland's redefinition of PACKAGE.
-
Christophe Massiot authored
* New NextPTS() function, to replace CurrentPTS() (gives the PTS which will be valid for NEXT byte). * Fixed mono mode in the builtin mpeg audio decoder. * Various fixes related to PTS calculation in audio decoders.
-
Sigmund Augdal Helberg authored
-
Sigmund Augdal Helberg authored
to 127. about 100 is cool
-
Sam Hocevar authored
to like the gettext m4 files.
-
Sam Hocevar authored
don't seem to work very well if you are using autopoint, although gettext 0.11.5 claims to be fully backwards compatible. Welcome to automake hell. * ./bootstrap: workaround which uses gettextize if you do not have autopoint. We'll probably stay like this for a while, until gettext 0.11.x (which replaces gettextize with autopoint) becomes more widespread. Currently this workaround seems to work, but don't expect a clean tarball if you make dist without having used autopoint. Welcome to automake hell.
-
Sam Hocevar authored
issues in the Win32 build.
-
Sam Hocevar authored
-
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.
-
Sam Hocevar authored
-
Sam Hocevar authored
* Renamed ./include/config.h to ./include/vlc_config.h * Other misc auto* fixes.
-
- 25 Aug, 2002 6 commits
-
-
Sam Hocevar authored
unnoticeable apart from the extra dependency on autoconf, automake and gettextize. See the new HACKING file for some information, especially if you don't run Linux. The current strategy is to have the configure script generate a nice automake Makefile from Makefile.am, and then clobber it with our good old dirty Makefile. Muahaha :-)
-
Jean-Paul Saman authored
-
Sam Hocevar authored
-
Olivier Teulière authored
-
Sam Hocevar authored
sound synchronization. * ./src/audio_output/output.c: reverted another change I previously did :-)
-
Sam Hocevar authored
prototype change; it looks like we won't need it after all. * ./src/audio_output/output.c: if audio output is too slow, but we know there is no next packet, then we play it anyway. Rationale behind this is: better play a slightly wrongly dated packet than play silence, because it might be wrongly dated but there are chances it won't break audio continuity. * ./modules/audio_output/sdl.c: workaround for SDL's crap audio output system (callback gets called at random times, and no way to know the latency of the samples being played). Audio output is now rather good here, but please give feedback. * ./modules/audio_output/oss.c: we delay a bit before asking for a new buffer to avoid starvation.
-
- 24 Aug, 2002 1 commit
-
-
Sigmund Augdal Helberg authored
demuxers need it
-