]> git.sesse.net Git - vlc/history - include
Use var_InheritString for --decklink-video-connection.
[vlc] / include /
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
2010-04-10 Rémi Denis-Courmontssize_t requires sys/types.h (fix #3504)
2010-04-08 Rémi Denis-CourmontReplacement for getdelim and getline - fixes #3503
2010-04-07 Rémi Denis-CourmontWin32: inline vlc_cancel_self
2010-03-31 Rémi Denis-CourmontCompile fix
2010-03-31 Rémi Denis-CourmontUse vlc_accept()
2010-03-31 Rémi Denis-Courmontvlc_accept: accept() with close-on-exec
2010-03-31 Rémi Denis-Courmontvlc_socket: create socket with close-on-exec à la vlc_dup()
2010-03-31 Keary Griffinexport vlc_rename
2010-03-30 Rémi Denis-CourmontCleanup private and volatile option
2010-03-26 Alex ConverseAdd support for MPEG-4 ALS to the MP4 demuxer and FFmpe...
2010-03-13 Rémi Denis-CourmontPut only the copyright statement in COPYRIGHT_MESSAGE
2010-03-13 Rémi Denis-CourmontRename linked_with_a_crap_library_which_uses_atexit()
2010-03-13 Jakob Lebeninput_item: remove b_prefers_tree
2010-03-13 Jakob Lebenplaylist: new playlist_NodeAddCopy(), modified playlist...
2010-03-13 Jakob Lebeninput_item: new input_item_Copy()
2010-03-11 Rémi Denis-CourmontC++ #include fix
2010-03-09 Rémi Denis-CourmontConstify (fixes #1391)
2010-03-08 Rémi Denis-CourmontFix Doxygen errors
2010-03-06 Rémi Denis-Courmontvlc_(d|l|m)rand48: thread-safe wrappers for non-secure...
2010-03-06 Rémi Denis-CourmontAlso provide erand48 and jrand48, they come almost...
2010-03-05 Rémi Denis-Courmontnrand48 replacement
2010-03-04 Laurent AimarIncreased VOUT_MAX_PICTURES to allows H264 direct rende...
2010-03-04 Jakob LebenQt: reorganize playlist actions, rename "Delete" to...
2010-03-03 Rémi Denis-Courmontutf8_lstat -> vlc_lstat for consistency
2010-02-28 Pierre d'Herbemontlibvlc: Attempt to fix set_nsobject() with QMacCocoaVie...
2010-02-28 Pierre d'Herbemontlibvlc: Use a union for libvlc_media_track_info_t.
2010-02-28 Rémi DuraffortFix doxygen documentation.
2010-02-28 Rémi Duraffortlibvlc: fix doxygen comments.
2010-02-26 Jean-Baptiste KempfFix typo in comment
2010-02-25 Jean-Baptiste KempfForgotten .nsv in open file dialog
2010-02-24 Rémi Denis-CourmontRevert "sd: Make most members private."
2010-02-24 Rémi Denis-CourmontRevert "sd: Export internals with a getters."
2010-02-24 Pierre d'Herbemontsd: Export internals with a getters.
2010-02-24 Pierre d'Herbemontsd: Make most members private.
next