https://github.com/videolan/vlc

sort by:
Revision Author Date Message Commit Date
99458e8 Remove old ununsed branches 02 June 2005, 06:15:01 UTC
2fe89dc * Renamed all branches (eg. v0_4_1 -> 0.4.1). 06 March 2004, 15:25:35 UTC
da71b5e Fix for SDL-1.2.5 it now has SDL postpended to the library path. I just rip it of now for --cflags. 05 December 2002, 21:49:08 UTC
7cf947c Small updates. 04 December 2002, 20:52:27 UTC
f7979be Build scripts for building cross-compiling vlc for Opie and GPE. 04 December 2002, 20:51:14 UTC
4a66d6e Packaging files for opie-vlc 04 December 2002, 20:41:22 UTC
00977bf Cleanup of headerfile detection for qte video output plugin. 30 November 2002, 11:33:47 UTC
70b5e04 Deprecreated --with-qte-system. Using --with-qte=<path>/opt/QtPalmtop sets all linker and includes paths for libjpeg and qte correctly now. 30 November 2002, 11:22:53 UTC
f95832e configure script set Qt Embedded link and include paths correctly. Use these additional options: --enable-qte --with-qte=<..cross-path..>/opt/QtPalmtop --with-qte-system=<..cross-path..>/usr 29 November 2002, 14:39:34 UTC
c48fa4c Remove file that caused namespace clash. It is replaced by vout_qte.cpp 26 November 2002, 19:55:05 UTC
c920c5c Fix namespace clash of source files for Qte video output module. It currently only display video in landscape orientation. 26 November 2002, 19:54:12 UTC
a342cb2 Packaging for Opie and Qt Embedded support. 26 November 2002, 19:52:56 UTC
2346586 Fix fix of fixing QT Embedded detection. 26 November 2002, 07:05:04 UTC
d9e909c * now --fullscreen works with BeOS video output 22 November 2002, 19:44:13 UTC
97bc1ee * ./modules/video_chroma/i420_rgb16.c: fixed a segfault in the 24/32bpp chroma conversion. 22 November 2002, 12:13:12 UTC
5019f45 Fix detection of QT Embedded development headers. 21 November 2002, 13:58:13 UTC
9d2e490 Build and link Familiar interface against libgpewidget for gpe support. 20 November 2002, 21:51:48 UTC
2a0088d Fix detection of AR and LD 20 November 2002, 21:27:15 UTC
cb41984 Final cleanup before release. 20 November 2002, 21:26:09 UTC
05d3c51 Updated for release v_0.4.6 of Familiar Linux packages. 20 November 2002, 21:23:52 UTC
024e704 * src/video_output/video_output.c: fixed a really old bug in the video output layer. This bug was only affecting video outputs without direct rendering capabilities. 20 November 2002, 01:47:58 UTC
4b62642 * ./src/video_output/video_output.c: backport of a fix in MAIN for spoiled FPU registers. 15 November 2002, 12:22:58 UTC
b65d997 * Updated changelog and package files. 13 November 2002, 22:36:08 UTC
1ffdd4c * ChangeLog: updated ChangeLog. 13 November 2002, 21:58:37 UTC
bc98637 * ./FAQ: changed Debian repository location to HTTP (for better upload stats estimations on our side). 13 November 2002, 09:45:50 UTC
ed77992 * plugins/a52/a52.c: is now the default ac3/a52 decoder (because it has a nicer audio quality than ac3_adec). 12 November 2002, 20:35:50 UTC
cd0e23d --enable-familiar accepts now: --with-sdl-prefix=[PATH], --enable-gtk-prefix=[PATH] and --enable-gpe-prefix=[PATH] to enable cross-compiling. 01 November 2002, 23:06:56 UTC
d98356f Bug in ReadDirectory() it results in empty file/directory names in the user interface. It makes the file list box unusable. The strange thing is that routine scandir() returns the correct number of entries in the directory, but namelist[i]->d_name is empty (??) ;-( 30 October 2002, 22:42:26 UTC
3de1e7f Added GPE support to familiar interface. Use --with-gpe-prefix=<installation-dir> to enable it. 29 October 2002, 20:59:50 UTC
f9a8b79 Solved merge conflicts 29 October 2002, 20:58:37 UTC
f91eadd ? 29 October 2002, 20:53:30 UTC
6e690bc GPE is integrated in familiar files. 29 October 2002, 20:52:54 UTC
db8fd88 Added HAVE_GPE_INIT_H define for autodetection of libgpewidget and GPE headerfiles. 29 October 2002, 20:49:01 UTC
42cbb59 Familiar packaging files. 29 October 2002, 20:51:32 UTC
53c8836 * ALL: changes to reflect the fact that libdvdcss now needs a colon after the DVD drive letter. 29 October 2002, 19:16:35 UTC
22fad47 * ./src/misc/modules.c: plugin extension check is now case unsensitive. 29 October 2002, 18:59:40 UTC
a78b310 * plugins/dsp/aout_dsp.c: replaced O_NONBLOCK by O_NDELAY, and put the device back in blocking mode once open (the xine way) 28 October 2002, 23:49:05 UTC
a9167db * Bumped up revision number to 0.4.6. 28 October 2002, 23:00:26 UTC
1d97c50 * plugins/dsp/aout_dsp.c: Added O_NONBLOCK flag to the open command, so that if /dev/dsp is used, vlc tries with other plugins (like esd). 28 October 2002, 22:48:45 UTC
5304722 * plugins/directx/vout_directx.c: fixed a nasty segfault on initialization. 28 October 2002, 20:03:07 UTC
103e001 * plugins/network/ipv4.c: fixed a crash with multicast addresses when no interface address is given. 24 October 2002, 21:08:28 UTC
5aa0340 * Fixed a warning. 16 October 2002, 23:13:00 UTC
bc1ab0a Fixed VCD detection under MacOS X. 15 October 2002, 23:00:55 UTC
2836719 * plugins/mpeg_system/mpeg_ts.c: grmbl... fixed a stupid include problem. 15 October 2002, 20:26:21 UTC
2d0e44c Update for 0.4.5 release. Update of the description. 14 October 2002, 21:42:58 UTC
8aede11 * plugins/lpcm_adec/lpcm_adec.c: fix for broken lpcm plugin on little endian machines (from Meuuh). 14 October 2002, 16:27:44 UTC
c6d52e5 Fixed a typo. 13 October 2002, 23:00:23 UTC
f0619c6 Added recent ipkg files in the tarball. 13 October 2002, 22:51:45 UTC
752bb19 Updated Mac OS X README. 13 October 2002, 22:34:21 UTC
de1782d Removed dead-code. 13 October 2002, 20:20:46 UTC
8738359 Added missing url prefix. 13 October 2002, 14:27:49 UTC
258b7d5 * configure.in: fix for the mingw32 build. The gtk plugin may also need mingwex. * plugins/mpeg_system/mpeg_ts.c: added an #include <stdint.h> to make mingw32 happy. 12 October 2002, 21:26:26 UTC
196c8ab * configure.in: slight modifications to the last mingw32 build fix. 12 October 2002, 19:59:33 UTC
59d2200 * configure.in: fix for the mingw32 build. We check if we need to explicitly link with the mingwex library (needed for dirent support with new mingw32 runtimes). 12 October 2002, 19:47:39 UTC
e132fac * Updated FAQ. * Updated project files for 0.4.5 release. 11 October 2002, 23:44:02 UTC
2da7673 * ./plugins/filter/deinterlace.c: fixed the green bottom line in the linear deinterlace mode, thanks to Marian Durkovic <md@bts.sk>. 11 October 2002, 21:17:29 UTC
fda0a7e video output has better handling of settings. it remembers flags like fullscreen, aspect ratio correction and on-top-all-windows fell across multiple files in the playlist and also across program launches 11 October 2002, 14:18:17 UTC
6a6ffd1 * src/interface/main.c, src/misc/modules.c: added a quick hack for a --plugin-path command line option. * INSTALL.win32: removed note about running in administrator mode to play a DVD. 11 October 2002, 09:01:18 UTC
dc8e432 user can now drop a DVD disk icon onto the interface or playlist window to open a DVD 11 October 2002, 00:46:59 UTC
8656100 * Updated 0.4.5 Changelog. * Bumped up revision number to 0.4.5. * Do not use vasprint on Mac OS X because X.1 doesn't have that. 10 October 2002, 22:51:02 UTC
813fa2f Handling of URL is now fixed. 10 October 2002, 20:33:12 UTC
da6056b improved title and chapter navigation in BeOS GUI, added LCD type info view displaying current file, title, chapter and elapsed time 09 October 2002, 15:29:52 UTC
2822504 Forgot to remove progressbar code. 07 October 2002, 21:49:53 UTC
85c211f Fixes for for Familiar Linux. 07 October 2002, 21:37:11 UTC
78e3c0c Dependencies for SDLAudio (esd/esddsp) and instalation script fixes. 07 October 2002, 21:28:53 UTC
467cdf4 Patch for using libgpewidget library for full GPE support. 06 October 2002, 20:23:17 UTC
e9f8a6b Adding patch for using GPE specific libraries. 06 October 2002, 19:59:21 UTC
58b26fa Added control file for Familiar GPE build. There are three control files now: - control : depends on task-x and sdl only for backwards compatibility of familiar v0.5.3. - control.gpe : depends on gpe specific libraries (gpe.handhelds.org) for familiar v0.6 and onwards. - control.opie : depends on qt embedded libraries (opie.handhelds.org) for familiar v0.6 and onwards. 06 October 2002, 19:39:06 UTC
80eb209 Updated rules 06 October 2002, 19:35:22 UTC
44038d9 Familiar GPE packaging files. 06 October 2002, 19:24:40 UTC
e8370c0 Rename ipkg/patch to sdl.patch 06 October 2002, 19:23:50 UTC
f2527fe GPE packaging files. 06 October 2002, 19:15:38 UTC
13c691f Files for gpe package. 06 October 2002, 19:01:34 UTC
56da206 More GPE packaging stuff for Familiar Linux distribution. 06 October 2002, 18:56:32 UTC
2af18a5 GPE menu launch script for iPaq port. 06 October 2002, 11:47:27 UTC
a0234fc * Backported RTP access module from HEAD. * Fixed a compile issue in the HTTP plug-in. 03 October 2002, 22:14:58 UTC
7cc0392 Found bug in configure.in script Qt Embedded definition used $(QTDIR) i.s.o ${QTDIR} 03 October 2002, 21:14:05 UTC
d4852cc vlc launch script for opie. 03 October 2002, 21:10:32 UTC
a545ee0 Updated for opie 03 October 2002, 21:01:22 UTC
0302d50 * FAQ: updated FAQ with config file issues. * configure.in, configure: user -mms-bitfields instead of -fnative-struct for mingw32 gcc-3.x. * include/interface.h, plugins/dummy/intf_dummy.c, plugins/text/logger.c, plugins/text/rc.c: Display message on Win32 explaining how to get back to the GUI mode. * include/threads_funcs.h, src/misc/win32_specific.c: ignore the win9x-cv-method config option on WinNT when fast-mutex is not enabled. 03 October 2002, 16:44:42 UTC
2605c19 Added author Gerald Hansink of Qt Embedded Video Output to AUTHORS list. 03 October 2002, 09:21:55 UTC
ad23d40 Familiar interface works (tested on Intel). 02 October 2002, 21:41:50 UTC
3551ba2 Preference option automatic playing of selected files works. 02 October 2002, 20:12:02 UTC
3d5da10 Directory browsing and files from file list works. There is one caveat left when vlc is built with --enable-plugins then when browsing directories and run from the source-tree it suddenly cannot find it's plugins anymore. When installed everything is fine. 02 October 2002, 19:58:45 UTC
12699e3 For people who have several network interfaces, added a --iface-addr option to select which interface to use for multicast sockets. 01 October 2002, 22:29:09 UTC
e162819 Finally fixed the A/52 TS input. 01 October 2002, 21:55:53 UTC
a01c11a Playing of files is not working yet! But it is getting closer. 01 October 2002, 21:17:52 UTC
4ffd7b4 * plugins/directs/vout_events.c: added an "Always on top" option in the system menu 01 October 2002, 20:17:01 UTC
1eb5d63 Interface for Familiar Linux does not segfault anymore. Still to fix playing of files. 01 October 2002, 19:46:47 UTC
1a6617c Interface exits cleanly now. 01 October 2002, 19:13:14 UTC
4b6d903 BUGS to solve: - interface does not exit - selecting a directory produces segmentation fault in function ReadDirectory() 30 September 2002, 22:01:43 UTC
e11f39d Familiar Linux Gtk+ based interface backported from vlc-0.5.0 cvs. This is not a working version, it segfaults open selecting a directory. 30 September 2002, 20:37:13 UTC
c36ab25 Adding Qt Embedded video output module from original author Gerald Hansink (gerald.hansikn@ordina.nl). Thanks Gerald! 30 September 2002, 20:32:46 UTC
ea46c38 Configuration, compile and build settings for: - Familiar Linux Gtk+ interface - Qt Embedded video ouput - preparations for opie interface. 30 September 2002, 20:13:19 UTC
c7d7077 Adding files for ipkg packaging system off Familiar Linux. 30 September 2002, 19:55:52 UTC
acf30eb Adding icons for familiar interface. 30 September 2002, 19:53:50 UTC
246c969 Forgot to `cvs add' ;) 29 September 2002, 12:06:08 UTC
03ae367 BeOS enhancements by Stephan Assmus : - many fixes - added ability to open a file by dropping it onto the vlc icon - blanks cursor when no activity - added "Speed" menu - made nicer look similar to BeOS MediaPlayer - playlist now functioning - screen capture option - and more... 29 September 2002, 12:04:28 UTC
4af142c * Fixed my A/52 fix. 26 September 2002, 22:43:45 UTC
fcd50b7 Backported support for VLS CVS with regards to A/52 streams. Also backported --vls-backwards-compat option. Please test. 25 September 2002, 23:11:54 UTC
back to top