https://github.com/videolan/vlc

sort by:
Revision Author Date Message Commit Date
78b15f7 * Renamed all tags (eg. v0_2_83 -> 0.2.83). 06 March 2004, 17:59:16 UTC
aeb6301 This commit was manufactured by cvs2svn to create tag 'v0_2_81'. 05 March 2004, 15:22:12 UTC
4aaa00c * Fix in libdvdcss in the key caching code. * Removed useless variables in configure.in which caused all subsequent compilation tests to fail. 28 July 2001, 02:17:37 UTC
5594c61 Fixed a FreeBSD bug (again). 27 July 2001, 16:40:20 UTC
d307283 * Additional fixes to the sdl-config detection. 27 July 2001, 16:23:14 UTC
c085b21 * Added a make uninstall rule. 27 July 2001, 16:14:58 UTC
4945d2b * Updated version numbers for imminent release. * Fixed the --with-dvdcss flag: o --with-dvdcss - build libdvdcss, link statically (also default behaviour) o --with-dvdcss=local-static - build libdvdcss, link statically o --with-dvdcss=local-shared - build libdvdcss, link dynamically o --with-dvdcss=/foo/bar - don't build libdvdcss, use libdvdcss in /foo/bar * Fixed an omission in the dvdcss.h header. 27 July 2001, 14:43:30 UTC
16c5307 Disabled Dual Prime Arithmetic message for the release :-p. 27 July 2001, 09:17:38 UTC
425c22f Fix another little silly thing. 27 July 2001, 01:19:24 UTC
76fcb7f * Changed libdvdcss API to force binary incompatibility. Yeah, this is evil, but if we don't do it now we'll have to do it when more people are using it. * Fixed minor libdvdcss stuff such as the soname and compilation flags. * New --with-dvdcss flag. Explanation: o default: build libdvdcss, statically link vlc against it. o --with-dvdcss=no: build libdvdcss, dynamically link vlc against it. o --with-dvdcss=yes: don't build libdvdcss, use already installed one. o --with-dvdcss=/foo: don't build libdvdcss, use libdvdcss from /foo/*. (this looks a bit strange to me, I'll find better flag settings) 27 July 2001, 01:05:17 UTC
9fadff5 Fix a bug in aout spdif with dolby stereo (use of obsolete PTS). Bozo and Stef : the dream team of bozos. Stef you're gonna die (dunga). 27 July 2001, 00:49:46 UTC
bad0a36 * Format asm functions for gcc -> fixed the segfaults with imdct_sse -> sound is hugly with imdct_sse in debug mode 26 July 2001, 20:00:33 UTC
332c81b Now using gcc -pipe. 26 July 2001, 14:53:24 UTC
4c53a66 (Hopefully) fixed the #@!$ field pictures bug. 26 July 2001, 11:36:52 UTC
d92602e Accept SDL 1.1.5 or later. 26 July 2001, 09:08:57 UTC
67b8326 * Fixed the MMX YUV plugin issues with gcc 2.96 and 3.0. * Updated TODO, cosmetic changes. 26 July 2001, 03:13:30 UTC
7a9a6f5 Now use sdl-config for SDL. 25 July 2001, 19:14:06 UTC
715fae6 Fixed a stupid bug in buffer management with field pictures. 25 July 2001, 18:06:27 UTC
4452dad Fixed a reinit bug after a discontinuity - such as seek(). 25 July 2001, 15:37:34 UTC
9d389d4 The spdif audio output won't kill itself anymore at the beginning. 25 July 2001, 14:51:48 UTC
664478c * Fixed my latest gnome Makefile breakage. 25 July 2001, 14:14:38 UTC
5bcfa0f * dvdcss_readv optimisations for Win32. We now send only one read command to the DVD drive for the whole iovec. * Fixed _win32_dvdcss_aread to work around the WinASPI32 64kb transfer size restriction. * New and theoretically better Win32 pthread implementation which fixes a problem I was having when changing title on a DVD (netlist related). vlc_cond_multicast may or may not work. * Fixed the "quit" event handling in directx/vout_events.c. * dvd_ifo.c now takes into account error messages from UDFFindFile. * Temporarily disabled aout_Probe() in aout_SDL (this function is creating an awful lot of problems - libSDL bug ). 25 July 2001, 08:41:22 UTC
1977c0a * Updated ChangeLog. 25 July 2001, 03:53:19 UTC
cc67472 * ncurses compilation fix by Michael Mondragon <mammon@lokmail.net>. * fix for large inline functions and gcc 3.0. * fixed the gnome plugin so that it does not include gtk headers. 25 July 2001, 03:12:33 UTC
2cdf460 * libdvdcss segfault fixes, at last! (I really wonder how it could have worked before :) 25 July 2001, 00:23:40 UTC
c4725d1 Tuned constants, since it seems to make people happy. 24 July 2001, 12:03:00 UTC
2d34086 Removed the changes made ; vlc should compile when following the instructions in INSTALL-win32. 24 July 2001, 11:16:09 UTC
4f45f4c Quick and ugly hack in the makefile to allow vlc_win32 to compile when getting it directly from the CVS. As a result, the vlc_win32 program doesn't have an icon any more. Too bad. 24 July 2001, 09:40:05 UTC
8ecba86 Fixed the "paused movie won't restart" bug. 20 July 2001, 16:20:25 UTC
61cd2b0 * QNX RTOS plug-in by Jon Lech Johansen. 19 July 2001, 11:50:51 UTC
9727b87 * FreeBSD compilation fix, by �yvind Kolbu. 19 July 2001, 11:42:31 UTC
33687bb * Updated documentation with recent changes ; * Decoders are niced again, for it is really better. 18 July 2001, 17:05:39 UTC
2430584 A BIG kludge for the calculation of mux_rate, so that times displayed in the scroll bar are now correct for MPEG-2 streams. There is probably a better way to do it, but I haven't found in months. 18 July 2001, 15:21:51 UTC
d0c9b47 * Rewrote the video decoder to take advantage of several processors (SMP mode) ; * Fixed a bug in the video decoder initialization :-p ; * Added --smp option and several hooks in src/input/input_ext-intf.c ; * Grayscale mode now turns off chroma IDCT. 18 July 2001, 14:21:00 UTC
18f5cd9 Cleaned up include/. Unnecessary headers are no longer under include/, but under src/. (eat that) 17 July 2001, 09:48:08 UTC
213957d Added intf_DbgMsg and intf_DbgMsgImm symbols to modules_export.h This fixes the TRACE build. 16 July 2001, 22:00:45 UTC
30d93eb ...and the associated Makefile modifications. 16 July 2001, 16:40:14 UTC
bac9ebf Moved video parser into video decoder. 16 July 2001, 16:39:00 UTC
915759d * Exploded the outdated generic decoder ; * Updated ChangeLog and TODO. 16 July 2001, 16:26:21 UTC
1a03af9 * Added IDEALX developer documentation into main CVS - PLEASE UPDATE REGULARLY ; * Cleaned up doc/ directory. 16 July 2001, 15:54:59 UTC
a707bef Reactivated SDL parachute in non-debug mode (memory leak otherwise). 16 July 2001, 14:33:40 UTC
48b927b Fixed GetChunk for chunks < 4 bytes. 16 July 2001, 12:10:32 UTC
a7a2bab - The Win98 DVD input is finally working. (had to install Win98 on my computer to find the problem ;-) 15 July 2001, 09:49:09 UTC
f20e5c3 - Fixed 2 Win32 bugs in libdvdcss (in _win32_dvdcss_readv), one of them should have prevented the Win9x dvd input from working. - Moved the "if(Win2k)" out of the loop in _win32_dvdcss_readv. - Put a readv() function in input_iovec.h, the input_es now compiles. - Modified input_ts to use this function. - Fixed an initialisation bug in vout_directx.c - Right clicking on the mouse now displays the navigation menu. PS: If someone is willing to test the DVD input on Win95/98/Me I will upload an up to date binary package. 12 July 2001, 23:06:54 UTC
20e17cf I forgot to commit others aout plugins 12 July 2001, 20:44:52 UTC
a25f41c * Fix audio/video synchro bug with esd * Should fix buggy sound due to 44100-48000 Hz conversions 12 July 2001, 20:31:33 UTC
23b4e9b DirectX plugin changes: - The Win32 GetMessage function has been isolated in a thread. This has been done because this function can block the thread. Thanks to this change, you can now move your window without any video and audio interruption. - Splitted the events handling code into a separate file. - Fixed the bug associated with the window dragging option in the diplay properties. 11 July 2001, 14:26:19 UTC
a50a0a2 * libdvdcss enhancements by Billy Biggs <vektor@dumbterm.net>. This breaks vlc's DVD input (looks like decoders are expecting data too early and DVD input can't cope with it due to decryption). Needs to be investigated. * Plugins are now compiled in plugins/* and libraries in lib/*. * The KDE UI compiles again but does not work yet. * ALSA plugin message corrections. * Calculation modules can now be calledwith a shorter name (eg. '--downmix mmx' instead of '--downmix downmixmmx'). * Fixed insane verbosity of the SDL plugin. 11 July 2001, 02:01:05 UTC
96ab9e6 - Fixed the segfault in vout_UnloadFont - DestroyThread in video_output doesn't call pf_destroy if pf_create has failed previously. - The Xvideo plugin now closes the video window when it XVideoGetPort fails in vout_Create. 10 July 2001, 06:07:53 UTC
dee3179 * Alignement in asm functions * 16 bytes alignement for data (need fo SSE) * Optimization in SSE 08 July 2001, 23:15:11 UTC
5b49dba Win32 changes only: - defined off_t as a long long. This allows DVD navigation to work. This change is to be implemented on a compiler by compiler basis. For now, it works on mingw32 (tested) and should work on MSVC (not tested). - Implemented a quick and dirty hack in intf_msg.c to be able to display long long integers with printf on Win32. This change is also necessary to avoid segfaults when debug is enabled in vlc on Win32. - few minor changes in the directx plugins. - defined snprintf in common.h and removed a few #ifdef WIN32 08 July 2001, 17:45:52 UTC
52add4b - Removed unecessary translations in the win32 code from block offsets to byte offsets. This was overflowing some variables. - Reduced the complexity of the Win9x ASPI functions because we only need to handle DVD drive access. - Win32 code now handles seeking in areas above 2.1 Go on DVDs. 07 July 2001, 21:10:58 UTC
f58cb69 * Probably fixed the "X eats more and more CPU" bug. Please test. * mingw32 cross-compilation issue fixed. 07 July 2001, 17:45:29 UTC
43f8d0e * Small optimization in vpar_blocks.c, sparing a few memset() calls. * Additional error checking in vout_sdl.c. * Minor manpage fix, conforming to Debian policy version 3.5.5.0 (Closes Debian bug #99561). 06 July 2001, 08:43:31 UTC
1dafba7 - Portablility fix: We now control the name to be used in the assembler code for a C function or variable. GCC for Win32 normally prepends an underscore to the name of a C function or variable, and the inline assembler code was using the name without the underscore so we had undefined symbols in some modules. - Reenabled all the accelerated modules on Win32. 01 July 2001, 08:49:09 UTC
9db3558 Bugfix for chapters change in DVD. 29 June 2001, 11:34:28 UTC
9c0b2a5 - a few bug fixes for the directx plugin. - removed the custom usleep function for win32 as we don't really need this accuracy, and it was eating cpu resources. 28 June 2001, 22:12:04 UTC
2fbc01b Elementary Stream input plugin (use it with --input es). Only works with video streams at the moment. 27 June 2001, 09:53:57 UTC
f406134 - Added command line option '--stdout <filename>' which redirects stdout and stderr to the specified file. This option should mainly be useful on Win32. - On Win32, vlc now has an icon associated to the .exe file, and is a full GUI application (you don't have this annoying dos command box anymore) - Added INSTALL-win32.txt for specific details to the Win32 port. I've tested these changes on Win32 and Linux, let's hope I didn't break vlc for other platforms. -- Gildas 27 June 2001, 06:29:59 UTC
0967faf * Compile fix for newer versions of MacOS X by Colin Simmonds <colin_simmonds@Mac.lover.org>. * Additional MacOS X DVD ioctl work by Eugenio Jarosiewicz <ej0@cise.ufl.edu>. 25 June 2001, 11:34:08 UTC
01d140d * Win32 network support by Boris Dor�s <babal@via.ecp.fr>. 21 June 2001, 07:22:03 UTC
ec728f1 * Fixed an alignment issue in the ifo parser. The Matrix problem should be solved. * Minor cosmetic fixes and warning removals here and there. 20 June 2001, 07:43:48 UTC
7340778 * FreeBSD (and probably QNX) shared memory handling fix. 19 June 2001, 05:51:57 UTC
e7345b8 * First libdvdcss version 18 June 2001, 23:42:07 UTC
c1881fa New simple playlist. Enable/disable controls depending on what is in the playlist. 15 June 2001, 09:07:10 UTC
9bc943b * Unrolled two loops in dvd_netlist.c to prevent flooding. * DVD input stuttering fix by Jon Lech Johansen. 15 June 2001, 05:12:30 UTC
05761f8 *Removed a lock that caused late frames in DVDRead. 15 June 2001, 01:22:58 UTC
44abaa7 * Added gprof profiling support with --enable-profiling. It works at last! configure with --enable-profiling, build, run vlc (you may want to add --noaudio, it currently segfaults with sound here) and launch "gprof vlc" when finished. To make gprof work with multithreaded programs, one needs to set the internal ITIMER_PROF timer for each new thread launched. I did this through a wrapper in vlc_thread_create (see include/threads.h). 14 June 2001, 20:21:04 UTC
cff6378 * Fully working Windows DVD ioctl support by Jon Lech Johansen. * Usual weekly ChangeLog mass-update. 14 June 2001, 02:47:45 UTC
4b92161 * DirectX enhancements by Gildas Bazin, such as software rendering. * Merged dvdcss_init and dvdcss_open into dvdcss_open, and dvdcss_close and dvdcss_end into dvdcss_close. libdvdcss API now has 7 functions. * Another failed attempt at profiling vlc under Linux: ported the threads API to GNU Pth. Activate with --enable-pth. It doesn't seem to spawn new threads for me, maybe someone will have better luck. * Makefile optimizations. * Automatic build of libdvdcss if not found. 14 June 2001, 01:49:44 UTC
322cfc6 *the dvd netlist no longer stops when the fifo is empty ; it just waits that there are free vectors again 13 June 2001, 00:03:08 UTC
495436e * Exported the CSS part of the dvd plugin into a library. 12 June 2001, 22:14:44 UTC
106079b *slight modification in input_dvd since Getiovec wasn't at the right place *send escape packet when changing title, not to be stuck in some decoder. *the position in the title is now resetted when we change title to prevent a title from being unavailable because we're stuck at the end *fixed a bug with 1-chapter-long title that displayed chapter 0. *added a _temporary_ field in p_main to know whether the audio stream is ac3 (ugly). It allows a vlc launched in spdif mode to play mpeg or lpcm audio. *cleaned the title property messages to get rid of the ugly stars. 12 June 2001, 18:16:49 UTC
a3c92b8 Added LPCM support. It should work with stereo LPCM. Untested with 5-ways LPCM streams. 12 June 2001, 13:50:09 UTC
b947d06 * Fix the warning in compilation of main.c 12 June 2001, 11:02:07 UTC
2788bc6 * Check that OS support SSE optimization for PIII (to avoid illegal hardware instruction on Linux 2.2.x) 12 June 2001, 00:30:41 UTC
7b5259e *Fixed a bug in synchro reinitialisation: we no longer have a shift each time we restart the synchro (for scr discontinuity for instance) *In DVD mode, we reinit the synchro only if the scr are not continuous (instead of each cell) *Try to improve ac3 spdif to prevent from desynchronization. 09 June 2001, 17:01:22 UTC
0c6f4bc * Lots of DirectX plugin fixes by Gildas Bazin. * Compilation fix in message queue mode. 08 June 2001, 20:03:16 UTC
a78e34d * Another FreeBSD compilation fix. 07 June 2001, 22:25:42 UTC
c7cafcb * SDL compilation fix for FreeBSD. * Fixed compilation of motion modules as plugins. 07 June 2001, 22:14:56 UTC
4772336 * Applied old FreeBSD patch for dvd input by German Tischler. * Found what was causing the slowdowns: a namespace collision. Put all plugins into builtins again. 07 June 2001, 15:27:44 UTC
214396b * Put most builtins in plugins again due to performances issues (more about this in a forthcoming post here). * Fixed the painfully slow build process (at last!). * Moved the null plugin together with the dummy one. * Added new dummy input plugin. More on the dummy input plugin: we'll use it to insert commands in the playlist. Currently implemented are the "quit" and "pause" functions, here are examples on how they are used: vlc file.mpeg vlc:quit # exit after file.mpeg has been read. vlc file1.mpeg vlc:pause:3 file2.mpeg # pause 3 seconds before playing # the next file. From now we can more efficiently benchmark vlc. For instance, to test the video output changes I am doing, I use such a command: time vlc -I dummy --noaudio file.mpeg vlc:quit Future extentions might include more interesting stuff like "switch to full screen", "repeat next file 3 times", "switch to SDL video output"... 07 June 2001, 01:10:33 UTC
8dee123 * Updated things and stuff for 0.2.80 release. 05 June 2001, 04:08:06 UTC
f42dc78 * Various little fixes - BeOS interface compilation fix by Rene Gollent. - DirectX plugin compilation fix by Gildas Bazin. - removed %ebx spill in the iMDCT plugins. 03 June 2001, 12:47:22 UTC
348b0e6 Forgot this... Change to the set out of the BeOS code to allow more logical updates. 02 June 2001, 10:16:43 UTC
710b821 Change to the set out of the BeOS code to allow more logical updates. 02 June 2001, 09:42:26 UTC
092798c * Moved modules_builtins.h.in into src/misc. Please remove include/modules_builtins.h in your local tree. 02 June 2001, 01:10:19 UTC
945f294 * DirectX plugin by Gildas Bazin <gbazin@netcourrier.com>. Notes: o I called it 'directx' instead of 'windx' because it made a lot more sense to me. o Completely untested. I didn't manage to compile it yet. o Code in vout_directx.c will go through a big rewrite when vout 4 is finished. Xav is already working on this. 02 June 2001, 01:09:03 UTC
e9cc5c0 *fixed a double malloc/free bug in DVDRead *fixed a lock issue in the interface introduced in my last commit 31 May 2001, 16:10:05 UTC
1d066ee * Win32 plugin support by Gildas Bazin <gbazin@netcourrier.com>. 31 May 2001, 12:45:39 UTC
0c128d4 * BeOS fixes. renamed iovec.h to input_iovec.h because of namespace issues. 31 May 2001, 03:57:54 UTC
305d90f * miscellaneous Win32 fixes by Gildas Bazin <gbazin@netcourrier.com>, sorry for the 2 weeks delay. 31 May 2001, 03:23:24 UTC
b8ce47b * Win2000 DVD input by Jon Lech Johansen <jon-vl@nanocrew.net>. 31 May 2001, 03:12:49 UTC
94d3d4d * Applied patch from Jon Lech Johansen <jon-vl@nanocrew.net> to compile vlc with MS and Intel C/C++ compilers. 31 May 2001, 01:37:08 UTC
b465bcc -Updated the gtk/gnome interface to work in network mode, -Fixed some bugs in interface (language menus in ts, misnamed fields) -Play/Stop work in network mode to start/stop decoding of the stream I have a segfault in imdct_3dn(93). But I can't underdand assembly. 30 May 2001, 23:02:04 UTC
73620c7 * Fixed a bug introduced in my previous commit which broke DVD input. 30 May 2001, 22:16:07 UTC
a3b6500 * Hrmpf. Forgot the most important file. 30 May 2001, 17:04:12 UTC
440f999 * Fixed the BeOS compile typo. * The ALSA plugin is back. * A gift for Gildas: plugins don't rely on backlinking any more. The drawback is the dirty magic in include/modules_export.h which has to be included whenever a module needs one of the functions in it. But a) we should less and less rely on those functions b) no plugin code modification was needed The BeOS and MacOS X modules may be broken when compiled as plugins, I'll check this later when I can reboot under BeOS. 30 May 2001, 17:03:13 UTC
1ffe943 -Changes and bugfixes to make network work in VLAN Broadcast mode. -Bugfix in the interface to access the network specific features. -Some base of synchro in ac3 spdif 30 May 2001, 05:19:03 UTC
6854d3f *Fixed a bug with Previous chapter button in gnome 29 May 2001, 13:53:16 UTC
back to top