- 10 Oct, 2005 2 commits
-
-
Felix Paul Kühne authored
-
Jean-Paul Saman authored
-
- 09 Oct, 2005 19 commits
-
-
Derk-Jan Hartman authored
* reenable the threads prio option. Not broken, but creates annoying error messages. will look into that later.
-
Derk-Jan Hartman authored
-
Boris Dorès authored
- more precise message for the "force-dolby-surround" option - don't use -1 as a value in an integer list option (dangerous casts in the wxWidgets interface) + modules/audio_filter/converter/a52tofloat32.c: - option to disable the internal upmixing algorithm + modules/audio_filter/channel_mixer/headphone.c: - option to partially compensate the delay introduced by the algorithm - option to accept raw Dolby Surround encoded streams
-
Olivier Teulière authored
now indicates the most likely causes of the problem.
-
Laurent Aimar authored
-
Laurent Aimar authored
stream_out modules, warn that url is deprecated (but it is still supported), add wav mux autodetection.
-
Laurent Aimar authored
-
Laurent Aimar authored
* pes: memset header before using bits_* in DEBUG mode (to please valgrind) * bits: cosmetics.
-
Gildas Bazin authored
-
Gildas Bazin authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
- thanks to Vincent van den Heuvel <heuvel@mac.com> for the artwork - screenshots are available at www.aenneburghardt.de/fk/vlc/about1.jpg and *2.jpg - feel free to revert or modify this commit if you don't like it this way
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Laurent Aimar authored
(It is done the ugly way : decoding take place at the demuxer but it works)
-
Laurent Aimar authored
frame).
-
Jean-Paul Saman authored
-
Gildas Bazin authored
* modules/gui/wxwidgets/interface.cpp: restored call to SetupHotkeys(). Yes it really needs to be called twice (because of a bug in wxWidgets).
-
- 08 Oct, 2005 3 commits
-
-
Laurent Aimar authored
-
Rémi Denis-Courmont authored
-
Antoine Cellerier authored
fixes the rss sub-filter with rss feeds using CDATA
-
- 07 Oct, 2005 3 commits
-
-
Antoine Cellerier authored
-
Rémi Denis-Courmont authored
-
Felix Paul Kühne authored
* don't use 'ps' as suffix but 'mpg' like most other apps do. 'ps' can be confused with PostScript files on the Mac. In fact, the Finder tries to open our ps-files with Preview by default.
-
- 06 Oct, 2005 13 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
by access. * udp: force ts demux on payload 33 (:demux=dump will work)
-
Laurent Aimar authored
"I've added a bit of code to the UDP/RTP input, which assures that old or duplicate RTP packets are trashed. When the network performs packet reordering, only one discontinuity happens instead of 3 before - since the old packet is trashed. If multiple copies of the same packet are received, only one is used and all the others are trashed."
-
Clément Stenac authored
-
Felix Paul Kühne authored
* allocate o_extended only if requested by the user (that's dirty, but prevents the access of freed objects while terminating) and save the extended-prefs as early as possible in the termination-process (directly after the vout and playlist shut down)
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Derk-Jan Hartman authored
-
Clément Stenac authored
* Option to have extended interface by default (Closes: #232) * Fix "floating" volume bar with wxMSW 2.6.X (Closes:#289) * Enforce minimum vertical size (Closes:#360) * Fix a font size problem on WX * Add him to THANKS, obviously :)
-
Felix Paul Kühne authored
* only save the affected modules (main, headphone, transform, adjust, invert, motionblur, distort, clone, crop, normvol, headphone_channel_mixer, macosx) -- thanks to zorglub for the help (closes #382)
-
Damien Fouilleul authored
open.cpp: unicode fix for ProbeDVD, ProbeCDDA, ProbeVCD
-