- 28 Sep, 2003 2 commits
-
-
Gildas Bazin authored
* modules/mux/ogg.c: each ogg stream has to be cleared in OggCreateHeader().
-
Gildas Bazin authored
* modules/demux/ogg.c, modules/codec/vorbis.c: misc small fixes. * modules/mux/ogg.c: support for inserting/removing elementary streams on the fly (really handy for the --sout-keep option). This will produce a chained Ogg bitstream.
-
- 27 Sep, 2003 3 commits
-
-
Gildas Bazin authored
* modules/demux/ogg.c: support for DEMUX_GET_TIME. External subtitles files should work fine with ogg files now.
-
Gildas Bazin authored
* modules/demux/ogg.c: support for 'chaining' (concatenated ogg streams).
-
Gildas Bazin authored
* install-win32: cosmetic changes. * configure.ac: forgot one include path for the mozilla plugin.
-
- 26 Sep, 2003 5 commits
-
-
Gildas Bazin authored
-
Gildas Bazin authored
* modules/video_output/directx/*: some graphics card allow the creation of several overlay surfaces but can only display one at a time.
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Gildas Bazin authored
* src/misc/modules.c: removed an old win32 hack which was creating more problems than it was solving.
-
- 25 Sep, 2003 1 commit
-
-
Gildas Bazin authored
* modules/demux/ogg.c: reworked a bit. Ogg web radios should work again, vorbis audio tracks switching should work better as well. * modules/mux/ogg.c: attempt at supporting theora.
-
- 24 Sep, 2003 5 commits
-
-
Gildas Bazin authored
* modules/codec/vorbis.c: wait for the first dated packet before starting decoding anything.
-
Gildas Bazin authored
* include/main.h, src/libvlc.c, src/libvlc.h, src/misc/configuration.c: added a --config, --save-config and --reset-config option to the command line. * modules/gui/wxwindows/preferences.cpp: fixed breakeage of "Save", "Reset" and SwitchAdvanced().
-
Gildas Bazin authored
The mozilla plugin seems to be working very well now, except that it doesn't receive mouse and keyboard events yet.
-
Laurent Aimar authored
-
Clément Stenac authored
* src/playlist/playlist.c: fixed sorting
-
- 23 Sep, 2003 1 commit
-
-
Gildas Bazin authored
* configure.ac, mozilla/vlcshell.cpp, mozilla/support/npwin.cpp: mozilla plugin for win32 is finally working (well there's still work left). * src/misc/modules.c: small clean-up and fixed --plugin-path on win32.
-
- 22 Sep, 2003 5 commits
-
-
Gildas Bazin authored
* modules/gui/wxwindows/preferences.cpp: compilation fix + cosmetic code clean-up (indentations mainly).
-
Clément Stenac authored
- Created the "General Settings" section - Added help strings in the two main sections, in the libvlc categories, and in the module capabilities * modules/gui/wxwindows/playlist.cpp & wxwindows.h -Implemented random, loop and repeat using variables -The eye candy of the dialog box is not very good but I have no idea how to improve it. -Focus on the currently playing item * src/libvlc.h: - Added help strings for the libvlc categories - Changed a few "advanced" flag * include/vlc_help.h: - Help strings for the two main sections - Help string for the module capabilities (both by Anil) * po/*: updated potfiles with the new strings
-
Jean-Paul Saman authored
-
Jason Luka authored
Changes to Red Hat spec file: - Added wxwindows, alsa, and skin support - Fixed dependancies, specifically a version conflict of xvidcore
-
Derk-Jan Hartman authored
* modules/gui/macosx/output.m: updated part of the Stream output dialog * modules/demux/util/sub.c: removed sub_detect() and moved the sub-file and sub-autodetect file options to src/input/input.c * src/input/input.c: added the moved options and use them to add subtitle tracks. * src/libvlc.h: description strings etc for sub-file and sub-autodetect-file * src/input/subtitles.c: new subtitles_Detect() largely based on the code used by MPlayer. Adapted for coding style and structure differences. The autodetect routine can now detect multiple subtitle files and assigns scores based on their names. if they much well enough they are sorted based on their score. It will then return this set, and they will all be added as SPU tracks to the current stream. The (un)selecting of these tracks will need to be fixed because they all get assigned the es id 0xFF currently.
-
- 21 Sep, 2003 4 commits
-
-
Gildas Bazin authored
* modules/gui/wxwindows/*: got rid of the close button in the fileinfo and playlist dialogs.
-
Gildas Bazin authored
* modules/gui/wxwindows/*: we now have only 1 global "Advanced Options" checkbox in the preferences panel instead of 1 for each section (KISS).
-
Gildas Bazin authored
-
Gildas Bazin authored
* modules/access/dshow/dshow.cpp: compilation fix related to ssize_t. * share/vlc_win32_rc.rc: stringify version number. * mozilla/*: compilation fix and cosmetic changes to the .rc.
-
- 20 Sep, 2003 14 commits
-
-
Gildas Bazin authored
* modules/stream_out/duplicate.c: fixed array overflow.
-
Gildas Bazin authored
* mozilla/vlcshell.cpp: on win32, try to find the location of the vlc plugins from the registry key.
-
Derk-Jan Hartman authored
- removed the defines for i_mode concerning random and loop. We use config variables for all of these. * src/libvlc.h: - removed the enqueue playlist config option. It's no longer used. - added a repeat option. vlc will keep playing the same playlist_item, until the option is unset. * src/playlist/playlist.c: - added a repeat, random and loop variable. - wxwindows should use these as well I think. * modules/gui/macosx: - added the INTF_ABOUT_MSG to the about dialog. - implemented the about and repeat items.
-
Gildas Bazin authored
* src/input/input_programs.c: p_input->stream.p_selected_program needs to be reset in input_DelProgram(). * modules/demux/mpeg/ts.c: use dvbpsi_DetachPMT() when a program is deselected.
-
Jason Luka authored
-
Jason Luka authored
-
Gildas Bazin authored
* configure.ac, mozilla/Makefile.am: more win32 mozilla plugin build fixes.
-
Gildas Bazin authored
* configure.ac, mozilla/*: the win32 mozilla plugin compiles again (most likely won't yet work). Added a --with-mozilla-sdk-path option (win32 only) to ./configure so you can pass the path of your mozilla sdk tree. You also need to set the XPIDL env var to the the path of the xpidl mozilla compiler when ./configuring.
-
Laurent Aimar authored
(Untested)
-
Derk-Jan Hartman authored
- implemented the new input variables for control. - reevaltuated the locking mechanisms in the osx intf. a lot of this can now be removed, because of the new input structures, and the vout garbage collector of playlist.
-
Sam Hocevar authored
+ "==" is not valid shell test, use "=" instead. + Set LANG for consistency of sort output. (NB: this really belongs to the toolbox script).
-
Derk-Jan Hartman authored
* po/pt_BR.po: Updated by Andr� de Barros Martins Ribeiro <andrerib at_ajato.com.br> * src/libvlc.h: Added es (Spanish) to the list of choices.
-
Derk-Jan Hartman authored
( Yes it's backwards compatible ).
-
Laurent Aimar authored
use vout_Request to release the vout (so vout isn't closed when changing playlist item).
-