]> git.sesse.net Git - vlc/history - src
mozilla: libtool fixes (round 1)
[vlc] / src /
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...
2007-06-10 Laurent AimarSimplify + fix a potential overflow.
2007-06-10 Laurent AimarSimplify (no functionnal changes).
2007-06-10 Laurent AimarCall garbage collector (vout/sout) when playlist enter...
2007-06-09 Pierre d'Herbemontcontrol/event.c: Add some comments.
2007-06-09 Jean-Paul SamanDisplay media title for 15 seconds right at the start...
2007-06-08 Rémi Denis-CourmontFix compiler warnings
2007-06-07 Laurent Aimarclock: clean up/simplify + remove 1/90000 reference.
2007-06-07 Pierre d'HerbemontLibvlc event: Support for event extra information passi...
2007-06-07 Pierre d'Herbemontcontrol/event.c: Send position event at a reasonable...
2007-06-07 Rémi Denis-CourmontRevert [20459] and really fix (I hope)
2007-06-07 Laurent AimarFixed IsValidAccess...
2007-06-07 Rémi Denis-CourmontSanitize audio format before creating a decoder
2007-06-07 Rémi Denis-CourmontFix use of unitialized variable reported by David Thiel...
2007-06-07 Rémi Denis-CourmontFix deadlock
2007-06-07 Rémi Denis-CourmontUse %u instead of %d
2007-06-07 Pierre d'HerbemontLibvlc Event: Add support for input event.
2007-06-07 Jean-Paul SamanLet text fade away, that looks so much nicer.
2007-06-07 Jean-Paul SamanRemove excess whitelines
2007-06-06 Rémi Denis-Courmont- Only allow letters, digits and slash in access/demux...
next