]> git.sesse.net Git - vlc/history - src
Qt bugfix: pressing Enter Key in preferences dialog should save prefs
[vlc] / src /
2008-09-02 Pierre d'Herbemontmessages: Fix a warning.
2008-09-02 Antoine CellerierIn fact it's the module name (as in MODULE_NAME on...
2008-09-02 Antoine CellerierAlso allow filtering based on module names.
2008-09-01 Pierre d'Herbemontlibvlc: Add a --verbose-objects option to select which...
2008-09-01 Pierre d'Herbemontupdate: Make sure we don't leak.
2008-09-01 Antoine CellerierAccept partial matches with -p <module name> (aka ...
2008-09-01 Antoine CellerierWhen applicable, mention that modules weren't displayed...
2008-09-01 Antoine CellerierMention --list and --list-verbose if a vlc -p <string...
2008-09-01 Antoine CellerierPrint the module name in help output (else the user...
2008-09-01 Antoine CellerierFix mistake in 92290c9d that allowed modules with no...
2008-09-01 Antoine CellerierRemove trailing spaces.
2008-09-01 Laurent AimarFixed decoder picture leak detection code.
2008-09-01 Christophe MutricyFix input_state_changed()
2008-09-01 Rémi Denis-CourmontCacheName: inline and thread-safe
2008-09-01 Rémi Denis-CourmontWin32: fix malloc when creating a thread
2008-09-01 Rafaël CarréVLM: be sure the input thread has terminated
2008-08-31 Rémi Denis-CourmontSimplifications
2008-08-31 Rémi Denis-CourmontRemove UTF-32 hacks from stream.
2008-08-31 Rémi Denis-CourmontTypo
2008-08-31 Rémi Denis-CourmontUnexport vlc_object_dump
2008-08-31 Rémi Denis-CourmontCheck for leaked objects while we still can
2008-08-31 Christophe MutricyFix i18n in update.c
2008-08-31 Pierre d'Herbemontplaylist: Initialize private members. (oops)
2008-08-31 Rémi Denis-CourmontMove kept sout instance to playlist private data
2008-08-31 Rémi Denis-Courmontmemset outside of lock
2008-08-31 Pierre d'Herbemontplaylist: Fetcher and parser are playlist private.
2008-08-30 Rémi Denis-CourmontWin32: fix vlc_control_cancel from main() task
2008-08-30 Rémi Denis-CourmontUse stat rather than fopen+fclose to check if file...
2008-08-30 Rémi Denis-CourmontMemory leak
2008-08-30 Rémi Denis-CourmontPointer cast warning
2008-08-30 Rémi Denis-CourmontUnused parameter
2008-08-30 Rémi Denis-Courmontp_module_bank: move out of vlc_global
2008-08-30 Rémi Denis-CourmontDo not log through modules (they are not tied to any...
2008-08-30 Rémi Denis-Courmontmodule_Call: specify object for logging
2008-08-30 Rémi Denis-CourmontInit the structure lock just once
2008-08-30 Rémi Denis-CourmontResync object leak check
2008-08-30 Rémi Denis-CourmontOne objects tree per instance rather than per process
2008-08-30 Rémi Denis-Courmontvlc_object_get: take instance as a parameter
2008-08-30 Rémi Denis-Courmontvlc_custom_create: no need to invoke the global root...
2008-08-30 Rémi Denis-CourmontUnused variable
2008-08-30 Rémi Denis-CourmontInitialize messages stacks inside the message bank
2008-08-30 Rémi Denis-CourmontRemove vlc_threadobj (did not work properly anymore)
2008-08-30 Rémi Denis-CourmontRemove the broken reference checker
2008-08-29 Rémi Denis-Courmontsout_AccessOutNew: allow any VLC object type, not just...
2008-08-29 Rémi Denis-CourmontMake access_out independent of sout instance
2008-08-29 Rémi Denis-CourmontAdd ACCESS_OUT_CAN_CONTROL_PACE, fix AccessOutControl...
2008-08-29 Laurent AimarImproved config_chain parsing by using escape for ...
2008-08-29 Laurent AimarRevert "Fixed segfault with I410 (it is 10 bits per...
2008-08-28 Rémi Denis-Courmontvlc_thread_join: cannot join current thread
2008-08-28 Rémi Denis-Courmontvlc_join: check for deadlock
2008-08-28 Rémi Denis-CourmontRemove unneeded vlc_signal_object_maybe hack
2008-08-28 Rémi Denis-CourmontRun SD threads (if any) with cancellation
2008-08-28 Laurent AimarFixed snapshot aspect ratio.
2008-08-28 Pavlov KonstantinFix typo.
2008-08-28 Pavlov KonstantinSpelling: mili -> milli.
2008-08-28 Rémi Denis-Courmontsnapshost: avoid vlc_object_get (this is still a really...
2008-08-28 Rémi Denis-CourmontRemove unneeded include
2008-08-28 Rémi Denis-CourmontIf the thread does nothing, we might as well exit
2008-08-28 Rémi Denis-Courmontpsz_intf_switch was read-only: remove dead code
2008-08-28 Laurent AimarAdded a INPUT_CONTROL_RESTART_ES and use it in video_ou...
2008-08-28 Laurent AimarFixed segfault with I410 (it is 10 bits per pel).
2008-08-28 Laurent AimarEnable input recording for access_demux too.
2008-08-28 Laurent AimarFixed audio visual activation introduced by [eff24974c6...
2008-08-27 Pierre d'Herbemontupdate: vlc_savecancel now returns the cancel handle.
2008-08-27 Rémi Denis-CourmontSAP: no need to keep two dates per announce
2008-08-27 Rémi Denis-CourmontSAP out: do not access b_die directly
2008-08-27 Rémi Denis-CourmontSAP out: no need for net_Write here
2008-08-27 Rémi Denis-CourmontWin32: allocate cancellation data on the stack (cannot...
2008-08-27 Rémi Denis-Courmont(Potentially) allow pthread without pthread native...
2008-08-27 Rémi Denis-Courmontblock: cancellation safety
2008-08-27 Rémi Denis-CourmontSupport for cancellation cleanup functions
2008-08-27 Rémi Denis-CourmontRevert "Disable cancellation everywhere (except in...
2008-08-27 Rémi Denis-Courmontlibvlccore: push threads cancellation down vlc_thread_c...
2008-08-27 Rémi Denis-Courmontvlc_object_kill: cancel the thread
2008-08-27 Rémi Denis-CourmontDisable cancellation everywhere (except in msg_Dbg...
2008-08-27 Rémi Denis-CourmontObject functions: cancellation safety
2008-08-27 Rémi Denis-Courmontmsg_(va)Generic: cancellation safety
2008-08-27 Rémi Denis-Courmontvlc_join is a cancellation point
2008-08-27 Rémi Denis-CourmontWin32: mwait and msleep are cancellation points
2008-08-27 Rémi Denis-CourmontWin32: support cancellation through Asynchronus Procedu...
2008-08-27 Rémi Denis-CourmontSupport for cancelling self and use normal thread variable
2008-08-27 Rémi Denis-CourmontStub cancellation support
2008-08-27 Rémi Denis-Courmontlibvlccore: vlc_thread_cancel() tangled object API
2008-08-27 Rémi Denis-Courmontvlc_cancel: POSIX thread cancellation
2008-08-27 Rémi Denis-CourmontFix f4ad7994761cd2463ad15254aa5569a444484c7c
2008-08-27 Rémi Denis-CourmontWin32: do not assume the thread is joined before it...
2008-08-27 Rémi Denis-CourmontLibvlccore ABI has broken (DEMUX_CAN_PAUSE+ modified)
2008-08-27 Laurent AimarFixed rear center support (and close #1816).
2008-08-27 Laurent AimarFixed segfault with invalid vout input aspect ratio.
2008-08-27 Laurent AimarCosmetics (Fixed mix up between 0 and NULL).
2008-08-27 Laurent AimarFixed a potential crash in aout_FiltersPlay.
2008-08-27 Antoine CellerierAlso use the input name in the recording file name...
2008-08-27 Antoine CellerierAlways enforce the "don't show if unavailable" option...
2008-08-26 Laurent AimarImproved record behaviour when sout is disabled.
2008-08-26 Laurent AimarCompilation fix when using --disable-sout.
2008-08-26 Antoine CellerierAdd information about variables having choices to the...
2008-08-26 Laurent AimarFixed segfault when the subpicture scaler failed.
2008-08-26 Laurent AimarAdded recording on the fly through sout.
2008-08-26 Laurent AimarDo not access to internal p_input sout in input_DecoderNew.
2008-08-26 Laurent AimarAdded missing const to sout_NewInstance.
next