]> git.sesse.net Git - vlc/history - src
VLCKit: Disable syslog.
[vlc] / src /
2010-03-13 Rémi Denis-CourmontPrint exact revision in addition to version number...
2010-03-13 Rémi Denis-CourmontPut only the copyright statement in COPYRIGHT_MESSAGE
2010-03-13 Rémi Denis-CourmontDo not put copyright statement where it does not belong
2010-03-13 Jakob Lebeninput_item: remove b_prefers_tree
2010-03-13 Jakob Lebenadjustments to playlist API changes
2010-03-13 Jakob Lebenplaylist: new playlist_NodeAddCopy(), modified playlist...
2010-03-13 Jakob Lebeninput_item: new input_item_Copy()
2010-03-13 Rémi Denis-CourmontTLS: attach before inheriting variables
2010-03-10 Rémi DuraffortUpdate: remove printf.
2010-03-09 Fabio RitrovatoFix typo
2010-03-07 Geoffroy CouprieWin32: fix the path to the plugins cache
2010-03-06 Rémi Denis-Courmontvideo-x, video-y: make zero the default
2010-03-06 Ilkka Ollakkaplaylist: fix crash when p_playlist->current.i_size...
2010-03-06 Rémi Denis-CourmontThread-safe random numbers for session IDs
2010-03-06 Rémi Denis-Courmontplaylist: randomize in a thread-safe manner
2010-03-06 Rémi Denis-Courmontvlc_(d|l|m)rand48: thread-safe wrappers for non-secure...
2010-03-06 Rémi Denis-Courmontvlc_rand_bytes: minor thread-safety fix
2010-03-06 Rémi DuraffortFix use of uninitialized value.
2010-03-05 Rémi Denis-CourmontRun system_Configure after playlist is created (fixes...
2010-03-05 Geoffroy CouprieWin32: use ShellExecuteW instead of ShellExecuteA in...
2010-03-05 Geoffroy CouprieWin32: Store the plugins cache in c:\ProgramData\VideoL...
2010-03-05 Antoine CellerierFix quoted values containing # in VLM shell.
2010-03-05 Antoine CellerierFix randomisation algorithm. Thanks to jawbroken on...
2010-03-05 Pierre d'HerbemontRevert "modules: Put bool at the end of the structure...
2010-03-05 Pierre d'Herbemontmodules: Put bool at the end of the structure to eventu...
2010-03-05 Rémi DuraffortLower the size of the module_t structure because not...
2010-03-05 Pierre d'HerbemontRevert "modules: Put bool at the end of the structure...
2010-03-05 Pierre d'Herbemontmodules: Put bool at the end of the structure to eventu...
2010-03-05 Rémi DuraffortUse var_Type to test for the existence of a variable...
2010-03-04 Laurent AimarAdded an option (clock-jitter) to control the maximum...
2010-03-04 Laurent AimarPrepare for maximal clock jitter configuration.
2010-03-04 Laurent AimarCosmetic.
2010-03-04 Rémi Denis-CourmontGet rid of PLUGIN_PATH
2010-03-04 Rémi Denis-CourmontSet libvlc path for other platforms
2010-03-04 Rémi Denis-CourmontAvoid tabs
2010-03-04 Rémi Denis-CourmontLIBDIR is not used anywhere
2010-03-04 Rémi Denis-CourmontLinux: fix set_libvlc_path and enable it
2010-03-04 Pierre d'Herbemontmodules: Don't look in install directory on the Mac OS.
2010-03-03 Rémi Denis-Courmontutf8_lstat -> vlc_lstat for consistency
2010-03-03 Laurent AimarFixed picture leaks when unlinking a non displayed...
2010-03-03 Rémi Denis-CourmontMerge branch 'master' of git.videolan.org:vlc
2010-03-03 Rémi Denis-CourmontRemove HTML anchor from URI in all cases, not just...
2010-03-03 Rémi Denis-CourmontUse MiB rather than MB for arbitrary memory limits
2010-03-03 Rémi Denis-CourmontUse ISO 80000 units for byte quantities as adequate
2010-03-02 Antoine CellerierParse input specific options earlier to enable using...
2010-03-02 Antoine CellerierCheck rate value before using.
2010-03-02 Rémi Denis-CourmontHandle -v correctly (i.e. as most other programs do)
2010-03-02 Rémi Denis-CourmontInstall and look for plugins in plugins/, not modules...
2010-03-02 Rémi Denis-CourmontInput item URI cannot be NULL
2010-03-02 Rémi Denis-CourmontSplitMRL: warn if we get a path instead of a MRL/URI
2010-03-02 Rémi Denis-Courmontstream redirected path is a path, not a URI (i.e. no...
2010-03-02 Antoine CellerierUse var_Inherit instead of var_CreateGet + var_Destroy.
2010-03-02 Jakob LebenPlaylist: fix faulty duration sorting due to integer...
2010-03-01 Erwan Tuloucore: two typos
2010-02-28 Pierre d'Herbemontlibvlc: Use a union for libvlc_media_track_info_t.
2010-02-28 Rémi Denis-Courmontlibvlc_media_player_play: missing unlock
2010-02-28 Rémi Denis-CourmontAvoid namespace clash with normal getopt
2010-02-28 Rémi Denis-Courmontgetopt: remove optional argument support
2010-02-28 Rémi Denis-CourmontRemove Apple getopt_long bug-to-bug
2010-02-28 Rémi Denis-Courmontgetopt: remove opterr global (always 0 within LibVLC)
2010-02-28 Rémi Denis-Courmontgetopt: remove useless functions and boiler plate,...
2010-02-28 Rémi Denis-CourmontAlways build and use "our" getopt
2010-02-28 Rémi Denis-CourmontWin32: convert file:// URI to path correctly
2010-02-27 Laurent AimarFixed text_style_Copy() behaviour.
2010-02-27 Geoffroy Couprieupdate.c: ifdef some win32 specific code
2010-02-27 Geoffroy CouprieLaunch the installer after download
2010-02-26 Laurent AimarFixed missing A() section for VLC_CODEC_ADPCM_IMA_AMV.
2010-02-26 Laurent AimarModified picture_Setup to provide more vectorization...
2010-02-25 Rémi Denis-CourmontRemove error/warnings from module_need()
2010-02-25 Rémi Denis-CourmontDocument config_LoadCmdLine() more
2010-02-24 Christophe MutricyDistribute .h files
2010-02-24 Rémi Denis-CourmontRevert "sd: Make most members private."
2010-02-24 Rémi Denis-CourmontRevert "sd: Export internals with a getters."
2010-02-24 Pierre d'Herbemontsd: Export internals with a getters.
2010-02-24 Pierre d'Herbemontsd: Make most members private.
2010-02-23 Rémi Duraffortvariables: print a warning if doing var_Set on a void...
2010-02-23 Pierre d'Herbemontsd: Factorize function dispatch for better code readabi...
2010-02-23 Jakob Lebenplaylist: remove unused ItemToNode()
2010-02-23 Jakob Lebenplaylist: consistently change input item type when...
2010-02-23 Jakob Lebenplaylist: only make The Playlist flat, not Media Library
2010-02-22 Pierre d'Herbemontlibvlc: Export libvlc_media_is_parsed instead of libvlc...
2010-02-22 Pierre d'Herbemontlibvlc_media: Destroy the cond and the mutex.
2010-02-22 Pierre d'Herbemontlibvlc: Don't refer to media_preparsing as we don't...
2010-02-22 Pierre d'Herbemontlibvlc: libvlc_media_get_es->libvlc_media_get_tracks_info.
2010-02-22 Pierre d'Herbemontlibvlc: Export libvlc_media_parse() and libvlc_media_pa...
2010-02-22 Pierre d'Herbemontmedia: Whitespaces cleanup.
2010-02-22 Pierre d'Herbemontlibvlc: Register PreparsingChanged.
2010-02-21 Laurent AimarFixed invalid free on picture_NewFromFormat failure...
2010-02-21 Laurent AimarFixed potential division by 0 in vout_AllocatePicture.
2010-02-21 Laurent AimarFixed and simplified support for slow picture in vout_R...
2010-02-21 Rémi Denis-CourmontSPU: create "highlight" before attaching to it
2010-02-21 Rémi Denis-CourmontWin32: avoid error with missing drawable-hwnd
2010-02-21 Rémi Denis-CourmontRemove confusing debug message (fixes #3319), fetch...
2010-02-21 Rémi Denis-CourmontDead code
2010-02-20 Laurent AimarRemoved dead picture_t::pf_lock/unlock fields.
2010-02-20 Rémi Denis-Courmontdecode_URI: do not call EnsureUTF8
2010-02-20 Rémi Denis-CourmontCompile kludge for glibc 2.8
2010-02-20 Rémi Denis-Courmontmsecstotimestr: fix negative numbers handling
2010-02-20 Rémi Denis-Courmontsecstotimestr: use int32_t not to overflow if int excee...
2010-02-20 Rémi Denis-CourmontFix secstotimestr
next