https://github.com/videolan/vlc

sort by:
Revision Author Date Message Commit Date
3bc51b8 * Renamed all tags (eg. v0_2_83 -> 0.2.83). 06 March 2004, 17:59:16 UTC
0ead5be This commit was manufactured by cvs2svn to create tag 'v0_2_73'. 05 March 2004, 15:21:49 UTC
40fe3b4 Updated files for 0.2.73 release 28 April 2001, 05:08:01 UTC
60d9438 * Fixed a nonsense in configure.in preventing to build sdl.so. * Removed a few stupid debug instructions in aout_s16.c that should have never been commited. Sorry about that. 28 April 2001, 04:47:20 UTC
1c5ddd9 * Don't use the #@%&$! autoconf-suggested CFLAGS. 28 April 2001, 04:09:38 UTC
0a4aeaa * Coding style fixes here and there. * Miscellaneous QNX compile fixes. * Beginning of the mingw32 port by Gildas Bazin <gbazin@netcourrier.com>. * Added Marcari and Gildas to the AUTHORS file. (I commited the mingw32 port because it doesn't add any new code outside the #ifdefs, but we won't tell a word about it for the moment. We don't really need windows users whining about bugs, do we ?) 28 April 2001, 03:36:26 UTC
eb7f7ca Added a howto. Feel free to correct it. I'll put it on the website soon. 28 April 2001, 00:28:52 UTC
da011cf -fixed a segfault added in last commit: initilisation of p_cache was done inside a #ifdef DEBUG It still segfaults for me on exit. 27 April 2001, 23:29:14 UTC
3d72706 Change --enable-debug into --enable-trace. Same with DEBUG_*. --enable-debug still exists, but only activates -g and additional safety checks. I hope I didn't break anything :)) 27 April 2001, 19:29:11 UTC
092858e Repaired broadcast support : binding INADDR_ANY doesn't seem to work. You now have to specify the broadcast address as an argument. Btw, thanks to sam, you can now use ts://server:port style, which gives for broadcast : vlc --broadcast broadcast_addr ts://server[:port] 27 April 2001, 18:07:57 UTC
c0138ec * Fixed the continuous 'seeking position' bug in network mode. * rc interface plugin for vlc control through /dev/stdin courtesy of Peter Surda <shurdeek@panorama.sth.ac.at>. * Support for `ts://foo:42' style input source: vlc ts://vls.via.ecp.fr:1234 vlc ts://vls.via.ecp.fr vlc ts:vls vlc ts:vls:4321 As a side effect, the Gnome and Gtk "network input" buttons work. 27 April 2001, 16:08:26 UTC
f2975c7 * Fixed the ac3dec compilation under BeOS. * Removed a useless #include in aout_sdl.c. 26 April 2001, 11:23:16 UTC
fdd0e7d * Commited Shane's XVideo patches. It works here (tm). * Fixed the XVideo aspect ratio (AR_SQUARE_PICTURE means square pixels, not square image). 26 April 2001, 03:55:44 UTC
2715946 * Follow of the new ac3_decoder ;) - New ac3_mantissa (use of dithflag, new unpack) - Correction of an introducing counting bug in ac3_parse (i forget 2 bits in total_bits_read) 26 April 2001, 00:12:19 UTC
c1458b7 * Removed my optimization attempt. 25 April 2001, 20:54:07 UTC
6783b21 * Fixed an alignment issue with the bit stream and the bit stream callback on startup - InitBitstream prototype has changed ; * Removed a buffer zeroing in video output - doesn't change anything for me, does it for you ? 25 April 2001, 10:22:33 UTC
3bc1ec7 * Updated the TODO list. * Fixed benny's latest C++ism. * Fonts not found are no longer fatal to the video output. 25 April 2001, 09:31:14 UTC
022a684 Get rid of the asprintf that were slow and not available on Solaris. Didn't check if the new code still compiles everywhere, but it should. 25 April 2001, 06:56:47 UTC
26300bb -better handling of angles: you should be able to change on the fly now -removed � bug added at my last commit in css code; cleaned CSSGetKey -various changes and bugfixes in the gnome interface. 22 April 2001, 00:08:26 UTC
224c0e0 * XVideo fullscreen mode by David Kennedy <dkennedy@tinytoad.com>. 21 April 2001, 22:49:24 UTC
9268862 * X11 fullscreen mode, courtesy of David Kennedy <dkennedy@tinytoad.com> 21 April 2001, 00:31:07 UTC
90510c5 * Added prototypes for the Elementary Stream input module for Alexis. it's compiled by default, to activate it: "vlc --input es <file.mpeg>" 20 April 2001, 15:02:48 UTC
3b94a56 * Begin of the new ac3_decoder ;) - New ac3_decoder_thread (we now use GetBits) Please warn me if you encounter some problem 20 April 2001, 12:14:34 UTC
39db76a * Fixed build process when no plugins or no builtins were chosen. * Makefile changes to get around MacOS X's brain-damaged gcc. * FreeBSD configure and Makefile patches, courtesy of Espen Skoglund <esk@ira.uka.de>. 20 April 2001, 11:06:48 UTC
b2e1b23 -corrected some bugs in gnome interface: language menu are now synchronized ; and menus have less chances to be changed when they're opened. -added basic angle support ; this is a first try. It works with my 2 test-DVDs, but I'd like that people having DVDs with repeated scenes to test it. We can choose angle with command line option -u (don't ask me why :) -a cosmetic change in css decryption. Since config.h.in has changed, you have to re-run ./configure. 20 April 2001, 05:40:03 UTC
9f8fcf8 *** empty log message *** 17 April 2001, 20:43:41 UTC
a1c7667 Removed a "1" from an intf_DbgMsg() (courtesy of Steve Brown <sbrown@cortland.com>) 17 April 2001, 18:22:51 UTC
05b2c1e fix MacOS X icon 17 April 2001, 15:17:58 UTC
bb652ac Fixed optional PES size bug, courtesy of Steve Brown <sbrown@cortland.com>. 17 April 2001, 14:54:54 UTC
8fc5297 OS X fixes: * Fixed a compilation issue in the DVDioctl driver. * Added a call to ranlib after a built-in module compilation. 17 April 2001, 14:39:51 UTC
28b0b9a * Fixed a typo in configure.in 16 April 2001, 13:32:55 UTC
372813a * Merged Makefile.common and Makefile.modules.in into Makefile.modules * Updated version number and ChangeLog to 0.2.72 * Additional plugin Makefile cleaning, probably the last. 16 April 2001, 13:00:55 UTC
adff2a8 Re-added the new packet allocation method in PS input, using packet caches. With warning level 1, you can see when a packet is allocated or freed; the goal is to never call 'malloc' nor 'free', except at the beginning of the stream. The size of the different caches can be adjusted in plugins/mpeg/input_ps.h. If 'free' is called too often, it means that a cache is too small, so try to increase its size. 16 April 2001, 12:34:28 UTC
6116299 * Added .cvsignore files in the plugins directories. * Additional Makefile cleaning for built-in modules. * Fixed Makefile for Solaris target. 16 April 2001, 07:40:11 UTC
5427a36 -I hope I have fixed the ifo bug lastly ! 15 April 2001, 21:17:50 UTC
c01112a -Maybe fixed the "cell not found" bug. I can't test it because I don't have a dvd drive here, but it should work now. 15 April 2001, 15:32:48 UTC
4a5e3b5 * All Debian packages are now lintian-clean. * Fixed XVideo plugin linking. 15 April 2001, 15:11:44 UTC
79a45f7 * Updated TODO list with Henri's Apr 6th post. * Built-in modules support almost finished. Now you can compile any module within vlc, even the Gnome, Qt, SDL and GGI modules at the same time, resulting in an awful extra fat vlc binary with gazillons of library dependecies. The only exception is that the Gnome and Gtk+ modules can't be compiled together into vlc. But you can have one compiled built-in and the other as a plugin. Another consequence is that libdl should no longer be needed under MacOS X. I'll check this as soon as possible. 15 April 2001, 10:54:46 UTC
5b51669 * A few Makefile fixes for BeOS * XVideo patches by Shane Harper 15 April 2001, 04:46:41 UTC
6b3c854 * Beginning of the built-in modules support. A few words about the changes: - heavy Makefile butchery has taken place, each plugin now has its own Makefile. I know recursive make blablah harmful, but it was just so much easier to do this way. - Makefile.in has disappeared, we now generate Makefile.opts with the overall configuration options, and Makefile.modules which is specific to module compilation. - After ./configure has been run you may want to modify Makefile.opts to check which modules will be compiled built-in or as plugins. - Some modules cannot be compiled built-in right now because proper linkage doesn't work yet. We don't really care since they're the interface or video output modules. The most important stuff works (iDCT, motion, YUV, input). - It's perfectly valid to compile a module both as built-in and as a plugin. vlc will only load the built-in one, but I'll add an option to ignore built-in modules for testing purposes. - We *should* see a performance increase here. I didn't have much time to test it, but if anyone can confirm and perhaps give a rough estimate of how much we gain... 15 April 2001, 04:19:58 UTC
dc4cad8 * Got rid of the sleep() hack in beos_specific.cpp * Fixed a segfault when launched without argument under Darwin. 14 April 2001, 07:41:20 UTC
e0e2dcd * Fix for Darwin program path handling. I mistakenly assumed that the program path was always absolute. 13 April 2001, 14:33:22 UTC
a3d7033 * Updated version number to 0.2.71 (release today). * Merged 6 months of CVS logs to the ChangeLog file. The vlc changelog can now be viewed here: http://www.videolan.org/vlc/changelog.html * Fixed a lintian error in debian/rules. * XVideo resize patch by Shane Harper <shanegh@optusnet.com.au>. 13 April 2001, 06:20:23 UTC
f11b9a9 *Added udf fix by Billy Biggs *Added checks in dvd_ifo *Cleanings in gnome interface : the interface should be dependant on the input method. 13 April 2001, 05:36:12 UTC
c7df004 TS input : only one audio & spu ES selected at a time Intf : ts streams in menu fixed a typo There be certainly need for debug on the TS input as vls complains about wrong sized PES packets, and that many streams do not seem to work. btw, I forgot to mention in my last commit the function that nooone will ever use : "right button" key of 105 keys keybords support under X11, Xv, Sdl 13 April 2001, 01:49:22 UTC
bbd9bc5 MacOS X make vlc.app now correctly updates vlc.app added an icon to the MacOS X vlc removed the build of the vlc app from the install target 12 April 2001, 17:57:12 UTC
b9f4c2b Fixed menu problem in 0.2.7.0 12 April 2001, 11:10:16 UTC
ae157b7 * Fixed a typo in yesterday's BeOS changes. 12 April 2001, 08:24:30 UTC
7f66cfc -added a field to p_input->stream to inform the interface of a stream change (useful in network mode) 12 April 2001, 03:26:53 UTC
7fecb79 -Fixed a bug in area management added in my last commit -Change the way ifo are read ; I hope this fixes problems with some compilers -Added error checks in dvd input 12 April 2001, 02:40:09 UTC
3ad76f4 * BeOS icon and MIME resources courtesy of Wade Majors <guru@startrek.com>. * Updated icons. * Removed redefinition of NULL in src/audio_decoder/adec_layer?.c. * Created darwin_specific.c to store the program path at boot time. (XXX: check that it didn't break the OS X port) * Fixed a warning in netutils.c. 12 April 2001, 01:52:45 UTC
4a28602 Forgot a little thing...main. Done for now I hope;-) 11 April 2001, 14:10:49 UTC
bd2926f Fixed a dumb mistake in Makefile.in 11 April 2001, 13:56:39 UTC
4ebec61 Updated & cleaned up intf_macosx.c and vout_macosx.c - added Open menu function support and a no-frills About box Created macosx_common.h in plugins/macosx/ to hold , well, common stuff (the way I see it, there is inherently a difficult separation of intf and vout on Mac OS, if anyone has suggestions I'm open) Cleaned up debug spew I left in modules.c and video_text.c Hacked main.c to disregard argv[1] when compiled for OSX & run as a full app (ie., double clicked and not launched from command line)... read the file for more details. UGLY. Updated Makefile.in to make vlc.app by default on Mac OS X & Darwin, added clean code for it as well 11 April 2001, 13:30:30 UTC
b69b9d3 * Fixed icons location and Debian desktop menus. 11 April 2001, 12:52:10 UTC
15ca5a4 * Forgot a BeOS patch on previous commit. 11 April 2001, 04:46:18 UTC
8ee3c60 * Fixed the whitespace/tab issues in the Makefile. * Corrected an awful typo in the version name, I hope Lieutenant Commander Arkady Grigorovich Ourumov will never set up us the bomb for that. * Removed deprecated stuff from config.h. * Disabled message queue by default. * A few other changes in the CSS code, the BeOS issues should be fixed. * Fixed a memory leak in gtk_callbacks.c (thanks to Dae). 11 April 2001, 04:31:59 UTC
d69ab00 - Ported the 0.2.0's channel changing functions - Cosmetic changes : the word 'vlan' is disappearing - network_ChannelJoin is still commented out as it's not in sync anymore with our channel server. Nitrox should fix this within a week. - X and Xv output : added autohide cursor as in SDL - X and Sv : keys 1 to 0 change channel - SDL : keys F1 to F10 change channel as I was not able to make 1..0 work 11 April 2001, 02:01:24 UTC
b3d7d24 -Fixed the lock segfault bug with some compilers -Quick kludge in ifo to avoid a bug with optims. The real fix is coming. 10 April 2001, 17:47:05 UTC
b8539d0 -Fixed a compilation issue due to a change in an interface structure 09 April 2001, 04:15:30 UTC
ac57e78 * XVideo window now has a black background, thanks to Shane Harper. * Fixed a heap corruption in dvd_css.c. 08 April 2001, 16:57:47 UTC
7371e7b Forgot one small thing :P 08 April 2001, 13:11:45 UTC
34eab38 Corrected playlist update on file opening. 08 April 2001, 13:09:32 UTC
9dde727 -fixed css authentication under linux since it has been broken for a few days: we have to initialize agid of authinfo struct. -fixed a segfault on exit when DVDInit fails 08 April 2001, 09:04:33 UTC
e98a5e5 -fixed little poliotage 08 April 2001, 07:45:03 UTC
72ca053 -changes in gnome interface -bugfix in input dvd 08 April 2001, 07:24:47 UTC
1843a61 * Updated ChangeLog and TODO list. * Added TODO to the .spec file. * Fixed Makefile.in so that `make snapshot' takes extras/* in account. 08 April 2001, 04:17:30 UTC
693f22a Removed --enable-mmx (enabled by default under x86) and changed a few things. 07 April 2001, 23:23:50 UTC
196b34a Disable x11 plugin if X11 headers are not found. 07 April 2001, 16:35:05 UTC
9786adf Added a missing file for MacOS X port. 07 April 2001, 16:21:13 UTC
ad08a6d Cleaning code and a small fix to make quit work on OSX 07 April 2001, 04:59:52 UTC
66ac85d * Updated version information in RedHat and Debian package control files. 07 April 2001, 04:17:49 UTC
a8c893f * Sync MOSX dev/CVS tree : code support for MacOS X audio, video and interface (courtesy of Eugenio Jarosiewicz & Colin Delacroix) ; * Bumped up version number to 0.2.70. 06 April 2001, 18:18:10 UTC
94c51c4 * Code cleanup: removed a few tabulations. * Fixed inline asm routines to remove all read/write operands. * Added <string.h> to most files to prevent warnings under FreeBSD. * Added "break;" after "default:" in case switches to prevent warnings when compiling with GCC 3.0pre. 06 April 2001, 09:15:48 UTC
f3f860c switched back to the old packet allocation method for PS input, because Sam does not want the new one ;) 05 April 2001, 16:37:15 UTC
ed003a4 Added a new packet allocation method that punish one's mother in PS input. I hope there won't be too many segfaults because of it ;) A few parameters must be adjusted to optimize this method; I'll do it later because Proba Stat sucks ;) 05 April 2001, 14:00:28 UTC
cfbe869 * added the GNU getopt library, which gets compiled in when getopt_long isn't available on the desired platform. * replaced the `--warning' flag with the standard cumulative `-v' flag. `-v' is like `--warning 3', and `-vvvv' is like `--warning 0' (`--warning' is still valid for those used to it) * cleaning in configure.in and Makefile.in, the Solaris port now builds and runs properly. 05 April 2001, 03:50:38 UTC
646f7c4 * compilation fixes for the BeOS DVD ioctls * XVideo plugin enhancements by Shane Harper <shanegh@optusnet.com.au> 04 April 2001, 16:33:07 UTC
57801bc * additional enhancements to the OS X DVD ioctl module * big cleaning of the BeOS DVD ioctl code, got rid of all Linuxisms 04 April 2001, 02:49:18 UTC
0fee43a -Fall back to one-packet-once reading in dvd input since multi-block seems to have a bug that make the vlc crash on title/audio/spu change. I hope that this bug will be fixed soon for the performance is poorer now -add-ons and changes in gnome interface: *menu subdivision is done only if there are over 20 items, *in DVD mode next/prev apply to title, *in DVD mode, added a box with button to navigate through chapters. This has not been finished yet (and it is not in gtk plugin then). And I think I will leave toolbar next/prev buttons for playlist and add button specifically for title change like for chapters.* 03 April 2001, 03:39:41 UTC
8ccd224 * fixes for the Qt plugin compilation under Debian * heavy butchering in the CSS and DVD ioctl code to put all architecture- dependent code in dvd_ioctl.c * added almost fully-functional /dev/dvd driver for MacOS X in extras/DVDioctl; to build it: % cd extras/DVDioctl % pbxbuild % kextload build/DVDioctl.kext # note: kextload has to be run as root be aware that the license for the DVDioctl kernel extension is not GPL but APSL, because I borrowed some code from the Darwin kernel. 02 April 2001, 23:30:41 UTC
a53dd0f vout_beos now uses double buffering for YCbCr overlay. This (for some reason) improves audio/video sync 02 April 2001, 22:40:07 UTC
f6c80a7 -Various bug fixes in dvd_netlist. Some bugs seem to remain though. -New function input_ToggleES for interaction with interface. -Changes in gnome interface : navigation menus are now splited, there are radio item in menus and the code should be better. -First step for dvd_ifo rewritting. Now allocation/disallocation is being done as it has to be. -Fixed a bug in title management that make dvd like Seven work. 01 April 2001, 07:31:38 UTC
e38b777 * fixed a typo 01 April 2001, 06:42:05 UTC
5ff854e * XVideo plugin courtesy of Shane Harper <shanegh@optusnet.com.au> * Makefile.in and configure.in fixes by Nilmoni Deb <ndeb@ece.cmu.edu> * A few syntax fixes in the plain X11 plugin 01 April 2001, 06:21:44 UTC
52985bd - fixed SDL compilation, thanks to Colin. - disabled Altivec iDCT until it works. 26 March 2001, 19:06:18 UTC
a32ef53 Language & Inteface support for BeOS interface 25 March 2001, 17:09:14 UTC
7cfe1ea -Added a SYNCHRO_START in DVDRead for each cell change to fix multi-angle streams -Changed seek function to prevent jump-at-will and to remove two bugs in sector computing. -Initialize some values in netlist (payload_discard wasn't which caused frame dropping) -Come back of multi-sector read which should make reading faster Now, theyre should be very few reading error, and we have got back the performance we had before my netlist polioting :p 22 March 2001, 01:23:03 UTC
4f551c2 * Header cleaning: filled all empty authors fields, added CVS $Id stuff. * Fixes to aout_darwin.c by Colin Delacroix <colin@zoy.org>. * Fixes to configure.in, Makefile.in and main.c (Altivec detection) by Eugenio Jarosiewicz <ej0@cise.ufl.edu>. * Added Colin and Eugenio to the AUTHORS file. 21 March 2001, 13:42:35 UTC
c0d2635 * Fixed a typo in the Altivec iDCT module declaration. * Made a few enhancements to the Makefile. 21 March 2001, 02:58:29 UTC
d4c55a8 * Altivec instructions autodetection. 20 March 2001, 23:18:38 UTC
81bafaf * SDL fixes and enhancements by Shane Harper <shanegh@optusnet.com.au> Shane, I removed the static variables from your code because static is not thread-safe, and one can imagine having several video output windows launched at the same time. Also, I made your feature work in windowed mode as well, because people kept asking how to hide the mouse pointer. Also, if you want to work on the XVideo extension, you are welcome ; most of us are quite busy at the moment. Damien Lucas <nitrox@via.ecp.fr> had offered to work on it, but he seems to be a bit lost, so you may want to take over his job. As for the "zoom" feature, I suggest you wait until version 4 of the video output is done, it'll be easier to do then. Regards, 20 March 2001, 21:42:41 UTC
1e76706 * Compile Altivec modules on Darwin. [MacOS X port] 20 March 2001, 20:54:44 UTC
d73c57a * Use $QTDIR for the qt module ; 20 March 2001, 20:40:07 UTC
01d6761 * Fixed Makefile for normal people :p 20 March 2001, 20:20:34 UTC
9ab4320 * Added IDCT Altivec optimization [MacOS X port]. Untested, not compiled. 20 March 2001, 20:09:37 UTC
63f2966 * Compile Darwin module by default on Darwin system. [MacOS X port] 20 March 2001, 19:36:59 UTC
13484ed * Support for Darwin CoreAudio, courtesy of Colin Delacroix [MacOS X port] ; * Added warnings for ac3 mantissa (we still have problems with AC3 on MacOS X) ; * Renamed WriteResource to avoid a namespace clash with Darwin's WriteResource. 20 March 2001, 17:36:04 UTC
b004a66 * Split audio output into several separate files to make it easier to debug. Removed a few redundancies as well. 20 March 2001, 04:44:06 UTC
64bda1b Added a #include that prevented when compiling on redhat. 19 March 2001, 22:16:31 UTC
back to top