]> git.sesse.net Git - vlc/history - src
test code fix
[vlc] / src /
2008-04-17 Michael Ploujnikovfixed misc/stats.c:399: warning: comparison between...
2008-04-16 Rafaël CarréFix metadata reading
2008-04-16 Pierre d'Herbemontmedia_discoverer: Typo fix. Don't add the media twice.
2008-04-16 Rafaël CarréRemove unused i_enabled member from the playlist struct
2008-04-16 Rafaël CarréDo not put a private function in a public header
2008-04-16 Pierre d'Herbemontmodules: Make sure DupModule() work as expected. (Point...
2008-04-16 Jean-Paul SamanProperly initialize psz_name in PrintObject(). Fixes...
2008-04-16 Pierre d'Herbemontmodules: Fix const char * usage and memory management.
2008-04-16 Pierre d'Herbemontmodules: Don't cast a const to silent a warning on...
2008-04-16 Pierre d'Herbemontobjects: Also dump leaked objects.
2008-04-16 Jean-Paul SamanProperly free hal ctx when finished with it.
2008-04-16 Pierre d'Herbemontobjects: Dump libvlc object when aborting because of...
2008-04-15 Pierre d'Herbemonttests: Fix libvlc.sym.
2008-04-15 Rafaël CarréFix MacOSX update checking - inverted behavior
2008-04-15 Pierre d'Herbemontmodule: Set up a timer for moduleNeed().
2008-04-15 Pierre d'Herbemontinput: Set a timer for input launching.
2008-04-15 Pierre d'Herbemontstats: Support per object timer. (and implement stats_T...
2008-04-14 Jérôme DecoodtFix parsing of plugin-path with escaping chars...
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Jérôme DecoodtFix plugins/modules path list on Win32
2008-04-14 Pierre d'Herbemontinput: Split Init() into multiple subfunctions to try...
2008-04-14 Pierre d'Herbemontaccess: Rename access2 to access as access is no longer...
2008-04-14 Pierre d'Herbemontdemux: Rename demux2 to demux as demux is no longer...
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-04-11 Pierre d'Herbemontsrc: Fix an unused var warning plus an invalid conversi...
2008-04-11 Pierre d'Herbemonttest: Move testapi.c to /test and use a sample file...
2008-04-11 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-11 Jean-Paul SamanCheck malloc return value
2008-04-09 Jean-Paul SamanMerge branch 'dynamicoverlay'
2008-04-09 Pierre d'Herbemontlibvlc: Properly raise an exception that indicates...
2008-04-09 Pierre d'Herbemontlibvlc: Don't delete all the media in libvlc_vlm_releas...
2008-04-09 Jean-Paul SamanFix compilation.
2008-04-09 Jean-Paul SamanPatch by Soren Bog <avacore@videolan.org> from GSoC...
2008-04-08 Filippo Caronedecref the correct value in vlm_ControlMediaDel
2008-04-08 Filippo Caronewhen releasing vlm, clear all media
2008-04-07 Filippo Caronelibvlc_vlm_release added
2008-04-07 Rémi DuraffortComments presentation.
2008-04-07 Rémi DuraffortRemove playlist_NodeDump as nobody is using this debugi...
2008-04-06 Rafaël CarréRemove hack : input items are now correctly dereference...
2008-04-06 Filippo Caronelogger_iterator_next simplied
2008-04-06 Rafaël CarréBe bsdmake friendly : don't embed $() in another $()
2008-04-04 Pierre d'HerbemontRevert "libvlc: check if we are in the proper state...
2008-04-04 Pierre d'Herbemontobjects: Dump libvlc when we have some leak related...
2008-04-04 Tanguy Krotofflibvlc: check if we are in the proper state before...
2008-04-04 Rafaël CarréAttribute copyright of vlc_current_charset() to Bruno...
2008-04-02 Pierre d'Herbemonttestapi: Don't disable test.
2008-04-02 Pierre d'Herbemontlibvlc: Add a --ignore-config options that allow not...
2008-04-02 Antoine CellerierRemove trailing space.
2008-04-02 Antoine CellerierWe can do integer math ... as long as sizes are smaller...
2008-04-02 Antoine CellerierFix snapshot with default video size. Please *test...
2008-04-02 Antoine CellerierRemove stupid default 320x200 snapshot size. It now...
2008-04-02 Rafaël CarréDon't dump/clean media library if it's not active
2008-04-01 Pierre d'Herbemontplaylist: Fix a typo.
2008-04-01 Pierre d'Herbemontplaylist: if(X)free(X) -> free(X)
2008-04-01 Pierre d'Herbemontplaylist: rename ML_decref() to recursively_decref...
2008-04-01 Pierre d'Herbemontplaylist: Correctly indicate why we put a buggy yield...
2008-04-01 Rafaël CarréFix media library reference counting
2008-04-01 Pierre d'Herbemontplaylist: Don't lock/unlock where not needed.
2008-04-01 Pierre d'Herbemontplaylist: Correctly decref where we use the object.
2008-04-01 Rafaël CarréFix media library's input items reference counting
2008-03-31 Pierre d'Herbemontplaylist: To avoid race on p_input destruction, keep...
2008-03-31 Pierre d'Herbemontlibvlc: Add some more info on the input item we may...
2008-03-31 Pierre d'Herbemontplaylist: Proper locking when editing playlist variable...
2008-03-31 Filippo Caronetest code cleanup
2008-03-31 Filippo Caronenew (failing) test for libvlc
2008-03-31 Rafaël CarréAvoid leaking input items
2008-03-31 Rafaël CarréAssert that we don't leak input items
2008-03-31 Rémi Denis-CourmontRemove failing and broken-by-design test
2008-03-31 Pierre d'Herbemontinput: SoutKeep() needs to pay attention to the cases...
2008-03-31 Tanguy Krotofflibvlc: rename all libvlc_MediaInstance in libvlc_Media...
2008-03-31 Tanguy Krotofflibvlc: add libvlc_MediaInstanceStopped
2008-03-31 Pierre d'Herbemontinput: Don't assume the playlist always exists.
2008-03-31 Pierre d'Herbemontsap: Use vlc_custom_create to create the object. (This...
2008-03-30 Pierre d'Herbemontlibvlc: Destroy libvlc's vlm instance before the stats...
2008-03-30 Pierre d'Herbemontlibvlc: In order not to be confused by a vlm created...
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 Rémi Denis-CourmontUse var_AcquireMutex for the "libvlc" lock
2008-03-30 Rémi Denis-CourmontDo NOT destroy the "libvlc"/global/bank/whatever lock...
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...
next