]> git.sesse.net Git - vlc/history - include
Fix spelling.
[vlc] / include /
2010-06-26 Rémi Denis-CourmontFix vlc_pgettext
2010-06-25 Jai MenonJPEG 2000 decoding support.
2010-06-25 Rémi Denis-CourmontSpell preferred
2010-06-24 Rémi Denis-CourmontSpell "separate"
2010-06-24 Frank EnderleAdd adjust filter features to libvlc_media_player/libvl...
2010-06-19 Rémi Denis-CourmontAvoid anonymous compound in add_shortcut (fixes: #3742)
2010-06-17 Laurent AimarAdded a ref count on input_resource_t.
2010-06-16 Jean-Baptiste KempfAdd extensions to open dialog ones
2010-06-12 Rémi Duraffortinput: constify.
2010-06-11 Jakob Lebenvlc_input_item.h is not self-sufficient without vlc_eve...
2010-06-10 Rémi DuraffortBump the ABI.
2010-06-10 Rémi Duraffortplugins: allow to set more than one shortcut in on...
2010-06-09 Jakob Lebenplaylist: documentation update
2010-06-08 Rémi Denis-CourmontExport input_resource_TerminateVout
2010-06-08 Rémi Denis-CourmontRemove VLC_VAR_LIST variable type
2010-06-05 Rémi Denis-CourmontRemove promiscuous #include <vlc_common.h>
2010-06-05 Jean-Philippe AndréXlib: fix build (skins2) - Part 1/2: fix include
2010-06-05 Rémi Denis-CourmontTypos
2010-06-03 Rémi Denis-CourmontProtect XInitThreads() with a global lock
2010-06-03 Rémi Denis-Courmontgcrypt: use vlc_global_mutex
2010-06-03 Rémi Denis-Courmontavcodec: use vlc_global_mutex
2010-06-03 Rémi Denis-Courmontvlc_global_mutex: common functions for process-wide...
2010-06-03 Laurent AimarMoved generic subpicture code to its own file.
2010-06-03 Rémi Denis-Courmontlibvlc_set_*_input also works on Win32 nowadays
2010-05-30 Rémi Denis-CourmontAdd libvlc_set_exit_handler(), more powerful than libvl...
2010-05-30 Laurent AimarAdded vout_display_info_t::has_event_thread.
2010-05-28 Rémi DuraffortPlaylist: repack (save some memory)
2010-05-28 Rémi Duraffortlibvlc headers: try to be consistent (cosmetics).
2010-05-27 Laurent AimarRemoved unused ZOOM_FP_FACTOR define.
2010-05-26 Laurent AimarAdded filter_GetInputAttachments.
2010-05-25 Laurent AimarMade object created by input_resource attached to a...
2010-05-24 Laurent AimarMoved var_InheritURational to the core.
2010-05-23 Laurent AimarFixed vout reuse regression.
2010-05-23 Laurent AimarGives the needed DPB size when requesting a vout.
2010-05-21 Laurent AimarGives the input_thread_t to use to vout_Request().
2010-05-21 Laurent AimarMoved spu_Attach definition to the core.
2010-05-21 Laurent AimarModified the prototype of vout_Request and unexport...
2010-05-20 Laurent AimarAllowed vout_display_DeleteWindow(vd, NULL) to destroy...
2010-05-20 Laurent AimarReused vout window in vout_Request().
2010-05-19 Jean-Baptiste KempfSupport .3gp in interface open dialogs
2010-05-19 Jean-Baptiste KempfRecognize the new .webm extension in interfaces
2010-05-19 Jean-Baptiste KempfAdd VP8 fourcc VP80
2010-05-18 Laurent AimarMoved "sub-filter" from spu_t to vout_thread_t.
2010-05-18 Laurent AimarMade video_format_t vout_Create/Request parameter const.
2010-05-14 Laurent AimarMade vlc_fourcc_GetChromaDescription public.
2010-05-12 Laurent AimarAdded video_format_Print.
2010-05-10 Laurent AimarMade SPU commands go through vout.
2010-05-10 Rémi Denis-CourmontRename access_t.psz_path to psz_location
2010-05-10 Rémi Denis-Courmontaccess: add a separate field for local file paths
2010-05-10 Rémi Denis-CourmontBreak plugin ABI (due to next commit)
2010-05-10 Laurent AimarNo functionnal changes (osd icons/sliders).
2010-05-10 Laurent AimarUsed subpicture_updater_t for vout_OSDText/Message.
2010-05-10 Laurent AimarNo functionnal changes.
2010-05-10 Laurent AimarUsed a vout object for vout_OSDMessage/OSDSlider/OSDIcon.
2010-05-09 Laurent AimarMade vlc_memalign public.
2010-05-09 Rémi Denis-CourmontMaemo: work-around segmentation fault when poll() unwinds
2010-05-08 Laurent AimarAdded VLC_CODEC_NV12 to vlc_fourcc.h.
2010-05-07 Juho Vähä-Herttuapthread: Use Mach semaphores instead of POSIX semaphore...
2010-05-05 Rémi Denis-Courmontnet_Listen: pass socket type parameter
2010-05-04 Laurent AimarCleaned up a bit spu_t API.
2010-05-04 Laurent AimarSplitted out specific vout osd functions to its own...
2010-05-04 Laurent AimarSplitted out spu_t and related functions to its own...
2010-05-04 Laurent AimarSplitted out text_style_t and related function to its...
2010-05-04 Laurent AimarMade vout_ShowText* private to the core.
2010-05-04 Laurent AimarRemoved OSD_ALIGN_* flags.
2010-05-03 Laurent AimarAdded vlc_GetCPUCount() to retreive the number of avail...
2010-05-01 Laurent AimarPrivatized remaining vout fields.
2010-05-01 Laurent AimarAdded mouse support to sub-filter.
2010-04-29 Laurent AimarSimplify the creation of subpicture with dynamic content.
2010-04-29 Ilkka Ollakkaadd comment that BlockChainAppend() can take NULL ...
2010-04-28 Rémi Denis-CourmontRemove useless freeaddrinfo wrapper
2010-04-28 Rémi Denis-CourmontRemove getnameinfo and getaddrinfo wrappers
2010-04-23 Laurent AimarRemoved now unused picture_t fields and associated...
2010-04-23 Laurent AimarModified vout_*Picture API.
2010-04-23 Laurent AimarAdded picture_pool_GetSize helper.
2010-04-23 Laurent AimarAdded picture_pool_Reserve helper.
2010-04-21 Rémi Duraffortmodule_config_t: pack the structure. This save 10K...
2010-04-18 Laurent AimarMoved picture_heap_t out of vlc_vout.h
2010-04-18 Laurent AimarMoved most of private vout_thread_t fields out of vlc_v...
2010-04-18 Laurent AimarRemoved picture_heap_t::i_aspect/width/height/chroma.
2010-04-18 Laurent AimarRemoved picture_heap_t rgb informations.
2010-04-18 Laurent AimarRemoved write only vout_thread_t::i_zoom.
2010-04-18 Laurent AimarRemoved write only vout_thread_t::i_window_width/height...
2010-04-18 Laurent AimarMoved vout_sys_t out of vlc_common.h.
2010-04-18 Laurent AimarRemoved write only picture_heap_t::b_allow_modify_pics.
2010-04-18 Laurent AimarRemoved write only vout_thread_t::i_heap_size field.
2010-04-18 Laurent AimarMoved some private fields out of vlc_vout.h
2010-04-18 Laurent AimarMoved vout_AllocatePicture out of vlc_vout.h
2010-04-18 Laurent AimarMoved vout_IntfInit out of vlc_vout.h
2010-04-18 Laurent AimarRemoved vout_PlacePicture function.
2010-04-18 Laurent AimarRemoved unused vout flags.
2010-04-18 Laurent AimarRemoved dead code in vout.
2010-04-18 Laurent AimarRemoved picture_heap_t::pf_setpalette
2010-04-18 Laurent AimarCalls directly the vout wrapper iof using function...
2010-04-18 Laurent AimarRemoved unused vout_thread_t:pf_lock/unlock/swap fields.
2010-04-18 Laurent AimarRemoved unused vout_thread_t:pf_control field and relat...
2010-04-18 Laurent AimarRemoved unused vout_thread_t:p_module field.
2010-04-14 Francois CartegnieUse pragma packing for suncc
2010-04-14 Francois Cartegnievoid function cannot return a value
2010-04-10 Rémi Denis-Courmontutf8_lstat is called vlc_lstat nowadays
next