1
mirror of https://code.videolan.org/videolan/vlc synced 2024-07-29 11:58:24 +02:00
Commit Graph

3606 Commits

Author SHA1 Message Date
Gildas Bazin
126568cf13 * configure.ac.in: fixed linking problem with the slp plugin on win32. 2003-03-18 20:38:35 +00:00
Gildas Bazin
e7db1f64d5 * configure.ac.in: use the -O2 gcc option when compiling the skins plugin so that compilation doesn't take ages.
Also use -fno-rtti -fno-exceptions to save some bits of space.
2003-03-18 20:20:01 +00:00
Marc Ariberti
d06ab64d1c * first draft of the draft 2003-03-18 19:37:23 +00:00
Olivier Teulière
4579f7b304 Fixed the path in the default skin (thanks gibalou) 2003-03-18 18:33:56 +00:00
Olivier Teulière
7ff4422249 Fix for skins compilation under cygwin (thanks gibalou) 2003-03-18 18:25:57 +00:00
Olivier Teulière
9674a2229b Compilation fixes 2003-03-18 04:56:58 +00:00
Olivier Teulière
7bd4a1c04e Compilation fixes and cosmetic changes 2003-03-18 04:08:45 +00:00
Derk-Jan Hartman
8d7d0c6b38 * modules/gui/macosx/vout.m:
Reworked the mouse hiding routine. we were always hiding the mousecursor
  on kCGDirectMainDisplay, but this display is always the one with the
  menubar and not always the one containing our VLCVout.
  This new code takes the vout, and calculates on which displays (plural
  because of possible mirroring) it is being shown. It then shows or hides
  the cursor on all of those displays.
  This should fix #396.
2003-03-18 04:07:23 +00:00
Olivier Teulière
70ff1f1695 - doc/skins: some documentation about the skins
- doc/skins/curve_maker: files for a VB project for easy Bezier curves
   creation
 - share/skins/default: a default skin. It's an awful one made for
   testing purposes, you'll be warned...
2003-03-18 02:48:05 +00:00
Derk-Jan Hartman
0648c70a09 * modules/gui/macosx/info.m: keep the same panel open if track changes.
* modules/misc/httpd.c: removed an unused int.
2003-03-18 02:28:53 +00:00
Olivier Teulière
a64501fd25 Keep quiet, explanations will follow. 2003-03-18 02:21:47 +00:00
Sam Hocevar
71dfd6a5fe * ./share/Makefile.am: added the .rle font to the make install rule. 2003-03-18 01:57:59 +00:00
Sam Hocevar
b6d851118c * ./toolbox: fixed a sed syntax error (thanks anil). 2003-03-18 01:54:40 +00:00
Sam Hocevar
c842ca146e * ./modules/Makefile.am: added a missing definition of NULL. 2003-03-18 01:34:08 +00:00
Sam Hocevar
10bf3688a1 * ./modules/gui/gtk2/*: skeletons of Gtk-2.0 and GNOME-2 plugins.
* ./toolbox: added --update-glade2 flag.
2003-03-18 01:26:13 +00:00
Sam Hocevar
db7c69ed67 * ./modules/codec/lpcm.c: fixed two uninitialized variables. 2003-03-18 01:22:13 +00:00
Gildas Bazin
c234975d95 * src/playlist/playlist.c: fixed misplaced variable declaration. 2003-03-18 00:49:14 +00:00
Sigmund Augdal Helberg
5a950285e3 Seek one less time. Should increase performance with access modules where
seeks are expensive. (Though not enough)
2003-03-18 00:33:29 +00:00
Jon Lech Johansen
f2dd0b846b * ./modules/codec/dts.c: Steve Jobs did not pay me for this bug. Really. 2003-03-18 00:25:27 +00:00
Laurent Aimar
f545a915b3 * httpd: increased buffer size. 2003-03-17 23:48:26 +00:00
Laurent Aimar
d7cd4a07e1 * all: fixed some stupid bugs. 2003-03-17 23:42:12 +00:00
Derk-Jan Hartman
0a240b822e * modules/gui/macosx/playlist.m:
- fixed a cosmetic issue.
2003-03-17 23:13:06 +00:00
Derk-Jan Hartman
1fef5962e7 * modules/gui/macosx/playlist.?:
- rewrite of code
2003-03-17 21:47:21 +00:00
Sam Hocevar
2b013d353a * ./modules/misc/gtk_main.c, ./modules/gui/gtk/gtk.c,
./modules/gui/gtk/gnome.c, ./modules/gui/familiar/familiar.c: added a
    terminating NULL pointer in the fake argv values we pass to gtk_init().
  * ./modules/misc/qte_main.cpp, ./modules/misc/gtk_main.c: these plugins now
    have the "gui-helper" capability.
  * ./modules/misc/gtk_main.c: paved the way for Gtk2.
2003-03-17 18:02:11 +00:00
Sam Hocevar
8965c3f416 * ./modules/video_output/sdl.c: fixed an endianness bug due to libSDL not
defining its fourcc values like us.
2003-03-17 17:11:32 +00:00
Derk-Jan Hartman
7314de69eb * src/playlist/playlist.c:
- added playlist_Move to move an item in our playlist before the position
    of a previous item (or end) of our playlist. Keeps index at it's current
    item.
* modules/gui/macosx/playlist.?:
  - Now a reorderable playlist. Thanks to Andrew Stone for example code.
    This fixes #349 (Finally ;)
  - True alternating colors in the playlistview. Thanks to Apple Computer
    for the example code.
2003-03-17 17:10:21 +00:00
Sam Hocevar
453fe58a06 * ./autotools/: moved some autotools executables to this subdirectory to
reduce cluttering of the root directory.
2003-03-17 16:59:47 +00:00
Sigmund Augdal Helberg
78ea76bcf2 fixed up http redirects when there are other items in the playlist. 2003-03-17 15:05:55 +00:00
Marc Ariberti
53b609d6c3 * familiar.c: added pixmap directory for linupy2 /usr/share/pixmaps/vlc 2003-03-17 13:49:14 +00:00
Christophe Massiot
2bdd09121a Fixed aspect ratio's tooltip. 2003-03-17 12:14:26 +00:00
Laurent Aimar
01c0a6aa21 * sub: better ssa4 recognition. 2003-03-16 23:35:39 +00:00
Jon Lech Johansen
834ad8061f * ./modules/gui/macosx/aout.m: Swapped stereo and mono classification. 2003-03-16 20:06:34 +00:00
Laurent Aimar
0e212a7cad * sub.c: added SAMI subtitles support. (Untested and incomplete). 2003-03-16 16:07:21 +00:00
Laurent Aimar
61ec345b32 * asf: when there isn't any stream selected, stop playing. 2003-03-16 13:11:28 +00:00
Laurent Aimar
2f9b46d4b1 * mms: removed some old stuff. 2003-03-16 01:49:28 +00:00
Laurent Aimar
a8ca39197f * mms: it seems that some server doesn't like fake ip 127.0.0.1
(they refuse the connection), so let give them 192.168.0.1 ...
2003-03-16 01:37:44 +00:00
Jon Lech Johansen
f529041b63 Another attempt at fixing the soundstick issue (unconfirmed). 2003-03-15 22:10:58 +00:00
Loïc Minier
bef1decea9 * attempt at a docbook-xml version of the FAQ with XSL
customizations, if people want to help or just have a look
  (use "xsltproc faq-alone.xsl faq-alone.xml" with the
   docbook-xml-simple package installed or saxon if you feel bored)
2003-03-15 20:17:37 +00:00
Laurent Aimar
3b4dc3e376 * sout: fix a stupid bug making avi muxer segfaulting. 2003-03-15 19:26:13 +00:00
Jon Lech Johansen
92db27a96f Jeff Moore @ Apple: The HAL specifically won't allow a device that doesn't
have linear PCM as it's current format to be
                    the default device.
2003-03-15 19:21:49 +00:00
Laurent Aimar
7a1e7c01f6 * ffmpeg: Use truncated frames if supported by codec (only with newer
libavcodec). This fix mpeg4 in TS with huge bitrate.
 * sub: clean up. Report any problems.
2003-03-15 18:44:31 +00:00
Laurent Aimar
d5a9259d45 * mms: revert some parts. 2003-03-15 03:02:13 +00:00
Laurent Aimar
b336d67dcd * mms: some clean up. 2003-03-15 02:33:23 +00:00
Laurent Aimar
f0789fcd8a * httpd: begin to support get/post method (look at admin.html ;) 2003-03-15 00:09:31 +00:00
Sam Hocevar
fcbf0b137f * ./doc/fortunes.txt: sigmund++; 2003-03-14 17:14:16 +00:00
Loïc Minier
55b3fab8a2 * Meuuh+++; 2003-03-14 17:08:37 +00:00
Derk-Jan Hartman
d8af19492e * ALL: Bumped version to 0.5.3-cvs
* modules/gui/macosx/info.m: Now we show strings (with accents) in ID3 tags
  correctly, but now the name of the file as reported in the playlist info
  gets displayed incorrectly if it has accents. (going for ID3 at the
  moment. filenames are named a plenty in the correct way)
2003-03-14 01:23:06 +00:00
Jon Lech Johansen
e496d0eaf4 * ./modules/gui/macosx/aout.m: Added mono classification. Fixed channels
issue in InitDevice. Should close #490.
2003-03-14 01:08:38 +00:00
Sigmund Augdal Helberg
ae1b0c7f7a all: info strings are now localized, fixed some typos and inconsistant uses
of capital letters
2003-03-14 00:24:08 +00:00
Christophe Massiot
dc1750ae1d Attempt at fixing the soundstick issue (unconfirmed). 2003-03-14 00:06:02 +00:00