https://github.com/videolan/vlc

sort by:
Revision Author Date Message Commit Date
eeeb723 * Renamed all tags (eg. v0_2_83 -> 0.2.83). 06 March 2004, 17:59:16 UTC
2ead519 This commit was manufactured by cvs2svn to create tag 'v0_4_5'. 05 March 2004, 15:21:04 UTC
c8d6aec * ./plugins/mpeg_vdec/vpar_headers.c: don't try to deference a null pointer (fix from sam). 30 May 2002, 13:58:17 UTC
908777d - gnome.c didn't compile (Gildas you forgot the default value for gnome-toolbartext, I assume it was 1 ;) 30 May 2002, 13:39:43 UTC
b123e61 - removed the obsolete artificial delay when switching channels. Now it is ultra-fast ! 30 May 2002, 13:22:43 UTC
80aa3da * intf_eject.c : added ejection code for Win32. Please test it under Win95/98/Me, I just can't install a winme in my work office :). * plugins/win32/* : enabled the "Eject" button (thanks Ipkiss) * src/misc/netutils.c : just changed my mail :P 30 May 2002, 08:59:42 UTC
0170377 * changed ADD_BOOL and ADD_BOOL_WITH_SHORT config macros to accept a default value as an argument. * modified the command line parsing to accept --foo and --no-foo when a "foo" boolean config option is defined. * modified the help menu to indicate if the option is enabled or disabled by default. 30 May 2002, 08:17:04 UTC
9df1a97 * ./src/video_output/video_output.c: when the video output hasn't received a new picture for a while, it redisplays the last displayed one. This will be useful for DVD menus, but also solves the "picture becomes black when vlc is paused" issue. 29 May 2002, 18:39:14 UTC
ae1fb70 * ./plugins/dummy/dummy.c: added a CATEGORY_HINT to the config. * ./plugins/x11/xcommon.c: small change to the ToggleFullscreen routine to avoid a flickering during the switch. 29 May 2002, 10:08:03 UTC
0aeed98 * ./plugins/filters/*: fixed inconsistencies. 28 May 2002, 22:49:25 UTC
e957741 * New icons for the toolbar buttons * URL can now start with "http://" in the Network dialog box * Updated the About dialog box 28 May 2002, 21:44:46 UTC
9517931 *Added a b_force flag to picture_t so that we can force the display of an image even if it is late. 28 May 2002, 18:34:42 UTC
a944ebf * ./plugins/filter/*: filters are now configurable through the configuration system. Patch from Sigmund Augdal <sigmunau@stud.ntnu.no>. 27 May 2002, 19:35:41 UTC
09186fe * ./po/pl.po: uh uh uh, forgot to cvs add this file... 27 May 2002, 18:35:53 UTC
6c4fa37 * ./po/vlc.pot: updated potfile. * ./po/pl.po: polish translation, courtesy of Arkadiusz Lipiec <A.Lipiec@elka.pw.edu.pl>. 27 May 2002, 18:34:33 UTC
c6412d0 * ./debian/control: updated Debian package descriptions. 27 May 2002, 18:33:35 UTC
9687686 * ./plugins/aa/aa.c: removed all palette code as it was unused. * ./plugins/aa/aa.c: moved the aa_fastrender call from vout_Display to vout_Render. * ./plugins/aa/aa.c: added support for resizing and right-click menu. (patch courtesy of Sigmund Augdal <sigmunau@stud.ntnu.no>) 27 May 2002, 18:26:31 UTC
2b648b8 ALL : In order to make ac3 working in avi file, I've deplaced some code from ac3 decoder to mpeg_system.c. ( skip 3 bytes is now done in mpeg_system.c and no longer in ac3 audio decoder ). 27 May 2002, 16:01:42 UTC
d2ff612 Link to the GPL licence GFDL licence know used for the licence 27 May 2002, 01:49:41 UTC
11964fb Changed download URL. 25 May 2002, 21:42:36 UTC
79445d6 * src/misc/netutils.c: tests if message from vlcs begins with 'E:' or 'I:' instead of testing 'E: ' and 'I: ' (to simplify miniVLCS) 25 May 2002, 19:15:50 UTC
fb98cdb * all: avi file is a piece of sh*t, make more test. 25 May 2002, 16:23:07 UTC
830af7a * ./include/inpu_ext-dec.h added a check to fifo->b_die after the call to BitstreamNextDataPacket() in GetChunk(). Code using GetChunk() also needs to check fifo->b_die before using the obtained data. This fixes frequent crashes you get on win32 with the a52 plugin when you close a stream. 24 May 2002, 12:42:14 UTC
f8a2f7c update release-howto 23 May 2002, 22:33:44 UTC
1fa711a * ./src/video_output/video_output.c: the video output thread was never joined! A pretty old bug... 23 May 2002, 22:21:14 UTC
54e1790 * ./plugins/macosx/intf_open.m: Remember last open file panel location, thanks to <ssudre2@wanadoo.fr> 23 May 2002, 22:18:55 UTC
b6f4ca5 Updated Mac OS X readme, courtesy of The DJ <d.hartman@student.utwente.nl>. 23 May 2002, 21:42:43 UTC
c168509 * Updated ChangeLog * Updated release date 22 May 2002, 23:40:50 UTC
64845e0 Fixed HTTP input under Win32 (thanks ipkiss). 22 May 2002, 23:11:00 UTC
9f5db9f * ./plugins/dvd/dvd_seek.c: reverted a previous change in DVD input which caused input to get stuck in interleaved cells. 22 May 2002, 21:42:47 UTC
39faf1b * ./plugins/gtk/gnome.glade: removed bevel from title and chapter buttons. 22 May 2002, 21:30:08 UTC
afdfd51 * ./plugins/mad/mad_adec.c, ./plugins/mad/mad_libmad.c: use intf_WarnMsg for debug messages instead of intf_ErrMsg. 22 May 2002, 21:15:04 UTC
630692c * ./plugins/win32/network.dfm, plugins/macosx/intf_open.m: updated channel server default hostname. 22 May 2002, 21:08:42 UTC
4a2ea21 * ./plugins/chroma/i420_yuy2.h: bugfix for the I420 to YUY2 MMX chroma transformations, with the help of Pascal Levesque. 22 May 2002, 21:05:18 UTC
0cd5d91 * ./src/misc/modules.c: restored plugins hiding as the problem is fixed. * ./plugins/directx/directx.c: UnregisterClass() in MODULE_DEACTIVATE. If we don't do this, trying to use the class when the plugin is reloaded will cause a segfault. PS: on Win32 the sdl plugin is still affected by this. It looks like SDL keeps an internal state which isn't updated when we reload the plugin. 22 May 2002, 19:31:33 UTC
0f15b56 * ./src/misc/modules.c: disabled module autohide until we find out why a reloaded module sometimes does not work properly. 22 May 2002, 17:19:46 UTC
2bb1112 * ./plugins/access/file.c, plugins/dvd/dvd_seek.c: readability changes. * ./Makefile: the vlc rule depends on modules_builtin.h. * ./include/modules_inner.h: removed useless code. 22 May 2002, 17:17:45 UTC
8bf866e * ALL: replaced TUpDown components by TCSpinEdit ones, which allow values greater than 32767. It fixes the audio bug ocurring when a configuration file is saved under the win32 interface * ./plugins/win32/mainframe.cpp: Added some extra space between statusbar and toolbar when nothing is displayed. I find it nicer :) 22 May 2002, 17:12:45 UTC
a457b18 * ./plugins/text/logger.c: on win32 the logger interface shows up a dos command box. * ./plugins/gtk/gnome.c: fixed uninitialized variable. (from Sam) * ./plugins/gtk/gtk_playlist.c: simplified GtkRebuildCList(). (from Sam) 22 May 2002, 14:20:41 UTC
3c809e5 * plugins/vcd/vcd.c: added svcd shortcut to the vcd input 22 May 2002, 12:50:21 UTC
6cec0a6 Changes to reduce segfaults on exit, and also allow only one Playlist window. 22 May 2002, 12:23:41 UTC
455104a * ./include/modules_inner.h: fixed a crash when reopening a hidden module (by sam) 22 May 2002, 11:23:56 UTC
0b04c73 * Updated spec for ffmpeg. 21 May 2002, 22:09:45 UTC
26a3b9d * On Win32 the DVD access plugin has to be explicitly requested. This avoids crashes when the input thread tries to open files as dvds. 21 May 2002, 13:34:31 UTC
f5f70e2 * fixed a side-effect bug causing crashes on DVD title change 21 May 2002, 13:27:32 UTC
9b3216c * ./plugins/directx/aout_directx.c: fixed compile warnings. 21 May 2002, 07:48:50 UTC
d4a50a3 * ./plugins/network/ipv6.c: fixed a stupid bug. 21 May 2002, 06:55:48 UTC
f5f0a1c * ./plugins/chroma/i420_yuy2.c: margin support for the 420 planar to 422 packed chroma transformations. 21 May 2002, 03:37:17 UTC
6eb7dd2 * ./plugins/chroma/i420_yuy2.h: fixed the BeOS crash. Margin handling isn't done yet, though. 21 May 2002, 02:46:39 UTC
7d8822e * ./src/input/input.c: fixed a bug with the input remaining stuck when no network data was present. 21 May 2002, 01:40:17 UTC
b27d2f9 * Fixed a stupid bug in the Network dialog. 21 May 2002, 01:29:38 UTC
35070df * ./plugins/mpeg_system/mpeg_ts.c: fixed a warning. 21 May 2002, 01:27:26 UTC
f91631a * ./plugins/dvd/dvd_access.c, plugins/dvd/dvd_seek.c: very minor cosmetic fixes. 21 May 2002, 00:34:41 UTC
75424d3 * src/input/input_ext-plugins.c, src/input/input_ext-intf.c: boundary checks on seek. 21 May 2002, 00:23:37 UTC
be68583 * ./plugins/dvd/*: fixed a few inconsistences. * ./plugins/dvd/*: renamed i_start/i_end couples when they actually meant i_first/i_last. 20 May 2002, 22:45:03 UTC
1ac32f3 * ./src/interface/main.c: fixed a little memleak. * ./src/input/input_dec.c: removed useless code. * ./src/input/input.c, ./plugins/gtk/gtk.c: fixed access to uninitialized variables. * ./plugins/dvd/dvd_demux.c: fixed the pf_demux return value. 20 May 2002, 22:39:36 UTC
e7061e8 * ./src/misc/iso_lang.c: code simplifications. * ./src/misc/iso_lang.c: the language prototypes now use the const keyword. 20 May 2002, 22:36:42 UTC
b651216 * ./po/*: updated language files. 20 May 2002, 22:34:56 UTC
581319a * ./plugins/x11/xcommon.c: fixed x11 and xvideo alternate fullscreen (gibalou on t'aiiiiiiiiimeuh). 20 May 2002, 22:30:19 UTC
50e5262 * ./configure.in: tried to fix the -lavcodec detection. 20 May 2002, 22:26:01 UTC
ff4bf77 * Bumped up version number to 0.4.0 ; * Updated changelog. 20 May 2002, 20:58:58 UTC
3ce5cf5 * First try for IPv6 support on Win32. This hasn't been tested so it might not work! To compile this stuff you need a mingw compiler with w32api-1.3. The win32 code uses the getaddrinfo function because inet_pton is supposed to be deprecated and not supported by Microsoft. gethostbyname2 isn't supported as well. Maybe we could try to unify the ipv6 plugin and have all the ports use getaddrinfo ? (I didn't dare to do it because I don't want to break anything before a release ;-) 20 May 2002, 19:49:18 UTC
778c00c * ./src/video_output/vout_pictures.c: workaround for a bug in the dummy vout. 20 May 2002, 19:34:58 UTC
ebf2982 * ./Makefile: we check for Makefile.config before including it. 20 May 2002, 19:12:16 UTC
cd08e2c * ./plugins/dummy/dummy.c: added --dummy-chroma option. * ./plugins/dummy/vout_dummy.c: the dummy vout plugin now uses vlc's vout_AllocatePicture instead of its own. * ./src/video_output/vout_pictures.c: added YUY2 in vout_AllocatePicture. 20 May 2002, 19:02:22 UTC
f762dca Added Makefile.config. 20 May 2002, 18:51:57 UTC
f461b69 * ./Makefile: forgot to remove Makefile.config in the distclean rule. 20 May 2002, 18:43:02 UTC
2cd2d8b * Added an option to disable the dynamic range compression. 20 May 2002, 15:03:33 UTC
287f188 * ./ChangeLog: updated changelog. 20 May 2002, 14:22:52 UTC
b4985b9 * ./Makefile.opts.in: removed configuration stuff which does not need to rebuild anything to Makefile.config, so that editing it will not cause a complete rebuild. 20 May 2002, 14:12:15 UTC
2ead226 Improved Overlay and Bitmap output modes. Due to existing bug in some Chroma's the Overlay does not work for nVidia cards. Sorry. 20 May 2002, 11:21:01 UTC
f6d172c Removed unused headers. 20 May 2002, 10:44:18 UTC
634e584 * ./plugins/macosx/intf_controller.[mh]: you can now drag & drop files onto the vlc dock icon. CFBundleDocumentTypes in Info.plist doesn't seem to have any effect, so you'll have to hold down command-option when dropping until this is resolved. 20 May 2002, 05:20:12 UTC
fe95288 Mac OS X-specific : * We now use real-time threads ; * Worked around a bug when seeking ; All : * Removed my patch to the video output since it causes problems for some people. 19 May 2002, 23:51:37 UTC
dec3c9e * Fixes for ffmpeg and mad. 19 May 2002, 22:46:53 UTC
1f79d1e * OS X intf is now more consistent with Apple guidelines. 19 May 2002, 20:55:00 UTC
47e2835 * fixed a segfault I introduced lately in gtk_preferences. 19 May 2002, 20:26:11 UTC
36180ab * ./plugins/macosx/intf_vlc_wrapper.m: don't try to eject unless there is a disc to eject. 19 May 2002, 19:16:40 UTC
dc0450f * Fixed a segfault in the Mac OS X interface. 19 May 2002, 17:27:39 UTC
b5f16d7 * plugins/satellite/input_satellite.c: cosmetic changes in error messages * plugins/gtk/*: gtk and gnome interfaces now uses frequency and symbol rates default values 19 May 2002, 16:45:17 UTC
966567b Removed fixed entries. 19 May 2002, 16:01:26 UTC
d550a0f *Initialize p_spudec->p_vout to NULL to prevent segfault if InitThread does not complete. 19 May 2002, 15:50:02 UTC
2bb2d00 * on win32 the rc plugin opens a new console. 19 May 2002, 15:23:35 UTC
bf05a0e * filters were using memalign but freeing p_data instead of p_data_orig. * updated MSVC++ project. * small corrections to the LONGTEXT descriptions in main.c. 19 May 2002, 12:57:32 UTC
c7b4f0c * A few updates. 19 May 2002, 12:12:06 UTC
51400cc * New vlc.spec, courtesy of Yves Duret <yves.duret@mandrakesoft.com>. 19 May 2002, 12:09:38 UTC
35fa354 * New --with-ffmpeg option for standard installations. 19 May 2002, 11:29:51 UTC
96ee72f Updated long descriptions. 19 May 2002, 11:02:46 UTC
b0ab1d9 * on win32 the dummy interface plugin will open a dos command box. With this fix, vlc should never fail silently and leave a ghost process running in the background when there isn't any working GUI plugin. 19 May 2002, 10:06:37 UTC
130d95c * moved the mpeg-motion and mpeg-idct options to the mpeg_vdec plugin * added a few *_LONGTEXT descriptions to main.c * on win32 DVD/VCD_DEVICE defaults to to D: Could anyone finish the *_LONGTEXT descriptions in main.c. There aren't that many left right now, just the ones I didn't really know what to do with. If someone also wants to review and change the already existing *_LONGTEXT descriptions, he is welcome as well because there are not really high quality descriptions :( 19 May 2002, 09:37:02 UTC
7bfa775 *Mark subpictures destroyed when we end spudec thread. 19 May 2002, 01:07:13 UTC
694cce7 * Another addition. 19 May 2002, 00:43:42 UTC
032b437 * Desperate attempt to improve audio output ; * Updated documentation. 19 May 2002, 00:34:54 UTC
348f966 * updated INSTALL.win32 * a little bit of clean-up in the directx video output plugin 18 May 2002, 22:41:43 UTC
c673b2b * Fixed Mac OS X resizing. 18 May 2002, 18:48:24 UTC
bdb8278 * Warning levels are no longer additive, patch courtesy of Arnaud de Bossoreille de Ribou <bozo@via.ecp.fr> 18 May 2002, 17:53:11 UTC
ac5c557 * ALL: changed __inline__ with inline (autoconf does the job for us anyway, and mipspro doesn't know about __inline__). 18 May 2002, 17:47:47 UTC
feb33ac * fixed deadlock in NextFrame() in aout_pcm.c 18 May 2002, 15:51:37 UTC
885583c * fixed a bug in the directx window creation function. We register a window class once per process so we must be careful not to free the associated resources. 18 May 2002, 15:34:04 UTC
7adf504 * updated the MSVC++ project files and added support for dirent (vlc compiled with msvc can now load plugins - even compiled with mingw). * small portability fixes. 18 May 2002, 14:03:13 UTC
back to top