]> git.sesse.net Git - vlc/history - include
WinCE: fix function declaration
[vlc] / include /
2008-10-12 Rémi Denis-CourmontSanitize/rewrite the message subscription API
2008-10-12 Rémi Denis-CourmontRemove dead functions
2008-10-12 Rémi Denis-CourmontCosmetic
2008-10-12 Rémi Denis-Courmontnet_Read, net_Write use void pointer for data
2008-10-11 Lukas Durfinalibvlc: better title/chapter handling
2008-10-10 Laurent AimarFixed invalid/useless usage of ES_OUT_RESET_PCR.
2008-10-10 Laurent AimarChange ES_OUT_SET_NEXT_DISPLAY_TIME parameters.
2008-10-08 Laurent AimarCosmetics + A calloc check.
2008-10-08 Laurent AimarFixed vlc_meta_Merge.
2008-10-05 Adrien MagloRedefine vlc_dictionary_clear() and vlc_dictionary_remo...
2008-10-05 Rémi Denis-CourmontAnother useless parameter
2008-10-05 Rémi Denis-Courmontmodule_find, module_exists, module_get_main: remove...
2008-10-05 Rémi Denis-CourmontRemove slow and leaking var_AcquireMutex
2008-10-05 Rémi Denis-CourmontUse static mutexes
2008-10-05 Rémi Denis-CourmontStatic mutexes
2008-10-04 Rémi Denis-CourmontFix vlc_thread_ready invalid use of object_wait
2008-10-04 Rémi Denis-CourmontCritical section are internally recursive
2008-10-01 Rémi DuraffortInitialise variable before using it (CID 238)
2008-10-01 Rémi DuraffortProtect against bad use after a vlc_dictionary_clear.
2008-10-01 Geoffroy CouprieWinCE: missing threading functions
2008-09-30 Laurent AimarAdded aout pause support.
2008-09-30 Laurent AimarMoved a few aout tests+statistics to decoder.
2008-09-30 Laurent AimarUse audio desync as initial audio-delay value.
2008-09-30 Rémi Denis-CourmontDe-inline playlist_Signal
2008-09-30 Rémi Denis-CourmontUnexport vlc_object_waitpipe
2008-09-30 Geoffroy CouprieWinCE: more missing functions fixes
2008-09-30 Geoffroy CouprieMerge branch 'master' of git://git.videolan.org/vlc
2008-09-30 Geoffroy CouprieWinCE: fix missing functions
2008-09-29 Geoffroy CouprieRemove IS_WINNT macro
2008-09-29 Geoffroy CouprieWinCE: cleaning my header inclusion mess
2008-09-28 Rémi Denis-CourmontRemove VLC_OBJECT_LIBVLC
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 AimarForce a few access control values.
2008-09-28 Rémi Denis-Courmontvlc_assert_locked is private
2008-09-28 Laurent AimarPrivatized part of vout fields.
2008-09-28 Laurent AimarAdded vout_internal.h.
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 AimarAdded signal-quality/strength input variables for acces...
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-26 Rémi Duraffortvlc_array: Macro safety.
2008-09-26 Rémi Duraffortvlc_array: macro safety.
2008-09-24 Laurent AimarFixed SSA subtitles pause.
2008-09-22 Antoine CellerierRemove change_unsafe() no-op.
2008-09-21 Rémi Denis-CourmontMerge E_ and __VLC_SYMBOL
2008-09-21 Laurent AimarRemoved spu_Create/DestroySubpicture in favor of subpic...
2008-09-21 Laurent AimarPrivatized SUBPICTURE_RENDERED.
2008-09-21 Laurent AimarClean up subpicture allocation and unused fields.
2008-09-21 Rémi Denis-CourmontRemove VLC_OBJECT_MODULE
2008-09-21 Rémi Denis-Courmontlower case the module_* functions
2008-09-21 Rémi Denis-CourmontMerge module_release and module_Put
2008-09-21 Rémi Denis-CourmontNew type-safe API for modules listing
2008-09-21 Rémi Denis-Courmontremove pile of warnings and GCCism
2008-09-20 Laurent AimarPrivatized nealy all spu_t fields.
2008-09-20 Laurent AimarClean up a bit subpicture region API.
2008-09-20 Laurent AimarRemoved vout_CopyPicture in favor of picture_Copy.
2008-09-20 Pierre d'Herbemontservices_discovery: Partially fix service discovery...
2008-09-20 Antoine Celleriers/picture_Yield/picture_Hold/
2008-09-20 Antoine Celleriers/pl_Yield/pl_Hold/
2008-09-20 Antoine Celleriers/vlc_object_yield/vlc_object_release/
2008-09-20 Rémi Denis-Courmontsimplify service discoveries
2008-09-20 Pierre d'Herbemontobjects: vlc_object_yield() returns the same object...
2008-09-20 Pierre d'Herbemontobjects: vlc_object_yield() returns the yield()-ed...
2008-09-20 Laurent AimarChanged subpicture_region_t->picture into a picture_t *
2008-09-20 Laurent AimarRender subpictures in the right order to improve overla...
2008-09-20 Rémi Denis-CourmontRemove the object ID field
2008-09-20 Rémi Denis-CourmontFinally remove mis-designed vlc_object_get
2008-09-20 Rémi Denis-CourmontUse object address for logging - fixes uniqueness problems
2008-09-20 Rémi Denis-CourmontRemove the unsafe input item array
2008-09-19 Antoine CellerierFix misleading comment (it uses the 2007 key if you...
2008-09-19 Rémi Denis-CourmontFactor variable operations, as they're always the same...
2008-09-19 Rémi Denis-CourmontForce plugin rebuild
2008-09-19 Rémi Denis-CourmontGC: thread-safety, and offset independence
2008-09-19 Rémi Denis-CourmontAvoid SSE2-specifics in generic code
2008-09-19 Rémi Denis-CourmontExplicit parenthesis when mixing && and ||
2008-09-18 Laurent AimarReserved a few space in block_t flags for input core.
2008-09-18 Rémi Denis-CourmontImprove VLC_COMMON_MEMBERS layout
2008-09-18 Rémi Denis-Courmontvlc_object_internals_t is internal
2008-09-18 Antoine CellerierAdd URI column to Qt4 playlist. Add sorting by URI...
2008-09-17 Laurent AimarAssert variable type in var_Set/GetXYZ.
2008-09-17 Jean-Baptiste KempfAdd .nuv in interface and installer.
2008-09-17 Laurent AimarUsed const for video_format_t when possible.
2008-09-17 Laurent AimarFixed spu_RenderSubpictures prototype.
2008-09-17 Laurent AimarRemoved spu_MakeRegion as it was broken by design.
2008-09-15 Laurent AimarRemoved unused or redondant fields from subpicture.
2008-09-15 Laurent AimarRemoved useless width/height fields in subpicture_t.
2008-09-14 Rémi Denis-CourmontOnly input uses b_dead
2008-09-14 Rémi Denis-CourmontFOREACH_ARRAY: expansion safety
2008-09-14 Rémi Denis-CourmontPlaylist: put private data after public data
2008-09-14 Rémi Denis-CourmontHide fetcher and prepase typedefs
next