]> git.sesse.net Git - vlc/history - src
Spelling: typo.
[vlc] / src /
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.
2008-08-26 Laurent AimarFixed record stream in case of stream_Read(NULL) and...
2008-08-26 Laurent AimarAdded record support at the stream_t level in core.
2008-08-26 Antoine CellerierPreliminary changes to fix postprocessing. Decoder...
2008-08-26 Rémi Denis-CourmontDo not shrink allocated blocks.
2008-08-26 Rémi Denis-CourmontRevert "Win32: show the console (early) in debug builds"
2008-08-25 Pierre d'Herbemontupdate: Don't release the object that created this...
2008-08-25 Laurent AimarAdded new audio-time-strech option to insert scaletempo...
2008-08-25 Rémi Denis-Courmontlibvlccore: increase version and age, reset revision
2008-08-25 Rémi Denis-CourmontAn object must not have a thread when it is destroyed
2008-08-25 Rémi Denis-CourmontVLM: cleanup VLM threading
2008-08-25 Rémi Denis-Courmontvlc_clone, vlc_join: untangle objects and threads
2008-08-25 Rémi Denis-CourmontWin32: show the console (early) in debug builds
2008-08-25 Felix Paul KühneMinor spelling mistakes pointed by P.K2
2008-08-25 Derk-Jan Hartmanconfig: 0-> NULL
2008-08-24 Antoine CellerierFix segfault on 64 bit archs. (0 != NULL)
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...
next