]> git.sesse.net Git - vlc/history - plugins/sdl
* ./extras/MacOSX_dvdioctl: removed outdated files.
[vlc] / plugins / sdl /
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-16 Sam Hocevar * ./configure.in: more modules are plugins.
2002-02-24 Sam Hocevar * Fixed a quite old bug in the audio output which...
2002-02-24 Gildas BazinThis is the first part of the new configuration archite...
2002-02-19 Sam Hocevar * Got rid of TRACE and intf_DbgMsg which were seldom...
2002-02-15 Sam Hocevar * ALL: got rid of *_Probe functions because most...
2002-01-28 Stéphane Borel-Fixed ac3_spdif which has been broken recently,
2002-01-12 Sam Hocevar * ./plugins/chroma/i420_rgb16.c: 24/32 bpp software...
2002-01-07 Sam Hocevar * ./plugins/mga/mga.c: removed the mgammx module...
2002-01-05 Sam Hocevar * ./configure.in: fix for obscure architectures like...
2002-01-05 Sam Hocevar * ./include/common.h: hton64 is now an inline function.
2002-01-04 Sam Hocevar * ./BUGS: added a list of known bugs. Please add...
2002-01-02 Sam Hocevar * ./ChangeLog: imported the 0.2.92 changes, unrolled...
2001-12-30 Sam HocevarSome heavy changes today:
2001-12-20 Sam Hocevar * Mouse wheel seek patch for XVideo courtesy of Peter...
2001-12-19 Sam Hocevar * Fixed compilation with dvdcss disabled.
2001-12-19 Sam Hocevar * Initialize SDL before opening the SDL audio output.
2001-12-16 Sam Hocevar * Filter plugins. Not very polished (please don't...
2001-12-13 Sam Hocevar * Fixed aspect ratio handling.
2001-12-10 Sam Hocevar * Removed unused code (intf_channels.c, keystrokes.h).
2001-12-09 Sam Hocevar * COMPLETE CVS BREAKAGE !! The MAIN branch is going...
2001-12-07 Sam Hocevar * Fixed a total breakage of decoder plugins introduce...
2001-12-03 Sam Hocevar * Borrowed MPlayer's fast memcpy() routines. Best...
2001-11-28 Christophe Massiot* Added error checking in pthread wrapper ; as a result...
2001-10-11 Christophe Massiot* Minor video parser optimization ;
2001-09-26 Christophe MassiotBy default, use the real size of the stream for the...
2001-08-06 Gildas Bazin* Fixed the sdl video output plugin that I broke 2...
2001-08-06 Sam Hocevar * Added a dummy libdvdcss so that the DVD plugin...
2001-07-30 Christophe Massiot* Don't miserably die in `make` when ./configure hasn...
2001-07-27 Christophe MassiotFixed a FreeBSD bug (again).
2001-07-25 Christophe MassiotNow use sdl-config for SDL.
2001-07-25 Gildas Bazin * dvdcss_readv optimisations for Win32. We now send...
2001-07-16 Christophe MassiotReactivated SDL parachute in non-debug mode (memory...
2001-07-12 Renaud DartusI forgot to commit others aout plugins
2001-07-11 Sam Hocevar * libdvdcss enhancements by Billy Biggs <vektor@dumbt...
2001-07-06 Sam Hocevar * Small optimization in vpar_blocks.c, sparing a...
2001-06-12 Sam Hocevar * Exported the CSS part of the dvd plugin into a...
2001-06-07 Sam Hocevar * SDL compilation fix for FreeBSD.
2001-06-05 Sam Hocevar * Updated things and stuff for 0.2.80 release.
2001-05-31 Sam Hocevar * miscellaneous Win32 fixes by Gildas Bazin <gbazin...
2001-05-30 Sam Hocevar * Fixed the BeOS compile typo.
2001-05-25 Sam Hocevar * Fixed a warning for *BSD compilation.
2001-05-07 Sam Hocevar * Added support for some terribly braindead DVD subti...
2001-05-07 Stéphane Borel*Changed the level arg in intf_WarnMsg so that it is...
2001-05-06 Stéphane Borel*Much work on the gnome interface: added oct's playlist...
2001-05-01 Sam Hocevar * Mandatory step for video output IV and the audio...
2001-04-28 Sam Hocevar * Coding style fixes here and there.
2001-04-26 Sam Hocevar * Fixed the ac3dec compilation under BeOS.
2001-04-16 Sam Hocevar * Merged Makefile.common and Makefile.modules.in...
2001-04-16 Sam Hocevar * Added .cvsignore files in the plugins directories.
2001-04-15 Sam Hocevar * Updated TODO list with Henri's Apr 6th post.
2001-04-15 Sam Hocevar * A few Makefile fixes for BeOS
2001-04-15 Sam Hocevar * Beginning of the built-in modules support.
2001-04-11 Henri Fallon- Ported the 0.2.0's channel changing functions
2001-04-06 Sam Hocevar * Code cleanup: removed a few tabulations.
2001-03-21 Sam Hocevar * Header cleaning: filled all empty authors fields...
2001-03-20 Sam Hocevar * SDL fixes and enhancements by Shane Harper <shaneg...
2001-03-09 Pierre Baillet.nicer drop
2001-03-02 Renaud DartusRemove an unused file reintroduce after my last commit
2001-03-02 Renaud Dartus* Bug fix with frequential downmix
2001-02-22 Christophe Massiot* Added a 'd' keystroke to dump the stream contents...
2001-02-20 Sam Hocevar * Ported Glide and MGA plugins to the new module...
2001-02-19 Christophe Massiot* Kludge of the kludge, removing an oddity in YUV initi...
2001-02-17 Sam Hocevar * Tried to fix the BeOS interface and video output...
2001-02-16 Sam Hocevar * Fixed a segfault in the input thread creation, as...
2001-02-15 Sam Hocevar * removed useless includes in intf_gnome.c
2001-02-15 Sam Hocevar * X11 output works again. It's just the output, but...
2001-02-14 Sam Hocevar * updated version information to 0.2.60 -- today's...
2001-02-13 Sam Hocevar * added --intf option to vlc
2001-02-12 Sam Hocevar . removed tests against i_rate and i_new_rate calculat...
2001-02-12 Sam Hocevar * Fixed my old stupid bug that disabled sound after...
2001-02-12 Sam Hocevar * The pure Gnome part of the Gnome interface has been...
2001-02-11 Sam Hocevar Beginning of Interface II
2001-02-08 Christophe Massiot* Implemented basic stream navigation function, and...
2001-02-08 Christophe Massiot* Pause function implemented ('p' key).
2001-02-08 Sam Hocevar This commit is a bit early, but it'll save Stef...
2001-02-08 Renaud DartusCosmetics changes
2001-02-08 Renaud DartusWe can now choose the speed of forward (between 32...
2001-02-07 Christophe Massiot* Functional fast forward and slow motion API ;
2001-02-06 Damien Lucas. Fixed a FIXME in SDL: p_vout->p_sys is no more used...
2001-02-05 Sam Hocevar . disabled SDL parachute to let the vlc dump a core...
2001-02-05 Damien Lucas. Mouse pointer hidden/shown with middle button in...
2001-01-31 Sam Hocevar . version 0.2.50 for the Linux Expo
2001-01-17 Sam Hocevar . removed a few useless malloc() and unused variables...
2001-01-16 Pierre Baillet- small tweak in the copy handling, reduce CPU usage.
2001-01-16 Sam Hocevar . --aout sdl now works
2001-01-16 Pierre Baillet- minor cosmetic changes :P
2001-01-16 Pierre Baillet- Added SDL sound support. Sounds a bit laggy sometimes...
2001-01-15 Renaud Dartus* Fixed close button support in SDL
2001-01-15 Sam Hocevar . fixed the bug-that-made-the-vlc-segfault-on-exit...
2001-01-09 Sam Hocevar . just removed a forgotten debug message in the setpal...
2001-01-09 Pierre Baillet.Added 8bits palette SDL support.
2001-01-08 Arnaud de Bossorei... - maybe found the fullscreen bug, please test :)
2001-01-08 Arnaud de Bossorei... - fixed colors' bug (TODO: write a function in vout...
2001-01-08 Arnaud de Bossorei... - cleaning of SDL Lock/Unlock Surface.
2001-01-07 Pierre BailletNoSEGfault Kl�dge added.
2001-01-05 Christophe MassiotBSD port, including :
2001-01-05 Sam Hocevar(previous commit foired)
2001-01-05 Sam Hocevar . this is a coding style patch which removes all ...
next