1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-03 01:31:53 +02:00
Commit Graph

16111 Commits

Author SHA1 Message Date
Mark Moriarty
500d3e3b38 Attempt to fix wxwidgets file open and Messages display. 2006-11-15 12:58:20 +00:00
Marian Durkovic
73d74a1bdc some news 2006-11-15 11:28:39 +00:00
Filippo Carone
7467b74ca3 Don't create Makefile.in in bindings/java/src 2006-11-15 08:45:28 +00:00
Rafaël Carré
1d330ec524 Adds real-time device adding (not removal yet)
Don't add data DVDs when possible
Only uses D-Bus code if version >= 0.9.2
(refs #99)
2006-11-14 23:29:28 +00:00
Derk-Jan Hartman
f55fe3839d * Use utf8_open for the .bin vcdimage file
* Try .bin when opening a .cue, instead of trying the filename in the .cue (it's usually wrong).
  When the .bin filename fails, then look into the .cue file for a possible alternate name.
* Don't crash on non-existing cuefile's

I would like to backport some of this, but 0.8.6 doesn't have utf8_open, so I need to see what i'm gonna do with that.
2006-11-14 21:59:26 +00:00
Filippo Carone
c4ba4c75ca use libtool to compile java bindings. needs a cleanup (also thanks to megabug) 2006-11-14 21:47:05 +00:00
Pavlov Konstantin
4d3b55e412 This should fix beos linking problem 2006-11-14 21:22:28 +00:00
Pavlov Konstantin
81f3d9da78 qt4: i really like readable debug output 2006-11-14 17:54:10 +00:00
Rémi Denis-Courmont
f49d85712b Clean up and avoid leak in sap decompression 2006-11-14 16:53:51 +00:00
Rafaël Carré
6154f386d6 Returns from Run() thread instead of sleeping eternally 2006-11-14 16:23:27 +00:00
Rémi Denis-Courmont
28a1f4c626 Windows multicast bind kludge 2006-11-14 15:52:27 +00:00
Christophe Mutricy
970cd4e80a Fix the inclusion of extras/contrib/bin to the PATH 2006-11-14 14:51:35 +00:00
Christophe Massiot
73f6c8ba16 paf 2006-11-14 13:19:04 +00:00
Jean-Paul Saman
cb0c867789 Add DivX as supported filter to DShow interface. 2006-11-14 09:53:03 +00:00
Derk-Jan Hartman
73c881f965 * forwardport [17753]: sap sdp_t initialization
- fix some const warnings
  - fix an "invalid" assert
2006-11-14 02:11:37 +00:00
Derk-Jan Hartman
8599c6267f * Allow "empty" subtitle packets. These are used to "wipe" ephemer subtitles of the screen.
Used by mp4 and 3gpp Timed Text
2006-11-13 21:58:38 +00:00
Derk-Jan Hartman
f02d5f7070 * ps.c: Base SET_TIME on the current byteposition. This helps seeking in VBR files. Seeking forward will no longer seek backward instead. 2006-11-13 21:51:55 +00:00
Rafaël Carré
ebcd548797 Don't use D-Bus with hal < 0.5.0 2006-11-13 21:14:34 +00:00
Cyril Deguet
15de00eaf2 * added missing -lm for plugin colorthres 2006-11-13 18:24:08 +00:00
Derk-Jan Hartman
08b621f40b * const char warning fix 2006-11-13 17:25:26 +00:00
Derk-Jan Hartman
d6ed3af14d * Update wavpack libavcodec version for trunk as well. fixes #828 2006-11-13 16:56:03 +00:00
Rémi Denis-Courmont
da7262d767 Fix another bunch of warnings 2006-11-13 15:43:19 +00:00
Rémi Denis-Courmont
d5a9c50c28 Fix warnings 2006-11-13 15:37:26 +00:00
Rémi Denis-Courmont
a08afde81b Fix some warnings 2006-11-13 15:32:37 +00:00
Rémi Denis-Courmont
14532988cf Really fix the stat warning (tested on Mingw32) 2006-11-13 15:25:50 +00:00
Marian Durkovic
bc3593fc39 Move unicode argv[] fetching into system_Init
(before getopt_long gets the chance to reorder them)

refs 830   (close requires backport)
2006-11-13 14:14:09 +00:00
Pavlov Konstantin
d80535725e updated russian translation, make update-po 2006-11-13 11:20:42 +00:00
Pavlov Konstantin
bb727b7f3e properly display translated strings in setWindowTitle in qt4 interface 2006-11-13 10:38:16 +00:00
Marian Durkovic
d1f54c774e Warn the user about missing MLDv2 support in his OS 2006-11-13 07:47:47 +00:00
Rémi Denis-Courmont
955f129327 Try to fix the obnoxious _stati64 warning 2006-11-12 20:12:29 +00:00
Filippo Carone
9a234d8f17 vlc-config external also includes libvlc-control 2006-11-12 19:52:46 +00:00
Rafaël Carré
52f8f1dcad Makes configure fail on missing GL headers 2006-11-12 19:47:32 +00:00
Rafaël Carré
fd1a965309 Do not update gettext contrib to current CVS on MacOSX 2006-11-12 19:46:15 +00:00
Clément Stenac
8a948e548b p_libvlc needs b_attached = TRUE for vlc_list_find. Fixes embedded vout 2006-11-12 19:24:12 +00:00
Rémi Denis-Courmont
eb8b25f704 Remove another harmful FromLocale 2006-11-12 18:31:40 +00:00
Clément Stenac
85f408e380 Fix Qt4 play button 2006-11-12 18:28:37 +00:00
Clément Stenac
e8aa094f86 Preparse playlist items that don't have enough meta
If the item is not to be preparsed but has enough meta, mark it as preparsed
2006-11-12 18:19:49 +00:00
Clément Stenac
8b5528ab64 Might fix compile 2006-11-12 17:48:21 +00:00
Antoine Cellerier
b0799ceaca Display --option=<value type> instead of --option <value type> on windows in usage help. 2006-11-12 17:15:15 +00:00
Clément Stenac
43e8fc6a84 * Qt4 stream output dialog
* Fixes to the streaming chain generator
* network: don't print an error message for EINTR
2006-11-12 17:06:24 +00:00
Rémi Denis-Courmont
559c7675e7 Compile fix 2006-11-12 16:58:09 +00:00
Rémi Denis-Courmont
e19c47d2e4 Apply online help patch from Vincent Dimar. 2006-11-12 16:30:09 +00:00
Rémi Denis-Courmont
8810db47be Forgot the symbols again 2006-11-12 16:29:44 +00:00
Rémi Denis-Courmont
babead8e9b Unexport vlc_current_charset()
which is superseded by the Unicode wrappers and GetFallbackEncoding
2006-11-12 16:19:58 +00:00
Rémi Denis-Courmont
34bd463f8d Add VLC_INTERNAL, like VLC_EXPORT except it does not export 2006-11-12 16:18:31 +00:00
Clément Stenac
2374e7bc03 Fix playlist unable to terminate (Closes:#829) 2006-11-12 16:16:24 +00:00
Rémi Denis-Courmont
d63051021d Remove unused iconv handle 2006-11-12 16:05:11 +00:00
Rémi Denis-Courmont
ee5cf38b43 Even WxWidgets is entitled to const blessing 2006-11-12 15:46:52 +00:00
Rémi Denis-Courmont
942cd8fe5d Use Latin-1 rather than local charset for ASX files 2006-11-12 15:36:27 +00:00
Rémi Denis-Courmont
8704578164 Suppress unused variable 2006-11-12 15:35:45 +00:00