Eric Petit
210297fc0c
+ demux/ts.c: gcc < 3 fix
22 years ago
Eric Petit
9d3b03dec9
+ input/decoder.c: detach decoder after vout_Request(...,0,0,0,0)ing
so AttachSPU can still reach p_input
+ src/video_output/*: init mouse variable before attaching p_vout so
dvdnav can't add callbacks on those before there're created
+ beos/VideoOutput.cpp: removed tabs, sanity check
22 years ago
Olivier Teulière
2c6dfafb18
* Update the docs
22 years ago
Olivier Teulière
45ecdf1be6
* skins2: new "playlist.load()" and "playlist.save()" actions
22 years ago
Laurent Aimar
874d5a11a3
ts.c: send pid select/unselect to access. (untested).
22 years ago
Laurent Aimar
4b1c426498
* input: send DEMUX_SET_GROUP.
22 years ago
Laurent Aimar
8529fa1434
* dvb: fixes.
22 years ago
Laurent Aimar
3f821deb15
* input: added a INPUT_UPDATE_META (for meta data in access like ICY)
* access: added ACCESS_GET_TITLE_INFO (not yet implemented)
* demux: added DEMUX_SET_GROUP (will be only for dvb/ts).
22 years ago
Gildas Bazin
1df5253bce
* Makefile.am: fixed make package-win32-base.
22 years ago
Laurent Aimar
96373cdb4d
* dvb: compilation fix. With great luck it may, perhaps, work in budget
mode (else I still need to hack ts demuxer).
22 years ago
Laurent Aimar
a82c7e3ebd
* dvn: first pass to port dvb to new api. (it doesn't even yet compile,
I haven't tried :)
22 years ago
Sigmund Augdal Helberg
299cea2f08
share/Makefile.am: update for default skin change
22 years ago
Laurent Aimar
b58037d325
* udp: unused line.
22 years ago
Gildas Bazin
fdb935d624
* modules/video_output/x11/xcommon.c: fixed fullscreen with KDE 3.3
22 years ago
Cyril Deguet
20a48bd77e
* the default skin is now shipped as a .vlt (whether you like it or not ;)
* missing "Id" property
22 years ago
Cyril Deguet
de0246807e
* all: removed obsolete b_blocking in intf_dialogs_arg_t
22 years ago
Gildas Bazin
c8016ca1c3
* modules/demux/demuxstream.c: module obsoleted by the --ts-out option of the ts demuxer (and is broken anyway).
22 years ago
Laurent Aimar
a02b79e2db
* ts.c: fixed --ts-out.
22 years ago
Jon Lech Johansen
856b6e4355
* ./src/libvlc.c: initialize dvd/vcd/cd-audio values using HAL.
22 years ago
Laurent Aimar
e3a6345c81
* ps.c: handle PES with 0 size. (look for next start code, slow but
better that nothing).
22 years ago
Gildas Bazin
b9c133227e
* src/video_output/vout_subpictures.c, video_output.c: fixed a crash with dvd menus.
22 years ago
Gildas Bazin
1e5b412ade
* modules/packetizer/h264.c: modified ParseNALBlock() to return a complete picture and not just a picture slice.
22 years ago
Gildas Bazin
685c349ad0
* src/input/decoder.c: don't forget that packetizers can output a chain of data blocks.
22 years ago
Gildas Bazin
fee23a72fd
* modules/codec/ogt/*: updated the prototype of the decode function.
22 years ago
Cyril Deguet
136fe6c205
* all: french translation for skin popup menu
22 years ago
Laurent Aimar
96120c20a3
* compilation fix.
22 years ago
Derk-Jan Hartman
f006d9e797
* Added the new OSX vout files
* added the new OSX vout files to pb proj.
22 years ago
Cyril Deguet
3d8429aad4
* theme_repository.*: the popup menu for skin selection works !
(it looks for .vlt files in all the directories of the resource path)
* dialogs.cpp: fixed a stupid copy/paste mistake
22 years ago
Olivier Teulière
78b01836c4
* skins2/src/window_manager.cpp: Added the vlc.isOnTop boolean variable
* skins2/parser/interpreter.cpp: Renamed vlc.ontop() into vlc.onTop()
* doc/skins/skins2-howto.xml: doc updated
22 years ago
Derk-Jan Hartman
0112e52492
* initialize variables and don't use arguments that failed being created.
(fixes glx when X11 isn't runnning)
22 years ago
Gildas Bazin
065820ab78
* modules/gui/skins2/src/skin_main.cpp: added a skins shortcut.
22 years ago
Gildas Bazin
8463d728f2
* modules/video_output/x11/glx.c: don't call XCloseDisplay() if p_display == NULL.
22 years ago
Cyril Deguet
852f38630b
* all: skeleton of a popup menu entry for skin selection
22 years ago
Gildas Bazin
d5225a4365
* modules/access/dvdread.c: fixed chapter change detection.
22 years ago
Cyril Deguet
234278af61
* ctrl_list.cpp: beginning of key handling in the playlist
22 years ago
Cyril Deguet
4e1d4ed365
* Makefile.am: don't forget to copy reduce_mouseover.png !
22 years ago
Rocky Bernstein
1295a9b802
automake 1.8 works, so accept that as well.
22 years ago
Derk-Jan Hartman
6d1ff5f90c
* Fix a X11 GLX crash
22 years ago
Gildas Bazin
a8ff7c35a6
* configure.ac: added an option for x264 support.
22 years ago
Antoine Cellerier
0f368cdf75
* modules/gui/wxwindows/extrapanel.cpp : Changed "Restore defaults" to
"Restore Defaults" so it gets translated
* po/fr.po : Chanded "Restore Defaults" translation
22 years ago
Sam Hocevar
ba0d4ba774
* Makefile.am: yet another humiliating submission of automake.
22 years ago
Cyril Deguet
d691b084ff
* Makefile.am: "noinst_lib_DATA" broke bootstrap :(
22 years ago
Cyril Deguet
78cb02e323
* alsa.c: compute next_date with snd_pcm_delay() if snd_pcm_status_get_tstamp
doesn't work. Better than nothing but the sound is still poor with DVDs :(
22 years ago
Gildas Bazin
1577ef7938
* modules/gui/wxwindows/*: updated open disc dialog.
22 years ago
Cyril Deguet
9b67ddf0a8
* alsa.c: pass next_date=0 to aout_OutputNextBuffer if
snd_pcm_status_get_tstamp() returns zero. I hope someone has a better
fix because in fact it is not perfect (there are "clicks" with DVDs)
22 years ago
Cyril Deguet
f13993e1db
* src/audio_output/output.c: check if start_date is null in
aout_OutputNextBuffer(), then do not try to resample or play silences.
Now everything works perfectly with screwed ALSA drivers that always
return zero in snd_pcm_status_get_tstamp() (at last!!!)
22 years ago
Olivier Teulière
1f5ad5198a
Removed the default skin for the skins1 module
22 years ago
Olivier Teulière
7253e7389e
Removed the old skins plugin
22 years ago
Gildas Bazin
dae08eab4d
* src/input/input.c: changed MRL syntax again: URL[@[title][:chapter][-[title][:chapter]]]
The parsing of the title/chapter section is more strict so shouldn't trigger on false positives like udp syntax or http url with login/password.
* src/libvlc.h: updated useage.
22 years ago
Sam Hocevar
449f73e451
* Makefile.am:
+ Don't use vlc_app_DATA for the BeOS bundle.
+ Build the BeOS bundle in $(top_builddir).
22 years ago