]> git.sesse.net Git - vlc/history - src
variables: don't use p_liblvc when we ARE p_libvlc
[vlc] / src /
2008-09-20 Derk-Jan Hartmanvariables: don't use p_liblvc when we ARE p_libvlc
2008-09-20 Pierre d'Herbemontobjects: vlc_object_yield() returns the yield()-ed...
2008-09-20 Pierre d'HerbemontMake sure vlc_release doesn't destroy a non existent...
2008-09-20 Laurent AimarFixed warnings.
2008-09-20 Laurent AimarUse the yuvp video filter to overlay YUVP.
2008-09-20 Laurent AimarDestroy the subpicture cache only when needed.
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-CourmontPrint object address - easier when debugging
2008-09-20 Rémi Denis-Courmontinput_Read: fix return value (none of the callers check...
2008-09-20 Rémi Denis-CourmontRemove the unsafe input item array
2008-09-20 Pierre d'Herbemontvlc_gc: FixOSAtomic usage.
2008-09-20 Pierre d'HerbemontRevert "libvlc: Fix a typo in vlc_gc_object vlc_release...
2008-09-19 Derk-Jan Hartmanvariables: Inherit path is now parent->libvlc->saved...
2008-09-19 Pierre d'Herbemontlibvlc: Fix a typo in vlc_gc_object vlc_release()....
2008-09-19 Pierre d'HerbemontUse OSAtomic() as a fallback on Mac OS X.
2008-09-19 Derk-Jan Hartmanvariables: Set void_ops by default.
2008-09-19 Derk-Jan HartmanRevert "variables: Inherit path is now parent->libvlc...
2008-09-19 Derk-Jan Hartmanlibvlc: only use sync_ on GGCs that have it.
2008-09-19 Rémi Denis-CourmontFactor variable operations, as they're always the same...
2008-09-19 Justus Piatercorrectly handle realloc() failure
2008-09-19 Sebastien EscudierAllow 0 TTL
2008-09-19 Rémi Denis-CourmontUse GCC atomics
2008-09-19 Rémi Denis-CourmontGC: thread-safety, and offset independence
2008-09-19 Rémi Denis-CourmontFix error message
2008-09-19 Derk-Jan Hartmanvariables: VAR_CLASS != VAR_TYPE
2008-09-19 Derk-Jan Hartmanvariables: Inherit path is now parent->libvlc->saved...
2008-09-18 Laurent AimarFixed subtitle flush to not flush on pause.
2008-09-18 Rémi Denis-Courmontvlc_object_internals_t is internal
2008-09-18 Rémi Denis-CourmontUse stat properly (you don't want to open directories...
2008-09-18 Laurent AimarFixed broken input_AddSubtitles.
2008-09-18 Laurent AimarFlush subtitle on seek.
2008-09-18 Laurent AimarReset input slave eof flag on seek.
2008-09-18 Antoine CellerierAdd URI column to Qt4 playlist. Add sorting by URI...
2008-09-18 Derk-Jan Hartmanaudiofilters: Do not try to insert user audio-filters...
2008-09-18 Jean-Baptiste KempfConfigDir mess up on windows.
2008-09-17 Laurent AimarSupport for overlapped subtitle part 2.
2008-09-17 Laurent AimarSupport for overlapped subtitle part 1.
2008-09-17 Laurent AimarAssert variable type in var_Set/GetXYZ.
2008-09-17 Laurent AimarCosmetics.
2008-09-17 Rémi Denis-CourmontFix flexible array usage gcc-ism
2008-09-17 Laurent AimarFixed subtitle pausing.
2008-09-17 Laurent AimarSet minimum scale in spu core for text renderer.
2008-09-17 Laurent AimarFixed spu margin and more subtitle clean up.
2008-09-17 Laurent AimarSpuRegionPlace now works in rendered unit.
2008-09-17 Laurent AimarRemoved a little hack in subpicture cache code.
2008-09-17 Laurent AimarClean up a bit subpicture release code.
2008-09-17 Laurent AimarFixed picture cache creation.
2008-09-17 Laurent AimarUsed const for video_format_t when possible.
2008-09-17 Laurent AimarFixed spu_RenderSubpictures prototype.
2008-09-17 Laurent AimarClean up subpicture code.
2008-09-17 Laurent AimarRemoved spu_MakeRegion as it was broken by design.
2008-09-17 Laurent AimarFactorize duplicated code, again.
2008-09-17 Laurent AimarLoad the scalers and text renderer at SPU creation.
2008-09-17 Laurent AimarLoading the text renderer does not need the real video...
2008-09-17 Laurent AimarCosmetics.
2008-09-16 Pierre d'Herbemontes_format: Robustification of es_format_copy to avoid...
2008-09-16 Rémi Denis-CourmontWin32: fail safe when loading plugins
2008-09-16 Rémi Denis-CourmontWin32:use Unicode LoadLibrary
2008-09-16 Laurent AimarSimplify and fixed absolute text positioning.
2008-09-16 Geoffroy Coupriethere's no vlc_thread_create(p_helper)
2008-09-15 Laurent AimarSimplify a bit scale factor computation by using helpers.
2008-09-15 Laurent AimarRemoved unused or redondant fields from subpicture.
2008-09-15 Laurent AimarClean up subtitle core.
2008-09-15 Laurent AimarCosmetics (subtitles).
2008-09-15 Laurent AimarUse tha same date for updating subtitles regions.
2008-09-15 Laurent AimarReorder a bit subpicture render function.
2008-09-14 Rémi Denis-CourmontOnly input uses b_dead
2008-09-14 Rémi Denis-CourmontFetcher: use nornal thread API
2008-09-14 Rémi Denis-CourmontPlaylist: put private data after public data
2008-09-14 Rémi Denis-CourmontPreparser: use normal thread API
2008-09-14 Rémi Denis-CourmontHide fetcher and prepase typedefs
2008-09-14 Rémi Denis-CourmontRemove the useless announce handler object
2008-09-13 Antoine CellerierActivate 2 more one instance mode optins with DBus
2008-09-13 Laurent AimarDo not display title on video filter (close #1755).
2008-09-13 Laurent AimarRemoved b_pausable flag in favour of b_subtitle.
2008-09-13 Rémi Denis-CourmontAlways send the SD events
2008-09-13 Rémi Denis-Courmontclose -> net_Close
2008-09-13 Antoine Cellerier\o/ skins2 work on win32 \o/ <(°v°<)
2008-09-13 Laurent AimarCosmetics.
2008-09-13 Laurent AimarRender subtitles (without osd) before taking a snapshot...
2008-09-13 Laurent AimarAdded a subtitle properties to subpicture.
2008-09-13 Laurent AimarAdded demux_Packetizer* helpers.
2008-09-13 Laurent AimarProperly lock SPU_CHANNEL_REGISTER.
2008-09-13 Rémi Denis-CourmontSupport for (compile-time) custom stack size
2008-09-12 Jean-Baptiste KempfChange the default hotkeys to avoid conflicts.
2008-09-12 Sebastien EscudierAdd const to char * in vlm
2008-09-12 Marian DurkovicIgnore case when comparing ISO-639 language codes
2008-09-11 Antoine CellerierAllow use of inputs without DEMUX_GET/SET_*TIME in...
2008-09-11 Rémi Denis-CourmontSAP announce: rewrite, use one thread per SAP group...
2008-09-11 Geoffroy CouprieDon't try to close a handle already closed
2008-09-10 Laurent AimarDo not destroy vout on aspect ratio change only.
2008-09-10 Rémi Denis-CourmontTypo
2008-09-10 Rémi Denis-CourmontDo not heap free stack structure...
2008-09-10 Rémi Denis-CourmontGrmbl. Remove the stupid assert after merging commits.
2008-09-10 Geoffroy CouprieSet the owner to 0 while releasing a recursive mutex
2008-09-09 Jean-Paul SamanDocument more VLM API's and expand define.
next