]> git.sesse.net Git - vlc/history - include
Add a 7.x / 5.x -> 4.0 downmixing routine (for AAC mostly, for a52 this is done by...
[vlc] / include /
2006-02-23 Filippo CaroneHeader modified to include libvlc audio control functions
2006-02-21 Rémi Denis-CourmontOups, forgot this file
2006-02-19 Rémi Denis-CourmontFix linking of C++ plugins
2006-02-19 Clément Stenac* Show meta-information separately
2006-02-19 Clément StenacFix a warning
2006-02-18 Antoine CellerierComment lines now fit on a 80 char wide screen
2006-02-18 Rémi Denis-CourmontRemove ugly usage of vlc_symbols.h when building libvlc...
2006-02-18 Jean-Paul SamanRemove whitespace
2006-02-17 Derk-Jan Hartman* Don't use alloca for audio buffers on OSX and BSD...
2006-02-17 Derk-Jan Hartman* This change should be better then the one in [14346]
2006-02-17 Derk-Jan Hartman* stricter aout_BufferFree
2006-02-17 Clément StenacFix some bugs
2006-02-16 Antoine Cellerier[patch] unifying meta-information access, the 2nd by...
2006-02-15 Clément StenacMore VLM API stuff
2006-02-14 Clément Stenac* Beginning of VLM API
2006-02-12 Rémi Denis-Courmont- mkdir Unicode wrapper (refs #543)
2006-02-12 Rémi Denis-CourmontExport FromLocaleDup()
2006-02-12 Rémi Denis-Courmont- UF8 wrappers for stat, lstat
2006-02-12 Rémi Denis-Courmont- Attempt to implement (To|From)Locale on MSVC
2006-02-11 Rémi Denis-CourmontFix previous commit
2006-02-11 Rémi Denis-CourmontUnicode wrappers for opendir/readdir
2006-02-11 Rémi Denis-Courmontvlc_fopen() wrapper including required file name conver...
2006-02-07 Clément Stenac* get/set/toggle fullscreen
2006-02-07 Antoine Cellerierlooks like this was retrocommited :)
2006-02-07 Derk-Jan Hartman* Introduced a new text_style_t
2006-02-07 Derk-Jan Hartman* dos2unix of vlc_osd.h
2006-02-05 Antoine Celleriersout-standard-url is deprecated
2006-02-04 Clément StenacDon't fail with no-debug
2006-02-04 Clément StenacMissing file
2006-02-04 Clément StenacStop using strings to index stats, use integers. The...
2006-02-04 Clément Stenac* Avoid useless stats_Get calls
2006-02-04 Clément StenacAccessOutWrite is called very often, especially for...
2006-02-03 Clément StenacUse a hash for stats. Not finished
2006-02-03 Clément StenacPlay and add (Refs:#457)
2006-02-02 Antoine Cellerierinclude/* : fix doxygen comments
2006-02-02 Antoine Celleriersrc/*, include/* : update core functions. (Should make...
2006-02-01 Rémi Denis-CourmontMore UTF8ication
2006-02-01 Rémi Denis-CourmontFixed some warnings
2006-02-01 Sam Hocevar * Got rid of SYS_DARWIN everywhere.
2006-01-31 Sigmund Augdal Helbergfixed the smallest and most elusive leak yet
2006-01-29 Clément StenacFix a crasher in exception handling
2006-01-28 Clément StenacCompute global input/output stats (Refs:#473)
2006-01-27 Clément StenacDon't print debug messages and don't do interaction...
2006-01-26 Sigmund Augdal Helbergsrc/misc/messages.c: Fixed a nasty memleak recently...
2006-01-24 Clément StenacAdd a timing facility (Refs:#473)
2006-01-23 Clément StenacGather some sout stats (Refs:#473)
2006-01-22 Clément Stenac* Make ParseOption (from input) a global service (var_O...
2006-01-22 Clément StenacAdd a psz_help field to module_t (Refs:#413)
2006-01-21 Clément StenacEnqueue the item ID instead of pointer for preparse
2006-01-21 Clément StenacAudio - Refs:#473
2006-01-18 Christophe MutricyCopyright dates and svn properties
2006-01-17 Olivier Aubertmediacontrol_internal.h: oops. Superfluous typedef...
2006-01-17 Olivier Aubertmediacontrol API: proper fix for mediacontrol_Instance...
2006-01-16 Jean-Paul SamanDefine vlc_curent_object in include/vlc_objects.h
2006-01-16 Jean-Paul SamanDefine vlc_curent_object in include/vlc_objects.h
2006-01-16 Jean-Paul SamanDefine mediacontrol_Instance in the right place
2006-01-16 Jean-Paul SamanDefine libvlc_exception_raise() in the proper place
2006-01-15 Clément StenacFix some memleaks
2006-01-15 Clément StenacAdd ability to prepend headers to messages (object...
2006-01-15 Clément StenacShow stats in interface (Refs:#473)
2006-01-14 Clément StenacAdd an option to disable stats (Refs:#473)
2006-01-12 Antoine CellerierFSF address change.
2006-01-12 Clément StenacSupport for moving averages (Refs:#473)
2006-01-11 Clément StenacMisc stats work (Refs:#473)
2006-01-08 Clément StenacMerge 0.8.5-api changes
2006-01-08 Clément StenacLalala
2006-01-08 Clément StenacSome more stats preliminary work
2006-01-04 Clément StenacForgot this file
2006-01-04 Clément StenacAdd support for several message queues - please test
2005-12-15 Antoine Cellerierooops
2005-12-15 Antoine Cellerieradd automatic casts to vlc_object_t
2005-12-15 Clément StenacRemove unused structures from vlc_common.h
2005-12-15 Olivier Aubertpython bindings: formatted to VLC coding style
2005-12-15 Filippo CaroneFile description fixed and propset done.
2005-12-15 Antoine Celleriertypo fix
2005-12-14 Clément StenacAdd support for progress bars
2005-12-14 Clément StenacUpdate symbols
2005-12-14 Filippo CaroneMediacontrol interface changes to detach use of vlc...
2005-12-14 Clément StenacMake input_Read return the input object id
2005-12-12 Clément StenacAdd support for Yes/No questions (Refs:#27)
2005-12-11 Clément Stenac* Handle dialogs needing answer
2005-12-10 Derk-Jan Hartman* UTF16 and UTF32 conversion to UTF8 for stream_ReadLin...
2005-12-10 Olivier Aubertsrc/control/core.c, include/vlc/control.h: Applied...
2005-12-09 Clément StenacReplace function callback by variable callback.
2005-12-07 Rémi Denis-CourmontAdded a bunch of "const" - should fix warning in VLM...
2005-12-07 Clément StenacImprove dialogs handling
2005-12-06 Clément StenacInteraction facility (Refs:#27)
2005-12-06 Rémi Denis-CourmontRemove unexisting exported API
2005-12-06 Rémi Denis-CourmontFix symbols list
2005-12-06 Christophe MutricyDon't translate empty strings ( Thanks to ShadeHawk)
2005-12-05 Clément StenacVery beginning of the interaction framework (Refs:#27)
2005-12-04 Rémi Denis-Courmontimplement net_ConnectUDP() (yet to be used) to create...
2005-12-01 Derk-Jan Hartman* Introduce 'spdb' the big endian variant of 'spdi...
2005-11-29 Clément StenacRemove SLP (Closes:#434)
2005-11-29 Antoine Cellerieradd aspect ratio, crop and deinterlace hotkeys. fixes...
2005-11-26 Antoine Cellerier * : make jump hotkeys time interval user configurable
2005-11-23 Antoine CellerierPut licensing terms instead of description in about...
2005-11-12 Sam Hocevar * src/vlc.c: do not exit the program with an error...
2005-11-09 Clément StenacAdd a input_Read function that reads a stream in blocki...
2005-11-02 Gildas Bazin* ALL: changed VOUT_SET_ZOOM into VOUT_SET_SIZE and...
next