]> git.sesse.net Git - vlc/history - src
python bindings: allow to pass values in the vlc.Position constructor:
[vlc] / src /
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...
2007-04-18 Rémi Denis-CourmontUgly kludge around a kludge around a kludge. That's...
2007-04-18 Rémi Denis-CourmontUuinline functions and hide stream_t (it's not used...
2007-04-15 Antoine Cellerier * Switch b_strict to true in module_Need calls (we...
2007-04-15 Rémi Denis-CourmontFix the test suite
2007-04-15 Rémi Denis-CourmontPrint error message when loading the playlist fails
2007-04-15 Rémi Denis-CourmontRevert [16490]: do NOT remember loop repeat and random
2007-04-15 Rémi Denis-CourmontRemove useless wrapper around free()
2007-04-15 Rémi Denis-CourmontComplain in case of error when parsing the config file
2007-04-15 Rémi Denis-CourmontIncrease plugin cache version to force stalling.
2007-04-15 Rémi Denis-CourmontCategory and subcategory items are also integers. Fix...
2007-04-15 Rémi Denis-Courmont - Only use IPV6_V6ONLY when it makes sense (i.e. recei...
2007-04-14 Rémi Denis-CourmontWorks this time
2007-04-14 Rémi Denis-CourmontUndo erroneous commit
2007-04-14 Rémi Denis-CourmontFix compiler warning
2007-04-14 Rémi Denis-CourmontInclude modules.h whenever needed
2007-04-14 Rémi Denis-CourmontTiny code factorization
2007-04-14 Rémi Denis-CourmontFurther hide module_t layout from plugins
2007-04-14 Rémi Denis-CourmontHandle plugin cache reading error case
2007-04-14 Rémi Denis-CourmontInitial work on hiding module_t layout from plugins
2007-04-14 Rémi Denis-CourmontMove libvlc module stuff to their own subdirectory
2007-04-14 Rémi Denis-CourmontClean header file
2007-04-12 Antoine CellerierInvalidate old caches (cf [19742]).
2007-04-11 Antoine Cellerier* Honor --color with --list.
2007-04-10 Damien Fouilleullibvlc_video_take_snapshot: removed kludge and fixed...
2007-04-08 Rafaël CarréDon't run hal_initialize() twice. Bug introduced in...
2007-04-07 Antoine CellerierModules have a psz_help string. This is currently used...
2007-04-07 Antoine CellerierDisplay module's psz_help in help output (see next...
2007-04-07 Antoine CellerierAdd color help output when using command line switches...
2007-04-07 Antoine CellerierAdd subcategories and sections to command line help...
2007-04-07 Antoine CellerierFix help string.
2007-04-07 Rafaël CarréLoads D-Bus control interface in one instance mode...
2007-04-06 Rafaël CarréDoesn't unref the D-Bus connection if connection failed
2007-04-06 Rafaël CarréAutomatically loads dbus control interface in one-insta...
2007-04-06 Rafaël Carréadds sanity check to module_Exists()
2007-04-05 Rémi Denis-CourmontRevert previous commit.
2007-04-05 Rafaël CarréStreaming output works again. Closes #1047
2007-04-05 Rémi Denis-CourmontRevert [19092] and really fix the variable naming probl...
2007-04-05 Rémi Denis-Courmontmissing errno.h
2007-04-05 Rémi Denis-CourmontCompiler warnings rampage
next