Commit Graph

10257 Commits

Author SHA1 Message Date
Felix Paul Kühne 7160cbf7f9 * fixed download-location of libvorbis 2005-04-20 20:58:15 +00:00
Steve Lhomme 5743d45f89 mkv.cpp: finding the segment matching the Title for JumpTT works 2005-04-20 19:45:41 +00:00
Gildas Bazin 4d1b2d7f0e * modules/codec/ffmpeg/ffmpeg.c: add Miro/Pinnacle VideoXL support. 2005-04-20 14:57:22 +00:00
Gildas Bazin a5ce00f731 * modules/demux/avi: pass on video palette. 2005-04-20 14:55:46 +00:00
Antoine Cellerier 9471dec27f change pointed out by 'acehole' in the forums so that automaticaly opening
a file with VLC will use the whole file name and not the 8.3 format. That
makes automatic subtitle loading work.
2005-04-20 14:39:29 +00:00
Gildas Bazin a234cf401e * modules/codec/ffmpeg: added support for Apple QuickDraw, QPEG, IBM Ultimotion, LOCO, Winnov WNV1, Autodesc RLE and Indeo V2 video codecs. 2005-04-20 10:44:42 +00:00
Gildas Bazin ce8975594a * modules/demux/mp4: support for QuickDraw video tracks. 2005-04-20 10:41:11 +00:00
Steve Lhomme 7c04cb83f9 mkv.cpp: fix a gcc warning 2005-04-19 21:15:46 +00:00
Steve Lhomme 6a6a6739e0 mkv.cpp: preliminary support for the JumpTT command 2005-04-19 20:05:59 +00:00
Steve Lhomme 960da7cc03 mkv.cpp: fix various memory management problems 2005-04-19 19:46:59 +00:00
Laurent Aimar a718e0c687 *deinterlace: added a new deinterlace method (called 'x' as experimental until I find
a better name ;).
   It applies a edge oriented interpolation on interlaced video part only (it works on
   a 8x8 block basis). It works pretty well except where there is a lot of small details.
2005-04-19 16:03:11 +00:00
Laurent Aimar 7047c2a09d * decoder: fix a crash with delete spu. 2005-04-19 15:59:57 +00:00
Laurent Aimar 20bb281bd2 * dvb: read more TS blocks at once. We start reading only 2 ts packets (needed to avoid
long delay because we only receive PAT at the start), but we increase each time we read
data until 20. This decrease the load (more than 50% for me) while kepping low start up delay.
2005-04-19 15:56:06 +00:00
Steve Lhomme 4ef742f37c mkv.cpp: compilation fixes 2005-04-19 14:44:44 +00:00
Steve Lhomme 5e78beb3a6 mkv.cpp: start calling the interpretor 2005-04-19 14:25:30 +00:00
Gildas Bazin b559e12ec8 * modules/demux/ts.c: got rid of some useless code and fixed a memory leak at the same time. 2005-04-19 13:38:23 +00:00
Steve Lhomme 70a07d213a mkv.cpp: initial support for GPRM and SPRM DVD registers 2005-04-19 12:38:49 +00:00
Steve Lhomme ad0a1ed9df mkv.cpp: demux_sys_t needs to keep the same name 2005-04-19 11:33:14 +00:00
Steve Lhomme 27aff3c269 mkv.cpp: changed the name of classes and prepare the DVD interpretor 2005-04-19 11:17:22 +00:00
Gildas Bazin 9774639988 * include/vlc_keys.h: Added Insert and Delete hotkeys.
* modules/gui/wxwindows/interface.cpp: Fixed End hotkey + added Insert/Delete.

Patch by Greg Hazel (ghazel at gmail dot com)
2005-04-19 08:39:31 +00:00
Rémi Denis-Courmont b8bf689d28 Don't enable externrun module in -hopefully- upcoming 0.8.2 2005-04-19 08:20:30 +00:00
Olivier Teulière a231a873c2 * skins2: Fixed 2 bugs related with embedded vout and skins switching:
- win32: fixed the 'vout_directx private error: out of memory' error
      (thanks to Trax` for pointing it out)
    - x11: it's now possible to use the embedded vout after changing skin
2005-04-18 21:21:09 +00:00
Jean-Paul Saman 9be4d7c04a Fix deadlock while quiting VLC. It can get stuck in the playlist. Stopping the playlist first resolves this problem. 2005-04-18 18:13:37 +00:00
Gildas Bazin 393c3c577a * modules/mux/mpeg/*: new --sout-ps-pes-max-size option. 2005-04-18 15:32:31 +00:00
Gildas Bazin ac70d6fe3e * modules/gui/wxwindows/*: workaround uninitialization bug in wxWidgets -> re-enabled on-the-fly interface switching. 2005-04-18 14:49:29 +00:00
Damien Fouilleul f5703c1647 - make use of cygwin rebase to optimize DLL loading, if present 2005-04-18 12:58:14 +00:00
Damien Fouilleul fd5297cf09 - previously checked in this file to work only within my debug environment 2005-04-18 11:51:57 +00:00
Damien Fouilleul 1b75d79ed2 - source cleanup
- few bugs fixed
- added suport to Ole Extent measurments to improve compatibilty
2005-04-18 11:35:18 +00:00
Gildas Bazin ad67acad03 * modules/gui/wxwindows/interface.cpp: fixed special hotkeys with modifiers on win32. 2005-04-18 10:42:30 +00:00
Gildas Bazin 7528fa2439 * modules/gui/wxwindows/wxwindows.cpp: don't use the saved positions/sizes when acting as a dialog provider. 2005-04-18 10:02:42 +00:00
Rémi Denis-Courmont c57f42c1ac add -lz to build gnutls (see if it doesn't break) 2005-04-18 08:37:59 +00:00
Rémi Denis-Courmont afd7b3b445 Msg_Info => Msg_Dbg 2005-04-17 18:00:31 +00:00
Sigmund Augdal Helberg 248d817683 wx/playlist.cpp: removed a stray wxMutexGuiLeave 2005-04-17 13:03:09 +00:00
Sigmund Augdal Helberg 1be5381dd3 demux/playlist: fix a crash when shoutcast discovery correctly is not
autoplayed
2005-04-17 13:00:51 +00:00
Sigmund Augdal Helberg 945b9c415f shout.c: fix some potential problems 2005-04-17 12:59:23 +00:00
Sigmund Augdal Helberg b580904824 minor memleak fixes 2005-04-17 12:58:33 +00:00
Sigmund Augdal Helberg 4a3bca702f playlist.c: shut up a compiler warning
item-ext.c: reverted a recent change in GetPositionById than caused
old-style playlist to malfunction (visible in rc interface at least)
2005-04-17 12:36:34 +00:00
Jean-Paul Saman 16caa3618b Make compilation of mozilla plugin easier on different distributions. Removed fixed include paths from mozilla/Makefile.am. XPIDL_INCL is automatically determined from ${MOZILLA_CONFIG}.
Configure and compile with XPIDL=<path_to_xpidl> application of your mozilla version, eg for mozilla-1.7.6 use: XPIDL=/usr/lib/mozilla-1.7.6/xpidl ./configure <rest of line> && make
2005-04-16 14:10:00 +00:00
Rémi Denis-Courmont fc5c3b368e Clean up thread_{begin,end} 2005-04-16 12:30:45 +00:00
Rémi Denis-Courmont ccfb97809f - fix invalid free of root object 2005-04-16 12:24:32 +00:00
Rémi Denis-Courmont b5040d3122 Small mem leak 2005-04-16 10:53:36 +00:00
Rémi Denis-Courmont 40350e4f58 Clean up 2005-04-16 10:33:13 +00:00
Gildas Bazin 4ba30889f4 * src/misc/configuration.c: YAF (yet another fix). 2005-04-16 10:01:18 +00:00
Sigmund Augdal Helberg 000405edba wx/playlist.cpp: invalidate the FindItem cache when needed (should fix some random crashes) 2005-04-16 09:56:26 +00:00
Rémi Denis-Courmont f258f6210b Force conversion from UTF-8 when announce is incorrectly encoded 2005-04-16 09:06:48 +00:00
Gildas Bazin 29e4c7d44f * modules/gui/wxwindows/video.cpp: fixes. 2005-04-16 00:01:38 +00:00
Gildas Bazin a73ce73518 * src/misc/modules.c: added sub-version number to cache data (used to detect cache layout changes in the development version). 2005-04-15 22:35:21 +00:00
Sigmund Augdal Helberg 7597d750e8 playlist: fixed two more occurences of the previous error 2005-04-15 22:32:04 +00:00
Sigmund Augdal Helberg 7df5cf2f66 playlist/item-ext.c: fixed off-by-one error causing a crash in ItemGetById 2005-04-15 22:28:24 +00:00
Clément Stenac ed9d453aed Fix next 2005-04-15 22:21:08 +00:00