- 26 Jul, 2005 5 commits
-
-
Rémi Denis-Courmont authored
-
Christophe Massiot authored
mode.
-
Rémi Denis-Courmont authored
-
Christophe Mutricy authored
-
Christophe Massiot authored
Use --enable-dvb instead.
-
- 25 Jul, 2005 18 commits
-
-
Derk-Jan Hartman authored
-
Clément Stenac authored
-
Antoine Cellerier authored
-
Antoine Cellerier authored
segfault
-
Gildas Bazin authored
* modules/demux/mp4/libmp4.c: handle SoundDescriptionV2 which is used in some of the new Apple movie trailers.
-
Derk-Jan Hartman authored
-
Antoine Cellerier authored
cleaner way to do it (like having only one version number instead of 3 in configure.ac ...)
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
* Change volume range to 0-400 % visually in the macosx and web interfaces. At least now we represent what is actually going on. refs #250
-
Olivier Teulière authored
-
Rémi Denis-Courmont authored
- Use already existing commodity functions for URL encoding
-
Rémi Denis-Courmont authored
(or yet another "why make it complex when it can be simple")
-
Christophe Massiot authored
-
Derk-Jan Hartman authored
-
Christophe Massiot authored
- Add a basename field to the file entry when doing a foreach on directory. - Add a url_encode function to url-encode the current string. This is necessary to safely pass strings as arguments in a URL. Patch courtesy of Clement Vasseur for Freebox SA.
-
Christophe Massiot authored
-
Derk-Jan Hartman authored
-
Felix Paul Kühne authored
* other files: small patch to make sure that About.nib is loaded only once
-
- 24 Jul, 2005 11 commits
-
-
Antoine Cellerier authored
-
Antoine Cellerier authored
-
Antoine Cellerier authored
xml files used for the updates are located at http://update.videolan.org extensive testing ... code cleaning ... would be greatly appreciated
-
Felix Paul Kühne authored
-
Jérome Decoodt authored
Not tested with all calls (only http access module)
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Benjamin Pracht authored
Also update the wizard playlist on item addition and deletion. This prevent VLC to crash upon item deletion with the wizard open.
-
Felix Paul Kühne authored
* added encap-formats information to the codec-info to the WX-Wizard as well (uncompiled here, but should run fine)
-
Felix Paul Kühne authored
- wrapped all lines to end after ~80 characters - added encap-formats information to the codec-info - made the fields in the nib a widther to show the entire text - fixed the input-field on the input-tab to accept network-streams
-
Felix Paul Kühne authored
* fixed 'Could not connect the action t3_addressEntered: to target of class VLCWizard' (an outdated method was still in the nib-file, but not in the sources)
-
- 23 Jul, 2005 6 commits
-
-
Benjamin Pracht authored
* The playlist in the wizard had to be displayed as a outlineview if we want to reuse existing code * cosmetics could still be improved regarding this outline view * I get this error 2005-07-24 00:08:55.940 VLC[6908] Could not connect the action t3_addressEntered: to target of class VLCWizard When opening the wizard. I don't know if I messed up something or if it was already here before * I needed to make some changes to the interface structure regarding the playlist for this : We know have a VLCPlaylist and a VLCPlaylistWizard class. Both are derivated from a VLCPlaylistCommon class that contains methods required by both classes (mostly the datasource, in fact).
-
Olivier Teulière authored
-
Olivier Teulière authored
volume.
-
Felix Paul Kühne authored
-
Benjamin Pracht authored
-
Benjamin Pracht authored
-