]> git.sesse.net Git - vlc/history - src
l10n: Dutch update by Myckel Habets
[vlc] / src /
2008-08-24 Rémi Denis-CourmontBump SO revision
2008-08-24 Rémi Denis-CourmontWin32: link libvlccore with the resource file
2008-08-24 Antoine CellerierExport function to copy pixels between 2 plane_t struct...
2008-08-24 Rémi Denis-CourmontWork around^W^WFix VLM multiple thread join (closes...
2008-08-24 Antoine CellerierThis doesn't need to be an info message.
2008-08-24 Rémi DuraffortFix #1899 as far as I can test it (in all cse this...
2008-08-24 Derk-Jan Hartmanplaylist: use get_current_status_node()
2008-08-23 Christophe Mutricyl10n: New Bulgarian translation by Ivo Ivanov
2008-08-23 Antoine CellerierFix error message.
2008-08-23 Rémi Denis-CourmontMove the executables out of src/
2008-08-23 Laurent AimarProperly handle input state in InputSourceInit.
2008-08-23 Laurent AimarRevert "Keep p_input->i_state when adding a subtitle...
2008-08-23 Rémi Denis-CourmontMove libvlccore test to their dir
2008-08-23 Antoine CellerierKeep p_input->i_state when adding a subtitle on the...
2008-08-22 Geoffroy CouprieAdd tree-view for SD only
2008-08-22 Rémi DuraffortFix #1768
2008-08-22 Laurent AimarExport input_SplitMRL helper.
2008-08-21 Antoine CellerierAdd help string for vout-filter option.
2008-08-20 Laurent AimarIt seems needed to have exact symbols order.
2008-08-20 Laurent AimarUse video_format_FixRgb.
2008-08-20 Laurent AimarUninlined es_format_t functions and added video_format_...
2008-08-20 Laurent AimarFactorize and correctly set rgb shifts.
2008-08-20 Pierre d'Herbemontlibvlc: Fix media_player stop.
2008-08-20 Derk-Jan Hartmancore chroma: fix [6702c30413175ff91adcf4cfb9585134d1ab7...
2008-08-20 Derk-Jan Hartmancore chroma: Add support for YUV440 and YUVJ440. These...
2008-08-20 Eric PetitFixes bad error checking on read errors.
2008-08-20 Przemyslaw FialaDon't restart playlist after converting current item...
2008-08-19 Rémi DuraffortDon't call mdate too many times.
2008-08-19 Laurent AimarAdded s32l/b support to aout.
2008-08-19 Rémi Denis-Courmontlibvlccore: the object counter is specific so misc...
2008-08-18 Rémi DuraffortFix warning.
2008-08-18 Laurent AimarFixed __intf_UserHide (close #1827)
2008-08-18 Laurent AimarFixed a potential race condition in interaction.
2008-08-18 Olivier Aubertin-memory snapshot: use vlc_object_signal instead of...
2008-08-18 Olivier AubertRevert "snapshot: Don't use vlc_object_signal_maybe."
2008-08-17 Pierre d'HerbemontFix previous commit.
2008-08-17 Pierre d'Herbemontplaylist: Assert() locked in playlist_Release().
2008-08-17 Pierre d'Herbemontplaylist: Make sure we always have an input_item associ...
2008-08-17 Rémi Denis-Courmontlibvlccore: remove the threads count
2008-08-17 Rémi Denis-CourmontVLM: join before destroy
2008-08-17 Rémi Denis-CourmontJoin the input thread before we destroy the input object
2008-08-17 Rémi Denis-CourmontSmall code factorization
2008-08-17 Jean-Baptiste KempfFix typo. Close #1865
2008-08-16 Rémi Denis-CourmontBetter lock during I/O than crash
2008-08-15 Pierre d'Herbemontaudio_output: Use help to lock and unlock so we can...
2008-08-15 Pierre d'Herbemontaudio_output: Add a missing unlock in DecNew().
2008-08-15 Pierre d'Herbemontaudio_output: Add a missing unlock in aout_DecDelete().
2008-08-15 Pierre d'Herbemontaudio_output: Don't forget to unlock in case of error...
2008-08-15 Pierre d'Herbemontvariables: Print the name of the maybe deadlocking...
2008-08-14 Pierre d'HerbemontMerge branch 'codecleanup' of git://repo.or.cz/vlc...
2008-08-14 Pierre d'Herbemontcodecleanup: de-static-inline a bunch of input_item...
2008-08-14 Pierre d'Herbemontcodecleanup: Replace input_Item by input_item.
2008-08-14 Rémi Denis-CourmontFix debug message
2008-08-14 Rémi Denis-CourmontDecrease thread count after join rather than before...
2008-08-14 Rémi Denis-CourmontAdd a FIXME
2008-08-14 Rémi Denis-CourmontAttach and join the IPC helper
2008-08-14 Fabio RitrovatoPlaylist: if we select a node, play it's first child
2008-08-14 Jean-Paul Samancheck malloc return value.
2008-08-13 Rémi DuraffortRemove unneeded test.
2008-08-13 Rémi DuraffortFix compilation warnings and remove duplicated variables.
2008-08-13 Rémi Denis-CourmontFix libvlc private data alignment (untested)
2008-08-13 Rémi DuraffortFix previous commit (thanks jb).
2008-08-13 Rémi Denis-CourmontFix format string non-sense
2008-08-13 Rémi Denis-CourmontUse %s even if all strings are currently free of percen...
2008-08-13 Rémi Denis-Courmont*whistle* ladada
2008-08-13 Rémi DuraffortWe don't need size here to check asprintf value.
2008-08-13 Rémi DuraffortDo the RIGHT check of asprintf.
2008-08-13 Rémi DuraffortCheck asprintf return value and fix memleak.
2008-08-13 Rémi DuraffortSimplify code.
2008-08-13 Rémi Denis-CourmontFix compilation against WinXP (conflicting symbols)
2008-08-13 Rémi Denis-CourmontSimplify free
2008-08-13 Rémi Denis-Courmontvlc_inet_pton: fix memory leak
2008-08-13 Jean-Baptiste KempfFix a warning on unused variable.
2008-08-13 Jean-Baptiste KempfCheck asprintf results.
2008-08-12 Pierre d'Herbemontinput: More strtol fix.
2008-08-12 Pierre d'Herbemontinput: Fix strtol usage.
2008-08-12 Pierre d'Herbemontcpu: Don't warn if we don't support altivec.
2008-08-12 Jean-Baptiste Kempfosd_text: Fix a bad vasprintf usage.
2008-08-12 Pierre d'Herbemontvideo_text: Fix a bad vasprintf usage.
2008-08-12 Pierre d'HerbemontRevert "playlist: With NDEBUG p_playlist may become...
2008-08-12 Pierre d'Herbemontaudio_output: Fix an unused parameter in the NDEBUG...
2008-08-12 Pierre d'Herbemontinput: Fix asprintf usage.
2008-08-12 Pierre d'Herbemontplaylist: With NDEBUG p_playlist may become unused.
2008-08-12 Pierre d'Herbemontvar: undef Windef.h CALLBACK as we use it here.
2008-08-12 Pierre d'Herbemontlibvlccore: Explicitely cast our const char *. dooh...
2008-08-12 Pierre d'Herbemontvlc_network: vlc_poll is always exported. Don't put...
2008-08-12 Pierre d'Herbemontnetwork: vasprintf returns an int.
2008-08-12 Pierre d'Herbemontvout: Remove a warning about vout_ShowTextAbsolute...
2008-08-12 Pierre d'Herbemontinput: Fix signed warnings about streams.
2008-08-12 Pierre d'Herbemontinput: Fix warnings.
2008-08-12 Pierre d'Herbemontsnapshot: Don't use vlc_object_signal_maybe.
2008-08-12 Pierre d'Herbemontinput: Remove a warning about an unused argument.
2008-08-12 Pierre d'Herbemontplaylist: playlist_LiveSearchUpdate is locked, no need...
2008-08-12 Pierre d'Herbemontplaylist: Remove the callbacks from the deleted input...
2008-08-12 Pierre d'Herbemontlibvlccore: Fix a warning about b_daemon on Windows.
2008-08-12 Pierre d'Herbemontmediacontrol: Fix warnings about unused args.
2008-08-12 Pierre d'Herbemontmedia_list_player: Fix a warning that indicated a true...
2008-08-12 Pierre d'Herbemontsap: Fix thread prototype.
2008-08-12 Pierre d'Herbemontimage: Removed unused function.
2008-08-12 Pierre d'Herbemontplaylist: More warning fix+lock fixes.
next