Gildas Bazin
273f3bc46f
* modules/audio_output/directx.c: don't set the default audio output to mono even if the windows settings are set to mono.
23 years ago
Jean-Paul Saman
5ba68590d9
Fixing QT/Embedded header detection.
23 years ago
Gildas Bazin
33e006c1e3
* modules/video_output/directx/directx.c: debug message.
23 years ago
Gildas Bazin
3fb21d8e39
* modules/gui/wxwindows/open.cpp: compilation fix.
23 years ago
Gildas Bazin
6a5c008552
* share/http/admin/dboxfiles.html: html page used by the dbox.
23 years ago
Benjamin Pracht
fc5385d385
Forgot this
23 years ago
Benjamin Pracht
48515f2a60
Fix for the fullscreen button state (it is only enabled if a vout is present)
23 years ago
Derk-Jan Hartman
d40cfac21b
* fix the skip 10 seconds buttons availability.
23 years ago
Derk-Jan Hartman
c81245cd05
* Fix the problem with OpenDVD crash.
23 years ago
Derk-Jan Hartman
716dd47a31
* don't search the playlist when there is nothing in it. We will crash.
23 years ago
Derk-Jan Hartman
d93b0d46e1
* compile before you commit
23 years ago
Derk-Jan Hartman
f3ce44c8f9
* added bookmark 9 and 10 but set their combo to KEY_UNSET
23 years ago
Clément Stenac
67f6e24bae
Do not add http:// to MRL if the URI given in the HTTP field already contains it (Fixes bug #1510 )
23 years ago
Yoann Peronneau
26bb0adf68
For OSX:
* added hotkeys Fn and COMMAND+Fn, whith 2 <= n <= 8
* bookmark9 and 10 are not added since F9 and F10 are reserved keys
23 years ago
Gildas Bazin
5e77519cda
* modules/access/dshow/*: fixed a problem when we would sometimes get stuck trying to stop the dshow graph.
23 years ago
Rocky Bernstein
882e383af4
signed/unsigned mismatch fix.
23 years ago
Derk-Jan Hartman
d835f8f6b0
* Clarify the error when utf8 is set and the sub is actually not utf8.
23 years ago
Gildas Bazin
679067751d
* modules/gui/wxwindows/*: added raw encapsulation to the streamout dialog.
* modules/mux/dummy.c: added "raw" shortcut.
23 years ago
Gildas Bazin
982b157f35
* modules/gui/wxwindows/*: Added the video scale option to the streamout dialog box.
Added a nasty hack to reset LC_NUMERIC to "C" because the stream output MRL parsing can't deal with "," in floating point numbers.
* modules/codec/ffmpeg/encoder.c: sanity checks.
* modules/stream_out/transcode.c: sanity checks.
23 years ago
Gildas Bazin
9ea087d217
* modules/codec/subsdec.c: default encoding is DEFAULT_NAME not UTF8.
23 years ago
Gildas Bazin
653a300735
* modules/mux/ogg.c: added support for WMV1/2 and MJPG.
23 years ago
Gildas Bazin
8fcc60fdfd
* modules/stream_out/duplicate.c: removed unused variable.
23 years ago
Gildas Bazin
97b43ea44a
* modules/stream_out/duplicate.c: don't forget to loop through the linked list of sout buffers when sending the data.
23 years ago
Eric Petit
70a7e39d80
beos_specific.cpp: never let anyone but system_End terminate the
BApplication (fixes crash for people who like scripting
with BMessages)
23 years ago
Eric Petit
638109b342
BeOS & gcc 2.9x fixes
23 years ago
Gildas Bazin
3b39f9957f
* modules/gui/wxwindows/interface.cpp: volume control has a fixed width of 20 pixels.
Fixed sizer problem on win32 with wxWin cvs.
23 years ago
Rocky Bernstein
845b36f010
More Open Disc range customizing/narrowing and some code cleanup.
23 years ago
Cyril Deguet
4fac715a31
* src/playlist/sort.c: set "intf-change" after sorting the playlist
23 years ago
Gildas Bazin
d3de64660f
* src/playlist/*: when deleting the currently playing item, skip it instead of stopping the playlist.
23 years ago
Rocky Bernstein
d0104ec8c8
Updated.
23 years ago
Gildas Bazin
e5463a91f9
* modules/video_output/directx/directx.c: compilation fix.
23 years ago
Rocky Bernstein
6a4b7c0662
Add customizable playlist "author" field and set in the playlist.
23 years ago
Rocky Bernstein
511ab83dd3
If not in PBC, playlist fills in all entries.
Fill in playlist info. Customizable "title" and "author" field.
Still need to pick out and duration field.
A couple of segfaults fixed.
23 years ago
Gildas Bazin
3d11590ef3
* ALL: bumped version number to 0.7.0-test2
23 years ago
Gildas Bazin
1ce2e9f70a
* NEWS: updated.
23 years ago
Rocky Bernstein
6a40c15a18
Range changes for Title/Track. Hopefully gtk_interface.c changes have
been properly reflected back in gnome.glade now.
23 years ago
Rocky Bernstein
1d04b886ff
A better fix for missing options when the satellite plugin is not
configured.
23 years ago
Rocky Bernstein
11a41a22e3
Add text field variables for changeable text fields.
23 years ago
Rocky Bernstein
c410bec8c2
Disable Disc "Chapter" button when not appropriate - i.e. CD-DA or
VCD. Customize "Title" field (e.g. CD-DA "Track" or VCD "Entry").
23 years ago
Rocky Bernstein
1d60757b7e
Some minor code cleanups. Non-existent satellite options #ifdef'd out.
23 years ago
Gildas Bazin
04c4affbf3
* modules/codec/faad.c: proper channels re-ordering for multi-channels audio.
23 years ago
Yoann Peronneau
f869db1f34
* added hotkeys F1, F2, ..., F10 to switch between predefined medias
(using CTRL+Fn)
* only F1 and COMMAND+F1 are defined for OSX (I let those developpers
chose their keys)
* Currently the medias assigned to Fn are not saved in vlcrc if they
have been assigned with Ctrl+Fn. But they are, if assigned via the
preferences panel.
23 years ago
Rocky Bernstein
5dfa1b624b
Compilation fix in conditional code.
23 years ago
Rocky Bernstein
3756ff5069
Disable Chapter button for CD-DA.
23 years ago
Gildas Bazin
618ae59691
* modules/gui/gtk/*: fixed gtk/gnome.glade and re-run ./toolbox --update-glade.
23 years ago
Gildas Bazin
e434b3f094
* modules/gui/gtk/open.c: compilation fix.
23 years ago
Clément Stenac
0f03eb9193
* Fix segfault when we have two announces with the same URI but different names on the network
23 years ago
Rocky Bernstein
69a02cbe6a
Add CDDA and make MRLs regular. Routine Eject is same as that in gtk
and should be put in a more core location.
23 years ago
Rocky Bernstein
d5f4184523
Make MRL's more regular across GUIs fix plugin names, and add CD-DA to list.
23 years ago
Gildas Bazin
eff9d25c77
* modules/video_output/directx/*: first try at multimonitor support (untested).
* src/video_output/video_output.c: small change to allow the directx plugin to destroy/recreate picture buffers on the fly.
23 years ago