]> git.sesse.net Git - vlc/history - include/vlc_symbols.h
Start of meta engine stuff. src/input/input.c needs to be fixed a bit. I'll finish...
[vlc] / include / vlc_symbols.h
2006-09-23 Antoine CellerierStart of meta engine stuff. src/input/input.c needs...
2006-09-23 Clément Stenac* Add switch to skins
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-09-14 Clément StenacFilter handling helpers moved to core
2006-09-08 Rémi Denis-CourmontAdd missing const qualifier and fix warnings
2006-09-07 Rémi Denis-CourmontImplement net_SetDSCP() to set Diffserv code point...
2006-09-02 Antoine Celleriersubpicture_t now has a b_pausable attribute. When set...
2006-08-31 Rémi Denis-CourmontExport utf8_vfprintf and utf8_fprintf
2006-08-26 Clément Stenac* Allow service discoveries to state whether they prefe...
2006-08-19 Clément Stenac* B-search macro
2006-08-11 Clément StenacAdd functions to use the media library
2006-08-07 Clément StenacFix sort by artist
2006-08-02 Clément StenacInteraction cleanup, remove some unused functions,...
2006-08-01 Clément StenacImprove Qt interaction stuff
2006-07-31 Jean-Baptiste Kempf- Reverting the previous commit.
2006-07-31 Jean-Baptiste Kempf- Should remove all the references to intf_UserOkayCancel,
2006-07-28 Clément StenacSome initial work for streaming profiles
2006-07-08 Clément StenacSome infrastructure work for playlist autoload/autosave
2006-06-15 Clément StenacPartial rewrite of stats to avoid lookups (Closes:...
2006-06-09 Yoann Peronneau* proof of concept of drag & dropping a subtitle file...
2006-05-25 Clément Stenac* Remove unused playlist_ItemCopy
2006-05-15 Clément StenacNew helper to create nodes for services discovery
2006-05-14 Clément StenacMerge back branch 0.8.6-playlist-vlm to trunk.
2006-04-29 Rémi Denis-CourmontOpenBSDish strlcpy()
2006-04-06 Antoine CellerierFix OSD display when vout crop is used (so that every...
2006-04-06 Rémi Denis-CourmontOups
2006-04-06 Rémi Denis-Courmont- Reimplement URL component decoding separately from...
2006-04-03 Rémi Denis-Courmont- Do not rewrite “+” as a white space when unescaping...
2006-03-27 Rémi Denis-Courmontutf8_scandir: Unicode wrapper for scandir()
2006-03-22 Rémi Denis-Courmontinclude:
2006-03-22 Rémi Denis-CourmontIsUTF8: check if a string is a valid UTF8 sequence...
2006-03-22 Rémi Denis-CourmontClean up vlc_iconv prototype
2006-03-21 Rémi Denis-Courmont- FromWide(): converts a wchar_t * to UTF-8 char *
2006-03-12 Rémi Denis-Courmont* Use uint32_t instead of wchar_t to represent UTF32...
2006-03-11 Antoine Celleriersrc/playlist/loadsave.c, modules/demux/playlist/*,...
2006-03-10 Rémi Denis-CourmontSomeone forgot to add an exported symbol
2006-03-08 Antoine Celleriermodules/misc/rtsp.c is using us_strtod
2006-03-06 Rémi Denis-CourmontWxWidgets: use wraptext in UTF-8 mode as that is the...
2006-03-05 Rémi Denis-Courmontconfig_GetDataDir(): returns path to VLC installed...
2006-03-04 Antoine CellerierCode the playlist_TreeMove function.
2006-03-02 Rémi Denis-CourmontCode reuse
2006-02-18 Rémi Denis-CourmontRemove ugly usage of vlc_symbols.h when building libvlc...
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-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-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-03 Clément StenacUse a hash for stats. Not finished
2006-02-02 Antoine Celleriersrc/*, include/* : update core functions. (Should make...
2006-01-24 Clément StenacAdd a timing facility (Refs:#473)
2006-01-22 Clément Stenac* Make ParseOption (from input) a global service (var_O...
2006-01-16 Jean-Paul SamanDefine vlc_curent_object in include/vlc_objects.h
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-12 Clément StenacSupport for moving averages (Refs:#473)
2006-01-11 Clément StenacMisc stats work (Refs:#473)
2006-01-04 Clément StenacAdd support for several message queues - please test
2005-12-14 Clément StenacAdd support for progress bars
2005-12-14 Clément StenacUpdate symbols
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-07 Rémi Denis-CourmontAdded a bunch of "const" - should fix warning in VLM...
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-04 Rémi Denis-Courmontimplement net_ConnectUDP() (yet to be used) to create...
2005-11-09 Clément StenacAdd a input_Read function that reads a stream in blocki...
2005-10-23 Clément StenacExport URI from RTP module . Closes:#403
2005-10-02 Rémi Denis-CourmontMissed that file
2005-10-02 Rémi Denis-CourmontUTF32 to UTF8 conversion
2005-09-14 Rémi Denis-CourmontClean up
2005-08-29 Christophe Massiot * ALL: New p_vlc->psz_userdir. This is different from...
2005-08-27 Jean-Paul SamanMerged OSD functionality on the same core functions...
2005-08-26 Christophe Massiot * src/extras/libc.c: Implemented a wrapper around...
2005-08-25 Jean-Paul SamanFix build breakage of revision12392
2005-08-23 Christophe Massiot * toolbox: Removed compilation information from versio...
2005-08-22 Christophe Massiot * src/extras/libc.c: Implemented a vlc_readdir_wrapper...
2005-08-21 Rémi Denis-CourmontGet rid of the symbols structure and use the OS linker
2005-08-20 Antoine Cellerieradd new playlist_PreparseEnqueueItem function which...
2005-08-18 Rémi Denis-CourmontAdd const
2005-08-17 Christophe Massiot * Makefile.am: New file version.c, generated at each...
2005-08-13 Jean-Paul SamanAPI changed
2005-08-10 Jean-Paul SamanForward port of branches/0.8.1-jpsaman-thedj revision...
2005-08-06 Christophe Massiot * include/vlc_common.h: VLC_EXPORT macros can't span...
2005-08-05 Christophe Massiot * src/extras/libc.c: Added an implementation of scandi...
2005-08-04 Christophe Massiot * src/misc/charset.c: New function vlc_fix_readdir_cha...
2005-08-04 Rémi Denis-Courmont * modules/control/http.c : specify UTF-8 as charset...
2005-08-03 Rémi Denis-CourmontUse UTF-8 internally (closes #16 and introduces lots...
2005-07-29 Rémi Denis-Courmont- Add httpd_ServerIP() to obtain HTTP server's IP used...
2005-07-29 Rémi Denis-CourmontInline net_GetAddress
2005-07-27 Rémi Denis-CourmontPut correct owner address in SAP-generated SDP
2005-07-26 Rémi Denis-CourmontAdd const
2005-07-13 Rémi Denis-CourmontNew useful API to combine get(sock|peer)name() and...
2005-07-13 Rémi Denis-CourmontRename vlc_reduce to vlc_ureduce so that we won't get...
next