An error occurred fetching the project authors.
- 19 Apr, 2013 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This mostly reverts commit fc5156cc. This also fixes a use-after-free bug.
-
- 18 Sep, 2012 1 commit
-
-
Edward Wang authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 27 May, 2012 1 commit
-
-
Edward Wang authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 22 Oct, 2011 1 commit
-
-
Jean-Baptiste Kempf authored
Instead of 5:4
-
- 20 Nov, 2009 1 commit
-
-
Rémi Duraffort authored
-
- 19 Nov, 2009 1 commit
-
-
Rémi Duraffort authored
-
- 27 Sep, 2009 1 commit
-
-
Rémi Denis-Courmont authored
-
- 12 Jul, 2009 2 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- 14 Jun, 2009 1 commit
-
-
Laurent Aimar authored
-
- 30 May, 2009 1 commit
-
-
Rémi Duraffort authored
-
- 03 Feb, 2009 1 commit
-
-
Adrien Maglo authored
Improve spectrum visualization. Change options : the number of bands for the spectrum and spectrometer visualization is now set with a boolean. Ban some actions to avoid segfaults in visualizations. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 05 Nov, 2008 1 commit
-
-
Laurent Aimar authored
Do not use vout_Request in aout_filter_t anymore but aout_filter_RequestVout. They have the same semantic but it will allows to control every vout creation from aout.
-
- 28 May, 2008 1 commit
-
-
Adrien Maglo authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 24 Mar, 2006 1 commit
-
-
Clément Stenac authored
-
- 01 Feb, 2006 1 commit
-
-
Rémi Denis-Courmont authored
-
- 12 Jan, 2006 1 commit
-
-
Antoine Cellerier authored
-
- 25 Aug, 2005 1 commit
-
-
Clément Stenac authored
Remove the "random" effect
-
- 09 Jul, 2005 1 commit
-
-
Rémi Denis-Courmont authored
-
- 08 Jul, 2005 1 commit
-
-
Rémi Denis-Courmont authored
(da big courmischage)
-
- 16 Dec, 2004 1 commit
-
-
Clément Stenac authored
Fix a bug with preferences Added some more names Use shortname to store the name
-
- 20 Sep, 2003 1 commit
-
-
Laurent Aimar authored
use vout_Request to release the vout (so vout isn't closed when changing playlist item).
-
- 10 Sep, 2003 1 commit
-
-
Clément Stenac authored
* playlist.cpp: removed "..." in menu entries as we don't open a box
-
- 08 Sep, 2003 1 commit
-
-
Clément Stenac authored
modules/visualisation/visual/visual.h: - Change default effect-height - Less scaling in spectrum analyser
-
- 29 Aug, 2003 1 commit
-
-
Clément Stenac authored
- added a spectrum analyser options are: -nb : number of bands , 20 or 80 (80 is default) -separ : how many blank pixels between bands (1 default) -amp : vertical amplification ( 3 default) -peaks: draw peaks ? (default 1) - improved options parsing * fft.c, fft.h : FFT code mainly taken from XMMS (adapted coding style) * visual.c: Sanity checks (users aren't stupid, are they ? ) * LIST: updated the list
-
- 19 Aug, 2003 1 commit
-
-
Clément Stenac authored
* modules/visualisation/visual/* : visualization system. It supports multi-effects. At the moment: -dummy (guess what ? it does nothing) -scope (adapted and fixed from sam's one) -random (displays random plots) Todo: - spectrum analyser - movement effects (rotations, scrolls,...) - blur effect ?
-
- 17 Jun, 2003 1 commit
-
-
Gildas Bazin authored
* modules/*: got rid of empty module objects. * modules/gui/wxwindows/preferences.cpp: fixed the config options display for submodules.
-
- 30 Mar, 2003 2 commits
-
-
Gildas Bazin authored
* modules/*: sanitization of the modules description strings.
-
Sigmund Augdal Helberg authored
modules&misc/logger/logger.c: use add_string_from_list for the logmode option
-
- 27 Feb, 2003 1 commit
-
-
Gildas Bazin authored
* ALL: i18n updates and fixes.
-
- 20 Feb, 2003 1 commit
-
-
Sigmund Augdal Helberg authored
indicate wether it is an "advanced" option or not. The goal with this is to hide the user from all the strange options that very seldom needs to be changed. added an extra argument to all the add_* macros to indicate wether the item is advanced or not. * src/libvlc.h: added an "show advanced options" config option default disabled * src/libvlc.c: the advanced options are not listed by vlc --help and friends unless --advanced is used * modules/gtk/preferences.c: the gtk/gnome preferences dialog don't show advanced options unless advanced is set all: set the advanced flag to VLC_FALSE or VLC_TRUE for all options, by using some common sense. Please check and correct note: All interfaces should still work like they used to, see the change in modules/gtk/preferences.c to find out how to "hide" options. second note: I think I've changed all the modules, but I could not test everyone for compilation, expect some broken modules (the fix is to add ", VLC_TRUE" as last argument to the add_* I forgot)
-
- 04 Aug, 2002 1 commit
-
-
Sam Hocevar authored
waveout, directx, qnx, beos, win32, macosx, and the AltiVec modules. * ALL: removed mention of AC3 in favour of A52. * ./configure.in, ./Makefile*: modules can now be built deeper than 1 directory. As a consequence, the build is even slower (but I'm fixing this) and make clean doesn't work anymore.
-
- 31 Jul, 2002 1 commit
-
-
Sam Hocevar authored
about 2000 lines of code. I could not test everything on every architecture, so please report any module breakage (especially on BeOS, OSX and QNX).
-
- 23 Jul, 2002 1 commit
-
-
Stéphane Borel authored
libdvdplay installed (available from videolan CVS), and request plugins compilation in the usual way: --enable-dvdplay. Note that libdvdplay needs libdvdread and libdvdcss. Currently it has only been tested under linux, with gnome interface (optional) and xvideo output. What works (more or less): -DVD reading in some rare cases :) (title and menus), -Menu pause, -Seeking, -Selecting directly a specific title/chapter/angle, -Changing audio, sub-picture, angle during playback, -Interactive menus with mouse only. What is missing: -Menu buttons highlighting (needs spudec patch), -Keyboard interaction (needs a specific part in port specific plugins), -A specific interface to navigate through menus (needs that I move my ass), -Interactive menus won't work with other output plugins so long as they have not been patched to send mouse/keyboard events to vlc interface, -Whatever you need. Known bugs (bugs in libdvdplay mostly): -Seeking in some menus or intro titles (bad vobu map), -Read/seek error with some DVDs, -the configure needs tweaking, -numerous segfaults, -decoder/output modules locking error, -fuzzy colors in menus when spudec is active (default in menus). The plugin is not guaranteed to work anywhere outside my computer. If it break your, don't come and complain to me :).
-
- 02 Jun, 2002 1 commit
-
-
Sam Hocevar authored
* ./plugins/spudec/spu_decoder.c: we now use FIND_ANYWHERE to find a vout. (ported from v0_4_1_branch) * ./plugins/dvdread/dvdread.c: disabled the dvdread plugin because it currently sucks. * ./src/misc/configuration.c, ./src/interface/main.c: we now accept --nofoo and --no-foo as negations for --foo. Also, the --help output is nicer. * ./plugins/qnx/vout_qnx.c: QNX compilation fix.
-
- 01 Jun, 2002 1 commit
-
-
Sam Hocevar authored
As for video output 4, this breaks almost everything, but I'll slowly do what remains to be fixed during the weekend. Changes in vlc: =============== * vlc is now a very small program (20 lines) which uses the libvlc API; it is quite simple for the moment but can be extended in the future. * interfaces, decoders, video outputs, etc. are now almost the same objects (yes, I know, this is C++ redone in C) and are structured in a tree. More about this later, but basically it allows the following nice features: - several interfaces - several playlists with several outputs - input plugins spawning helper interfaces (will be used for DVD menus) - anything spawning anything; I swear there are useful uses for this! * libvlc can be used in other programs; I'm currently writing a Mozilla plugin for my employer. Things currently broken: ======================== * most interfaces, most ports * the playlist handling (almost finished rewriting this though). This means no file can be played from the GUI, you need to use the commandline. This also means it segfaults at EOF, when exiting the program, and it sometimes refuses to open a file when asked to.
-
- 19 Apr, 2002 1 commit
-
-
Sam Hocevar authored
* ALL: internationalized all configuration strings. * ./src/interface/main.c: we now set LC_CTYPE to get the right charset. * ./src/misc/configuration.c: lots of simplifications in the code. * ./po/vlc/pot: updated translations.
-
- 16 Apr, 2002 1 commit
-
-
Christophe Massiot authored
* MacOS X interface shouldn't take as much CPU as it used to ; * Fixed a bug in Altivec-enabled MC (thanks walken) ; * Fixed a case of segfault in Altivec-enabled memcpy.
-
- 06 Mar, 2002 1 commit
-
-
Stéphane Borel authored
-