]> git.sesse.net Git - vlc/history - src/misc
Qt: add drow shadow effect
[vlc] / src / misc /
2010-01-24 Pierre d'Herbemontdarwin_specific: Fix coding style (sick).
2010-01-24 Pierre d'Herbemontdarwin_specific: Make sure developer version of VLC...
2010-01-23 Rémi Denis-Courmontfilter_t: use struct of non-anymous unions, seems more...
2010-01-23 Luca Barbatolibvlc os-specific path discovery
2010-01-23 Rémi Denis-CourmontSome objects have no name. Fix segmentation fault.
2010-01-23 Rafaël Carrées_format_t: add i_level
2010-01-23 Rafaël CarréInit es_format_t->i_profile to -1 (not filled)
2010-01-23 Rémi Denis-CourmontUse a doubly-linked list for object tree
2010-01-23 Rémi Denis-CourmontRemove dead code
2010-01-23 Rémi Denis-CourmontRemove vlc_list_find
2010-01-23 Rémi Denis-CourmontFindObjectName: split parent and child search modes
2010-01-23 Rémi Denis-Courmontvlc_object_find_name: simplify FIND_ANYWHERE
2010-01-23 Rémi Denis-CourmontSplit FindObject into FindParent and FindChild
2010-01-20 Rémi Denis-CourmontWin32: fix sockets leak
2010-01-18 Rémi Denis-CourmontDo not allow input to be found as a child, decoder...
2010-01-18 Rémi Denis-CourmontRemove used FIND_STRICT
2010-01-18 Rémi Denis-Courmontlibvlc: config_Get -> var_Inherit
2010-01-17 Jean-Baptiste KempfCPU: win32 simplification
2010-01-17 Rafaël CarréReplace a not space blank character
2010-01-17 Rémi Denis-Courmontpthread: fix semaphore error handling
2010-01-17 Rémi Denis-Courmontpthread: mark allocation errors as unlikely
2010-01-17 Rémi Denis-Courmontpthread: mark bugs as unlikely
2010-01-17 Geoffroy CouprieRevert "Win32: use IsProcessorFeaturePresent() to detec...
2010-01-16 Geoffroy CouprieWin32: use IsProcessorFeaturePresent() to detect availa...
2010-01-13 Rémi Denis-CourmontLinux: do not hardcode libvlc.so, use address space...
2010-01-13 Rémi Denis-CourmontMove core Win32 files to their own directory
2010-01-12 Rémi Denis-CourmontWin32: assume the OS support what the processor supports
2010-01-12 Rémi Denis-CourmontPowerPC: reset SIGILL to default handler too
2010-01-12 Rémi Denis-CourmontWin32: compile fix
2010-01-12 Rémi Denis-CourmontCPU: force the SIGILL handler back to default after...
2010-01-12 Jean-Baptiste KempfSupport for sipr decoder from FFmpeg
2010-01-11 Rémi Denis-CourmontRemove useless <fcntl.h> inclusions
2010-01-11 Rémi Denis-CourmontRemove useless <ctype.h> inclusions
2010-01-11 Rémi Denis-CourmontRemove useless <errno.h> inclusions
2010-01-11 Rémi Denis-Courmontthreads: remove legacy #includes
2010-01-10 Rémi Denis-CourmontRemove YMGA chroma
2010-01-10 Rémi Denis-CourmontCheck plugins directory names for unsupported capability
2010-01-06 Rémi Denis-Courmontobjects: use fputs/fputc if there is nothing to format
2010-01-06 Rémi Denis-Courmontvariables: use a binary search tree instead of a table
2010-01-05 Rémi Denis-CourmontMessages: missing const, fix Qt4 warning
2010-01-05 Erwan Tuloucore: correct memory leak
2010-01-03 Rémi Denis-CourmontNo, Insert() does not need to be recursive
2010-01-03 Rémi Denis-CourmontTake variable Lookup() out of GetUnused()
2010-01-03 Rémi Denis-CourmontVariable lookup: small code factorization
2010-01-03 Rémi Denis-CourmontTriggerCallback: factor condition
2010-01-03 Rémi Denis-Courmontvariable lookup: missing const
2010-01-03 Rémi Denis-CourmontSort hotkeys per key code and use binary search
2010-01-03 Rémi Denis-CourmontRefactor key mapping internals
2010-01-03 Rémi Denis-Courmont0 has to be a legal value for vlc_key_t
2010-01-02 Rémi Denis-CourmontDon't use a static mutex for libvlc_wait on Win32 ...
2010-01-02 Rémi Denis-CourmontWin32: using a static mutex with a condition is not...
2009-12-30 Rémi Denis-CourmontExport var_Inherit()
2009-12-30 Rémi Denis-CourmontUnused variable
2009-12-30 Rémi Denis-CourmontDead code
2009-12-30 Rémi Denis-CourmontGetUnused: remove invalidated comment
2009-12-30 Rémi Denis-CourmontFactor variable destruction code (out of the variable...
2009-12-30 Rémi Denis-CourmontAllocate each object variable separately
2009-12-30 Rémi Denis-CourmontWin32: fix previous commit plus small optimization
2009-12-30 Rémi Denis-CourmontWin32: emulate static mutexes with a boolean (fix:...
2009-12-30 Pierre d'Herbemontvariables: Fix two typos in InheritValue().
2009-12-30 Pierre d'Herbemontdarwin_specific: Save some expansive work at startup...
2009-12-29 Rémi Denis-CourmontInheritValue: fix type given to var_GetChecked()
2009-12-29 Rémi Denis-CourmontInheritValue: simplify and render thread-safe
2009-12-29 Rémi Denis-CourmontAllocate variable and inherit value before the variable...
2009-12-29 Martin T. Sandsmarkuse _exit() instead of exit() when checking CPU capabil...
2009-12-29 Rémi Denis-CourmontRemove buggy and never used VLC_VAR_INHERITVALUE
2009-12-29 Rémi Denis-CourmontInherit from parent only, not from LibVLC
2009-12-28 Rémi Denis-Courmontvlc_GetActionId: binary search
2009-12-27 Antoine CellerierAdd vlc_GetActionId().
2009-12-21 Rémi Denis-CourmontAdd a warning
2009-12-21 Rémi Denis-Courmontprobe: infrastructure for run-time features probing
2009-12-16 Laurent AimarRemoved es_format_t::i_aspect.
2009-12-16 Laurent AimarUsed a sar for video_format_Setup.
2009-12-16 Laurent AimarUsed picture_NewFromFormat when appropriate.
2009-12-12 Rémi Denis-CourmontUse VLC_CODEC_PPM
2009-12-12 Johann RansayPPM image support
2009-12-06 Jean-Baptiste KempfSupport for AMV video files.
2009-12-06 Rémi Denis-CourmontDo not assert memory allocations
2009-12-05 JP DingerIntroduce realloc_or_free() to src/*, and add assert...
2009-12-03 Rafaël Carréwindows: Convert vlc directory path to UTF8
2009-11-24 Laurent AimarAdded SSSE3/SSE4.1/SSE4.2 support to libvlc.
2009-11-24 Laurent AimarFixed check_capability compilation (TSQ).
2009-11-24 Laurent AimarUsed the proper define in SSE2 detection code.
2009-11-24 Laurent AimarFactorized x86 features detection code.
2009-11-16 Rémi Denis-CourmontDocument block_FifoGet and block_FifoShow
2009-11-16 Rémi Denis-Courmontblock_FifoPut: reduce contention scope
2009-11-16 Rémi Denis-Courmontblock_FifoEmpty: reduce contention scope
2009-11-03 Rafaël CarréUpdate: correctly handle different line endings
2009-11-03 Rafaël CarréUpdate: make sure 1.1.0 > 1.1.0-git
2009-10-29 Jean-Baptiste KempfMore raw FourCC
2009-10-26 Rémi Denis-CourmontRevert "Blacklist glibc 2.10-2.10.1 for 686"
2009-10-21 Rémi Denis-CourmontBlacklist glibc 2.10-2.10.1 for 686
2009-10-20 Rémi Denis-Courmontvlc_thread_fatal: disable thread cancellation
2009-10-19 Rémi Denis-CourmontHAVE_FPU: make constant
2009-10-18 Rémi Denis-CourmontTypo
2009-10-18 Rémi Denis-CourmontGrammar
2009-10-17 Rémi Denis-Courmontrand: ASCII path, use utf8_open for close-on-exec
2009-10-16 Jean-Baptiste KempfSupport for Forward Uncompressed video
2009-10-14 Rémi Denis-CourmontRemove HAL plugin
2009-10-13 JP DingerReplace the last of the HAVE_EVENTFDs with HAVE_SYS_EVE...
next