]> git.sesse.net Git - vlc/history - include
Fix a cursor selection bug in the Messages logs (see #2163)
[vlc] / include /
2008-11-11 Laurent AimarRemoved useless buffering at stream level.
2008-11-10 Laurent AimarConstify es_out_Add es_format_t* argument.
2008-11-07 Lukas Durfinalibvlc: better audio handling
2008-11-07 Laurent AimarModified demux_vaControlHelper to take bitrate in an...
2008-11-05 Laurent AimarAllow aout to grab vout_Request calls.
2008-11-04 Laurent AimarFixed ES_OUT_SET_DEFAULT name (added ES_).
2008-11-04 Laurent AimarImproved a bit es_out_t generalisation.
2008-11-04 David FlynnFix prototype to be more const
2008-11-02 Laurent AimarMoved VOUT_MIN_DIRECT_PICTURES to src/video_output.
2008-11-02 Laurent AimarRemoved check on OPTIMIZE_MEMORY in installed headers.
2008-11-02 Rémi DuraffortRemove MALLOC_NULL and use calloc when needed.
2008-11-02 Rémi DuraffortRemove MALLOC_(VOID|ERR). (and use calloc instead of...
2008-11-01 Laurent AimarIncrease the number of video/sub buffer.
2008-11-01 Laurent AimarMoved out a few defines from vlc_config.h
2008-11-01 Rémi Denis-CourmontOnly check msleep on Linux (seems to depend on GNU...
2008-10-31 Rémi DuraffortRemove unused macros (or used only one time).
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-10-29 Rémi Denis-CourmontRe-order (no functional changes)
2008-10-23 Laurent AimarAdded decoder_New/Delete/Link/UnlinkPicture helpers.
2008-10-23 Laurent AimarAdded decoder_NewAudioBuffer/decoder_DeleteAudioBuffer...
2008-10-23 Laurent AimarAdded decoder_NewSubpicture/decoder_DeleteSubpicture...
2008-10-23 Laurent AimarFixed segfault with decoder_GetInputAttachments/GetDisp...
2008-10-22 Rémi Denis-Courmontblock_FifoPace: proper waiting for overflowing queue
2008-10-22 Laurent AimarAdded hotkey code for input "frame-next".
2008-10-22 Rémi Denis-CourmontSAP does needs an object, not specifically a stream...
2008-10-22 Rémi Denis-CourmontPrivatize httpd_MsgInit and httpd_MsgClean
2008-10-20 Rémi Denis-Courmontvlc_mutex_locker: automatic mutex locking for C++
2008-10-16 Lukas Durfinalibvlc: description and count of tracks, titles, chapte...
2008-10-15 Laurent AimarRemoved unused i_matrix_coefficients picture_t field.
2008-10-15 Laurent AimarMerged vout_DatePicture into vout_DisplayPicture.
2008-10-15 Laurent AimarFixed doc for vlc_demux.
2008-10-14 Rémi Denis-CourmontCount message references and get rid of the global...
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/
next