]> git.sesse.net Git - vlc/history - include/vlc_symbols.h
Const fixes
[vlc] / include / vlc_symbols.h
2006-11-24 Rémi Denis-CourmontConst fixes
2006-11-22 Rémi Denis-CourmontAttempt to fix C++ compilation
2006-11-22 Damien Fouilleul- better fix for DIR typedef error
2006-11-22 Damien Fouilleulit is good pratice to specify headers that define custo...
2006-11-21 Rémi Denis-CourmontReturn DIR from utf8_open to avoid casting bugs
2006-11-21 Rémi Denis-CourmontFix warning, and make config_end constant
2006-11-19 Clément Stenac* Documentation belongs to the .h, step 1
2006-11-19 Clément StenacFinish the playlist API transition (hopefully)
2006-11-13 Rémi Denis-CourmontFix another bunch of warnings
2006-11-12 Clément Stenac* Qt4 stream output dialog
2006-11-12 Rémi Denis-CourmontForgot the symbols again
2006-11-12 Rémi Denis-CourmontDon't use void * for utf8_(l)?stat() as it hinders...
2006-11-12 Rémi Denis-CourmontMore warning fixes
2006-11-11 Clément Stenac* Remove some unneeded complexity in playlist and directory
2006-11-11 Rémi Denis-CourmontHmm oups
2006-11-11 Rémi Denis-CourmontInline FromUTF16 and use Win32 API
2006-11-11 Rémi Denis-CourmontSuppress unused UTF-32 conversion functions
2006-11-10 Rémi Denis-CourmontHide vlc_fix_readdir_charset. It is now integrated...
2006-11-10 Rémi Denis-CourmontUse free() instead of LocaleFree() for utf8_readdir...
2006-11-10 Rémi Denis-CourmontEver const
2006-11-08 Rémi Denis-CourmontConst as usual
2006-11-08 Rémi Denis-CourmontSome more const
2006-11-06 Antoine CellerierMove string formating functions used in marq to the...
2006-11-06 Rémi Denis-CourmontFix export
2006-11-06 Rémi Denis-CourmontAdd a few harmless const
2006-11-06 Rémi Denis-CourmontCleanup
2006-11-05 Rémi Denis-CourmontExport and use ListenUDP
2006-11-04 Rémi Denis-CourmontAdd utf8_open wrapper
2006-10-21 Rémi Denis-Courmont- Remove useless global variable
2006-10-01 Antoine CellerierRename all sout_Cfg* stuff to config_Chain* (as it...
2006-09-30 Clément StenacMerge author/artist
2006-09-29 Clément StenacImprove meta/art logic
2006-09-24 Antoine CellerierSome more (mostly) untested stuff:
2006-09-24 Antoine CellerierSome more meta changes (mostly cleanup and check the...
2006-09-24 Clément Stenac* Split download function in find/download
2006-09-24 Clément StenacRename vlc_input_item_* functions to input_Item* for...
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
next