]> git.sesse.net Git - vlc/history - src
cpu: Implement vlc_GetCPUCount() on Mac OS X.
[vlc] / src /
2010-05-04 Pierre d'Herbemontcpu: Implement vlc_GetCPUCount() on Mac OS X.
2010-05-04 Laurent AimarFixed picture clean up when closing vout.
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-04 Jean-Baptiste KempfVout: Correctly handle the mousewheeling
2010-05-04 Pierre YnardWinCE: fix vlc_GetCPUCount()
2010-05-03 Laurent AimarAdded vlc_GetCPUCount() to retreive the number of avail...
2010-05-02 Sébastien EscudierUnload vod-VLM only at the end
2010-05-01 Laurent AimarImproved audio codec description from fourcc.
2010-05-01 Laurent AimarUsed vlc_fourcc_GetCodec in aout_BitsPerSample.
2010-05-01 Laurent AimarFixed segfault with opengl provider.
2010-05-01 Laurent AimarMissing include (vout).
2010-05-01 Laurent AimarPrivatized remaining vout fields.
2010-05-01 Laurent AimarAdded mouse support to sub-filter.
2010-05-01 Laurent AimarDo not reuse "osd" variable in osd menu.
2010-05-01 Laurent AimarAt input EOF, wait for all pictures to be displayed.
2010-04-29 Laurent AimarSimplify the creation of subpicture with dynamic content.
2010-04-28 Rémi Denis-CourmontRemove useless freeaddrinfo wrapper
2010-04-28 Rémi Denis-CourmontRemove getnameinfo and getaddrinfo wrappers
2010-04-26 Laurent AimarConverted more commands to vout_control.
2010-04-26 Laurent AimarRemoved unused "intf-change" vout variable.
2010-04-26 Laurent AimarUsed vout_control for various commands (vout).
2010-04-26 Laurent AimarAdded API to simplify/clean up vout controls.
2010-04-26 Laurent AimarNo functionnal changes (vout)
2010-04-26 Laurent AimarSplit out interlacing/post-processing management from...
2010-04-26 Laurent AimarRemoved vlc_object_find_name in vout.
2010-04-26 Laurent AimarRemoved dead code (vout).
2010-04-26 Laurent AimarNo functionnal changes.
2010-04-25 Rémi DuraffortFix make distcheck.
2010-04-24 Laurent AimarFixed :drop-late-frames= inheritance in vout.
2010-04-24 Rémi DuraffortFix signess.
2010-04-24 Rémi DuraffortSecond attempt to use a dynamic array shortcuts (this...
2010-04-23 Laurent AimarManual revert of now unneeded a1b58a771b1bdfcca56d24541...
2010-04-23 Laurent AimarRemoved now unused picture_t fields and associated...
2010-04-23 Laurent AimarRemoved invalid comment (vout).
2010-04-23 Laurent AimarModified vout_*Picture API.
2010-04-23 Laurent AimarRemoved now useless vout_CountPictureAvailable.
2010-04-23 Laurent AimarFixed vout_Reset.
2010-04-23 Laurent AimarSplit vout_FixLeaks into vout_FixLeaks and vout_Reset.
2010-04-23 Laurent AimarNo functionnal changes (vout).
2010-04-23 Laurent AimarRemoved dead code.
2010-04-23 Laurent AimarReworked the way pictures are handled by the vout core.
2010-04-23 Laurent AimarAdded picture_pool_GetSize helper.
2010-04-23 Laurent AimarAdded picture_pool_Reserve helper.
2010-04-22 Rémi Denis-CourmontRemove unused string
2010-04-22 Jean-Baptiste KempfAdd a new FourCC to VP6F
2010-04-21 Rémi Denis-CourmontBump libvlccore ABI
2010-04-21 Rémi Denis-CourmontRevert "Modules: use a dynamic array for the shortcuts...
2010-04-21 Rémi Duraffortmodule_t: repack again.
2010-04-21 Rémi DuraffortModules: use a dynamic array for the shortcuts (this...
2010-04-18 Laurent AimarFixed win32 build.
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 AimarDisable invalid access of internal vout fields.
2010-04-18 Laurent AimarTypo (vout).
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 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_control field and relat...
2010-04-18 Laurent AimarRemoved unused vout_thread_t:p_module field.
2010-04-17 Laurent AimarDo not show non working deinterlacing modes until it...
2010-04-17 Laurent AimarEnabled support for video splitter directly at the...
2010-04-17 Laurent AimarMoved "video output" -> "vout display" wrapper to the...
2010-04-17 Laurent AimarLet mouse events go through vout filter chain.
2010-04-17 Rémi Denis-CourmontNAME_MAX requires <limits.h>
2010-04-17 Rémi Denis-Courmontvlc_readdir: thread-safety fix
2010-04-16 Rémi Denis-CourmontWin32: vlc_rename() needs to erase target file first...
2010-04-16 Rémi Denis-CourmontWin32: handle WSAEINTR correctly, should fix #3101
2010-04-16 Francois CartegnieFix segfault in preparser
2010-04-15 Francois Cartegniefix unsupported compact ifelse syntax
2010-04-15 Sébastien EscudierVLM : add a dedicated mutex for the manage thread....
2010-04-14 Francois Cartegnievoid function cannot return a value
2010-04-14 Francois Cartegnietypedef va_arg function pointers to avoid compiler...
2010-04-14 Erwan Tulouhelp: fix semi-colon wrongly stated where colon or...
2010-04-14 Erwan Tulouhelp: fix comma wrongly stated when colon is actually...
2010-04-11 Erwan Tuloustrings: typo
2010-04-11 Rémi Denis-CourmontPrint error when setting TTL fails
2010-04-11 Rémi Denis-Courmontsnprintf() always puts a nul terminator...
2010-04-10 Rémi Denis-Courmontfdopendir does not imply openat (fix #3505)
2010-04-07 Rémi Denis-CourmontWin32: fix race between vlc_cancel() and vlc_threadvar_...
2010-04-07 Rémi Denis-CourmontWin32: inline vlc_cancel_self
2010-04-03 Erwan Tuloumediadirs: better detection for recorded material
2010-04-03 Erwan Tulounet: fix socket blocking if accept4 not available
2010-03-31 Rémi Denis-CourmontCompile fix
2010-03-31 Rémi Denis-CourmontUse vlc_accept()
next