]> git.sesse.net Git - vlc/history - src
python-ctypes: fix indent issue
[vlc] / src /
2009-08-09 Rémi Denis-CourmontReplace libvlc_exception_get_message with libvlc_errmsg
2009-08-09 Rémi Denis-CourmontLibVLC: per-thread error message API
2009-08-09 Rémi Denis-CourmontMissing return value
2009-08-09 Rémi Denis-Courmontlibvlc_log: remove useless exception parameters
2009-08-09 Rémi Denis-CourmontRemove RAISEVOID
2009-08-09 Rémi Denis-Courmontlibvlc_playlist_play: remove exception
2009-08-09 Rémi Denis-Courmontlibvlc_log: remove dummy exceptions
2009-08-09 Rémi Denis-Courmontlibvlc_add_intf: return a value
2009-08-09 Rémi Denis-CourmontRemove libvlc_get_vlc_id()
2009-08-08 Laurent AimarAdded vlc_fourcc_IsYUV.
2009-08-08 Jakob LebenPlaylist: correct insertion index when moving items...
2009-08-07 Laurent AimarAdded VLC_CODEC_DVDA_LPCM for lpcm in AOB.
2009-08-06 Laurent AimarRevert "Remove useless assignation"
2009-08-06 Laurent AimarFixed a segfault in module_Load in case of error.
2009-08-06 Rémi Denis-CourmontRemove useless assignation
2009-08-06 Rémi Denis-CourmontFix config parameter descriptive comment (fixes: #3032)
2009-08-06 Rémi Denis-CourmontDo not undef _FILE_OFFSET_BITS (fixes: #3031)
2009-08-06 Rémi Denis-CourmontWork around missing PF_LOCAL (fixes: #3027)
2009-08-06 Rémi Denis-CourmontCosmetic: socket(AF_ -> socket(PF_
2009-08-05 Laurent AimarFixed the YUV fallbacks for I440.
2009-08-05 Laurent AimarAdded YUV fourcc helpers mainly for vout.
2009-08-04 Laurent AimarIntroduce "vout display" module API to replaced "vout...
2009-08-04 Rémi Denis-CourmontHTTPd: do not reveal the username through as the realm...
2009-08-04 Rémi Denis-CourmontRevert "fix make check for commit-id 681ac9f14efd4a8611...
2009-08-04 Rémi Denis-CourmontRevert "Alphabetical order"
2009-08-04 Rémi Denis-CourmontRevert "Fix make check."
2009-08-04 Rémi Denis-CourmontRevert "Sort the symbol list"
2009-08-04 Rémi Denis-CourmontRevert "Fix make check."
2009-08-04 Rémi Denis-CourmontFix unsorted check_symbols
2009-08-04 Olivier AubertHave (and document) libvlc_media_get_duration return ms
2009-08-04 Jean-Paul Samanlibvlc: clean up libvlc_Stopped and vlc_to_libvlc_state...
2009-08-03 Rémi Denis-Courmontvlc_timer_gettime: fix corner-case dead lock
2009-08-03 Rémi Denis-CourmontFix forward compatibility with glibc > 2
2009-08-03 Rémi Denis-CourmontForce normal rather than default mutexes in release...
2009-08-03 Rémi DuraffortFix make check.
2009-08-03 Rémi Duraffortvariables: use a more restrictive assert as all variabl...
2009-08-03 Ilkka Ollakkaadd add_font define to plugin defines, and change freet...
2009-08-02 Rémi Denis-Courmontmodule_need: give up if pf_activate returns VLC_ETIMEOU...
2009-08-02 Rémi Denis-CourmontDo not exit with VLC error codes
2009-08-02 Rémi Denis-CourmontReplace VLC_ETHREAD with VLCENOMEM.
2009-08-02 Rémi Denis-CourmontWin32: support loading plugins from directories with...
2009-08-02 Rémi Denis-CourmontUse Unicode paths for plugins scan and ignore non-regul...
2009-08-02 Rémi Denis-CourmontAllocatePluginDir: remove dummy b_die check
2009-08-02 Rémi Denis-CourmontCleanup vlc_timer_* prototypes
2009-08-02 Rémi Denis-CourmontWin32: privatize vlc_timer layout too
2009-08-02 Rémi Denis-CourmontWin32: compile fix
2009-08-02 Rémi Denis-CourmontPOSIX: use pthread-based timers
2009-08-02 Rémi Denis-CourmontFix timer test
2009-08-02 Rémi Denis-CourmontPreparser: detach thread and race to idle
2009-08-02 Rémi Denis-Courmontfetcher: detach thread and race to idle
2009-08-02 Rémi Denis-Courmontvlc_detach: releases a thread handle asynchronously
2009-08-02 Rémi Denis-CourmontWin32: make vlc_thread_t a plain HANDLE (no heap alloc)
2009-08-02 Rémi Denis-CourmontWin32: unimplement thread result
2009-08-02 Rémi Denis-CourmontWin32: no need to put thread function into vlc_thread_t
2009-08-01 Felix Paul Kühnemacosx: prepare the switch from dyld to 'Dynamic Loader...
2009-08-01 Rémi Denis-CourmontRevert "modules: added a hack to work-around the buggy...
2009-08-01 Felix Paul Kühnemodules: added a hack to work-around the buggy 64bit...
2009-08-01 Rémi Denis-CourmontTest cases for timers
2009-08-01 Laurent AimarSplit back window module providers by type.
2009-08-01 Laurent AimarMoved out video statistics to its own file and use...
2009-08-01 Laurent AimarMoved out snapshot code to a standalone file.
2009-08-01 Laurent AimarModified vout_window_t to be completly independant...
2009-08-01 Anthony LoiseauTag some more options as safe
2009-08-01 Rémi Denis-CourmontBump libvlccore version to compensate 1.0-bugfix age...
2009-08-01 Rémi Denis-CourmontRevert "Increased version-info after modification in...
2009-07-31 Rémi Duraffortvariables:
2009-07-31 Rémi Duraffortvariables:
2009-07-31 Rémi Duraffortfetcher: fix a typo (thanks to fenrir).
2009-07-30 Laurent AimarIncreased version-info after modification in 1.0 branch.
2009-07-30 Rémi Duraffortvariables: var_IncInteger and var_DecInteger are now...
2009-07-30 Pierre YnardWin32: wait for timer callbacks to complete when destro...
2009-07-29 Christophe MutricySort the symbol list
2009-07-29 Laurent AimarFixed some corner case errors with SPU.
2009-07-29 Michael HanselmannAdd library functions for HTTP client authentication
2009-07-29 Rémi Duraffortvariables: fix a segfault and memory leak when TriggerC...
2009-07-28 Laurent AimarFixed filter_*Blend rgb masks initialization.
2009-07-28 Laurent Aimaremoved unused pf_render function in subpicture_t.
2009-07-28 Laurent AimarRemoved now unused pf_pre_render in subpicture_t.
2009-07-28 Laurent AimarFixed the order of destruction of ephemere subpictures...
2009-07-28 Rémi Duraffortvariables: Remove uneeded parameter to TriggerCallback...
2009-07-27 Laurent AimarDo not decode subtitles too much in advanced.
2009-07-27 Laurent AimarCosmetics (create a DecoderWaitDate function).
2009-07-27 Laurent AimarImproved subtitle rendering accuracy and fixed pause...
2009-07-27 Rémi Duraffortvariables: add a Get and Set function. This function...
2009-07-26 Rémi Denis-CourmontWarning
2009-07-25 Laurent AimarFixed seeking and skipping behavior in stream_t layer.
2009-07-25 Sébastien Escudierlibvlc : handle VLM input events
2009-07-25 Rémi Denis-Courmontvlc_clone(): abide by --rt-priority and --rt-offset
2009-07-24 JP DingerMerge branch 'master' of git@git.videolan.org:vlc
2009-07-24 JP DingerSimplify vlc_about.h generation.
2009-07-24 Rémi DuraffortUse var_TriggerCallback instead of var_SetVoid (the...
2009-07-24 Rémi DuraffortNo need to memset val to 0 because the variable is...
2009-07-24 Rémi Duraffortvariables: factorize the callback code, using a special...
2009-07-24 Rémi DuraffortUnused variables (remaining from a previous cleanup).
2009-07-24 Rémi DuraffortUe var_Get(Time|Address) when applicable.
2009-07-24 Rémi DuraffortNo need to check for the existence of the variable...
2009-07-24 Rémi Duraffortvariables: when the variable already exist, check the...
2009-07-23 Rémi DuraffortDirectly release the input thread.
2009-07-23 Rémi Denis-CourmontRemove timer serialization (we don't do it on POSIX...
2009-07-23 Rémi Duraffortcosmetics.
next