https://github.com/videolan/vlc

sort by:
Revision Author Date Message Commit Date
326e86d * Renamed all tags (eg. v0_2_83 -> 0.2.83). 06 March 2004, 17:59:16 UTC
7a2464d This commit was manufactured by cvs2svn to create tag 'v0_2_70'. 05 March 2004, 15:21:50 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
9872562 * vlc core compiles under QNX RTOS. Now if anyone feels like tidying it and writing output and interface plugins... 19 March 2001, 13:26:59 UTC
0d5aa51 * Fixed Debian sparc build for real (Closes: Debian bug #89285). 19 March 2001, 05:08:00 UTC
9c1a7dd Replaced ( a < b/c ) by ( a*c < b ). 18 March 2001, 20:46:16 UTC
2339d58 - Changed read method : we now use select, so we are now able to quit even if no packet has benn receivced. - Put more exmplicit error messages I noticed that now I have "Seeking to position ...." messages even with network input. If someone can do a quick fix, thanks about it. 18 March 2001, 18:48:27 UTC
74e5b40 * Forgot to remove a prototype when creating skeleton plugin. 18 March 2001, 00:15:20 UTC
52f0fa6 * Function prototypes for the forthcoming Darwin and MacOS X port. * Gtk+ interface: fixed a precision issue in the scale. * Qt interface: somebody pop up us the menu!! 18 March 2001, 00:01:13 UTC
b16d6fa -Added dsp plugin compilation (/dev/dsp is not a regular file :)) 17 March 2001, 22:52:00 UTC
8743297 Some rather boring changes to keep the CVS tree up to date with my (working) build 17 March 2001, 19:33:22 UTC
a3c6cd9 * Borrowed config.guess and config.sub from SDL [MacOS X port] ; * Changed files so that the MacOS X port compiles & runs [MacOS X port] ; * If SDL/GTK/DSP is not available, don't compile the associated module. 16 March 2001, 22:37:06 UTC
e281e73 Maybe solved the jump-at-will bug after random seek. 15 March 2001, 16:29:47 UTC
a0c1805 * Bug fixes and enhancements in the Gtk+/Gnome interfaces. o the slider should behave correctly and stop jumping here and there (this bug is _not_ related to Stef's similar bug) o added an "open network" menu (useless since the input doesn't handle it properly yet) o tried to reorganize gnome_callbacks.c and gtk_callbacks.c o stream date is now displayed instead of percentage o renamed gnome_sys.h to intf_gnome.h, and gtk_sys.h to intf_gtk.h * Changed documentation and package creation files. o added versioned conflicts/replaces to vlc-gtk (Closes Debian bug #88796) o removed useless or outdated documentation from doc/* o moved vlc.1 manpage from debian/vlc.1 to doc/vlc.1 * Added basic Qt interface. o working features: slide bar, open file, toolbar, popup menu o added "qvlc" alias, equivalent to "vlc -I qt" o known issues : no "open disc" or "open network" menus yet the IntfWindow class is never cleaned on destruction the popup menu always pop at the middle of the screen * Misc fixes/updates. o renamed netutils.h functions from input_* to network_* o renamed *plst* files and functions to *playlist* (it was stupid from me to name them "plst") o made a few input error messages more meaningful o added -I, -A and -V short flags, corresponding to --intf, --audio and --video I got a lot of conflicts on this commit, lart me if I forgot a file or made old bugs reappear. 15 March 2001, 01:42:20 UTC
93ca303 -Fixed most of the bugs in gnome interface menus -Added radio checks in menu items. There are still issues with default selected item but it works well. 15 March 2001, 00:37:04 UTC
e996c64 misc code clean-up 14 March 2001, 19:55:51 UTC
9ac9b01 * Tried to fix the "stream jumps at will" bug. 14 March 2001, 00:40:24 UTC
e7bfa12 * Fixing of PowerPC bug ( I hope :) ) 13 March 2001, 21:22:41 UTC
a4dc58c - Moved 2 local network functions - Removed old code - Broadcast should work. I'm not detecting broadcast address, i'm binding 0.0.0.0 11 March 2001, 19:00:18 UTC
335d736 Small optim. 10 March 2001, 11:23:10 UTC
f777cfb .nicer drop 09 March 2001, 19:38:47 UTC
01d9ce6 . Hey! table header (Dnd still a little buggy :/) 08 March 2001, 21:58:59 UTC
491a85a . cosmetic variable name changes . drop in the 'blank' part of the list in the playlist adds at the end of the list . drop on the main window adds at the end of the playlist 08 March 2001, 21:47:02 UTC
5525a15 .Added crop and invert selection. .Fixed a potential segfault. 08 March 2001, 15:48:14 UTC
585b6ad Hurg ! ###code is dirty### Please clean it for me :P (or at least, tell me how to clean it) . Slightly modified playlist base interface (Added a function to jump directly to an item, used for double clicking) . Added manymanycallbacks . Added the playlist dialog . Added Dnd support for intf_window and the clist1 . support URI and plain file(s)/folder(s) . Added "show/hide main window" menuitem in intf_popup . Added bugs :P Enjoy and please bug report. 08 March 2001, 13:32:55 UTC
022b6f0 "File|Open DVD" menu now refreshed each time menu selected rather than statically built at execute time. 07 March 2001, 16:32:59 UTC
1bc9a65 Port of the interface menus to gnome plugin. Note that two sorts of navigation menus are implemented : in the menubar, one menu for title and one the chapter in current title ; and in the popup, a cascaded version with all chapters for all menus. The same issues as gtk plugin apply. 07 March 2001, 11:56:33 UTC
ec12688 -Working menus for run-time audio/spu/title/chapter selection with gtk interface. It is a bit buggy yet, and some pieces of code need to change, especially to handle better menus change when title change but it eventually works. 07 March 2001, 10:31:10 UTC
66fc868 -Added `glib-config --libs glib` for interface compilation for debian/sid users 07 March 2001, 02:16:03 UTC
906ce89 * Disabled network input under BeOS so that it compiles again. We'll have to wait for BONE anyway. 07 March 2001, 01:36:41 UTC
a6c6f72 - Fixed TS input ( a nasty dead lock had appeared 4 days ago ) - Added base of network support Things to be done : - Meuuh : fix the PCR synchronisation so that we can set b_pace_cntrol to 0 - Sam : find a way of specifing the type of media (file, net). For the moment, the "--input ts" always call input_NetworkOpen - Maybe sam : for the moment the working syntax is vlc --input ts servername, it should nbe turned into "vlc --server servername". Things that don't work (i'll work on this this week end) : - stopping and retaking a stream - a nice 'waiting for stream' - we select all incoming streams. we should be able to select. Things that haven't been tested : - broadcast - only tested with one stream. Kick me if something is broken by my fault. 07 March 2001, 00:18:46 UTC
6304d60 Added DVD device selection from interface menu 06 March 2001, 19:52:03 UTC
c751bb6 * Fixed an alignment problem in UnalignedShowBits(). 06 March 2001, 19:33:58 UTC
19676f4 * Fixed an alignment problem in PTS parsing. 06 March 2001, 17:54:48 UTC
077cb1b * Fixed an alignment problem on startup. 06 March 2001, 17:39:03 UTC
dbbaf8d * Fixed a boolean_t/int mix. * Increased FIFO_SIZE. 06 March 2001, 15:16:42 UTC
386783b * It now compiles under FreeBSD (though DeCSS stuff probably doesn't work). 06 March 2001, 10:21:59 UTC
9bd016f More changes to interface 06 March 2001, 01:26:06 UTC
6ac3e63 *** empty log message *** 05 March 2001, 22:47:22 UTC
9e29e24 *** empty log message *** 05 March 2001, 22:29:02 UTC
ee8c617 *** empty log message *** 05 March 2001, 20:36:04 UTC
f223ef7 Fixed MPEG-1 mux_rate parsing. Fixed MPEG-1 stuffing. 05 March 2001, 16:00:30 UTC
da6730d Added names to headers Delete BBitmap[0] directly after overlay creation as no longer needed as overlay now owns Bits() 05 March 2001, 13:28:47 UTC
4eb6464 * fixed headers for FreeBSD compilation. * fixed debian/rules for non-x86 packages (Closes: Debian bug #88583). 05 March 2001, 11:53:44 UTC
2afb724 * Everything in place for the 0.2.63 release. * Got rid of the CONTRIBUTORS list, and switched AUTHORS to a linux-kernel like author list. * Updated TODO list. * Fixed a segfault in the BeOS interface when --noaudio was specified. * Title and Chapter selection in the Gnome and Gtk+ interfaces. 05 March 2001, 01:29:25 UTC
317723f -Fixed a bug in audio selection -Tried to fix an issue in size computing. I don't know if this works since I haven't buggy DVDs 05 March 2001, 00:40:06 UTC
9014b46 Commited BeOS changes by Richard Shepherd and Tony Castley. include/video_output.h * Added boolean_t b_YCbr to vout_thread_s structure to flag YUV-YCbCr decoding needed instead of YUV-RGB * Will be removed later when video_output.c rewritten src/video_output.c * vout_CreateThread() initialises b_YCbr to zero plugins/beos/* * New BeOS video plugin that supports hardware overlays and new MediaPlayer compatible interface plugins/* * Added YUV-YCbCr transforms 04 March 2001, 16:20:16 UTC
3fab36d -Fixed bugs in title/chapter handling once more, especially for size detection and location of main movie. -Support for multitrack DVD : now the stream is given to input as it has to be ; however, all the tracks are displayed one after the other ; I think we need to decode navigation ES to choose the track -Fixed behaviour at end of device. 04 March 2001, 13:54:26 UTC
bc2eeef * Added DVD/VCD button and menu for quick DVD device selection to the Gnome and Gtk+ interfaces, so that vlc can play a DVD even when launched from a GUI. 04 March 2001, 03:12:00 UTC
28e3820 * Added debian/* files to help generating CSS-enabled non-US packages, and changed plugins/dvd/* to reflect this change. * Added .xpm icons (fixes lintian warnings). * --help output and manpage are now in sync (Closes Debian bug #87478). * Fixed Build-dpends entry in debian/control (Closes Debian bug #83707). 03 March 2001, 11:01:07 UTC
dc0df7c -completely changed title and chapter initialization. Now we have real title units. -Fixed size for a majority of DVD. 03 March 2001, 07:07:01 UTC
87dc702 Remove an unused file reintroduce after my last commit 02 March 2001, 16:46:57 UTC
591bebd * More consistency in the p_input->stream management. 02 March 2001, 15:51:22 UTC
775bd58 * Made input_SelectES() and input_UnselectES() not block the input thread for a long time. 02 March 2001, 13:49:37 UTC
29670af * Changed debian/control to fix Debian bug #83707 * Added a --disable-css configure option * Moved some code here and there in the DVD plugin to make it easier for me to build the Debian CSS-free packages. 02 March 2001, 13:47:01 UTC
4ebb78d * Fixed miscellaneous alignment problems (alpha/sparc ports) ; * Added a fps display when toggling 'i' ; * Fixed a bug in the video parser where one picture buffer was not released at quit time ; * Broke the mux_rate calculation, but hey guys ! it was already broken and nobody noticed it. 02 March 2001, 13:20:29 UTC
917d257 -New function for DVD reading, that is able to read multiple blocks (I've chosen 32 now), that doesn't use any memcpy anymore and is also much faster. It is ready now for cell positioning in multi-angle DVD (to come soon). -DVD specific netlist adapted to 2048 bytes long blocks that contain several data_packets. -Modification in mpeg_system.c to use p_payload_start instead of p_buffer (necessary for DVD plugin). It does not break other plugins since they set p_payload_start to p_buffer -New field i_read_once in input_thread_s to be able to read more than the TS related 7 packets ; i_read_once is set to INPUT_READ_ONCE by defaults but plugins can change it during initialisation. Please check that nothing is broken :) 02 March 2001, 03:32:46 UTC
2fe30f2 * Bug fix with frequential downmix 02 March 2001, 02:49:11 UTC
a77d5a3 * Additional optimizations to the subtitle decoder * The GGI video output should now be faster. Also, right-mouse-clicking works in GGI mode as well. 28 February 2001, 05:20:02 UTC
a20df57 * Optimizations done to the SPU decoder. Now the RLE is expanded at decoding time, not rendering time. The main loop in vout_RenderSPU is now 20 lines long. 26 February 2001, 17:41:11 UTC
back to top