]> git.sesse.net Git - vlc/history - include/modules.h
mkv.cpp: better timecode sent by the demuxer (doesn't seem right with native MPEG4.2)
[vlc] / include / modules.h
2005-08-21 Rémi Denis-CourmontGet rid of the symbols structure and use the OS linker
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2004-12-16 Clément StenacFix a bug with preferences
2004-12-11 Clément StenacImprovements to preferences
2004-12-10 Gildas Bazin* src/misc/modules.c: only load the plugins once (as...
2004-06-01 Gildas Bazin* ALL: brought back module_EndBank() from the dead...
2004-05-29 Gildas Bazin* include/*,src/*: New plugins cache feature for faster...
2004-05-16 Gildas Bazin* include/modules_inner.h, include/modules.h: added...
2004-04-02 Laurent Aimar * modules.h: increased MODULE_SHORTCUT_MAX to 50....
2004-03-05 Laurent Aimar * include/modules.h: increased numbers of shorcuts
2004-03-03 Gildas Bazin* ALL: changed the prototype of module_Need() to accept...
2003-10-04 Sam Hocevar * include/modules.h: Fixed the OS X build by adding...
2003-10-04 Sam Hocevar * configure.ac:
2003-01-19 Sam Hocevar * ./src/misc/beos_specific.cpp, ./src/misc/darwin_spe...
2002-11-11 Sam Hocevar * ./include/*, ./src/*: separated WIN32 #tests and...
2002-08-21 Sam Hocevar * ./src/misc/modules.c: if a plugin requested not...
2002-08-15 Sam Hocevar * ./src/misc/modules.c: the module linked list is...
2002-07-31 Sam Hocevar * ALL: new module API. Makes a few things a lot simpl...
2002-07-23 Sam Hocevar * ALL: decoders now use a fourcc as a probe value.
2002-07-20 Sam Hocevar * ALL: changed "struct foo_s" into "struct foo_t...
2002-07-03 Sam Hocevar * ./src/misc/modules.c: module_Need accepts a comma...
2002-06-11 Gildas Bazin* ./include/configuration.h: renamed MODULE_CONFIG_...
2002-06-04 Sam Hocevar(new in MAIN)
2002-06-01 Sam Hocevar * ALL: got rid of p_object->p_this which is now useless.
2002-06-01 Sam Hocevar * ALL: the first libvlc commit.
2002-05-30 Gildas Bazin* changed ADD_BOOL and ADD_BOOL_WITH_SHORT config macro...
2002-05-18 Sam Hocevar * ALL: changed __inline__ with inline (autoconf does...
2002-05-15 Sam Hocevar * ./include/modules_inner.h: fixed a bug in module...
2002-04-24 Sam Hocevar * ./src/interface/main.c: we no longer segfault if...
2002-04-19 Sam Hocevar * ALL: internationalized all configuration strings.
2002-03-20 Sam Hocevar * ./src/misc/modules_plugin.h: kludge to allow the...
2002-03-11 Gildas Bazin* New GTK configuration interface. This interface is...
2002-03-01 Christophe MassiotInput III (Episode 1).
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-15 Sam Hocevar * ALL: got rid of *_Probe functions because most...
2002-01-05 Sam Hocevar * ./configure.in: fix for obscure architectures like...
2002-01-04 Sam Hocevar * ./BUGS: added a list of known bugs. Please add...
2001-12-30 Sam HocevarSome heavy changes today:
2001-12-27 Christophe Massiot* Changed pf_read prototype and minor changes.
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-07 Johan Bilien* added functions in inputs to change the current progr...
2001-12-03 Sam Hocevar * Borrowed MPlayer's fast memcpy() routines. Best...
2001-11-13 Sam Hocevar * Fixed heap corruption issues in ac3dec (thanks...
2001-11-13 Henri FallonAll decoders (audio, video, subtitles) are now modules.
2001-11-08 Jon Lech Johansen * Fixed some win32 64-bit issues.
2001-09-05 Christophe Massiot* Altivec IDCT and motion compensation, based on Paul...
2001-08-22 Christophe Massiot* Totally rewrote the video decoder (inspired by walken...
2001-07-17 Christophe MassiotCleaned up include/. Unnecessary headers are no longer...
2001-06-27 Christophe MassiotElementary Stream input plugin (use it with --input...
2001-05-30 Sam Hocevar * Fixed the BeOS compile typo.
2001-05-15 Sam Hocevar * AC3 IMDCT and downmix functions are now in plugins...
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-28 Sam Hocevar * Coding style fixes here and there.
2001-04-15 Sam Hocevar * Beginning of the built-in modules support.
2001-03-21 Sam Hocevar * Header cleaning: filled all empty authors fields...
2001-03-20 Sam Hocevar * Split audio output into several separate files...
2001-03-07 Stéphane Borel-Working menus for run-time audio/spu/title/chapter...
2001-02-20 Stéphane Borel First serie of changes in DVD module for the forthcomi...
2001-02-13 Sam Hocevar * added --intf option to vlc
2001-02-11 Sam Hocevar Beginning of Interface II
2001-02-08 Christophe Massiot* Implemented basic stream navigation function, 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-18 Sam Hocevar The motion compensation routines are now modules...
2001-01-17 Christophe Massiot* Borrowed LiViD's MMX and MMX EXT IDCT.
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-13 Sam Hocevar . the IDCT functions are now located in modules :...
2001-01-10 Sam Hocevar . complete commenting of modules_core.h and small...
2001-01-07 Sam Hocevar . all plugins now compile with -fPIC.
2001-01-05 Sam Hocevar . src/misc/modules.c is in a workable state now.
2001-01-05 Sam Hocevar . splitted modules.h into modules.h and modules_core...
2001-01-05 Sam Hocevar . Added files needed for the forthcoming module manage...