]> git.sesse.net Git - vlc/history - src
* ./src/misc/objects.c: two big changes in the object API: now objects can
[vlc] / src /
2002-08-12 Sam Hocevar * ./src/misc/objects.c: two big changes in the object...
2002-08-11 Christophe MassiotS/PDIF fixes.
2002-08-11 Christophe Massiot* S/PDIF output should now be working (untested, though).
2002-08-11 Gildas Bazin* src/misc/configuration.c: bugfix (don't initialize...
2002-08-11 Christophe MassiotMore S/PDIF fixes.
2002-08-10 Sam Hocevar * ./src/misc/messages.c: fixed an extremely old buffe...
2002-08-09 Christophe Massiot* Trivial resampler plug-in (resampling still non-funct...
2002-08-09 Sam Hocevar * ./src/libvlc.c: p_vlc->pf_memset is now usable...
2002-08-08 Sam Hocevar * ./include/modules_inner.h: support for several...
2002-08-08 Sam Hocevar * ./modules/audio_output/oss.c: compilation fixes.
2002-08-07 Christophe MassiotAudio output 3. Expect major breakages.
2002-08-07 Sam Hocevar * ./modules/demux/mpeg/system.c: added a helper plugi...
2002-08-06 Sam Hocevar * ./Makefile, ./mozilla/Makefile: make uninstall...
2002-08-05 Sam Hocevar * ./Makefile.opts.in: fixed the builtins_LDFLAGS...
2002-08-04 Sam Hocevar * ./src/misc/modules.c: if a module name starts with...
2002-08-04 Sam Hocevar * ./include/vdec_ext-plugins.h: removed this public...
2002-08-04 Sam Hocevar * ./modules/*: moved plugins to the new tree. Yet...
2002-08-04 Sam Hocevar * ./src/misc/modules.c: we now recursively parse...
2002-07-31 Sam Hocevar * ALL: new module API. Makes a few things a lot simpl...
2002-07-29 Gildas Bazin* include/vlc_threads.h,include/main.h,src/misc/threads...
2002-07-25 Sigmund Augdal Helberg plugin/access/http.c: cosmetic fixes in an error...
2002-07-24 Christophe Massiot* ./configure : better detection of IPv6, fixed solaris...
2002-07-24 Sam Hocevar * ./plugins/mpeg_system/mpeg_es.c: fixed a segfault...
2002-07-23 Sam Hocevar * ALL: decoders now use a fourcc as a probe value.
2002-07-23 Sam Hocevar * ./src/input/input_info.c, ./src/misc/messages.c...
2002-07-22 Sam Hocevar * ./src/misc/modules.c: added the "any" and "none...
2002-07-22 Sigmund Augdal Helbergwin32 compilation fixes
2002-07-21 Sam Hocevar * ./src/input/input_ext-plugins.c: reverted my previo...
2002-07-21 Sigmund Augdal Helberg * ./src/libvlc.c: updated usage info to include STRIN...
2002-07-21 Laurent Aimar * all : enable cinepak decoder, I hope I haven't break...
2002-07-21 Sam Hocevar * ./src/input/input_ext-plugins.c: added a missing...
2002-07-20 Sam Hocevar * ALL: changed "struct foo_s" into "struct foo_t...
2002-07-19 Christophe Massiot* New --mtu option.
2002-07-18 Sam Hocevar * ./src/vlc.c, ./src/libvlc.c: added more robust...
2002-07-17 Jon Lech Johansen * ./src/misc/darwin_specific.c: s/vlc_object_t/vlc_t
2002-07-17 Stéphane BorelInterface creation and destruction functions are now...
2002-07-16 Sam Hocevar * ./src/misc/threads.c: improved lazy initialization...
2002-07-16 Sam Hocevar * ./plugins/mpeg_vdec/video_parser.c, ./src/input...
2002-07-15 Laurent Aimar * avi.c : quick hack to read file created by ffmpeg...
2002-07-15 Sam Hocevar * ./src/misc/messages.c: debug messages that were...
2002-07-12 Christophe Massiot* ./AUTHORS : added lool :-p ;
2002-07-11 Sam Hocevar * ./src/vlc.c: reduced the amount of default simultan...
2002-07-05 Sam Hocevar * ./src/misc/darwin_specific.c, ./src/misc/extras...
2002-07-04 Sam Hocevar * ./mozilla/*: preliminary Mozilla plugin. Only works...
2002-07-03 Sam Hocevar * ./src/misc/modules.c: module_Need accepts a comma...
2002-07-02 Jon Lech Johansen * darwin_specific.[ch]: added strndup needed by video...
2002-06-27 Sam Hocevar * ./src/misc/modules.c: added the --plugin-path optio...
2002-06-11 Gildas Bazin* ./include/configuration.h: renamed MODULE_CONFIG_...
2002-06-08 Sam Hocevar * ./include/vlc_threads.h, ./src/misc/threads.c:...
2002-06-07 Sam Hocevar * ./plugins/win32/*: tried to port the Win32 interfac...
2002-06-07 Sam Hocevar * ./src/misc/netutils.c: network mode works again.
2002-06-07 Sam Hocevar * ./plugins/gtk/*: the Gnome/Gtk+ interfaces have...
2002-06-07 Sam Hocevar * ./plugins/dummy/input_dummy.c: dummy targets such...
2002-06-07 Sam Hocevar * ./src/playlist/playlist.c: lots of playlist behavio...
2002-06-05 Stéphane Borel* Set object pointer to NULL after destroy.
2002-06-05 Stéphane Borel* Added mouse coordinates to vout struct. They are...
2002-06-04 Sam Hocevar(new in MAIN)
2002-06-02 Sam Hocevar(new in MAIN)
2002-06-02 Gildas Bazin* ./include/vlc_common.h: got rid of i_thread in VLC_CO...
2002-06-02 Gildas Bazin* ./include/os_specific.h: changed prototype of system_...
2002-06-02 Sam Hocevar(new in MAIN)
2002-06-02 Sam Hocevar * ./src/video_output/video_output.c: fixed the "pictu...
2002-06-02 Christophe Massiot* Channel change support on Mac OS X ;
2002-06-01 Sam Hocevar * ALL: got rid of p_object->p_this which is now useless.
2002-06-01 Sam Hocevar * ./include/main.h, ./plugins/beos/intf_beos.cpp...
2002-06-01 Sam Hocevar * ./plugins/dummy/intf_dummy.c, ./plugins/chroma...
2002-06-01 Sam Hocevar * ./src/misc/beos_specific.cpp: BeOS fixes, removed...
2002-06-01 Sam Hocevar * ./src/misc/beos_specific.cpp: the BeOS BApplication...
2002-06-01 Sam Hocevar * ALL: the first libvlc commit.
2002-05-30 Cyril Deguet- removed the obsolete artificial delay when switching...
2002-05-30 Xavier Marchesini * intf_eject.c : added ejection code for Win32. Please...
2002-05-30 Gildas Bazin* changed ADD_BOOL and ADD_BOOL_WITH_SHORT config macro...
2002-05-29 Sam Hocevar * ./src/video_output/video_output.c: when the video...
2002-05-28 Stéphane Borel*Added a b_force flag to picture_t so that we can force...
2002-05-27 Laurent Aimar ALL : In order to make ac3 working in avi file...
2002-05-25 Marc Ariberti * src/misc/netutils.c: tests if message from vlcs...
2002-05-23 Sam Hocevar * ./src/video_output/video_output.c: the video output...
2002-05-22 Gildas Bazin* ./src/misc/modules.c: restored plugins hiding as...
2002-05-22 Sam Hocevar * ./src/misc/modules.c: disabled module autohide...
2002-05-21 Sam Hocevar * ./src/input/input.c: fixed a bug with the input...
2002-05-21 Sam Hocevar * src/input/input_ext-plugins.c, src/input/input_ext...
2002-05-20 Sam Hocevar * ./src/interface/main.c: fixed a little memleak.
2002-05-20 Sam Hocevar * ./src/misc/iso_lang.c: code simplifications.
2002-05-20 Sam Hocevar * ./src/video_output/vout_pictures.c: workaround...
2002-05-20 Sam Hocevar * ./plugins/dummy/dummy.c: added --dummy-chroma option.
2002-05-19 Christophe MassiotMac OS X-specific :
2002-05-19 Gildas Bazin* filters were using memalign but freeing p_data instea...
2002-05-19 Christophe MassiotUpdated long descriptions.
2002-05-19 Gildas Bazin* moved the mpeg-motion and mpeg-idct options to the...
2002-05-19 Christophe Massiot* Desperate attempt to improve audio output ;
2002-05-18 Christophe Massiot* Warning levels are no longer additive, patch courtesy...
2002-05-18 Sam Hocevar * ALL: changed __inline__ with inline (autoconf does...
2002-05-18 Gildas Bazin* fixed deadlock in NextFrame() in aout_pcm.c
2002-05-18 Gildas Bazin* updated the MSVC++ project files and added support...
2002-05-18 Christophe Massiot* Menu item to maximize the volume in Mac OS X ;
2002-05-18 Gildas Bazin* modified the directx video plugin to try to create...
2002-05-18 Stéphane Borel*A lock was not released;
2002-05-17 Stéphane Borel*Don't keep the control lock during the pause
2002-05-17 Stéphane Borel*check for b_die and b_error in all loops so that we...
2002-05-17 Sam Hocevar * ./src/misc/mtime.c: we use nanosleep whenever possi...
next