]> git.sesse.net Git - vlc/history - src
sl.po: Slovenian l10n update. 100% translated. thanks to Matej Urbančič
[vlc] / src /
2007-06-04 Laurent AimarAdded a b_discontinuity to aout_buffer_t for non-pcm...
2007-06-03 Laurent Aimar- Added support for embeded cover. Demuxer just need...
2007-06-03 Laurent AimarFixed vlc_meta_SetXXX macros
2007-06-03 Laurent AimarPartial fix for builtin plugin.
2007-06-01 Christophe MutricyArabic l10n by Fbourai
2007-06-01 Pierre d'Herbemontcontrol/core.c: Don't leak the p_instance.
2007-06-01 Pierre d'Herbemontlibvlc event: Make event function thread safe. (And...
2007-06-01 Pierre d'Herbemontcontrol/event.c: Use the correct argument for var_DelCa...
2007-06-01 Pierre d'Herbemontcontrol/event.c: Fix previous commit.
2007-06-01 Pierre d'Herbemontcontrol/event.c: Make sure the event won't be listened to.
2007-06-01 Pierre d'Herbemontlibvlc event: Fix the various leaks and point indicatio...
2007-06-01 Pierre d'Herbemontcontrol/event.c: Definition at the top of the function...
2007-05-31 Laurent AimarCompilation fix.
2007-05-31 Laurent Aimarall: added support for demuxer attachment (Patch by...
2007-05-30 Laurent AimarCosmetic.
2007-05-30 Laurent Aimares_out: do not flush decoder fifo when unwanted (fix...
2007-05-30 Jean-Paul SamanFix memleaks and some cleanup.
2007-05-30 Jean-Paul SamanRemove dead code.
2007-05-29 Gildas Bazin* src/input/input.c: don't use input_EsOutDiscontinuity...
2007-05-29 Laurent AimarFactorize code.
2007-05-28 Laurent AimarAdded strnlen replacement (Untested)
2007-05-27 Laurent AimarFlush ES before deleting it (improves a bit a few mms...
2007-05-25 Laurent AimarFixed stream_Block() comment (close #1208)
2007-05-25 Laurent AimarFixed input_ItemNewExt* prototype (mtime_t for duration...
2007-05-25 Laurent AimarCompilation warning fix.
2007-05-25 Laurent AimarCompilation warning fix.
2007-05-23 Damien Fouilleulvout: attach picture heap to temporary picture, so...
2007-05-23 Damien Fouilleulvlc.c: small fix in use of __wgetmainargs
2007-05-23 Damien Fouilleul- win32: retire --fast-mutex and --win-cv-method completely
2007-05-21 Laurent AimarReimplemented libvlc_vlm functions (untested)
2007-05-21 Damien Fouilleul- bye, bye "fast-mutex" and "win9x-cv-method" variables
2007-05-21 Rémi Denis-CourmontNo need to use vlc_global here.
2007-05-20 Antoine Cellerier* subtitles.c: case insensitive search for subtitle...
2007-05-20 Filippo Caronelibvlc events related functions renamed
2007-05-20 Filippo Caronecallback.c renamed to event.c
2007-05-20 Filippo Caronestatic handle_callback
2007-05-20 Filippo CaroneUse oldval and newval in libvlc_event_t
2007-05-20 Felix Paul Kühne* default enable Interface Interactions
2007-05-20 Antoine Cellerier* Force cast to vlc_object_t when calling config_GetDat...
2007-05-20 Antoine Cellerier* libvlc.h: hopefully fix a few warnings.
2007-05-20 Antoine Cellerier* add missing includes (trying to fix compilation error...
2007-05-20 Antoine Cellerier* Yet another p_libvlc_global compile fix (BeOS)
2007-05-20 Antoine Cellerier* Some more fixes (+ don't redefine a function that...
2007-05-20 Antoine Cellerier* Fix non linux compilation round 2.
2007-05-20 Antoine Cellerier* src/modules/modules.c: hopefully fix compilation...
2007-05-20 Antoine CellerierWhen you cut / paste code from another file, you should...
2007-05-20 Rémi Denis-CourmontHide libvlc_global_data_t from plugins
2007-05-20 Rémi Denis-CourmontRevert wrongfully commited file
2007-05-20 Rémi Denis-CourmontFix SVN revision handling.
2007-05-20 Rémi Denis-CourmontFix comment
2007-05-19 Filippo Caronecallback.c added (ops)
2007-05-19 Christophe MutricyFix compilation.
2007-05-19 Filippo CaroneInitial callback support in libvlc + example on how...
2007-05-19 Rémi Denis-CourmontForgot this file
2007-05-19 Rémi Denis-CourmontSame as previous commit
2007-05-19 Rémi Denis-CourmontUse a vlc_CPU() wrapper instead of (ab)using libvlc_global
2007-05-19 Rémi Denis-CourmontWindows compile fix
2007-05-19 Rémi Denis-CourmontUse static storage rather than libvlc_global for stuff...
2007-05-19 Rémi Denis-CourmontMove OSD and TLS to instance.
2007-05-19 Rémi Denis-CourmontMake saved-volume variable a per-libvlc instance rather...
2007-05-19 Rémi Denis-CourmontUse vlc_object_kill(). Needs triple checking.
2007-05-19 Rémi Denis-CourmontDo not unload plugins in debug builds. Not sure if...
2007-05-19 Rémi Denis-CourmontFollowing vlc_object_kill(), add vlc_object_dying()
2007-05-19 Filippo Caronefree callbacks on libvlc destruction
2007-05-19 Filippo Caroneuser data pointer added to callback structure
2007-05-19 Filippo CaroneSet callback list to null on instance init
2007-05-19 Filippo Caroneinitial structures for libvlc callbacks (code adapted...
2007-05-18 Antoine Cellerier* src/text/strings.c: Add a lot of entities to the...
2007-05-18 Antoine Cellerier* src/input/input.c: Remove the access and demux part...
2007-05-17 Antoine Cellerier* src/vlc.c: remove tabs.
2007-05-17 Rémi Denis-CourmontFixes
2007-05-17 Rémi Denis-Courmont - Revert [20137]
2007-05-16 Jean-Paul SamanFix include: libvlc.h, is in vlc/libvlc.h now.
2007-05-14 Damien Fouilleul- hotkeys: deprecated 'key-fullscreen' in favor of...
2007-05-14 Damien Fouilleul- hotkeys: leave full screenscreen hotkey (defaulted...
2007-05-12 Pierre d'Herbemontaudio_output/output.c: Make sure we are properly lockin...
2007-05-11 Antoine Cellerierinput.c: if available, use p_access->psz_path instead...
2007-05-08 Antoine CellerierAdd a hotkey to toggle wallpaper mode. Currently only...
2007-05-07 Olivier Aubertmediacontrol API: implement mediacontrol_StreamInformat...
2007-05-04 Antoine Cellerier"[PATCH] add play <url> ability to vlm" by Ilkka Ollakka
2007-05-04 Antoine Cellerier"[PATCH] show input index-number in vlm show" by Ilkka...
2007-05-04 Christophe MutricyPersian localisation by Meelad Zakaria and Farzaneh...
2007-05-03 Gildas Bazin* src/input/stream.c: fix input-list code.
2007-05-03 Olivier Aubertmediacontrol API: split old mediacontrol_exception_init...
2007-05-03 Jean-Baptiste KempfChange prefer-system-codecs category (put it in codecs...
2007-05-03 Olivier Aubertsrc/control/mediacontrol_util.c: revert rev. 19899...
2007-05-01 Rémi Denis-CourmontProvide va_list variant to MakeSDPMedia
2007-05-01 Rémi Denis-CourmontAdd helper for SDP media description formatting
2007-05-01 Rémi Denis-CourmontFix some memleaks
2007-04-30 Rémi Denis-CourmontHandle errors without crashing
2007-04-26 Antoine Cellerier * [PATCH] Memory hole fix by Bernie Purcell
2007-04-26 Damien Fouilleulfixed memleak pointed out by xtophe in previous commit
2007-04-26 Damien Fouilleul- configuration: added "--prefer-system-codecs" option...
2007-04-26 Jean-Paul SamanSpecifying --fake-file-reload 5 reloads the image file...
2007-04-25 Rafaël CarréDoesn't shutdown hal connection if initialisation failed.
2007-04-21 Olivier Aubertsrc/control/mediacontrol_internal.h: do not set excepti...
2007-04-21 Olivier Aubertsrc/control/mediacontrol_util: do not malloc a mediacon...
2007-04-19 Jean-Baptiste KempfCropping ratios: add 35mm Widescreen Eur and US.
2007-04-19 Jean-Baptiste KempfAdd 2.35 and 2.39 cropping ratios.
2007-04-18 Rémi Denis-CourmontKludge the kludge around the kludge around the kludge...
next