https://github.com/videolan/vlc

sort by:
Revision Author Date Message Commit Date
ff141f4 * Renamed all tags (eg. v0_2_83 -> 0.2.83). 06 March 2004, 17:59:16 UTC
e144316 This commit was manufactured by cvs2svn to create tag 'v0_6_1'. 05 March 2004, 15:19:54 UTC
d564269 * ChangeLog: update. 29 July 2003, 23:55:06 UTC
b91133c * configure.ac: added the svlc shortcut for the skins. * install-win32: removed the custom link in the start menu. 29 July 2003, 23:50:39 UTC
aa7b779 * ChangeLog: updated the changelog for the release 29 July 2003, 23:01:52 UTC
55c20a7 * modules/codec/spudec/parse.c: fixed typo found by Meuuh. 29 July 2003, 22:25:40 UTC
95144fb * src/video_output/video_output.c: fixed potential segfault. * configure.ac: don't bail out if matroska headers are not found. 29 July 2003, 22:20:53 UTC
7528b84 * toolbox: fixed typo in the changelog rule. 29 July 2003, 21:56:47 UTC
d2edf5f * modules/video_output/directx/events.c: compilation fix. 29 July 2003, 21:46:44 UTC
53f8728 * modules/gui/macosx/controls.m: fixed race condition in prev/next commands. * modules/gui/wxwindows/wxwindows.cpp: raised the priority of the wxwin interface so it is now the default. We also lower the priority if there is no DISPLAY env variable. * modules/gui/wxwindows/interface.cpp: prev/next buttons are also used to navigate through titles. * modules/video_output/directx/events.c: use arrow keys for DVD navigation. * modules/video_output/x11/xcommon.c: page up/down now seek -10/10 secs. * share/vlc_win32_rc.rc: compilation fix. 29 July 2003, 21:14:10 UTC
dc4c75f * http.c: under linux if no directory is specified search "share/http" and then DATA_PATH"/http". 29 July 2003, 18:51:16 UTC
42b0d32 * configure.ac: bumped version number to 0.6.1. Enabled matroska support by default. * extras/MacOSX/*: bumped version number to 0.6.1. * INSTALL.win32: instructions update. * share/Makefile.am: included the html files for the http interface. * po/*: ran ./toolbox --update-po. 29 July 2003, 17:43:00 UTC
2b5d294 * modules/video_output/x11/xcommon.c: Hopefully a proper fix for the Mozilla event handling bug. 29 July 2003, 09:32:14 UTC
8bfdb6f * modules/video_output/x11/xcommon.c: reverted sam's last commit which broke the event reading loop on the video window. 28 July 2003, 22:46:00 UTC
f70672f * configure.ac: Worked around a bug in the OS X linker, with multiply defined symbols and libmp3lame * Makefile.am: Build po before . because we need the po files to build VLC.app * po/fr.po: French translation courtesy of Jean-Pierre Kuypers * OS X interface: cosmetics 28 July 2003, 21:41:20 UTC
913deba Added HuffYuv and A-law codes for low bitrate and CPU load encodings/transcoding 28 July 2003, 20:25:30 UTC
769e4f6 Added NEWS for iPaq port. 28 July 2003, 20:23:58 UTC
aa1566b Updated build scripts: - enabled video4linux for WebCams on handhelds - enabled PDA Gtk2 interface instead of familiar interface - enabled stream output and transcoding 28 July 2003, 20:23:27 UTC
e1dd3aa * modules/video_output/x11/xcommon.*: endianness patch + arrow keys are now used to browse through the DVD menus. 28 July 2003, 18:02:06 UTC
c0c6130 * Fixed my last commit. 28 July 2003, 13:19:37 UTC
f61cc2f * rc: Fixed a bug with seek command. Added support of "seek n%" (Usefull when mux_rate is nul ) 28 July 2003, 07:16:50 UTC
db3c43d Added PDA images to Makefile.am 28 July 2003, 07:05:21 UTC
fe6a40e * sub: does not issue an error message when sub-file is empty. 27 July 2003, 23:58:32 UTC
4270199 * Brought the new options system to the OSX gui. and some small fixes. 27 July 2003, 23:05:41 UTC
802b24b Gtk2 port of the familiar Linux interface. The name is also changed to PDA so it reflects that it is targeted at handhelds. The familiar interface itself is deprecreated and will be removed after the next stable version of VLC Media Player. 27 July 2003, 21:35:51 UTC
1ec7da4 * modules/audio_output/alsa.c: #ifdef DEBUG -> #ifdef ALSA_DEBUG 27 July 2003, 16:20:53 UTC
f05705c * modules/audio_output/alsa.c: bail out if the device is already in use. 27 July 2003, 16:14:20 UTC
ee88f5f * src/input/input_ext-plugins.c: forgot to re-lock a mutex. 27 July 2003, 15:49:27 UTC
b1bd5cc * src/input/input_clock.c: Fixed two long-standing (> 2 years) bugs - there should be fewer resampling, particularly on DVD chapter changes - when you unpause a DVD, VLC will wait for the drive to spin up, so you won't lose several seconds of movies * modules/gui/macosx/controls.m: Seeking in paused mode resumes the play mode, make the interface take that into account. 27 July 2003, 14:10:02 UTC
788c882 * All: Removed the win32 plugin; wxwindows rulez :) 27 July 2003, 12:31:50 UTC
41e4d5d freetype.c: basic YUY2 rendering (Y only) 26 July 2003, 18:54:20 UTC
5754f34 * modules/gui/skins/controls/checkbox.cpp: compilation fix. 26 July 2003, 15:36:46 UTC
f439a67 ffmpeg: fix potential overread for mpeg4 with vol. 26 July 2003, 15:34:43 UTC
c713876 * modules/gui/wxwindows/open.cpp: move the "open subtitles" line into the file panel. 26 July 2003, 14:19:04 UTC
b4f05bc * modules/gui/skins/controls/checkbox.cpp: Fixed a stupid bug (a return value was always true...) 26 July 2003, 14:04:33 UTC
88b3068 * modules/gui/wxwindows/open.cpp: workaround design problems in wxSpinCtrl (wxSpinCtrl::GetValue() triggers a value update event). 26 July 2003, 12:41:52 UTC
fce542a * modules/gui/wxwindows/*: fixed clean-up of the dialogs provider on exit. * modules/gui/skins/x11/*: proper initialization of a global var so we can start/exit the skins interface several times. 25 July 2003, 22:50:12 UTC
50fd98c * INSTALL.win32: updated build instructions (btw since the last build changes, mingw+msys can be used again to compile VLC). * modules/gui/wxwindows/wxwindows.cpp: oops. 25 July 2003, 13:24:29 UTC
2b616a2 * modules/video_output/directx/events.c: a couple of compiler warning fixes. * msvc/vlc.dsw: relaced basic_skins plugin with the skins one. 25 July 2003, 11:37:22 UTC
d78e17c * configure.ac: libpng (logo plugin) needs to be linked with zlib. * modules/gui/wxwindows/*: a couple of compilation fixes for wxWindows cvs. 25 July 2003, 11:33:24 UTC
7f0f36d * subsdec now uses the new options code. 25 July 2003, 01:11:32 UTC
3fb0884 * Updated it.po 25 July 2003, 01:09:51 UTC
1a67ce0 * Largely updated nl.po * Updated it.po 25 July 2003, 01:09:29 UTC
f87d11a * modules/gui/wxwindows/wxwindows.cpp: temporary hack (I hope ;) to fix win32 compilation with wxWindows < 2.5. 24 July 2003, 23:21:18 UTC
b558492 * src/misc/modules.c: if module_Need() was passed an interface module name, respect this choice even if vlc was run with a specific interface shortcut. 24 July 2003, 22:58:21 UTC
af85b12 * modules/access/v4l/v4l.c: + Removed my name from this file, I didn't contribute anything major to it. + Added strerror(errno) where adequate, as well as additional debug information, hopefully more useful than "cannot open". 24 July 2003, 22:05:16 UTC
e92510e * modules/gui/wxwindows/*: you can now specify input options in the stream output MRL as well. * modules/misc/freetype.c: bail out if no font has been specified. * modules/demux/util/sub.h: don't forget to detach the demuxsub object. 24 July 2003, 21:50:28 UTC
beab78a * bootstrap: + Run autopoint with the -f flag. + Remove stamp files in the bootstrap process. 24 July 2003, 20:34:47 UTC
c00da18 ignore CR characters wherever they might be. A little better line spaceing, but I still don't understand what this is all about. 24 July 2003, 19:30:27 UTC
cfb29d4 fixed a nasty code duplication where the same function call was two places with just a few lines in between, but in separate #if cases. 24 July 2003, 19:07:03 UTC
e8e9297 * "frequency=" is channel frequency in kHz again * fix a segfault when "/dev/video0" or "norm=" were last arguments of the command line 24 July 2003, 18:30:03 UTC
ad2b2b2 * Changes "frequency=" syntax. New syntax is channel frequency in kHz * shows a warning if frequency is in "previous syntax range" 24 July 2003, 18:27:07 UTC
2b328b8 * modules/gui/wxwindows/open.cpp: compilation fix. 24 July 2003, 17:31:59 UTC
88feabd * modules/gui/wxwindows/*: added support for input options in the open dialog. The stream output and subtitles options use them and you can also add options in the MRL itself. 24 July 2003, 16:07:10 UTC
6135b00 * modules/misc/freetype.c, modules/demux/util/sub.c: cleanup. * modules/demux/util/sub.h: thou shall do a vlc_object_attach(). * src/misc/variables.c: added VLC_VAR_FILE and VLC_VAR_DIRECTORY inheritance support. 23 July 2003, 23:05:25 UTC
f8551cc * Updated po files. STRINGS ARE FROZEN !!! 23 July 2003, 22:55:31 UTC
7f661cb Interface for Familiar v0.7 and GPE. This interface is based on gtk2 libaries. 23 July 2003, 22:02:56 UTC
4684a91 * include/variables.h, src/misc/variables.c: you can now use var_Create() directly to create an object variable with an inherited value. eg. var_Create( p_vout, "zoom", VLC_VAR_FLOAT | VLC_VAR_DOINHERIT ); Beware, the object in which you create the var must be attached to a parent for this to work (otherwise we can't navigate the parents hierarchy to find the value to inherit). * src/input/input.c, src/input/input_programs.c, src/video_output/video_output.c: converted more config_GetFoo() into var_Create()/var_Get(); 23 July 2003, 22:01:25 UTC
5b165b7 * include/vlc_common.h: MAX_PATH PATH_MAX, we don't wanna bother and use the latter everywhere. * modules/demux/util/sub.c: Bring the config options in here to the variable structure. * modules/misc/freetype.c: Bring the config options in here to the variable structure. Fix the linespacing. Dnumgis, it works, just define another linespacing :) 23 July 2003, 21:45:13 UTC
4991321 freetype.c : use the default BeOS font on BeOS 23 July 2003, 19:11:08 UTC
95a8807 * modules/gui/skins/src/banks.cpp: removed a useless event I had forgotten 23 July 2003, 17:31:24 UTC
1643495 * all: fixed depcomp failure 23 July 2003, 09:14:25 UTC
986af9f When recv() returns -1 a bug is triggered inside RTPRead() and RTPChoose(). The return value of Read() is then -1. The test "if (!i_ret) return 0;" will be false and the function will continue resulting in segfault while copying from buffers that are in an undetermined state. The correct test is "if (i_ret<0) return 0;". 23 July 2003, 07:37:34 UTC
6754c25 * modules/misc/sap.c: oops, compilation fix. 23 July 2003, 01:28:54 UTC
eb505a2 * ALL: changes to the playlist_Add() and VLC_AddTarget() proto to include a list of options associated with the input. * src/input/input.c: parses the input options list before spawning the input and create object variables for these options. Options are of the form "[no[-]]foo[=bar]" where foo is the option name and bar is its value. * src/input/input.c, src/input/input_dec.c: use the object var api to get the value of the "sout", "sout-video" and "sout-audio" options. * src/libvlc.c: extended the command line parser to parse input options. Input options must always follow the input they apply to and begin with a ':'. All these changes allow you to specify input specific options. eg: ./vlc --no-sout-audio yourvideo.mpeg :sout=udp/http::8080 :sout-audio yourvideo2.mpeg Here the ":sout" option will only apply to yourvideo.mpeg. "--no-sout-audio" will be a global option so will apply to yourvideo2.mpeg but the global behaviour is overriden by ":sout-audio" for yourvideo.mpeg. TODO: - the interfaces need to be modified to benefit from the new playlist_Add() api. - only "sout", "sout-video", "sout-audio" implemented for now. To make it work with other options, we need to get rid of all the config_GetFoo() and replace them with var_Create()/var_Change()/var_Get(). 23 July 2003, 01:13:48 UTC
19e6278 * Fix Makefiles for removed .rle fonts 22 July 2003, 22:02:44 UTC
cf3bb5c * ALL: - Removed all the RLE subtitle font code. - Removed the .rle and even older .psf font files. - Moved the filesubtitle code from spudec to subsdec. - spudec is again DVD only. 22 July 2003, 20:49:10 UTC
1f4b560 frequency is nom frequency in MHz * 16, as for the v4l input. Breaks compatibility with previous syntax... 22 July 2003, 20:25:07 UTC
e9ecd3b * src/stream_output/stream_output.c: fixed segfault when muxer can't add an elementary stream. 22 July 2003, 18:06:04 UTC
9a825a7 * src/misc/variables.c: fixed small mem leak (courtesy of Andy Lindsay) * modules/gui/wxwindows/interface.cpp: small improvements to the volume control. 22 July 2003, 15:59:06 UTC
e6063e7 * We're finally parsing all parameters (including standard) * syntax is now (roughly) the same as for the v4l input ex : vlc pvr:/dev/video0:frequency=1242:norm=secam:size=12x42:bitrate=1200,maxbitrate=4200 * old syntax is still working * norm can be "pal", "secam", "ntsc" or any hexa value 22 July 2003, 13:58:23 UTC
c2b01bc * http: added "del" and "empty" control. (for playlist). Corrected "previous" command. TODO: doc :( 21 July 2003, 23:53:55 UTC
604f15c Forgot this one. 21 July 2003, 19:45:45 UTC
a195c09 Added missing familiar-playlistb16x16.xpm 21 July 2003, 19:38:59 UTC
a7300bb Updated build rules for the Sharp Zaurus. 21 July 2003, 19:25:54 UTC
68fc71e Updated build rules for iPaq. 21 July 2003, 19:19:48 UTC
03617b3 * modules/codec/spudec/spudec.c: disabled RLE font loading as it's not used anymore. 21 July 2003, 18:24:51 UTC
85d35a7 * modules/codec/quicktime.c, configure.ac: ported the audio part of the quicktime module to win32. 21 July 2003, 17:48:31 UTC
543f828 * Makefile.am, install-win32: removed rle fonts from the win32 package and added the necessary files for the http interface. 21 July 2003, 17:29:58 UTC
4fd39e0 * vlc.ebuild: disabled kde, fixed mad and freetype support * Makefile.am: added html files for http intf to macosx. windows and beos probably need to do this too. 21 July 2003, 01:38:37 UTC
200a61d * modules/misc/freetype.c: set default font on win32. Fixed small memleak as well. 20 July 2003, 23:46:46 UTC
4da83b8 * modules/packetizer/copy.c, modules/stream_out/transcode.c: handle raw RV15, RV16, RV24, RV32, GREY. 20 July 2003, 23:30:07 UTC
183241c removed some c++ style comments, fixed some untrue comments, moved a function prototype 20 July 2003, 23:05:24 UTC
8d171ed * Update of language files 20 July 2003, 22:16:19 UTC
beccf2b * bumped up version to 0.6.1-test1 20 July 2003, 22:06:03 UTC
e7000e0 * Set the default font on Mac OS X to the system font. 20 July 2003, 21:41:13 UTC
b62e141 * modules/gui/wxwindows/streamout.cpp: small cosmetic change for the streamout dialog. 20 July 2003, 21:28:52 UTC
9b8e4de * removed matrox support, since the modules is broken http://bugs.gentoo.org/show_bug.cgi?id=24910 20 July 2003, 20:54:01 UTC
573de01 * modules/gui/skins/*: removed useless code 20 July 2003, 20:42:23 UTC
ac35c59 * src/input/input_ext-plugins.c: fixed previous commit. * modules/gui/wxwindows/interface.cpp: fixed a couple of bugs. 20 July 2003, 20:33:17 UTC
ebd0d97 * README.MacOSX.rtf: updated section on subtitles. * vlc.ebuild: added amd64 keyword. changed script to use emake again. Removed MODULES from the doc installation. * src/libvlc.h: added the new ffmpeg a/v encoders to the list for the prefs. * share/vlc_win32_rc.rc: Changed the Win32 name of VLC from, "An Opensource Media Player" to "VLC media player". * other: added the new transcoding codecs, channels option and SAP option to the stream output dialog. 20 July 2003, 19:48:30 UTC
d2c52a3 * modules/misc/freetype.c: compilation fix for windows 20 July 2003, 16:56:58 UTC
e9e2c24 Draw the text in the U and V planes as well. Removes the transparency effect. Also check which chroma is in use and give an error message if it isn't supported. Someone (possibly me) should write some renderer functions for other colorspaces. 20 July 2003, 16:26:33 UTC
1aefba7 * Added MPEG 1 to the list of encapsulation methods (useful to produce files playable by WMP). 20 July 2003, 15:33:53 UTC
57effc1 * src/input/input_ext-plugins.c: in input_FillBuffer(), if we can't immediately allocate a new buffer, try until we manage to get one. 20 July 2003, 15:17:47 UTC
ae606ee some cleanup in file info code, add fourccs in hex form ( some users want that ), add audio bitrate when available (untested) 20 July 2003, 12:34:36 UTC
e9829fa * modules/gui/wxwindows/preferences.cpp: windows can't have open _and_ save file dialogs so only use open file dialogs on win32 in the preferences menu. * Makefile.am: removed INSTALL.win32 from the win32 package as it's only useful for developpers anyway. 20 July 2003, 12:22:32 UTC
ae65b15 * modules/gui/wxwindows/*, include/vlc_interface.h: new generic "open file" dialog. * modules/gui/skins/*: use the new generic "open file" dialog to load skins. 20 July 2003, 10:38:49 UTC
ce09ec7 modules/control/joystick.c: Joystick control module (linux only) disabled by default, use --enable-joystick & --extraintf joystick actions are: left-right: variable speed seek up-down: browse the playlist button 1: play/pause button 2: fullscreen 20 July 2003, 08:30:41 UTC
d523d1a * modules/gui/wxwindows/*: proper characters encoding conversions. Override the popup menu only for the main interface. 19 July 2003, 16:33:55 UTC
back to top