]> git.sesse.net Git - vlc/history - include
Don't patch Makefile.in.in, this does not work
[vlc] / include /
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
2008-09-14 Rémi Denis-CourmontRemove intf_ShouldDie
2008-09-14 Rémi Denis-CourmontRemove VLC_OBJECT_ANNOUNCE
2008-09-14 Rémi Denis-CourmontRemove the useless announce handler object
2008-09-13 Laurent AimarRemoved b_pausable flag in favour of b_subtitle.
2008-09-13 Antoine Cellerier\o/ skins2 work on win32 \o/ <(°v°<)
2008-09-13 Laurent AimarAdded a subtitle properties to subpicture.
2008-09-13 Laurent AimarAdded demux_Packetizer* helpers.
2008-09-12 Jean-Baptiste KempfOgg extensions update as RFC 5334 recommends.
2008-09-12 Sebastien EscudierAdd const to char * in vlm
2008-09-11 Rémi Denis-CourmontSAP announce: rewrite, use one thread per SAP group...
2008-09-09 Jean-Paul SamanIndentation
2008-09-09 Jean-Paul SamanDocument more VLM API's and expand define.
2008-09-08 Rémi Denis-CourmontRemove dead code (vlc_object_timedwait)
2008-09-08 Rémi Denis-CourmontMMSTU: suspend the keep-alive thread while not paused
2008-09-08 Rémi Denis-CourmontFix getenv
2008-09-08 Geoffroy CouprieWinCE: header inclusion fixes
2008-09-07 Rémi Denis-CourmontWin32: rework mutex/condition implementation.
2008-09-07 Rémi Denis-CourmontUnexport vlc_thread_fatal (short lived)
2008-09-07 Rémi Denis-CourmontDe-inline mutex and condition functions. Document them.
2008-09-07 Rémi Denis-Courmontvlc_cond_broadcast: broadcast signal on a condition...
2008-09-07 Laurent AimarFixed vlc_cond_timedwait for win32.
2008-09-07 Rémi Denis-CourmontWin32: fix vlc_cond_timedwait as well
2008-09-07 Rémi Denis-Courmontnet_Accept: -1 (infinite) delay is valid
2008-09-07 Rémi Denis-Courmontvar_*: use LIBVLC_USED
2008-09-07 Rémi Denis-Courmontvar_AcquireMutex: enforce constant mutex name
2008-09-07 Rémi Denis-CourmontRework delay checking, use it for net_Accept, add deadl...
2008-09-06 Rémi Denis-CourmontOops
2008-09-06 Rémi Denis-CourmontDetect unsupported sleep delay at compile time
2008-09-06 Laurent AimarFixed vlc_cond_wait for windows.
2008-09-06 Rémi Denis-Courmontvlc_cond_init: really remove useless parameter
2008-09-06 Rémi Denis-Courmontvlc_object_find_name: return vlc_object_t *
2008-09-06 Rémi Denis-CourmontTag some APIs as LIBVLC_USED
2008-09-06 Rémi Denis-CourmontLIBVLC_USED: tag for function whose result must be...
2008-09-06 Rémi Denis-CourmontDead code
2008-09-05 Rémi Denis-CourmontRemove old BeOS thread support
2008-09-04 Antoine CellerierRemove useless argument to pf_video_blend
2008-09-04 Rémi Denis-CourmontWarn about ticks at compile-time
2008-09-04 Rémi Denis-CourmontProtect against multiple inclusions
2008-09-04 Rémi Denis-CourmontThread fatal errors: add function name, and some Win32...
2008-09-03 Antoine CellerierProperly malloc(), memcpy() and free() the quantizer...
2008-09-03 Rémi Denis-Courmontstrsep does not need to be exported for now
2008-09-03 Laurent AimarImplemented strsep replacement.
2008-09-03 Rémi Denis-CourmontRevert "CLOCK_FREQ is a 64-bits quantity as mtime_t"
2008-09-03 Rémi Denis-CourmontUse CLOCK_FREQ
2008-09-03 Rémi Denis-CourmontCLOCK_FREQ is a 64-bits quantity as mtime_t
2008-09-01 Pierre d'Herbemontlibvlc: Add a --verbose-objects option to select which...
2008-08-31 Rémi Denis-CourmontUnexport vlc_object_dump
2008-08-31 Pierre d'Herbemontplaylist: Fetcher and parser are playlist private.
2008-08-30 Rémi Denis-Courmontvlc_object_get: take instance as a parameter
2008-08-29 Rémi Denis-Courmontsout_AccessOutNew: allow any VLC object type, not just...
2008-08-29 Rémi Denis-CourmontMake access_out independent of sout instance
2008-08-29 Rémi Denis-CourmontAdd ACCESS_OUT_CAN_CONTROL_PACE, fix AccessOutControl...
2008-08-29 Laurent AimarImproved config_chain parsing by using escape for ...
2008-08-28 Rémi Denis-Courmontvlc_thread_join: cannot join current thread
2008-08-28 Rémi Denis-Courmontvlc_join: check for deadlock
2008-08-28 Rémi Denis-Courmontvlc_object_lock_and_wait: broken by design, remove
2008-08-28 Rémi Denis-CourmontDeprecate vlc_object_get
2008-08-28 Rémi Denis-Courmontpsz_intf_switch was read-only: remove dead code
2008-08-28 Laurent AimarAdded a INPUT_CONTROL_RESTART_ES and use it in video_ou...
2008-08-27 Rémi Denis-Courmont(Potentially) allow pthread without pthread native...
2008-08-27 Rémi Denis-Courmontblock: cancellation safety
2008-08-27 Rémi Denis-CourmontCleanup helper for unlocking
2008-08-27 Rémi Denis-CourmontSupport for cancellation cleanup functions
2008-08-27 Rémi Denis-CourmontWin32: vlc_cond_(timed)wait are cancellation points
2008-08-27 Rémi Denis-CourmontSupport for cancelling self and use normal thread variable
2008-08-27 Rémi Denis-CourmontMove stuff around
2008-08-27 Rémi Denis-CourmontMore natural prototype for vlc_savecancel
2008-08-27 Rémi Denis-CourmontStub cancellation support
2008-08-27 Rémi Denis-Courmontvlc_testcancel: explicit cancellation point
2008-08-27 Rémi Denis-Courmontvlc_cancel: POSIX thread cancellation
2008-08-27 Rémi Denis-Courmontvlc_savecancel, vlc_restorecancel: POSIX cancellation...
2008-08-27 Rémi Denis-CourmontLibvlccore ABI has broken (DEMUX_CAN_PAUSE+ modified)
2008-08-27 Laurent AimarFixed rear center support (and close #1816).
2008-08-27 Jean-Paul SamanAdd documentation.
2008-08-27 Jean-Paul SamanAdd video_format_{Copy,Init,Clean} inline functions...
2008-08-27 Jean-Paul Samandocument vlc_fourcc_to_char() function.
2008-08-27 Laurent AimarAdded BLOCK_FLAG_TYPE_MASK define (helper).
2008-08-26 Laurent AimarAdded small block_ChainProperties helper.
2008-08-26 Laurent AimarDo not access to internal p_input sout in input_DecoderNew.
2008-08-26 Laurent AimarAdded record support at the stream_t level in core.
2008-08-26 Antoine CellerierPreliminary changes to fix postprocessing. Decoder...
2008-08-25 Rémi Denis-Courmontvlc_clone, vlc_join: untangle objects and threads
2008-08-24 Rémi Denis-CourmontMissing cast with vlc_config_set
2008-08-24 Rémi Denis-CourmontMemory error handling
2008-08-24 Antoine CellerierExport function to copy pixels between 2 plane_t struct...
2008-08-22 Geoffroy CouprieAdd tree-view for SD only
2008-08-22 Laurent AimarExport input_SplitMRL helper.
2008-08-21 Rémi Denis-CourmontFix typo
next