https://github.com/videolan/vlc

sort by:
Revision Author Date Message Commit Date
8ba7ff7 * Renamed all tags (eg. v0_2_83 -> 0.2.83). 06 March 2004, 17:59:16 UTC
49069a6 This commit was manufactured by cvs2svn to create tag 'v0_7_1'. 05 March 2004, 15:18:47 UTC
ab3260f * ChangeLog: updated for 0.7.1. 01 March 2004, 21:23:09 UTC
f5916b6 * modules/gui/skins2/Modules.am: oops, 1 file too much. 01 March 2004, 20:36:24 UTC
477f4e5 * po/*: ./toolbox --update-po in preparation for the release. 01 March 2004, 20:04:55 UTC
8b1e1eb * modules/gui/skins2/src/skin_main.cpp: default skin is skins2/default/theme.xml. 01 March 2004, 19:58:16 UTC
657e2a2 * modules/gui/skins2/Modules.am: include the default skins2 theme in the "make dist" rule. * install-win32, Makefile.am: include the default skins2 theme in the win32 package. 01 March 2004, 19:41:42 UTC
f7639c1 * all: changed dtd version to 1.99 before the final dtd freeze 01 March 2004, 19:36:43 UTC
3a1bce3 * parser/builder.cpp, parser/skin_parser.cpp: unique IDs are generated in the xml parser instead of the builder: fixes nasty bugs related to layout IDs * theme/skin.dtd: "id" attribute is no longer required for window 01 March 2004, 18:33:31 UTC
e9050e5 * modules/gui/wxwindows/*: make sure we re-use the streaming wizard so the user selection doesn't get lost each time it is opened. 01 March 2004, 18:31:13 UTC
b538045 * modules/demux/mkv.cpp: fixed copy&paste bug. 01 March 2004, 17:36:26 UTC
4598fd2 * include/vlc_threads.h: + lower a bit the input thread priority on win32 (using THREAD_PRIORITY_ABOVE_NORMAL now). * modules/access/file.c: + s/config_GetInt()/var_Get() for file-caching. * modules/access_output/udp.c: + less verbose debug messages. + increase thread priority on win32. 01 March 2004, 12:50:39 UTC
cf0968d * Added two files in Modules.am 01 March 2004, 11:55:25 UTC
773cd52 Shit, forgot to :wq before committing :) sorry guys 29 February 2004, 23:08:42 UTC
5f02f26 Updated PDA interface. 29 February 2004, 22:59:59 UTC
9e8b6d1 Minor changes to the italian translation (thanks to Paolo Caravello) Actually, we still got some (huge) untranslated strings in libvlc.h, I'll care about them after the release. 29 February 2004, 22:56:23 UTC
487e356 Updated version strings to 0.7.1 for upcoming release. 29 February 2004, 21:10:00 UTC
64f562a Updated Dutch translation. 29 February 2004, 21:09:29 UTC
3b44609 * configure.ac: fixed --with-dts-tree. 29 February 2004, 19:28:10 UTC
1dc6850 * NEWS: updated. 29 February 2004, 19:12:00 UTC
070b6a3 * modules/demux/rawdv.c: DV audio support was removed from libavcodec so reimplemented it here. 29 February 2004, 19:01:22 UTC
23c72b3 * src/skin_main.cpp: do not delete the input a second time ! 29 February 2004, 17:36:55 UTC
a2ce62f * controls/*, src/generic_window.cpp, src/generic_layout.cpp: a visibiliy variable is now owned by CtrlGeneric, and handled directly by the layout and the window (at the moment only the slider control uses it) * theme/skin.dtd, parser/builder.cpp, parser, skin_parser.cpp: added the "color" attribute for control text 29 February 2004, 16:49:55 UTC
0925e59 * INSTALL.win32: updated win32 build instructions. 29 February 2004, 14:35:10 UTC
04243e8 Sanity check 29 February 2004, 14:05:45 UTC
bafbf60 * src/skin_main.cpp: fixed a bug related to the destruction order ;) 29 February 2004, 14:05:14 UTC
f22ca27 Fixed breakage which has been introduced in the last commit 29 February 2004, 13:55:04 UTC
173b708 spelling fixes 29 February 2004, 13:49:02 UTC
685a71e * ipkg/Makefile.am: don't try to package files which have been removed. 29 February 2004, 13:33:47 UTC
26ad94d * src/misc/variables.c: fixed memleak. * include/vlc_common.h: use pragma to disable useless MSVC warnings. 29 February 2004, 13:08:56 UTC
7692221 * ALL: bumped revision number to 0.7.1 * modules/audio_filter/converter/dtstofloat32.c: update for libdts-0.0.2 29 February 2004, 13:05:22 UTC
cce86eb * src/packages.mak: updated for libdts-0.0.2 29 February 2004, 13:03:19 UTC
99c14b4 Search on the author field too 28 February 2004, 19:40:06 UTC
a942a4d Fix loop on end of search 28 February 2004, 19:31:54 UTC
a4c1238 * modules/gui/wxwindows/streamout.cpp: added mp4a to the list of audio transcoders. 28 February 2004, 19:30:04 UTC
7b8bb1f * src/playlist/*: portability fixes, moved playlist_AddOption() to item-ext.c. 28 February 2004, 17:10:23 UTC
3c5c523 macosx/vout* : don't forget to exit fullscreen mode at EOF, fixed a segfault 28 February 2004, 13:53:35 UTC
c97ac86 Updated german translation 27 February 2004, 22:33:38 UTC
e7c5d1e * src/skin_main.cpp: fixed bug related to the destruction order. * parser/xmlparser.hpp: removed useless change. 27 February 2004, 15:07:04 UTC
36fb9ee * avi.c: uses rv15 for 15 and 16 bits file. (I don't know if it's ok). 27 February 2004, 14:22:18 UTC
6a94cd6 * avi.c: added support for rgb 32 (24 won't work under linux as the vout handle 24 and 32 the same way :( 27 February 2004, 14:05:55 UTC
15320ba * rawvideo.c, ffmpeg/chroma.c: added YVU9. 27 February 2004, 14:02:05 UTC
9803dc4 * vout_pictures.*: added YVU9. 27 February 2004, 14:01:35 UTC
6ae1b0c * modules/gui/skins2/*: portability fixes. 27 February 2004, 13:24:12 UTC
c8caf93 it.po: italian localization for VLC 0.7.1 fr.po: minor fixes 26 February 2004, 19:11:44 UTC
f8c7410 * Don't crash during my demo to the university computer labs. - don't crash when i_output < 0 26 February 2004, 17:07:37 UTC
24b3d06 * modules/audio_output/directx.c: don't use hardware buffers for <= 2 channels. A few users have been reporting problems with the directx audio output and it might very well be the cause of their problems (ie. with buggy drivers). 26 February 2004, 17:02:17 UTC
f310fe8 * another thing that wasn't committed yet. - Fix Playlist Save. Can only do m3u atm. 26 February 2004, 14:40:29 UTC
7a9f74a * modules/video_output/directx/*: fixes uninitialized variables and memleaks. 26 February 2004, 13:58:23 UTC
a1acd9a * don't break things... 26 February 2004, 13:24:55 UTC
156136f * Something I forgot --macosx-stretch mode. Ignore aspect ratio and stretch video to fill window. 26 February 2004, 13:04:55 UTC
b8ed390 * modules/gui/wxwindows/wxwindows.cpp: include setlocale.h after the vlc headers. * modules/gui/wxwindows/menus.cpp: fixed memory leaks. * modules/gui/wxwindows/playlist.cpp: fixed deadlock. 26 February 2004, 12:04:14 UTC
1babb27 * modules/gui/wxwindows/playlist.cpp: removed useless lock. 26 February 2004, 08:24:29 UTC
c05cb26 * modules/gui/wxwindows/*: a whole bunch of bug-fixes spotted by running the debug build of wxWindows. 26 February 2004, 00:23:04 UTC
a8d51df * Disable libmad on OS X 25 February 2004, 23:28:04 UTC
9bff969 Fixed an incorrect string 25 February 2004, 22:42:48 UTC
a250878 Added configuration for h3600 iPAQ PDA with small Flash sizes. Removed unused files. 25 February 2004, 22:16:20 UTC
27ace95 Update of the french translation. This file need reviewing, please help 25 February 2004, 22:01:34 UTC
a530063 macosx/vout* : fixed OpenGL fullscreen (still needs some cleaning) 25 February 2004, 19:27:23 UTC
d743958 * src/input/input_dec.c: compilation fix. 25 February 2004, 18:47:02 UTC
80602ac * modules/packetizer/mpeg4audio.c, modules/packetizer/mpegvideo.c: compilation fix. 25 February 2004, 18:43:24 UTC
b031511 * modules/gui/wxwindows/wxwindows.h: workaround/compilation fix for new wxWindows versions. 25 February 2004, 18:42:38 UTC
9012c15 * libmpeg2.c: lalala, compilation fix... 25 February 2004, 18:22:54 UTC
de81c25 * all: removed block_t->b_discontinuity,b_frame_* and added i_flags field and a few BLOCK_FLAG_*. 25 February 2004, 17:48:52 UTC
e752302 Update of the brazilian portuguese translation, thanks to Andr� de Barros Martins Ribeiro 25 February 2004, 14:02:34 UTC
4c19e52 * all: fixed sout-audio/video options. 25 February 2004, 12:38:33 UTC
957af4c * modules/gui/wxwindows/menus.cpp: try to display choices menus in a more clever way (hide useless things like empty menus). 24 February 2004, 22:15:41 UTC
4b029f2 * modules/demux/dts.c: improved detection of wav dts files. 24 February 2004, 19:23:11 UTC
69ddcc6 Fix problem in playlist update code. Strangely, the "AddPendingEvent" wxwindows call seems to hang, so replace it bhy "ProcessEvent" (the playlist update is processed immediately in the callback, but it is only the update of one item, so it should not be a problem) 24 February 2004, 18:19:44 UTC
1a80973 * modules/access/cdda.c: added "cddasimple" shortcut. 24 February 2004, 17:43:31 UTC
2c0ea28 * modules/stream_out/transcode.c: compilation fixes for ffmpeg-0.4.8. 24 February 2004, 17:42:07 UTC
ea7a251 Do not send an event when clicking out of the search box 24 February 2004, 17:16:27 UTC
768bfe3 * http.c: "Transfer-Encoding: chunked" support. (Tested with only one URL). 24 February 2004, 16:31:46 UTC
5fc3537 * modules/demux/wav.c: more fixes for multichannel wav files support. * include/codecs.h: ms speakers definitions. * modules/codec/araw.c: added support for fl64 fourcc. 23 February 2004, 23:01:05 UTC
914b337 * src/playlist/playlist.c: who said testing was useful ? 23 February 2004, 21:57:56 UTC
74e0d99 * src/playlist/playlist.c: bug fix. 23 February 2004, 21:50:14 UTC
d652c3d modules/misc/sap.c: * fixed two memleaks, one of them rather large * fix for http announces that don't start the filename part with '/' 23 February 2004, 21:00:37 UTC
14a95d4 Enlarged some fields in the OpenTarget-Window to display the entire localizations 23 February 2004, 20:55:41 UTC
45c1f2a * livedotcom.cpp: nULL -> UI64C(n). 23 February 2004, 20:45:52 UTC
88b8f59 * livedotcom.cpp: a fix + a nasty hack that should fix playback of streams using weird value after a synch with RTCP. 23 February 2004, 20:35:42 UTC
a6f71ff * include/vlc_common.h: added the UI64C() macro for unsinged long long constants. 23 February 2004, 20:34:47 UTC
7055051 * modules/gui/wxwindows/playlist.cpp: don't update the GUI from different threads! * src/playlist/playlist.c: vout/sout garbage collection improvements. 23 February 2004, 12:17:24 UTC
8b55f11 Change error reporting on memory error to be memory error. 23 February 2004, 00:10:50 UTC
24d6aad ipv4.c : BeOS compile fix 22 February 2004, 23:09:25 UTC
42ad183 * modules/access/cdda/access.c: fix to allow playing the last track and cd's with only 1 track. 22 February 2004, 21:32:42 UTC
d9133f1 * input_programs.c: a little memleak. 22 February 2004, 16:40:25 UTC
ef9b193 * all: changed the prototype of sout_InputNew. 22 February 2004, 16:08:47 UTC
68e3f34 * livedotcom.cpp: bug fix. (a bad memory allocation). 22 February 2004, 16:01:42 UTC
08ae741 * sub.c: VobSub fix. 22 February 2004, 15:59:53 UTC
3e78ed5 * all: compilation warning fixes (mainly missings headers). 22 February 2004, 15:57:41 UTC
eb0af11 Fix compilation warnings 22 February 2004, 15:52:33 UTC
c37f123 * Updated contrib build system * src/misc/threads.c: fixed a Darwin-specific bug introduced recently 22 February 2004, 15:41:27 UTC
378c0f1 * configure.ac: added an --enable-utf8 option (default enabled on osx/beos/win32). * src/libvlc.c, modules/gui/wxwindows/wxwindows.h: use #ifdef ENABLE_UTF8 22 February 2004, 15:03:33 UTC
5caf445 Fix valgrind-caught memory leak. 22 February 2004, 10:52:23 UTC
f0dfceb Fix mem leak caught by valgrind. 22 February 2004, 10:30:41 UTC
e1c0f35 fix mem leak. (Caught by valgrind.) 22 February 2004, 10:30:22 UTC
d675fdf Make sure a couple of variables are initialized before reading. (caught by valgrind). 22 February 2004, 09:35:48 UTC
3ba2ac1 * po/*: ./toolbox --update-po. 22 February 2004, 00:55:31 UTC
e521bfb * modules/demux/playlist/Modules.am: don't forget playlist.h. 22 February 2004, 00:33:10 UTC
f982997 * ALL: preparation for 0.7.1-test2. 22 February 2004, 00:15:33 UTC
back to top