]> git.sesse.net Git - vlc/history - src
*Partially* fix the module bank initialization serialization
[vlc] / src /
2008-03-30 Rémi Denis-Courmont*Partially* fix the module bank initialization serializ...
2008-03-30 Rémi Denis-CourmontRemove dummy condition - looks like a cut&paste accident
2008-03-30 Rémi Denis-CourmontUse p_libvlc_global rather than libvlc_global directly
2008-03-30 Rémi Denis-CourmontRemove HTTPD object type
2008-03-30 Rémi Denis-CourmontDocument object memory layoyt
2008-03-30 Pierre d'Herbemontlibvlc: rename libvlc_media_descriptor to libvlc_media...
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 Rémi Denis-CourmontRemove some global object-specific hacks
2008-03-29 Rémi Denis-Courmontroot object: use vlc_custom_create
2008-03-29 Rémi Denis-CourmontInput and playlist: use custom object
2008-03-29 Pierre d'Herbemontes_out: is not a vlc_object_t.
2008-03-29 Pierre d'Herbemontes_out: Put a msg_Dbg in input_EsOutDelete.
2008-03-29 Rémi Denis-CourmontFix size of VOD objects
2008-03-29 Rémi Denis-CourmontAssert that allocate object size makes sense
2008-03-29 Rafaël CarréFix off by one
2008-03-29 Rémi Denis-CourmontRemove unused #include
2008-03-29 Rémi Denis-CourmontCreate OSD menu as a custom object
2008-03-29 Rémi Denis-CourmontCreate VLM as a custom object
2008-03-29 Rémi Denis-CourmontRemove useless #include
2008-03-29 Rémi Denis-CourmontMissing #include
2008-03-29 Rémi Denis-CourmontFix warnings
2008-03-29 Rémi Denis-CourmontRemove META_ENGINE object type
2008-03-29 Rémi Denis-CourmontRemove XML object type
2008-03-29 Rémi Denis-CourmontRemove SD object type
2008-03-29 Rémi Denis-CourmontRemove SPU type
2008-03-29 Rémi Denis-CourmontRemove useless #include
2008-03-29 Rémi Denis-CourmontRemove VOD object type - not actually needed
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-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 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 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'Herbemontmodule: Use PATH_SEP instead of ':'.
2008-03-28 Pierre d'Herbemontinput: Remove a comment that no one seems to understand.
2008-03-28 Pierre d'Herbemonttestapi.c: Use ../../modules too.
2008-03-28 Pierre d'Herbemontmodule: Allow multiple paths in --plugin-path (Separate...
2008-03-28 Pierre d'Herbemontinput: Make sure stat info are created before attaching...
2008-03-27 Rémi Denis-CourmontRemove excess initializers
2008-03-27 Rémi Denis-CourmontAdd key-action variable - automatically mapped action...
2008-03-27 Rémi Denis-CourmontShip vlc-plugin.pc.in
2008-03-27 DylanAdd Hotkey to cycle through audio devices
2008-03-27 Pierre d'Herbemonttestapi: Minor cleanup.
2008-03-27 Pierre d'Herbemonttestapi.c: Fix a warning plus small clean up.
2008-03-27 Pierre d'Herbemontsap: Set the sap announcer object name.
2008-03-26 Filippo Caronefailing testapi test added
2008-03-26 Pierre d'Herbemontsap: Properly manage object memory.
2008-03-26 Pierre d'Herbemontvlm: No need to vlc_object_kill() nor vlc_thread_join...
2008-03-26 Pierre d'Herbemonttest: Add the new vlc headers.
2008-03-26 Pierre d'Herbemontsrc: Fix vlc/*.h headers distribution.
2008-03-26 Pierre d'Herbemontmedia_descriptor: Remove an unused variable.
2008-03-26 Rémi Denis-CourmontFix memory leak
2008-03-26 Pierre d'Herbemontlibvlc: Remove all references to tag and dynamic media...
2008-03-26 Pierre d'HerbemontLetf over from libvlc->playlist vout
2008-03-26 Pierre d'Herbemontlibvlc: Move input_item array from playlist to libvlc.
2008-03-26 Pierre d'Herbemontobjects: Allow certain operations when the object refco...
2008-03-26 Pierre d'Herbemontvideo_output.c: Don't rely on the playlist to store...
2008-03-26 Pierre d'Herbemontplaylist: Properly clean the playlist using the object...
2008-03-26 Pierre d'Herbemontvout: Proper vout destruction via the object destructor.
2008-03-26 Pierre d'Herbemontplaylist: Properly destroy the preparser and the fetche...
2008-03-26 Pierre d'Herbemontthreads: Make sure we vlc_thread_join() won't block...
2008-03-25 Pierre d'Herbemontcontrol: Remove dynamic_media_list_*.
2008-03-25 Pierre d'Herbemontcontrol: Remove tag_query_*.
2008-03-25 Rémi Denis-CourmontStore the object type name rather than object type...
2008-03-25 Rémi Denis-CourmontDocument vlc_custom_create.
2008-03-25 Rafaël CarréCorrectly use WSAStringToAddress()
2008-03-24 Rémi Denis-CourmontRealloc block if a large extent of the footer becomes...
2008-03-24 Rémi Denis-CourmontAdd some comments
2008-03-24 Rafaël CarréDo not use sprintf without a format
2008-03-23 Felix Paul Kühneupdated the list of shortcuts not to be used on Mac...
2008-03-23 Felix Paul Kühnefixed typo
2008-03-23 Pierre d'HerbemontRe-checking src/interface/interface.h.
2008-03-23 Pierre d'Herbemontautotools: Distribute src/interface/interface.h
2008-03-23 Pierre d'Herbemontinput: Remove input_DestroyThread() as it is now handle...
2008-03-23 Pierre d'Herbemontobjects: Call vlc_object_join() automatically from...
2008-03-22 Pierre d'Herbemontinteraction: Keep a libvlc's global interaction object...
2008-03-22 Pierre d'Herbemontobjects: Send a vlc_object_kill from vlc_object_destroy...
2008-03-22 Jean-Baptiste KempfUniformisation and configurability of Mouse Hidding...
2008-03-21 Sam HocevarFix a potential corruption in release_input_thread().
2008-03-21 Sam HocevarVarious spelling fixes.
2008-03-21 Filippo Caronefix for #1533: check on array boundaries before removin...
2008-03-19 Pierre d'Herbemontlibvlc.sym: Add __vlc_object_set_destructor and fix...
2008-03-19 Rémi Denis-CourmontRemove redumdant Makefile target
2008-03-19 Rémi Denis-Courmontpkg-config for the plugin API
2008-03-19 Rémi Denis-CourmontUse NDEBUG
next