]> git.sesse.net Git - vlc/history - plugins
* ./src/input/mpeg_system.c: fixed a bus error on UltraSparc.
[vlc] / plugins /
2002-03-20 Sam Hocevar * Win32 and Solaris compilation fix.
2002-03-20 Tony CastleyImproved scaling, correct aspect ratio even in full...
2002-03-20 Sam Hocevar * ./src/misc/modules_plugin.h: kludge to allow the...
2002-03-20 Johan Bilien* Raw device fix, courtesy of Steven Schultz
2002-03-19 Sam Hocevar * ./plugins/aa: aalib output plugin courtesy of Sigmu...
2002-03-19 Gildas Bazin* fixed two memory leaks
2002-03-19 Sam Hocevar * ./configure.in: BeOS compilation fixes.
2002-03-19 Jon Lech Johansen * MacOS X aout now uses AudioConverter for int->float
2002-03-19 Sam Hocevar * ./plugins/chroma/i420_rgb8.c: fixed a warning.
2002-03-18 Sam Hocevar * ./extras/MacOSX_dvdioctl: removed outdated files.
2002-03-17 Sam Hocevar * ./plugins/chroma/i420_rgb8.c: plain C 8 bpp transfo...
2002-03-17 Gildas Bazin* added an alternate fullscreen method. With this metho...
2002-03-17 Tony CastleyTidied code and prevented curruption on window not...
2002-03-16 Sam Hocevar * ./configure.in: more modules are plugins.
2002-03-16 Gildas Bazin* This the last piece of the new configuration module...
2002-03-15 Sam Hocevar * ./plugins/spudec/spu_decoder.c: we now analyze...
2002-03-15 Sam Hocevar * ./plugins/mpeg_system: fixed a parsing bug I introd...
2002-03-15 Sam Hocevar * ./Makefile: fixed OS X vlc.app compilation dependen...
2002-03-15 Stéphane Borel*Move iec958/spdif encapsulation from ac3_spdif to...
2002-03-15 Stéphane Borel-Fixed chapter selection at startup.
2002-03-14 Stéphane Borel*p_es->p_demux_data is available in p_config->p_demux_d...
2002-03-13 Johan Bilien* Fixed EOF and Stop segfault in VCD input : input_Buff...
2002-03-13 Tony CastleyNew resizing and scaling code. More in line with BeOS...
2002-03-12 Gildas Bazin* a52 plugin updated to use liba52-0.7.3 ( which is...
2002-03-12 Stéphane Borel*New configuration option to choose audio output format...
2002-03-11 Gildas Bazin* gtk config interface modified so you can only have...
2002-03-11 Gildas Bazin* oops, forgot to check the gnome interface before...
2002-03-11 Gildas Bazin* New GTK configuration interface. This interface is...
2002-03-10 Christophe MassiotMissing include (MacOS X port).
2002-03-09 Stéphane Borel*Fixed EOF segfault at end of DVD
2002-03-09 Sam Hocevar * ./plugins/dvd/dvd_access.c ./plugins/vcd/input_vcd...
2002-03-08 Stéphane BorelRewrite most functions in DVD plugin. Some old bugs...
2002-03-08 Johan Bilien* added some tests in open
2002-03-08 Arnaud de Bossorei... Audio output ALSA: spdif support.
2002-03-07 Johan Bilien* When reaching the end of a track, moves to the follow...
2002-03-06 Stéphane BorelI hope you liked this bug: DVD demux was always used.
2002-03-06 Stéphane Borel*Fixed demux plugin selection.
2002-03-06 Sam Hocevar * ./plugins/ac3_adec/ac3_parse.c: ac3dec is now less...
2002-03-06 Stéphane Borel*Removed an occurance of former angle item in gtk.
2002-03-05 Johan Bilien* Modified vcd input for the new input III.
2002-03-05 Stéphane BorelDvd demux was no longer selected under win32
2002-03-05 Stéphane Borel* Dvd angle is now handled through a program structure...
2002-03-05 Stéphane Borel*More complete command line parsing for DVD, hopefully...
2002-03-04 Christophe Massiot* IPv6 network module, courtesy of Alexis Guillard...
2002-03-04 Stéphane Borel-fixed a typo.
2002-03-04 Gildas Bazin* We now make sure the aout plugin buffers always conta...
2002-03-04 Stéphane Borel-DVD access plugin is only called if specified under...
2002-03-04 Stéphane Borel*** empty log message ***
2002-03-04 Stéphane Borel-replaced setenv with putenv
2002-03-04 Stéphane Borel*** empty log message ***
2002-03-03 Gildas Bazin* added network to the list of the plugins directories...
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 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-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 MassiotInput III (Episode 1).
2002-02-27 Sam Hocevar * ./plugins/mpeg_vdec/vpar_headers.c: we no longer...
2002-02-27 Sam Hocevar * ./plugins/dsp/aout_dsp.c: OpenBSD compilation fix.
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 Stéphane Borel*Reversed my previous configuration change.
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 * 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-21 Sam Hocevar * ./plugins/lirc/lirc.c: non-blocking patch from...
2002-02-20 Sam Hocevar * ./configure.in: removed a bashism.
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 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-01-31 Christophe MassiotFixed 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 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-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-23 Christophe MassiotFixed a bug introduced yesterday.
2002-01-23 Cyril Deguet* enabled --stereo option for streams that pretend...
2002-01-23 Stéphane Borel*Merged hh patch in libdvdcss from main tree.
next