Laurent Aimar
d5fe9f3438
* gtk: fixed a segfault with deinterlace.
24 years ago
Olivier Teulière
6996bfd06a
* Dropped files and files added using the playlist are now enqueued
according to the "enqueue" config option
24 years ago
Loïc Minier
5a0a657bc9
* use of service attributes to get the name of the session, insert it in
the playlist
24 years ago
Olivier Teulière
0b9c1f07db
* Added a dialog box for the stream output
24 years ago
Loïc Minier
9d9004266a
* added a couple of malloc() checks
24 years ago
Loïc Minier
ba7fd68d0c
* now search all srvtypes and add all srvs of all srvtypes to the
playlist (requires less configuration information, now zero)
* usual cleanup and bug removal
24 years ago
Derk-Jan Hartman
4a484a3933
ALL: the slider updates the video while it slides.
24 years ago
Laurent Aimar
0a8f461ff3
* added "use DVD menu" choice.
24 years ago
Laurent Aimar
28ad4a41bb
* sub.c: fixed handling for subrip subtitle with \r\n instead of \n and
added some sanity checks.
24 years ago
Derk-Jan Hartman
ec6e741859
ALL: fixed my previous osx interface commit. had forgotten to save the files.
24 years ago
Derk-Jan Hartman
fca9baf06f
* ./src/input/input_ext_intf.c
- FASTER and SLOWER now take into account the current rate.
24 years ago
Laurent Aimar
4238a1537f
* gui/gtk : added a subtitle option in open dialog box.
24 years ago
Derk-Jan Hartman
045192a189
ALL: The addition of a volume slider required a small redesign of the
interface. David Weber was again kind enough to help us.
24 years ago
Derk-Jan Hartman
ba14c1ba9e
* Added an 'slowmotion' icon
24 years ago
Christophe Massiot
200902575d
Fixed two major bugs in the audio output, triggering segfault when going
to mono mode, and probably at some other places.
24 years ago
Jon Lech Johansen
1d38524007
* ./modules/gui/macosx/aout.m: output more debug info
* ./modules/gui/macosx/misc.[mh]: MPSlider, iTunes-like slider:
http://nanocrew.net/vlc/mpslider.png
24 years ago
Yves Duret
9c7700d3c1
- new access/slp plugin.
- more buildfor_{rh80,mdk{82,90}} stuff.
- use %%mklibname macro.
- use %%clean_menus in postun instead of %%update_menus everywhere.
24 years ago
Laurent Aimar
ba0c772b64
* all: begin to up to date the gtk/gnome interface. All comments are
welcome, and please reports bugs :)
24 years ago
Christophe Massiot
bd5872fb49
Used macro instead of hand-made code.
24 years ago
Laurent Aimar
df385c2603
* all: converted some msg_Err into msg_Warn
24 years ago
Laurent Aimar
d9a524f33c
* asf : more msg_Err -> msg_Warn
24 years ago
Laurent Aimar
2f9b054706
* aac: some msg_Err -> msg_Warn
24 years ago
Laurent Aimar
9a5b0b8000
* all: changed some msg_Err into msg_Warn.
24 years ago
Christophe Massiot
abdf248d40
Fixed a dozen bugs regarding mono audio files.
24 years ago
Derk-Jan Hartman
f42c15f092
* ./extras/MacOSX/vlc.pbproj/project.pbxproj
- Added .cue and .ogg to the known filetypes
ALL:
- When files are added they are not automatically played anymore. They are always queue'ed and optionally played.
- Preliminary divx filesubtitle support.
24 years ago
Eric Petit
2ea3cbd321
load correctly font-eutopiabold36.rle on BeOS, thanks to sam & Meuuh
previous commits (closes #100 )
24 years ago
Laurent Aimar
6ef4e23946
* mpegvideo.c : raah, removed a debug message...
24 years ago
Laurent Aimar
435b4df582
* mpegvideo.c : fix dts generation for non-progressive stream.
24 years ago
Derk-Jan Hartman
21fb802806
* ./modules/gui/macosx/vout.m: Fixed the play/pause key shortcut.
24 years ago
Jean-Paul Saman
5fec93e17a
New "qte_main" module. It should be used by all plugins/modules that need QT embedded. Also ported modules/qte/qte.{cpp,h} to use it.
24 years ago
Olivier Teulière
4e1cda0966
* Compilation fix
24 years ago
Christophe Massiot
4a6a6ea080
Requalified some error messages into warnings.
24 years ago
Laurent Aimar
0bce380659
* avi.c : proper way to store fourcc.
24 years ago
Laurent Aimar
e4fc7e4e89
* all: change the way fourcc are stored in bitmapinfoheader.
24 years ago
Sam Hocevar
0e93bc69fd
* ./src/misc/beos_specific.cpp, ./src/misc/darwin_specific.m: removed
the GetProgramPath call, stored the path in p_libvlc instead. Fixes
compilation under anything other than OS X.
24 years ago
Alexis de Lattre
4752aae0d1
Compilation fix
24 years ago
Christophe Massiot
23cdeacfeb
Including font-eutopiabold36.rle for DivX and ogg subtitles.
24 years ago
Derk-Jan Hartman
b3016a961f
* ./modules/gui/macosx/open.m
- .bin files are now opened as disks, instead of as files
24 years ago
Derk-Jan Hartman
e63ac4f8ab
* ./modules/gui/macosx/open.m:
- Removed the pretty animation. Wasn't working. This looks better.
- fixed a potential memory problem
24 years ago
Sam Hocevar
c40313bf6a
* ./modules/audio_output/alsa.c: updated requirements to 0.9.0beta10a in
the source comments.
24 years ago
Derk-Jan Hartman
a031dc0e43
* ./modules/gui/macosx/controls.m: made the fullscreen command work, even if the videowindow is not the frontmost window
24 years ago
Sam Hocevar
8ce688cb35
* ./modules/gui/ncurses/ncurses.c: added locks and checks in navigation code.
24 years ago
Sam Hocevar
c39a74a510
* ./modules/gui/win32/mainframe.cpp, ./modules/gui/win32/menu.cpp: applied
navigation fixes from the Gtk+ interface.
24 years ago
Sam Hocevar
1ff15337c3
* ./modules/control/rc/rc.c: boundary checks for chapter navigation.
24 years ago
Sam Hocevar
87c994f0c4
* ./modules/gui/gtk/gtk_callbacks.c, ./modules/gui/gtk/menu.c: added a lot
of boundary checks in the handling of title/chapter menus. Title 0 is no
longer reachable (Closes : #26 ).
24 years ago
Eric Petit
d1e3b4ad92
Fixed the 'Do not use DVD menus' check box.
24 years ago
Jean-Paul Saman
a5d19ec4ec
Updating slider only once a second now.
24 years ago
Christophe Massiot
294ba69ae5
.
24 years ago
Sam Hocevar
4da4c94a41
* ./modules/video_filter/**/*.c: mouse clicks and keyboard events are now
sent to the parent video output by all filters, and mouse coordinates are
translated when necessary (Closes : #15 ).
24 years ago
Laurent Aimar
8470508bad
* all: use p_vlc->pf_memcpy instead of memcpy on big data block.
* mpeg4video: removed a bad code dealing with pts discontinuity.
* pes.c: try to avoid copying the whole PES. (the first 64ko
ins't any more copied :)
24 years ago