https://github.com/videolan/vlc

sort by:
Revision Author Date Message Commit Date
86906fa * Renamed all tags (eg. v0_2_83 -> 0.2.83). 06 March 2004, 17:59:16 UTC
396e50b This commit was manufactured by cvs2svn to create tag 'v0_3_0'. 05 March 2004, 15:21:58 UTC
b2f75d5 * ./doc/release-howto.txt: updated documentation. * ./vlc.spec: added missing plugin filenames to the build process. 06 April 2002, 05:54:10 UTC
bff02b4 * ./plugins/win32/mainframe.dfm: swapped two mixed up tooltips. * ./Makefile: fixed make dist and make distclean. * ./plugins/dvd/dvd.c: compilation fix. * ./plugins/gtk/gtk_callbacks.c: fixed ejection code. * ./plugins/text/ncurses.c: fixed compilation of the ncurses plugin. * ./vlc.spec: updated specfile. 06 April 2002, 04:22:27 UTC
db75812 * ./Makefile, ./configure.in: misc BeOS build fixes. 05 April 2002, 21:26:29 UTC
ceb1c04 * ./plugins/macosx/vout_macosx.c: memalign -> vlc_memalign 05 April 2002, 21:03:19 UTC
1b0868e * ./plugins/win32/win32.cpp: fixed `--intf intfwin' which wasn't working. * ./Makefile: we don't include the Gtk+ and SDL DLLs in the win32 package anymore, the package is now 700k instead of 4MB. * ./configure.in, ./Makefile, ./Makefile.opts.in: replaced LIB_FOO with foo_LDFLAGS and CFLAGS_BAR with bar_CFLAGS for faster builds, and moved a lot of stuff from Makefile.opts.in back to configure.in. * ./install-win32: updated script for NSIS 1.96. I hope this doesn't break too many other architectures... 05 April 2002, 20:44:23 UTC
0d69146 * ./configure.in: added --enable-intfwin to enable the win32 interface and --with-bcbuilder to tell make where to find Borland C++ Builder. 05 April 2002, 12:35:47 UTC
e98aae2 * ./plugins/win32/intfwin.bpr: we now build intfwin.so at the right place. * ./plugins/win32/Makefile: intfwin.so can be built using commandline. * ./configure.in, ./include/threads.h, ./include/common.h: a custom defs.h file isn't needed for the intfwin plugin anymore. * ./INSTALL.win32: updated compilation instructions for the intfwin plugin. 05 April 2002, 03:27:27 UTC
cf5b383 * introduced a memalign wrapper that will align the memory manually if memalign doesn't exist. void *vlc_memalign( size_t align, size_t size, void **pp_orig ) where the return value is the aligned pointer and *pp_orig is the pointer that has to be freed afterwards. the arithmetic I'm doing on the pointer to align it is not portable to 64bits architectures. If someone knows how to something portable, please tell me ( and no I don't want to do if(sizeof(void *) == blabla) ). Other little problem, I was planning to use posix_memalign by default in the wrapper implementation but it doesn't work (someone can tell me what I'm doing wrong ?) * re-enabled the sse plugins on win32 as we don't have anymore alignment issues. * fixed typo in vout_directx.c 05 April 2002, 01:05:22 UTC
a33d6ac * FINALLY fixed HTTP input bug (I'm SO HAPPY with this !) * Disabled memcpyaltivec since it's buggy 04 April 2002, 22:51:01 UTC
054b90a * Fixed intf_eject for iPAQ (untested) * asm memcpyaltivec for Linux/PPC 04 April 2002, 22:08:05 UTC
d94ba35 * ./AUTHORS: added myself :) * ./plugins/win32/mainframe.cpp: disabled the "hide interface" menu item, not yet implemented. * ./plugins/win32/about.dfm: replaced the outdated author list with a "VideoLAN Team" entry. 04 April 2002, 16:22:39 UTC
71b4ea0 * ./plugins/gtk/gtk.glade, plugins/gtk/gnome.glade, ./plugins/kde/kde.cpp: replaced the outdated author list with a "VideoLAN Team" entry. * ./debian/rules, ./debian/control: deactivated the vlc-kde package because it does not work, and removed the vlc-a52 package because liba52 is statically linked into vlc. * ./debian/control: added more helpful package descriptions. * ALL: changed version to 0.3.0. Yeah, it's coming. * ./Makefile: fixed make dist. 04 April 2002, 15:35:09 UTC
b29f85e * ./src/video_output/video_output.c: fixed a vout4 image starvation bug. * ./plugins/dvd/dvd.c: we look for libdvdcss.so.2 as well as -.so.1. * ./configure.in: BSD/OS fixes thanks to Steven M. Schultz. * ./Makefile: renamed the `snapshot' rule to `dist'. * ./Makefile: removed the `snapshot-nocss' rule which isn't needed anymore. 04 April 2002, 05:08:05 UTC
66d7e1d * ./src/interface/intf_eject.c: Fixed a MacOS X bug. 04 April 2002, 00:23:36 UTC
439f10a * Fix for iPAQ familiar Linux (untested) * HTTP files now find the EOF (though HTTP input is still broken) 03 April 2002, 23:24:42 UTC
928d731 Fixed altivec memcpy module [OS X port] 03 April 2002, 22:36:50 UTC
dd5d92a * ./Makefile.modules: modules now depend on Makefile.opts. * ./configure.in: added (hopefully) explicit messages on how to get libdvdcss and link vlc with it. * ./plugins/dvdread/input_dvdread.c: removed inclusion of dvd_udf.h. 03 April 2002, 16:22:23 UTC
3fdc995 * ./plugins/win32/*: Added management for secondary config dialogs 03 April 2002, 13:18:36 UTC
5ba63c6 * ./plugins/ogg/*: added preliminary files for an Ogg/Vorbis decoder a contributor is currently working on. 03 April 2002, 06:45:36 UTC
0beab2c * ALL: removed libdvdcss from the vlc tree. * ALL: removed libdvdread from the vlc tree. * ./acconfig.h: removed this file. * ./plugins/dvd/dummy_dvdcss.c: merged this file into dvd.c. * ./AUTHORS: moved a few gentlemen to the libdvdcss AUTHORS file. 03 April 2002, 06:23:08 UTC
1de7fc8 * fixed ./plugins/gtk/gtk_callbacks.c to use the "dvd_device" config option instead of the now inexistant DVD_DEVICE macro. 03 April 2002, 06:19:43 UTC
981c5cc * ./po/ja.po: added Japanese translation from Fumio Nakayama <endymion@ca2.so-net.ne.jp>. * ./plugins/gtk/gtk_callbacks.c: fixed disc ejection code. * ./ChangeLog: how about a nice cup of 870 lines of ChangeLog for the 0.3.0 release? 03 April 2002, 02:43:14 UTC
4f08a70 * New pthread implementation for WinNT/2K/XP. This implementation shouldn't be subject to race conditions as it is using SignalObjectAndWait() from the Win32 API. As this should be somehow slower than the old method (still used on Win9x), you can specify that you want to use the old method with the "fast_pthread" config option. * Added a new p_main_sys global variable. This variable is a pointer to an OS specific structure which is defined in *_specific.h. This structure can be filled by the already existing System_Init() function and is a nice way to avoid too many #ifdefs. 02 April 2002, 23:43:57 UTC
22b05ce * Got rid of the DVD_DEVICE macro. We now use the dvd_device config option. ( this creates a small memory leak as we don't free the string obtained from config_GetPszVariable, but I think we can live with it for now ) * the SSE plugins are disable on the mingw32 build as they don't work. ( because memalign is not implemented on win32, and malloc only aligns on an 8 bytes boundary ) * fixed small mistake in INSTALL.win32 02 April 2002, 23:27:07 UTC
ad14a89 * ./include/config.h: fixed config directory name for windows * ./plugins/win32: the network dialog now respects the preferences settings 02 April 2002, 23:22:32 UTC
75824aa Added memcpyaltivec. 02 April 2002, 23:00:27 UTC
2fda60d Compilation fix. :-ppppp 02 April 2002, 22:46:25 UTC
ecbcf0b * Altivec-enabled version of fastmemcpy * Use ImageBuffer instead of ScreenBuffer in OS X video output (should be faster) 02 April 2002, 22:16:07 UTC
c5dd415 * ./src/interface/main.c: check that channels have been created before the call to network_ChannelJoin 02 April 2002, 21:56:19 UTC
d7bba65 * ./plugins/win32: - fixed a few bugs in the preferences - better auto-resizing of the main window - the disc dialog now respects the preferences settings 02 April 2002, 15:18:32 UTC
58e5629 * ./src/misc/configuration.c: small compilation fix 02 April 2002, 11:31:36 UTC
91cea3e Added a test for the nooverlay option. 02 April 2002, 10:44:40 UTC
87b7319 Changed directory of the config file for BeOS to be consistant with OS standard. 02 April 2002, 10:43:55 UTC
77d515f * ./configure.in: BeOS, liba52 and chroma plugin compilation fixes. * ./plugins/dvd/dvd_access.c: removed a warning. * ./src/misc/configuration.c: Solaris fixes by Meuuh. * ./FAQ: removed outdated stuff. 02 April 2002, 10:17:08 UTC
f9a7f0e * Fixed yet another bug related to the event thread creation * Removed a few debug messages 02 April 2002, 06:31:23 UTC
f8cad0a * Fixes for the Win32_msvc build 01 April 2002, 21:54:26 UTC
768eb52 * Microsof Visual Studio C++ 6 project files. This is usefull mainly for debugging as the hardware accelerated plugins can't be compiled with msvc. I won't be maintaining this msvc project as I don't have MSVC myself, but maybe this will encourage people to try to develop for vlc (or maybe just discourage them ;-) 01 April 2002, 21:39:17 UTC
8c0b946 * Win32 compilation fixes when downmixsse and downmix3dn are declared as plugins. * Fixed the waiting on the event thread creation in the directx plugin. 01 April 2002, 16:08:23 UTC
65e1713 * updated the "package-win32" rule * all txt files are now converted to dos format (CRLF) 01 April 2002, 10:47:49 UTC
f67672a * VLC-Win32 Cross-Compile Howto, courtesy of Bill Eldridge. 01 April 2002, 10:13:19 UTC
4313827 * updated INSTALL.win32 01 April 2002, 09:59:41 UTC
a3124f2 Fixed the color_space problem. Overlays now work. Still problem with nVidia cards. 01 April 2002, 07:37:53 UTC
9999e41 Improved overlay detection, default colour space selection. Has bad output color need some work. 01 April 2002, 05:49:00 UTC
d1db63f * allow the user to resize the configuration windows * moved config_GetIntVariable out of the loop 31 March 2002, 22:59:01 UTC
b8b9974 * You can now set a maximum height for the configuration windows in the gtk and gnome plugins. This patch _doesn't change_ the look of the interface unless this interface tries to use more space than allowed, in which case scrollbars are added to make the navigation easy. Note that this setting only affects the default size the interface will use, the user is then free to change the size of the window as he wants. * Tooltips are now triggered only in specific places. This is a lot less intrusive and annoying for the users. 31 March 2002, 22:35:44 UTC
ce40baa * ./plugins/win32: fixed the bug on exiting the vout pressing 'q' 31 March 2002, 17:59:29 UTC
ae51691 Implemented an "always-on-top" feature for the interface window. RGB16 Overlay supported again. Resizing is now implemented consistantly. 31 March 2002, 08:13:38 UTC
a3e1d21 * plugins/win32: subtitles should work, now 31 March 2002, 05:10:07 UTC
b196e28 Disabled the server argument in udpstream: because it confuses users and is not of any practical use. 29 March 2002, 00:14:19 UTC
5c07e45 Fix for sparc. 28 March 2002, 21:21:51 UTC
112b373 * don't try to stat() the dvd drive letter on win32 * disabled YUV overlay double buffering for now, as it seems to actually be slower. * temporary fix in vlc_cond_signal() for win32 (I really should use SignalObjectAndWait() on WinNT so we can avoid race conditions in the pthread code). This fixes a problem noticed on WinXP where vlc would freeze regularly and eat-up all the CPU (fun no?) 28 March 2002, 10:17:06 UTC
6ce92ec * When unselecting an ES, we must ged rid of p_es->p_pes so that it is regererated when we select this ES again. It made vlc segfault when switching from some stream to another, or when switching program in satellite input. 28 March 2002, 03:53:15 UTC
abf14b8 * UDP access plug-in can now receive MPTS (Multiple Program TS) and switch programs * Audio and video output go to time-constrained scheduling [OS X port] 27 March 2002, 22:15:40 UTC
e0876a9 Some dirty ifdefs for a nicer gnome interface (gnome buttons, gnome dialogs). 27 March 2002, 21:01:29 UTC
1e9eca2 Translation of user interface messages to Netherlands. 27 March 2002, 19:54:11 UTC
396805b Added Netherlands translation (nl) to configure.in 27 March 2002, 19:53:38 UTC
cdfa13b plugins/gtk/gnome.c, plugins/gtk/gtk.c: new options "gtk_hide_toltips" or "gnome_hide_tooltips" Tooltips are enabled by default. This option is only considered on module initialization. 27 March 2002, 18:43:30 UTC
9e82d79 * GNU make detection * Deleted non-working fullscreen menu item [OS X] * udp and http no longer modify p_input->psz_name 26 March 2002, 23:39:43 UTC
5322a29 * various little portability fixes 26 March 2002, 23:08:40 UTC
2867bb6 * modified the gtk interface to save an empty <string> option as a NULL pointer * modified config_LoadConfigFile to consider an empty <string> option as a NULL pointer. 26 March 2002, 22:30:09 UTC
09b7f77 * changed the behaviour of the config file: - now all the config options are saved. <string> config options which have no default value are also saved in the config file but as an empty string. - config_LoadConfigFile will ignore empty config options, which also means we cannot pass an empty string as a <string> config option. (this shouldn't matter anyway) 26 March 2002, 22:02:32 UTC
f8ebcf9 plugins/gtk/gtk_preferences.c: . save button (inadvertently suppressed) 26 March 2002, 17:33:37 UTC
9d3112e * plugins/win32: - added toolbar icons (thanks xav) - we can no longer edit plugin names in the preferences :) - the tool button for playlist is now a toggle button 26 March 2002, 16:06:01 UTC
bd5f306 Disabled controls if the playlist was empty. 26 March 2002, 10:29:19 UTC
8092e41 * Added a win32 interface plugin, developed with Borland C++ Builder. To build the plugin, follow the instructions in INSTALL-win32.txt * Known bugs: - subtitles don't work - a crash occurs when the user exits by pressing 'q' in the vout - when moving the slider, position in the stream updates even if the slider isn't released yet * TODO list: - clean code in menu.cpp - adapt lool's enhancements of the Gtk+ preferences box - write drag-and-drop stuff - and of course, fix known bugs :) * For those of you who can't wait till the next release to test the win32 interface, binary files are available here: http://www.via.ecp.fr/~ipkiss/intfwin/vlc.zip Enjoy! 25 March 2002, 23:36:57 UTC
b1afd5e plugins/gtk/gtk_preferences.c: . fixed an ugly structure . the tabs are not verticaly expanded as they were . small enhancements 25 March 2002, 22:38:28 UTC
b1e4fd1 The "we love gibalou" commit : * plugins/gtk/gnome.c, plugins/gtk/gtk.c, plugins/gtk/gtk_common.h : . new Tooltips structure * plugins/gtk/gtk_preferences.c: . modifications of some widgets, the structure, cosmetic changes * src/interface/main.c: . typos . a couple new descriptions 25 March 2002, 20:37:00 UTC
2feb20f * moved the "display" option from main to the relevant plugins. ( We now have the x11_display, xvideo_display, xmga_display and ggi_display options ). 25 March 2002, 19:16:20 UTC
07197c1 * Fixed a little omission in INSTALL-win32.txt. 25 March 2002, 04:18:07 UTC
038f77e * Fixed a bug that made vlc segfault when choosing a program, change to another and come back to the first one. * Added gtk and gnome interfaces for satellite input. We should find a way to hide the button if satellite support is not compiled. 25 March 2002, 02:06:24 UTC
f42368f Implemented correct scaling and used new window size variables. Beta always on top for the interface window. New cursor handling. 22 March 2002, 13:16:35 UTC
db2031b - Updated INSTALL-win32.txt 22 March 2002, 00:55:16 UTC
35d31ac * Fixed a problem in the MacOS X aout which caused the previously played audio frames to be played when there were no new frames available. * MacOS X vout now uses the height/width calculated in video_output.c 22 March 2002, 00:47:47 UTC
c58149f * Win32 fix. 22 March 2002, 00:24:17 UTC
022983e Miscellaneous fixes for the OS X port. 21 March 2002, 23:49:20 UTC
c6f900e * the calculation for the initial video window dimensions is now done in video_output.c and made available into p_vout->i_window_height/width. This allows to get rid of duplicated code and unify the behaviour of the video output plugins. (not all the plugins have been modified because I didn't want to break anything). As a side effect, the --width and --height options are now working, you can even use only --width or only --height the other dimension will adapt automatically to the video characteristics. Note that you need to remove the width/height options from the config file or set them to -1 if you want to use the actual video size. 21 March 2002, 22:10:33 UTC
fb3f8ba * moved GetConfigurationFromCmdLine() into configuration.c and renamed it into config_LoadCmdLine() * config_GetHomeDir doesn't use getpwuid_r anymore as this was creating some problems on solaris. This function now uses getpwuid and is called only once to store the home directory into the p_main structure. 21 March 2002, 07:11:57 UTC
6194c61 Forgot to add the input files. 21 March 2002, 02:28:58 UTC
6d7c226 *** empty log message *** 21 March 2002, 02:27:04 UTC
313043f * fixed stupid bug in stupid ConvertPrintfFormatString() function * fixed the "waveout not closing" bug. We need to reset the waveout device before closing it. 20 March 2002, 23:00:16 UTC
3939be7 * ./src/input/mpeg_system.c: fixed a bus error on UltraSparc. 20 March 2002, 17:44:15 UTC
cd43752 * Win32 and Solaris compilation fix. 20 March 2002, 14:08:55 UTC
239e959 Improved scaling, correct aspect ratio even in full screen mode. Duplicate code reduces and framework for Overlay and OpenGL modes in place. 20 March 2002, 10:33:42 UTC
e631565 * ./src/misc/modules_plugin.h: kludge to allow the ALSA module to be compiled as a plugin. Please test. * ./include/modules.h: fixed a C++ warning. 20 March 2002, 03:43:51 UTC
e2de855 * Added 3 bugs of the win32 port to the BUGS file 20 March 2002, 03:12:20 UTC
c581b38 * Raw device fix, courtesy of Steven Schultz 20 March 2002, 01:32:19 UTC
1c7d942 Fixed a typo. Grmbl. 19 March 2002, 23:47:48 UTC
a77d93f Better IPv6 detection. IPv6 is disabled under MacOS X (no inet_pton call). 19 March 2002, 23:44:44 UTC
8fd1965 * fixed some bugs in program management : selected ESs must be attached to the selected program. 19 March 2002, 23:02:29 UTC
8ce5aee * ./plugins/aa: aalib output plugin courtesy of Sigmund Augdal. * ./configure.in: fixed a few bashisms. * ./src/misc/configuration.c: fixed build under Solaris. * ./TODO: updated todo list. 19 March 2002, 14:00:50 UTC
91f8a9a * fixed two memory leaks * fixed typo in waveout.c 19 March 2002, 12:48:01 UTC
fde2aae * ./configure.in: BeOS compilation fixes. * ./debian/rules: activated (broken) KDE interface. * ./plugins/access/http.c: fixed a segfault. * ./plugins/alsa/aout_alsa.c: fixed a segfault. 19 March 2002, 05:49:31 UTC
e1634f8 * ./include/common.h: fixed the compilation fix for Borland C++ :) 19 March 2002, 04:22:02 UTC
1994728 * ./include/common.h: compilation fix for Borland C++. 19 March 2002, 03:42:31 UTC
5dcebef * MacOS X aout now uses AudioConverter for int->float * Various MacOS X intf improvements and bug fixes 19 March 2002, 03:33:52 UTC
939b6ea * ./plugins/chroma/i420_rgb8.c: fixed a warning. * ./plugins/filter/deinterlace.c: fixed chroma deinterlacing. * ./plugins/kde/kde.cpp: the KDE interface compiles again. * ./plugins/mpeg_system/mpeg_es.c: fixed a segfault I introduced today. * ./plugins/network/ipv4.c: cosmetic fix. * ./src/interface/main.c: fixed a typo in the --help output. * ./src/misc/netutils.c: fixed a segfault in the vlcs communication; still unstable but solving other bugs won't do any good without rewriting the whole playlist code. Which I'm doing right now. 19 March 2002, 00:30:44 UTC
6443967 MacOS X compile fixes. 19 March 2002, 00:12:26 UTC
ac7973f * skip "//" if we find "://" in a resource we have to play : this allows us to use the syntax udpstream://host. 18 March 2002, 21:04:01 UTC
back to top