An error occurred fetching the project authors.
- 06 Nov, 2001 1 commit
-
-
Christophe Massiot authored
-
- 05 Nov, 2001 1 commit
-
-
Christophe Massiot authored
-
- 30 Oct, 2001 1 commit
-
-
Cyril Deguet authored
-
- 16 Oct, 2001 1 commit
-
-
Stéphane Borel authored
-libdvdcss error messages are reported in input_dvd.c. -vlc verbosity also enables more error messages from libdvdcss.
-
- 14 Oct, 2001 1 commit
-
-
Stéphane Borel authored
-
- 13 Oct, 2001 1 commit
-
-
Stéphane Borel authored
1) Crack the title key (the method that was here before). The only change here is that we search the key for the exact chapter we are seeking with DVDSetArea (in case the key has changed within a title). It is maybe not a good idea. 2) Crack the disc key, which allows us to decode instantly all title keys. I've used an algorithm from Frank Stevenson ; it eats much memory (64MB), and takes about 15 s at launch time. 3) Decode the disc key with player keys (libcss method). However, you need licensed player keys at build time for that to work. To choose between libdvdcss methods, a command line options is supplied: vlc --dvdcss <method> where method is one of title, disc, key. Note that all these changes only work with linux now, since we have to add a specific ioctl to read title key. I hope that I haven't broken too many things.
-
- 03 Oct, 2001 1 commit
-
-
Sam Hocevar authored
* Fixed an input segfault which occured using ES input.
-
- 01 Oct, 2001 2 commits
-
-
Christophe Massiot authored
tradeoff.
-
Christophe Massiot authored
* Removed --enable-stats configuration directive. Stats are now activated at runtime with --stats ; * New intf_StatMsg() call ; * Vout picture heap is now 8 pictures instead of 5 (better synchro) ; * Tremendous enhancements in statistics display ; * Better capabilities handling.
-
- 22 Aug, 2001 1 commit
-
-
Sam Hocevar authored
* Split ChangeLog into ChangeLog and ChangeLog.libdvdcss. * Added --xvadaptor flag to select the XVideo adaptor to use. * Everything is ready for the 0.2.83 release.
-
- 18 Jul, 2001 2 commits
-
-
Christophe Massiot authored
* Decoders are niced again, for it is really better.
-
Christophe Massiot authored
* 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.
-
- 27 Jun, 2001 1 commit
-
-
Gildas Bazin authored
- 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
-
- 30 May, 2001 1 commit
-
-
Stéphane Borel authored
-Bugfix in the interface to access the network specific features. -Some base of synchro in ac3 spdif
-
- 15 May, 2001 1 commit
-
-
Sam Hocevar authored
* AC3 IMDCT and downmix functions are now in plugins, --imdct and --downmix options added.
-
- 07 May, 2001 1 commit
-
-
Stéphane Borel authored
level corresponds now to the nb of -v to display the message. *added functionnal preference window in gnome: it changes the envirronment variables *added jump window in gnome to jump to a precise time.
-
- 06 May, 2001 2 commits
-
-
Stéphane Borel authored
tuned appearence, added preferences window (with no features yet), jump window to go to specified time (not functionnal yet), and fixed some bugs. *moved b_fullscreen from p_vout->p_sys to p_vout and unified way of toggling fullscreen in sdl in x11/xvideo output (using p_vout->i_ch nges) so that an interface plugin can toogle fullscreen (implemented in gnome) *added p_input->stream.p_selected_area->i_tell in input TS so that the slider work with ts files ( however, the time counter doesn't since we have no mux_rate ) *improved ac3 spdif output ( and made it work again :)). It uses a true blank frame now, and it allows to switch languages like a traditionnal output. It doesn't support multiplexing though, neither can we switch between spdif/analogical mode on-the-fly. *beginning of the back port of gnome to gtk for those who do not have gnome.
-
Sam Hocevar authored
* Fixed a few warnings with gcc 3.0. * aout and vout are now allocated in banks, making it possible to have several of them at the same time. * configure now checks for MMX and MMX EXT support in the assembler. * Removed all MMX code from the main program and moved it to the existing idct modules (Closes: Debian bug #96036). Don't forget to make distclean before building vlc again.
-
- 01 May, 2001 1 commit
-
-
Sam Hocevar authored
* Mandatory step for video output IV and the audio output quality fix: the output threads are now spawned when a decoder needs one, so it can decide the audio frequency or the video window size. Still under heavy construction, so don't get too excited at finding bugs in it yet. Note: this change broke the XVideo module, so I made its score much lower than before. I suspect xvideo.so had a bug before which only appears now. Other video output plugins may be broken as well, but again this might be due to old existing bugs showing their ugly head. * Fixed a few buffer overflows in the Gnome interface. * The module bank is now a global variable. The video output bank and the audio output bank might follow (when they exist). * Coding style and organization fixes to the spdif decoder. * autoconf and Makefile changes by Arnaud Gomes-do-Vale <arnaud@carrosse.frmug.org>.
-
- 28 Apr, 2001 1 commit
-
-
Sam Hocevar authored
* 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 ?)
-
- 27 Apr, 2001 1 commit
-
-
Christophe Massiot authored
--enable-debug still exists, but only activates -g and additional safety checks. I hope I didn't break anything :))
-
- 20 Apr, 2001 1 commit
-
-
Stéphane Borel authored
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.
-
- 11 Apr, 2001 2 commits
-
-
Sam Hocevar authored
* 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).
-
Henri Fallon authored
- 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
-
- 05 Apr, 2001 1 commit
-
-
Sam Hocevar authored
* 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.
-
- 02 Apr, 2001 1 commit
-
-
Sam Hocevar authored
* 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.
-
- 07 Mar, 2001 1 commit
-
-
Henri Fallon authored
- 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.
-
- 06 Mar, 2001 1 commit
-
-
Christophe Massiot authored
* Increased FIFO_SIZE.
-
- 22 Feb, 2001 1 commit
-
-
Stéphane Borel authored
found one DVD for which ifo seems false). -Title and chapter selection on the command line (see -t and -T options) It will allow to watch some DVD that went through menus by default. -beginning of menus in gnome interface.
-
- 18 Feb, 2001 1 commit
-
-
Sam Hocevar authored
* Ported the framebuffer plugin to the new module API. As for most of the other video output modules, keyboard doesn't work. Except ^C to quit.
-
- 16 Feb, 2001 1 commit
-
-
Sam Hocevar authored
* Fixed a segfault in the input thread creation, as well as a possible deadlock. This happened mostly when opening non-existing files. * Created input_SetStatus to do input_SetRate's job. input_SetRate will be used to set an arbitrary rate, for people who want to read DVDs at 1/2.71828 times the actual speed. * Stubs for the ncurses control interface. No working code yet, but the holes just need to be filled. * Improved X11 support. Still not as functional as before. * The output window now states the method name, so that people know whether they are using X11 or SDL. * The Gnome interface is now drag'n'drop aware, you can drop a file on it just like Xine does (or so I guess).
-
- 12 Feb, 2001 2 commits
-
-
Christophe Massiot authored
-
Sam Hocevar authored
* Fixed my old stupid bug that disabled sound after having played the first playlist item. * Added `Prev' and `Next' buttons to the interface, with the beginning of a playlist window (still empty). * Added `Slow' and `Fast' buttons to the interface and popup menu. Ok, I promise it's the last time I check bloat in, from now the interface commits will be much cleaner and actually fix things :)
-
- 11 Feb, 2001 1 commit
-
-
Sam Hocevar authored
Beginning of Interface II --------------------------- * Plugins have completely disappeared, we now only use the new module API. * All intf and vout modules are now independant. So far, only the Gnome intf module and the SDL vout module have been ported. configure.in has been modified to reflect the changes (x11 and dummy aren't compiled by default anymore, while SDL and Gnome are). Note that this is _not_ Interface II, it's just a step forward. For instance, it lacks the whole message passing scheme. Things that should work: * Right-clicking on the SDL video output window brings the Gnome menu. * Pause, Play, Exit, About work from the menu or from the interface window. * The old SDL keys still work. Things that are broken or may be broken: * Xlib calls are not locked yet, which may lead to "Unexpected async reply" errors, and make the vlc segfault. * Sound only works for the first file. * The SDL vout_sdl.c file is absolutely ugly and kludgey. * The vlc immediately quits when no filename is given as an argument. Not a real bug, but still annoying. * The Gnome menu does not work in fullscreen mode. Things that will come soon, maybe tomorrow: * Complete navigation buttons (fast forward, slow, etc.). * File/Open menu to add files to the playlist. * Return of the X11 video output for those of us who do not have SDL. * Textmode interface for those of us who do not have Gnome. * aout and vout autospawn (maybe).
-
- 08 Feb, 2001 1 commit
-
-
Sam Hocevar authored
This commit is a bit early, but it'll save Stef, Henri and me much time later, when we don't have to backport modifications to input_*.c What's new : - playlist works again (still the old wrong way like Meuuh doesn't like, but this is going to change within a few hours) - input_ps, input_ts and input_dvd are now plugins, located in plugins/mpeg/ and plugins/dvd/ What's broken : - audio output might be broken on some streams ; have to investigate What has changed : - fast/slow keys are now A/Z instead of A/S since S was already linked to the scale/noscale toggle. - `--dvd' doesn't work anymore, for the moment try to use : vlc --input dvd /dev/dvd - module bank is now less verbose ; use `--warn 1' to turn back verbosity on
-
- 31 Jan, 2001 1 commit
-
-
Sam Hocevar authored
. version 0.2.50 for the Linux Expo . --overlay and --fulscreen options (only work with --vout sdl) . the vlc exits after the end of the stream, which prevents from having to kill it and relaunch it during a presentation, just script it like : for i in ~/mpeg/* ; do vlc --fullscreen --overlay --vout sdl $i ; done Yes, I know the --overlay stuff is fucking ugly. But *I* am not the one who redefines vout_sys_t in an interface-related source file. I won't change it until the vout/intf is finished being rewritten. Additional information: if "--overlay --fulscreen" doesn't center your picture, try with your screen geometry, eg: "--overlay --fullscreen --width 1024 --height 768"
-
- 18 Jan, 2001 1 commit
-
-
Sam Hocevar authored
The motion compensation routines are now modules as well ; choose your implementation with `--motion motion', `--motion motionmmx' or `--motion motionmmxext'. Of course, the best implementation is chosen if you don't ask for any. There doesn't seem to be any performance hit due to the move to shared libs, which is a good thing. Please test actively if you have time, though. Updated --help result, manpage, INSTALL document, and a few files. I moved vdec_motion.h and vpar_blocks.h back to /include because they will be needed to build motion compensation modules, but perhaps we don't need to export everything which is in these files. /src/video_decoder/ now has only one .c file, perhaps it could now be merged with video_parser ?
-
- 16 Jan, 2001 1 commit
-
-
Sam Hocevar authored
[ include/config.h.in has changed, don't forget tu run ./configure ] . fixed the --aout, --idct and --yuv flags . updated manpage and --(long)help output to reflect that change . removed a few unneeded #includes here and there . cosmetic changes in error messages in input.c Currently available flags are now : --aout dummy esd dsp alsa --idct idct idctclassic idctmmx --yuv yuv yuvmmx --vout works like before, but still uses the old plugin system for now.
-
- 14 Jan, 2001 1 commit
-
-
Stéphane Borel authored
. Parsing of ifo file almost completed. . Still does not work well.
-
- 12 Jan, 2001 1 commit
-
-
Christophe Massiot authored
INPUT_PTS_DELAY down to 200 ms ; video heap down from 10 to 5 pictures ; decoder fifo size from 1023 to 511 PES ; * Fixed various bugs in 32 bit-versions of input_ext-dec.h ; * Fixed a bug in GetChunk() ; * Renamed GetByte, GetWord, ShowWord to _GetByte, _GetWord, _ShowWord ; * Moved decoder_fifo-specific code from programs.c to dec.c ; * Fixed bugs in program.c that prevented vlc to close all decoders ; * Gave sam a lesson for the use of the bitstream in spu_decoder.c :ppp ; * Made the video parser unlock the reference pictures before quitting (still one left, yaknow why ?)
-