]> git.sesse.net Git - vlc/shortlog
vlc
2008-03-30 Pierre d'Herbemontinput: Remove input_ItemClean and input_ItemInit from...
2008-03-30 Pierre d'Herbemontlibvlc: Don't use input_ItemClean. Anyway when we leak...
2008-03-30 Pierre d'Herbemontvlm: Only use gc enabled input item. (input_ItemClean...
2008-03-30 Pierre d'Herbemontinput: Allow NULL item name.
2008-03-30 Antoine CellerierInstantiate VLM if vlm-conf option is used. You can...
2008-03-30 Rafaël CarréDon't yield the playlist object when it's dead already
2008-03-30 Pierre d'Herbemontplaylist: Fix a possible dead lock when the playlist...
2008-03-30 Tanguy Krotofflibvlc: add functions libvlc_get_version() and others
2008-03-30 Pierre d'Herbemontplaylist: Use PL_LOCK and PL_UNLOCK.
2008-03-30 Pierre d'Herbemontplaylist: Use vlc_object_alive().
2008-03-30 Rafaël CarréCheck cond_wait() return value - Fix a deadlock
2008-03-30 Rafaël CarréDo not mix time() and mdate()
2008-03-30 Ilkka Ollakkasmall adjustment on decoder/encoder fmt_in/out for...
2008-03-30 Rémi Denis... Cosmetic fix
2008-03-30 Pierre d'Herbemontcmake: media_descriptor->media media_instance->media_pl...
2008-03-30 Rémi Denis... Use var_AcquireMutex for the "libvlc" lock
2008-03-30 Rémi Denis... Do NOT destroy the "libvlc"/global/bank/whatever lock...
2008-03-30 Rémi Denis... *Partially* fix the module bank initialization serializ...
2008-03-30 Rémi Denis... Remove dummy condition - looks like a cut&paste accident
2008-03-30 Rémi Denis... Use p_libvlc_global rather than libvlc_global directly
2008-03-30 Rémi Denis... Remove HTTPD object type
2008-03-30 Rafaël CarréLink xvmc vout with libXxf86vm when available
2008-03-30 Rémi Denis... Document object memory layoyt
2008-03-30 Jean-Baptiste... Interface to delay subtitles and audio. Most of ##1491
2008-03-30 Jean-Baptiste... Start of the work for the audio/video/subs synchronisation
2008-03-30 Pierre d'Herbemontlibvlc: rename libvlc_media_descriptor to libvlc_media...
2008-03-30 Jean-Baptiste... Reduce Space in effects UI.
2008-03-30 Jean-Baptiste... No need for FFmpeg protocols.
2008-03-30 Jean-Baptiste... Good location.
2008-03-30 Jean-Baptiste... Revert "ffmpeg RTSP Windows patch -- unsupported error...
2008-03-30 Jean-Baptiste... Small UI fix.
2008-03-30 Pierre d'Herbemontmedia_list.c: Fix crash showed by the new testapi tests.
2008-03-30 Lukas DurfinaAdd tests for media list.
2008-03-30 Pierre d'HerbemontRevert "libvlc: Wait for input end."
2008-03-30 Pierre d'Herbemonttestapi: Remove the sleep() hack.
2008-03-30 Pierre d'Herbemontvideo_output: Don't keep the input around for a long...
2008-03-30 Pierre d'Herbemontstream: No use to vlc_object_yield() and object that...
2008-03-29 Pierre d'Herbemontinput: retain the input item.
2008-03-29 Pierre d'Herbemontobjects: Export vlc_object_dump() to debug.
2008-03-29 Pierre d'Herbemontstats: Move the stat to libvlc instead of the playlist...
2008-03-29 Pierre d'Herbemontlibvlc: Wait for input end.
2008-03-29 Pierre d'Herbemontmedia_instance: Use input_CreateThread() to have a...
2008-03-29 Mark MoriartyMakefile -- add ffmpeg win32 RTSP patch
2008-03-29 Mark Moriartyffmpeg RTSP Windows patch -- unsupported error message
2008-03-29 Felix Paul... somewhat fix VLC-release.app: (well, isn't distributabl...
2008-03-29 Rémi Denis... Remove some global object-specific hacks
2008-03-29 Rémi Denis... root object: use vlc_custom_create
2008-03-29 Rémi Denis... Input and playlist: use custom object
2008-03-29 Pierre d'Herbemontes_out: is not a vlc_object_t.
2008-03-29 Pierre d'Herbemontdescription: Fix compilation.
2008-03-29 Pierre d'Herbemontes_out: Put a msg_Dbg in input_EsOutDelete.
2008-03-29 Pierre d'Herbemontdescription: A buggy case needs an assert.
2008-03-29 Rémi Denis... Fix size of VOD objects
2008-03-29 Rémi Denis... Assert that allocate object size makes sense
2008-03-29 Rafaël CarréFix off by one
2008-03-29 Rémi Denis... Remove unused #include
2008-03-29 Rémi Denis... Create OSD menu as a custom object
2008-03-29 Rémi Denis... Create VLM as a custom object
2008-03-29 Rémi Denis... Remove useless #include
2008-03-29 Rémi Denis... Missing #include
2008-03-29 Rémi Denis... Fix warnings
2008-03-29 Rémi Denis... Remove META_ENGINE object type
2008-03-29 Rémi Denis... Remove stats type - not used anywhere
2008-03-29 Rémi Denis... Remove XML object type
2008-03-29 Rémi Denis... Remove SD object type
2008-03-29 Rémi Denis... Remove SPU type
2008-03-29 Rémi Denis... Remove useless #include
2008-03-29 Rémi Denis... Remove VOD object type - not actually needed
2008-03-29 Rémi Denis... Remove ITEM type - not used anywhere
2008-03-29 Rémi Denis... Revert "prevent #1312 from occuring (refs #1312)"
2008-03-29 Rémi Denis... Fix es_format_Copy prototype
2008-03-29 Jean-Baptiste... Small improvements on the TelX bar.
2008-03-29 Jean-Baptiste... Detect the spu presence in the IM. Deactivate the telet...
2008-03-29 Jean-Baptiste... Hopefully fix the play button issue.
2008-03-29 Rafaël CarréDo not crash in vout destruction when exiting
2008-03-29 Pierre d'Herbemontstream: Do not yield and then release. It is unuseful...
2008-03-29 Pierre d'Herbemontmedia_instance: Forgotten lock().
2008-03-29 Pierre d'Herbemontinput: DestroyThread()'s content should happen in the...
2008-03-29 Filippo Caronefix testapi test: libvlc_instance_(play|pause|stop...
2008-03-29 Christophe... Avoid memleak and use of uninitiliazed pointer
2008-03-28 Filippo Caroneunit tests update
2008-03-28 Filippo Caronefix jvlc arguments
2008-03-28 Jean-Baptiste... Replace define by enum
2008-03-28 Jean-Baptiste... Use typedef around vlc_key enum
2008-03-28 Jean-Baptiste... Replace big define by enum in vlc_keys.h
2008-03-28 Pierre d'Herbemontinput: No need to call detach() prior to release()...
2008-03-28 Pierre d'Herbemontmedia_instance: Fix a typo.
2008-03-28 Christophe... Slovenian translation update by Matej Urbančič
2008-03-28 Pierre d'Herbemonttestapi: Now that relative modules work in a nearly...
2008-03-28 Pierre d'Herbemontmodules: On Windows, Mac OS X and BeOS, search for...
2008-03-28 Rémi Denis... prevent #1312 from occuring (refs #1312)
2008-03-28 Rémi Denis... cleanup
2008-03-28 Rémi DuraffortTypo in configure.ac
2008-03-28 Pierre d'Herbemontmodule: Fix ':' usage and more largely previous commit.
2008-03-28 Pierre d'Herbemontmodule: Make sure we can escape ':' correctly.
2008-03-28 Pierre d'Herbemontinclude: Use libvlc_vlm in doxygen instead of VLM.
2008-03-28 Pierre d'Herbemontinclude: Cleanup libvlc headers doxygen.
2008-03-28 Pierre d'Herbemontmodule: Use PATH_SEP instead of ':'.
2008-03-28 Pierre d'Herbemontinput: Remove a comment that no one seems to understand.
2008-03-28 Felix Paul... Fixed 'Blackout screens' on multi-screen setups
next