- 09 Oct, 2005 12 commits
-
-
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 15 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
-
Felix Paul Kühne authored
-trigger the extended-panel to collapse completely before saving its position -save the prefs, if the extended-panel changed them previously (refs #382) * extended.m: minor cleanups to make the stuff above possible (more cleanup needed, will follow later on) * extended.nib & #.m: don't let the normvol-slider become zero, but use floats from 0.1 to 10.0 only
-
Damien Fouilleul authored
-
- 05 Oct, 2005 3 commits
-
-
Felix Paul Kühne authored
-
Rémi Denis-Courmont authored
-
Felix Paul Kühne authored
* use the ffmpeg-cvs-trunk from 09/27 and not the current one. This snap compiles finely on 10.2 and is used in the win32-port as well.
-
- 04 Oct, 2005 3 commits
-
-
Jean-Paul Saman authored
-
Derk-Jan Hartman authored
-
Rémi Denis-Courmont authored
but it should not be necessary "thanks to" the vlc_symbols.h kludge
-
- 02 Oct, 2005 1 commit
-
-
Felix Paul Kühne authored
-