]> git.sesse.net Git - vlc/history - src
Prevents deadlocks with input in qt4
[vlc] / src /
2007-08-06 Antoine CellerierCosmetics.
2007-08-06 Rémi Denis-CourmontSync with module macros and sout chain parsing
2007-08-06 Rémi Denis-CourmontSimplify and remove a warning
2007-08-05 Pierre d'Herbemontcontrol/event.c: Change the event API to be per-object...
2007-08-05 Rémi Denis-CourmontFix malloc error handling
2007-08-04 Rémi Denis-CourmontCleanup / speedup
2007-08-04 Rémi Denis-Courmont- Cleanup and fixes deprecated options:
2007-08-04 Rémi Denis-CourmontDo not create dummy shortcut for each and every module
2007-08-04 Rémi Denis-Courmont- pp_shortcuts is always true; do not check
2007-08-04 Rémi Denis-CourmontFix off-by-one
2007-08-04 Rémi Denis-Courmontmodule_GetHelp
2007-08-04 Rémi Denis-CourmontMore access functions around module_t
2007-08-04 Rémi Denis-CourmontPartially abstract module_t: add module_IsCapable()
2007-08-04 Pierre d'Herbemontplaylist/item.c: Avoid checking against false.
2007-08-04 Pierre d'Herbemontplaylist/item.c: More helpful variable name.
2007-07-31 Sam Hocevar * src/video_output/vout_pictures.c: support the GREY...
2007-07-31 Damien Fouilleulmore libtool updates, removed some ol' crust
2007-07-31 Damien Fouilleullibtool: prefer -export-dynamic over -export-regex...
2007-07-30 Damien Fouilleulmozilla: libtool fixes (round 2: darwin)
2007-07-29 Rémi Denis-CourmontRemove vlc_symbols legacy.
2007-07-29 Rémi Denis-CourmontRemove INCLUDED_LIBINTL hack
2007-07-29 Rémi Denis-CourmontRemove USE_LIBTOOL hack
2007-07-29 Rémi Denis-CourmontForgot this file
2007-07-25 Antoine CellerierFix memleak.
2007-07-25 Damien FouilleulMakefile.am: $(AM_LDFLAGS) is actually NOT guaranteed...
2007-07-24 Damien FouilleulMakefile.am: much simpler rules for win32, now that...
2007-07-23 Damien Fouilleullibvlc.dll: libtool fixes
2007-07-22 Pierre d'Herbemontlibvlc.sym: __module_Exists and decoder_GetInputAttachm...
2007-07-20 Rémi Denis-CourmontRemove dummy stream_t.pf_block
2007-07-20 Rémi Denis-CourmontMake stream_Peek take a const pointer as it should
2007-07-20 Rémi Denis-CourmontTry to fix NLS on Win32
2007-07-20 Jean-Paul SamanDon't scale when original widht/height is zero.
2007-07-19 Pierre d'Herbemontcontrol/event.c: Make sure intall_input_event returns...
2007-07-19 Pierre d'Herbemontsrc/Makefile.am: Only allow libvlc-control symbols...
2007-07-19 Rémi Denis-CourmontAlways use libtool here
2007-07-19 Rémi Denis-CourmontCosmetic fix
2007-07-19 Rémi Denis-CourmontRemove the most useless Makefile statement ever
2007-07-18 Jean-Baptiste KempfD-Bus: "org.mpris.vlc" adjustement.
2007-07-18 Jean-Baptiste KempfDefault keys for !mac changes:
2007-07-17 Olivier AubertFix locking issues in (embedded) snapshot code
2007-07-16 Pierre d'Herbemontinput/input_internal.h: Provide a more discouraging...
2007-07-15 Pierre d'Herbemontinput/input_internal.h: Be more polite in the warning...
2007-07-14 Pierre d'Herbemontcontrol/media_instance.c: Work around a missing playlis...
2007-07-13 Pierre d'Herbemontcontrol/media_instance.c: Make sure we initialize every...
2007-07-13 Olivier Aubertmediacontrol: prefix unit conversion functions with...
2007-07-12 Olivier Aubertmediacontrol:
2007-07-12 Olivier AubertRevert part of r20746, which indeed broke the build...
2007-07-11 Pierre d'Herbemontcontrol/media_instance: More lock sanitization. (oops).
2007-07-10 Pierre d'Herbemontcontrol/media_instance.c: Fix a warning on missing...
2007-07-10 Pierre d'Herbemontcontrol/media_instance.c: Fix the dead lock reported...
2007-07-09 Pierre d'Herbemontcontrol/media_descriptor.c: Use vlc_gc_* function to...
2007-07-09 Pierre d'Herbemontcontrol/media_descriptor.c: Don't destroy the input_ite...
2007-07-09 Pierre d'Herbemontcontrol/event.c: Make sure the callback list is initial...
2007-07-08 Pierre d'HerbemontLibvlc: Make medi_instance thread safe and implement...
2007-07-07 Laurent Aimarall: Subtitle improvment patch by Bernie Purcell.
2007-07-06 Jean-Paul SamanJavaScript API to change the selected teletext page...
2007-07-06 Jérome DecoodtTry to fix libtool on macos
2007-07-01 Antoine CellerierAdd option to format strings to prevent displaying...
2007-06-30 Christophe MutricyActivate the polish translation
2007-06-29 Laurent AimarFixed GET_ATTACHMENTS return value (Reported by Bernie...
2007-06-26 Jean-Paul SamanFix new key-menu-* hotkeys definitions
2007-06-25 Damien Fouilleul- libvlc APIs: bug fixing, and please note that excepti...
2007-06-24 Pierre d'Herbemontcontrol/media_descriptor.c: Fix memcpy usage.
2007-06-24 Christophe MutricyTry with the full MRL if the access haven't successed...
2007-06-24 Pierre d'Herbemontcontrol/media_descriptor.c: Make sure we don't strdup...
2007-06-24 Pierre d'HerbemontLibvlc: Make media_instance_destroy private.
2007-06-24 Pierre d'HerbemontLibvlc: Implement media_instance_[get|set]_media_descri...
2007-06-24 Pierre d'HerbemontLibvlc: Use exception for internal function.
2007-06-24 Pierre d'Herbemontcontrol/media_descriptor.c: s/ex/p_e/
2007-06-24 Pierre d'Herbemontcontrol/media_descriptor.c: Raise exception where needed.
2007-06-23 Pierre d'HerbemontOops.
2007-06-23 Pierre d'HerbemontFix previous commit (Oops).
2007-06-23 Pierre d'HerbemontLibvlc: replace media_instance_destroy_and_detach by...
2007-06-21 Jean-Paul SamanAdded new hotkeys "key-menu-[on|off|left|right|up|down...
2007-06-19 Pierre d'Herbemontcontrol/video.c: Use libvlc_media_instance_has_vout...
2007-06-19 Pierre d'Herbemontcontrol/media_descriptor.c: Prefer memcpy over bcopy.
2007-06-19 Pierre d'Herbemontlibvlc: Advertise libvlc_media_instance_destroy_and_det...
2007-06-18 Laurent AimarPatch by Bernie Purcell :
2007-06-18 Laurent AimarAdded missing return value in TitleCallback.
2007-06-18 Antoine CellerierFix invalid free crash in bookmarks loading code report...
2007-06-17 Pierre d'Herbemontlibvlc: Tell the build system to use media_instance.c.
2007-06-17 Pierre d'Herbemontlibvlc: Rename the input.c file to media_instance.c.
2007-06-17 Pierre d'Herbemontlibvlc: Rename input to media_instance. And add the...
2007-06-17 Pierre d'Herbemontcontrol/media_descriptor.c: Fix a comment.
2007-06-17 Pierre d'Herbemontconrtol/media_descriptor.c: Use VLC_FALSE and VLC_TRUE.
2007-06-17 Pierre d'Herbemontcontrol/libvlc_internal: Dump bool as it doesn't work...
2007-06-17 Pierre d'Herbemontlibvlc: attempt to fix previous commit.
2007-06-17 Pierre d'Herbemontlibvlc: Make media_descriptor_t internal.
2007-06-17 Pierre d'HerbemontLibvlc add a media descriptor object.
2007-06-17 Laurent AimarBe sure to restart the mixer on replaygain mode change.
2007-06-17 Laurent AimarAdded replay gain support (audio-replay-gain-mode track...
2007-06-17 Laurent AimarCall input_Control(INPUT_ADD_INFO) on extra meta data.
2007-06-14 Laurent AimarFixed segfault with subtitle.
2007-06-14 Jean-Paul SamanFix potential memleak/crash
2007-06-13 Laurent AimarAdded --run-time option to specify how many second...
2007-06-12 Laurent AimarDrop audio when playing faster and not using resampler.
2007-06-12 Laurent AimarAll: preliminary support for audio while playing faster...
2007-06-12 Laurent AimarFixed use of released pointer (race condition).
2007-06-12 Jean-Paul SamanDisplay video title when video output is reused.
2007-06-12 Jean-Paul SamanShow title on video output based on users preferences...
next