]> git.sesse.net Git - vlc/history - src
Disconnect before trying with authentication
[vlc] / src /
2008-09-28 Rémi Denis-CourmontRemove VLC_OBJECT_LIBVLC
2008-09-28 Rémi Denis-CourmontRemove p_root hacks
2008-09-28 Rémi Denis-CourmontGet rid of p_root object
2008-09-28 Rémi Denis-CourmontRemove vlc_global()
2008-09-28 Rémi Denis-CourmontDead #defines
2008-09-28 Rémi Denis-CourmontMove psz_vlcpath out of p_root
2008-09-28 Rémi Denis-CourmontPer-instance structure lock
2008-09-28 Rémi Denis-CourmontRemove VLC_OBJECT_OPENGL
2008-09-28 Pierre d'Herbemontplaylist: i_last_playlist_id is private.
2008-09-28 Pierre d'Herbemontplaylist: b_reset_currently_playing is private.
2008-09-28 Pierre d'Herbemontplaylist: last_rebuild_date is private.
2008-09-28 Pierre d'Herbemontplaylist: i_sort and i_order are not used. removed.
2008-09-28 Pierre d'Herbemontplaylist: gc_date is private.
2008-09-28 Pierre d'Herbemontplaylist: b_cant_sleep is private.
2008-09-28 Pierre d'Herbemontplaylist: b_auto_preparse is private.
2008-09-28 Pierre d'Herbemontplaylist: b_doing_ml doing ml is private.
2008-09-28 Pierre d'Herbemontplaylist: b_tree is private.
2008-09-28 Laurent AimarSpu pause support.
2008-09-28 Laurent AimarFixed a too restrictive assert on vout pause.
2008-09-28 Rémi Denis-Courmonttypo
2008-09-28 Rémi Denis-Courmontvlc_assert_locked is private
2008-09-28 Laurent AimarPause vout on decoder pause.
2008-09-28 Laurent AimarPrivatized part of vout fields.
2008-09-28 Laurent AimarThe input now pauses the decoders.
2008-09-28 Laurent AimarAdded vout_internal.h.
2008-09-28 Laurent AimarInclude input_clock.h only where needed.
2008-09-28 Laurent AimarMoved input decoder declaration to input/input_decoder.h
2008-09-28 Laurent AimarNo functionnal changes (decoder).
2008-09-28 Laurent AimarSupport for no clock in decoder (sout display).
2008-09-28 Laurent AimarConvert stream to system timestamp after the decoder.
2008-09-28 Laurent AimarGive input_DecoderNew the clock used.
2008-09-28 Laurent AimarProtect input_clock_GetTS from concurrent access.
2008-09-28 Laurent AimarMoved clock master flag to es_out.
2008-09-28 Laurent AimarNo functionnal changes.
2008-09-28 Laurent AimarDocumented input_clock_t interface.
2008-09-28 Laurent AimarModularize drift algo by introducing a long term averag...
2008-09-28 Laurent AimarCosmetics.
2008-09-28 Laurent AimarFixed last_pts by using max value.
2008-09-28 Laurent AimarImproved (a little) reactivity on seek.
2008-09-28 Laurent AimarMoved clock interface from input_internal.h to input_cl...
2008-09-28 Laurent AimarCosmetics.
2008-09-28 Laurent AimarRemoved all clock dependencies on input.
2008-09-28 Laurent AimarRemoved one dependency of the clock on input_thread_t.
2008-09-28 Laurent AimarNo functionnal changes.
2008-09-28 Laurent AimarNo functionnal changes.
2008-09-28 Laurent AimarPrivatized input_clock_t to clock.c
2008-09-28 Laurent AimarUse provided system time instead of mdate().
2008-09-28 Laurent AimarNo functionnal changes in clock algo.
2008-09-28 Laurent AimarSystem clock is given to input_ClockSetPCR.
2008-09-28 Laurent AimarRemoved the ugly input clock.c sleep.
2008-09-28 Laurent AimarAdded signal-quality/strength input variables for acces...
2008-09-27 Pierre d'Herbemontlibvlc_event: Make sure we return in case of error.
2008-09-27 Pierre d'Herbemontplaylist: items_to_delete is now private.
2008-09-27 Pierre d'Herbemontplaylist: Move more members as private.
2008-09-27 Rémi Denis-Courmontencode_URI_component: fix and cleanup
2008-09-27 Rémi Denis-CourmontString rationalization
2008-09-27 Rémi Denis-CourmontStill allocate unique input item IDs
2008-09-27 Rémi Denis-CourmontAdd extensions for MIDI and Creative Voice
2008-09-26 Rémi DuraffortFix memleak when parsing VLC_VAR_LIST.
2008-09-26 Rémi Denis-CourmontFix memory leak
2008-09-26 Rémi Denis-Courmontmodule_need: fix broken logic
2008-09-25 Laurent AimarFixed forcing a demux while using access_demux for...
2008-09-25 Rémi Denis-CourmontProbe interface plugis strictly
2008-09-25 Rémi Denis-CourmontRemove GCCism
2008-09-25 Rémi Denis-CourmontFix cache save submodule recursion
2008-09-24 Laurent AimarFixed SSA subtitles pause.
2008-09-24 Rémi Denis-CourmontSave submodules in the same order as we create/load...
2008-09-24 Rémi DuraffortAvoid potential memleak.
2008-09-24 Derk-Jan Hartmanhttpd: Fix keepalive/close of non-matching HTTP versions.
2008-09-23 Sebastien EscudierNullify p_httpd to avoid crashes
2008-09-23 Antoine CellerierOops.
2008-09-23 Antoine CellerierFurther optimize function
2008-09-23 Rémi Denis-CourmontSpare 236 relocations, mark data as constant.
2008-09-22 Antoine CellerierUndef a few local macros.
2008-09-22 Antoine CellerierAdd comment to make sure people don't mess up.
2008-09-22 Antoine CellerierClean up and speed up resolve_xml_special_chars().
2008-09-22 Rémi Denis-CourmontFix module_exists
2008-09-22 Rémi Denis-Courmontmodule_need: use qsort, simplify
2008-09-22 Rémi Denis-CourmontDeleteModule: remove useless parameter
2008-09-22 Rémi Denis-CourmontRemove some useful stuff / misleading comments
2008-09-22 Rémi Denis-CourmontFix a2e0eaa1708f05680d0c6bc1ba25873e6d2b6b3f on legacy...
2008-09-22 Antoine CellerierRemove change_unsafe() no-op.
2008-09-22 Geoffroy Couprieno vlc_spin_destroy in GC for Win32
2008-09-22 Geoffroy Coupriedon't try to free a non existing string
2008-09-21 Rémi Denis-CourmontUse OP then fetch, more straight forward with most...
2008-09-21 Derk-Jan Hartmancommandline parsing: Fix the macfreetv crash
2008-09-21 Rémi Denis-CourmontUse GCC predefines for atomic builtins
2008-09-21 Rémi Denis-CourmontAtomic builtins are from in GCC 4.1.0 onward.
2008-09-21 Jean-Paul SamanFix GCC error message: undefined reference to `__sync_f...
2008-09-21 Rémi Denis-CourmontMingw support for garbage collection
2008-09-21 Laurent AimarCosmetics.
2008-09-21 Laurent AimarFixed overlap support with overlap length smaller than...
2008-09-21 Rémi Denis-CourmontFix symbols again
2008-09-21 Rémi Denis-CourmontModule really does not need to be an object
2008-09-21 Laurent AimarRemoved spu_Create/DestroySubpicture in favor of subpic...
2008-09-21 Laurent AimarCorrectly set order per subtitle decoder.
2008-09-21 Laurent AimarNo functionnal changes.
2008-09-21 Laurent AimarPrivatized SUBPICTURE_RENDERED.
2008-09-21 Laurent AimarClean up subpicture allocation and unused fields.
2008-09-21 Rémi Denis-Courmontlower case the module_* functions
next