]> git.sesse.net Git - vlc/history - src/interface
Fixed a memory leak in the ifo parser and input_EndStream
[vlc] / src / interface /
2001-08-09 Sam Hocevar * Fixed a bug in the gtk interface which caused vlc...
2001-08-07 Sam Hocevar * Got Makefile to launch ./configure almost properly...
2001-08-05 Gildas Bazin* Big rewrite of the DirectX audio plugin. The audio...
2001-07-30 Sam Hocevar * VC++/Intel compiler fixes by Jon Lech Johansen...
2001-07-18 Christophe Massiot* Rewrote the video decoder to take advantage of severa...
2001-07-16 Gildas BazinAdded intf_DbgMsg and intf_DbgMsgImm symbols to modules...
2001-07-08 Gildas BazinWin32 changes only:
2001-06-27 Gildas Bazin- Added command line option '--stdout <filename>' which...
2001-06-25 Sam Hocevar * Compile fix for newer versions of MacOS X by Colin...
2001-06-14 Sam Hocevar * Added gprof profiling support with --enable-profiling.
2001-06-14 Sam Hocevar * DirectX enhancements by Gildas Bazin, such as softw...
2001-06-12 Sam Hocevar * Exported the CSS part of the dvd plugin into a...
2001-06-12 Renaud Dartus* Fix the warning in compilation of main.c
2001-06-12 Renaud Dartus* Check that OS support SSE optimization for PIII ...
2001-06-02 Sam Hocevar * DirectX plugin by Gildas Bazin <gbazin@netcourrier...
2001-05-31 Sam Hocevar * Applied patch from Jon Lech Johansen <jon-vl@nanocr...
2001-05-30 Stéphane Borel-Updated the gtk/gnome interface to work in network...
2001-05-30 Sam Hocevar * Fixed the BeOS compile typo.
2001-05-30 Stéphane Borel-Changes and bugfixes to make network work in VLAN...
2001-05-15 Sam Hocevar * FreeBSD pthread fixes.
2001-05-15 Sam Hocevar * AC3 IMDCT and downmix functions are now in plugins...
2001-05-15 Stéphane Borel*Bugfixes, cleanings in gtk.
2001-05-15 Stéphane Borel*initialization bugfixes in input_dvd
2001-05-14 Renaud Dartus * Begin of SSE/3DNow! support for imdct and downmix
2001-05-07 Stéphane Borel*Changed the level arg in intf_WarnMsg so that it is...
2001-05-06 Sam Hocevar * Fixed a few warnings with gcc 3.0.
2001-05-01 Sam Hocevar * Mandatory step for video output IV and the audio...
2001-04-30 Christophe MassiotRemoved unused files.
2001-04-29 Stéphane Borel-new audio output using direct ac3 pass-through with...
2001-04-28 Sam Hocevar * Coding style fixes here and there.
2001-04-27 Christophe MassiotChange --enable-debug into --enable-trace. Same with...
2001-04-27 Henri FallonRepaired broadcast support : binding INADDR_ANY doesn...
2001-04-25 Sam Hocevar * Updated the TODO list.
2001-04-25 Benoit SteinerGet rid of the asprintf that were slow and not availabl...
2001-04-20 Stéphane Borel-corrected some bugs in gnome interface: language menu...
2001-04-14 Sam Hocevar * Got rid of the sleep() hack in beos_specific.cpp
2001-04-12 Sam Hocevar * BeOS icon and MIME resources courtesy of Wade Major...
2001-04-11 Eugenio JarosiewiczForgot a little thing...main. Done for now I hope;-)
2001-04-11 Henri Fallon- Ported the 0.2.0's channel changing functions
2001-04-08 Stéphane Borel-changes in gnome interface
2001-04-06 Sam Hocevar * Code cleanup: removed a few tabulations.
2001-04-05 Sam Hocevar * added the GNU getopt library, which gets compiled...
2001-03-21 Sam Hocevar * Header cleaning: filled all empty authors fields...
2001-03-20 Sam Hocevar * Altivec instructions autodetection.
2001-03-19 Sam Hocevar * vlc core compiles under QNX RTOS. Now if anyone...
2001-03-19 Sam Hocevar * Fixed Debian sparc build for real (Closes: Debian...
2001-03-16 Christophe Massiot* Borrowed config.guess and config.sub from SDL [MacOS...
2001-03-15 Sam Hocevar * Bug fixes and enhancements in the Gtk+/Gnome interf...
2001-03-08 Pierre BailletHurg !
2001-03-03 Sam Hocevar * Added debian/* files to help generating CSS-enabled...
2001-02-26 Sam Hocevar * Optimizations done to the SPU decoder. Now the...
2001-02-26 Sam Hocevar * The Gtk+ interface is now built as a Debian package...
2001-02-22 Christophe Massiot* Added a 'd' keystroke to dump the stream contents...
2001-02-22 Stéphane Borel-New ES detection based on .ifo for DVD module. It...
2001-02-20 Sam Hocevar * Ported Glide and MGA plugins to the new module...
2001-02-16 Sam Hocevar * Upgraded version number to 0.2.61. Release is today.
2001-02-16 Sam Hocevar * Fixed a segfault in the input thread creation, as...
2001-02-13 Sam Hocevar * added --intf option to vlc
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 Sam Hocevar . added comments to src/interface/intf_plst.c and...
2001-02-08 Sam Hocevar . moved the playlist handling from input/input.c to...
2001-02-08 Sam Hocevar This commit is a bit early, but it'll save Stef...
2001-01-31 Sam Hocevar . version 0.2.50 for the Linux Expo
2001-01-30 Sam Hocevar . not a very nice hack, but will probably spare us...
2001-01-18 Sam Hocevar The motion compensation routines are now modules...
2001-01-16 Sam Hocevar . a few changes in the CPU extensions detection code...
2001-01-16 Sam Hocevar [ include/config.h.in has changed, don't forget tu...
2001-01-16 Sam Hocevar . merged the YUV plugins in the same directory to...
2001-01-15 Sam Hocevar . fixed the bug-that-made-the-vlc-segfault-on-exit...
2001-01-14 Stéphane Borel. Beginning of dvd_input.
2001-01-08 Sam Hocevar . Added a missing mutex_unlock in video_output.c
2001-01-07 Henri Fallon- Added vlc_mutex_destroy and vlc_cond_destroy function...
2001-01-06 Sam Hocevar . should compile & run on Solaris with ./configure...
2001-01-05 Christophe MassiotBSD port, including :
2001-01-05 Sam Hocevar . src/misc/modules.c is in a workable state now.
2001-01-05 Sam Hocevar(previous commit foired)
2001-01-05 Sam Hocevar . this is a coding style patch which removes all ...
2000-12-23 Sam Hocevar . SPU decoder now uses Meuuh's GetChunk() code.
2000-12-22 Sam Hocevar . no need to add "\n" at the end of intf_*Msg() messag...
2000-12-20 Renaud DartusAdded U8_Mono audio output
2000-12-20 Christophe Massiot* Added -a, -c and -s options. (-a doesn't work but...
2000-12-19 Renaud DartusMove #define from audio_output.h to config.h
2000-12-11 Christophe MassiotFixed benny's mistakes :pp
2000-12-10 Benoit SteinerFixe la gestion des signaux
2000-12-10 Benoit SteinerGeneration d'un makefile presque correct pour les vieil...
2000-12-10 Benoit Steinerdebut de portage sous solaris
2000-12-05 Christophe MassiotThe input-II. (more info by mail in about an hour)
2000-11-29 Stéphane Borel. Ajout de la date dans les warning si le mode debug...
2000-11-29 Christophe MassiotNow using buffer I/O to write debug logs (huge performa...
2000-11-21 Stéphane Borel.Impl�mentation de intf_WarnMsg( int i_level, char...
2000-11-03 Stéphane Borel.changed option --novlans to --vlans to test vlan server
2000-10-26 Sam Hocevar . ajout de l'option --broadcast en ligne de commande
2000-08-28 Sam Hocevar * cleaned Octplane's crappy indentation.
2000-08-24 Pierre Bailletmany minor style fixes (thanx to sam).
2000-08-24 Pierre BailletHello,
2000-08-24 Sam Hocevar . support pour --synchro I+ (images I et la premi...
2000-08-24 Sam Hocevar . support de la touche `q' pour quitter
2000-08-22 Sam Hocevar * added a few sanity checks in the audio mpeg and...
next