]> git.sesse.net Git - vlc/shortlog
vlc
2002-03-03 Xavier Marchesini * Fixed DVD input under Win32.
2002-03-03 Sam Hocevar * Got rid of int_types.h and did a few changes Ipkiss...
2002-03-02 Gildas Bazin* fixed compilation problem related to ssize_t
2002-03-02 Xavier Marchesini * Various Win32 compilation fixes.
2002-03-02 Sam Hocevar * ./plugins/dummy/input_dummy.c: fixed `vlc vlc...
2002-03-02 Stéphane Borel*Forgot a header.
2002-03-02 Stéphane Borel*Initiliaze p_access_module & p_demux_modules to NULL...
2002-03-01 Sam Hocevar * ./po/no.po: Norwegian translation by Sigmund Augdal...
2002-03-01 Stéphane Borel*Removed numerous deadlocks.
2002-03-01 Xavier MarchesiniMulticast under Win32 now works with the new input.
2002-03-01 Stéphane Borel*dvd and dvdread support for input III.
2002-03-01 Christophe... Input III (Episode 1).
2002-02-27 Sam Hocevar * ./plugins/mpeg_vdec/vpar_headers.c: we no longer...
2002-02-27 Sam Hocevar * ./configure.in: fixed a plugins/dsp.so compilation...
2002-02-27 Sam Hocevar * ./plugins/dsp/aout_dsp.c: OpenBSD compilation fix.
2002-02-27 Sam Hocevar * ./src/input/input.c: BeOS network support (no idea...
2002-02-27 Sam Hocevar * ./include/common.h: BeOS compile fixes.
2002-02-26 Gildas Bazin* Fixed uninitialized variable in config_Duplicate()
2002-02-26 Gildas Bazin* forgot to add the declaration of server_port in main.c
2002-02-26 Xavier MarchesiniMulticast now works under Win32, but this is a _bad_...
2002-02-26 Stéphane Borel*Reversed my previous configuration change.
2002-02-25 Sam Hocevar * ./include/threads.h: support for the State Threads...
2002-02-25 Stéphane Borel*Adaptation to new configuration scheme for dvd, dvdrea...
2002-02-25 Sam Hocevar * ./plugins/lirc/lirc.c: removed CVS garbage.
2002-02-25 Sam Hocevar * ./plugins/gtk/gtk_menu.c: fixed a compile issue...
2002-02-24 Sam Hocevar * Replacement header for aout_common.h.
2002-02-24 Sam Hocevar * Forgot one fix in my previous commit. As usual.
2002-02-24 Sam Hocevar * Fixed a quite old bug in the audio output which...
2002-02-24 Johan BilienAdded a menu in the GTK and gnome interfaces to change...
2002-02-24 Gildas BazinThis is the first part of the new configuration archite...
2002-02-23 Gildas Bazin* fixed array over-run bug in intf_MsgUnsub
2002-02-22 Gildas Bazin* Don't try to grok altivec with mingw32.
2002-02-21 Sam Hocevar * ./src/misc/modules_plugin.h: if symbol foo isn...
2002-02-21 Sam Hocevar * ./plugins/lirc/lirc.c: non-blocking patch from...
2002-02-21 Sam Hocevar * ./configure.in: gtk*-config detection fix for FreeBSD.
2002-02-20 Sam Hocevar * ./configure.in: removed a bashism.
2002-02-20 Sam Hocevar * ./Makefile: the win32 port now uses a more recent...
2002-02-20 Sam Hocevar * ./plugins/gtk/gtk.c: the log window is now black...
2002-02-20 Jon Lech Johansen * MacOS X VCD support.
2002-02-20 Sam Hocevar * ./plugins/lirc/lirc.c: fixed my mistakes from yeste...
2002-02-19 Sam Hocevar * ./plugins/lirc/lirc.: various fixes, thanks to...
2002-02-19 Sam Hocevar * Got rid of TRACE and intf_DbgMsg which were seldom...
2002-02-18 Stéphane BorelFixed a typo in aspect ratio calculation
2002-02-18 Jon Lech Johansen * MacOS X vout improvements
2002-02-15 Gildas Bazin* Win32 compilation fixes (mingw includes dirent)
2002-02-15 Sam Hocevar * ALL: got rid of *_Probe functions because most...
2002-02-14 Sam Hocevar * Grmbl. Forgot to commit those Win32 fixes last...
2002-02-13 Sam Hocevar * ./plugins/beos/*: BeOS fixes from Rudolf Cornelissen.
2002-02-13 Gildas Bazin* compilation fix (include stdint.h)
2002-02-08 Sam Hocevar * ./plugins/beos/vout_beos.cpp: ported the BeOS RGB...
2002-02-06 Gildas Bazin* Just renamed the liba52_adec plugin into a52 to compl...
2002-02-06 Sam Hocevar * ./plugins/lirc/lirc.c: IR remote control plugin...
2002-02-05 Gildas Bazin* New AC3 decoder plugin using liba52 from Aaron Holtzm...
2002-02-04 Sam Hocevar * ./src/misc/modules.c: changed module_Need to make...
2002-01-31 Christophe... Fixed a bug in the network dialog.
2002-01-30 Sam Hocevar * Fixed stuff in the wall filter. Extended syntax:
2002-01-29 Gildas Bazin* Added mstrtime() to module_symbols_t so we can compil...
2002-01-28 Stéphane Borel-Fixed ac3_spdif which has been broken recently,
2002-01-28 Stéphane Borel.Fixed a segfault a dvdread exit (my fault).
2002-01-28 Sam Hocevar * ./plugins/chroma/i420_rgb16.c: MMX YUV to RGB trans...
2002-01-27 Gildas Bazin* Added double-buffering for the directx plugin in...
2002-01-26 Tony CastleyFixed compliation error due to inclusion of threads.h
2002-01-25 Sam Hocevar * ./plugins/x11/xcommon.c: we don't use DPMS function...
2002-01-25 Gildas Bazin* Added a new very simple audio plugin for Win32. This...
2002-01-24 Stéphane BorelConfigure and Makefile tweaking for dvdread module.
2002-01-24 Sam Hocevar * ./src/misc/modules_plugin.h: fixed a missing functi...
2002-01-23 Christophe... Fixed a bug introduced yesterday.
2002-01-23 Stéphane BorelI checked in bad header files yesterday.
2002-01-23 Cyril Deguet* enabled --stereo option for streams that pretend...
2002-01-23 Stéphane Borel-removed some useless printf
2002-01-23 Stéphane Borel*Merged hh patch in libdvdcss from main tree.
2002-01-22 Christophe... * Fixed an alignment issue in the ac3 decoder.
2002-01-21 Christophe... * Decoders do not necessarily use bit stream (see mad...
2002-01-21 Jean-Paul SamanOops, lucky to catch this one (deleted function name...
2002-01-21 Jean-Paul SamanChanges made to mad plugin:
2002-01-21 Gildas Bazin* Fixed crashes on exit in the directx plugin
2002-01-21 Sam Hocevar * ./configure.in: added extra checks for strange...
2002-01-21 Sam Hocevar * ./plugins/win32: skeleton for the win32 interface...
2002-01-19 Gildas Bazin* Converted the plugin initialization code of the macos...
2002-01-17 Gildas Bazin* major rewrite of the directx video plugin to adapt...
2002-01-17 Sam Hocevar * ./vlc.spec: imported MandrakeSoft's new spec file.
2002-01-16 Sam Hocevar * ./debian/rules: fixed the vlc-arts and vlc-mad...
2002-01-15 Stéphane BorelThe gnome/gtk interface should no longer user p_input...
2002-01-15 Stéphane Borel*stream lock is initialized in input_CreateThread inste...
2002-01-15 Cyril Deguet- added support for S8 and U16 aout (not tested)
2002-01-15 Stéphane Borel-Patch of libdvdread to do readv on regular files ...
2002-01-15 Sam Hocevar * ./debian/control: fixed Debian build-depends.
2002-01-14 Christophe... * More precise way to retrieve a PTS from the bit stream.
2002-01-14 Christophe... Attempt to fix the INPUT_MAX_ALLOCATION error.
2002-01-14 Stéphane Borel*With DVDCSS_METHOD=disc or key, the keys are no longer...
2002-01-14 Jean-Paul SamanConfigure, build and install instructions for libmad...
2002-01-14 Jean-Paul SamanUpdated BUGS list
2002-01-14 Jean-Paul SamanSmooth sound (not tested on iPaq)
2002-01-14 Cyril Deguet- le coup de gr�ce: all the code in audio output is...
2002-01-14 Cyril DeguetHUGE cleanings in audio output:
2002-01-13 Gildas Bazin* A few fixes for the Win32 build.
2002-01-13 Gildas Bazin* Fixed all the problems related to ToggleFullScreen().
2002-01-12 Jon Lech Johansen * ./src/misc/modules.c: Fixed a compile issue under...
2002-01-12 Jon Lech Johansen * ./src/interface/intf_eject.c: MacOS X port.
2002-01-12 Sam Hocevar * ./plugins/chroma/i420_rgb16.c: 24/32 bpp software...
next