- 15 Jan, 2004 10 commits
-
-
Gildas Bazin authored
* modules/demux/mpeg/ts.c: better auto-detection of MPEG-TS streams.
-
Sigmund Augdal Helberg authored
* use a standard file dialog to export playlist
-
Gildas Bazin authored
* modules/codec/ffmpeg/ffmpeg.c: more fourccs added. * modules/codec/ffmpeg/demux.c: bug fix.
-
Sigmund Augdal Helberg authored
* remove unused variables
-
Sigmund Augdal Helberg authored
* fixed playback of sap anounces through livdotcom
-
Gildas Bazin authored
-
Laurent Aimar authored
have broken all OS except linux ...
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Gildas Bazin authored
* modules/gui/wxwindows/wxwindows.cpp: include locale.h for setlocale().
-
- 14 Jan, 2004 4 commits
-
-
Benjamin Pracht authored
Had to delete lastPathComponent when displaying the MRL of a file in the playlist, since sort cannot be exact with this option.
-
Laurent Aimar authored
-
Rocky Bernstein authored
chroma does the scaling.
-
Rocky Bernstein authored
looks like bugs remain in the YUV to RGB conversion though.
-
- 13 Jan, 2004 4 commits
-
-
Gildas Bazin authored
* src/interface/interface.c: added the gestures interface to the interfaces list.
-
Gildas Bazin authored
* modules/mux/mp4.c: added support for mp4v and mp4a inside mov (tested with quicktime player).
-
Laurent Aimar authored
-
Laurent Aimar authored
-
- 12 Jan, 2004 8 commits
-
-
Gildas Bazin authored
* src/misc/configuration.c: fixed stupid bug in the 0.7.0 release which prevented from saving bool/int/float config options. -> I should really go and by myself a brain.
-
Derk-Jan Hartman authored
* modules/gui/macosx/playlist.m: fix playlist_Export
-
Gildas Bazin authored
* configure.ac: added --with-caca-config-path.
-
Derk-Jan Hartman authored
-
Gildas Bazin authored
* modules/mux/mp4.c: improved mov support a bit.
-
Gildas Bazin authored
-
Rocky Bernstein authored
probably in transparancy handling.
-
Rocky Bernstein authored
Y2RV16 less embarrassingly wrong.
-
- 11 Jan, 2004 14 commits
-
-
Simon Latapie authored
-
Sigmund Augdal Helberg authored
* Added common functions for handling relative paths in playlist files * Module declaration for pls import module modules/demux/playlist/m3u.c: * implemented m3u import module modules/demux/playlist/pls.c: * new pls import module modules/demux/playlist/playlist.h: * common prototypes modules/demux/playlist/Modules.ac * activated pls module
-
Cyril Deguet authored
- huge cleaning of the interpreter; all the variables are stored in the container VarManager, and can be retrieved by their name (with type checking if needed). Some variables are still owned by VlcProc for technical reasons (their interface is not compliant with normal variable, because of the "updateVLC" trick) - replaced double by float
-
Rocky Bernstein authored
-
Simon Latapie authored
-
Simon Latapie authored
put 1% instead.
-
Clément Stenac authored
-
Rocky Bernstein authored
(4:3 is one of the few *not* in this category). Allow user to override subtitle scaling via sub-aspect-ratio, 0=auto or what we do now. 1=do nothing.
-
Anil Daoud authored
-
Anil Daoud authored
-
Clément Stenac authored
* New playlist import/export system: -export plugin in misc/playlist (contains one module for each file type) -open plugin = special demuxer2, that can be opened from the command line or the graphical interface. NB: the demuxer "playlist" is forced to earn speed, but this does not work yet, as we have a demux2 * modules/gui/wxwindows: use the new import/export. * src/playlist/group.c : fixed boundary check * src/playlist/item-ext.c: correctly reset stuff when clearing the playlist
-
Cyril Deguet authored
(At the moment the whole playlist is rebuilt each time; the link between the list control and the list variable should be enhanced to avoid that) * src/window_manager.cpp: raise all the windows when one clicks on any window (the previous behaviour was too confiusing)
-
Clément Stenac authored
-
Laurent Aimar authored
-