]> git.sesse.net Git - vlc/history - src
VLM and VOD deadlock Fix #2339
[vlc] / src /
2009-05-26 Rémi Duraffortinput: partially revert f63268acaafdca4f3e17b837c37a105...
2009-05-25 Erwan Tulousnapshot core : correct aspect ratio issue (trac #2705)
2009-05-25 Rémi Denis-CourmontRevert "correct realloc() usage, on failure realloc...
2009-05-24 Jean-Paul Samancorrect realloc() usage, on failure realloc will return...
2009-05-24 Jean-Paul Samanmodules: do not autosave configfile when --ignore-confi...
2009-05-24 Jean-Paul Samanlibvlc_event_*: fix locking
2009-05-24 Jean-Paul Samanlibvlc: delete callback in media_player_release.
2009-05-24 Jean-Paul Samanmedia_player: cosmetics
2009-05-24 Jean-Paul Samanlibvlc_media_list_player_release: do not leak memory
2009-05-23 Rémi Denis-Courmontlibvlc_media_list_player: privatize
2009-05-22 Laurent AimarFixed demux_vaControlHelper GET_TIME implementation.
2009-05-21 Rémi Denis-CourmontMissing initializer
2009-05-20 Rémi DuraffortFix potential object leak.
2009-05-20 Rémi DuraffortFix a (really) small memleak (even if i_count is 0...
2009-05-20 Rémi DuraffortFix memleak (same problem with var_Change())
2009-05-20 Rémi DuraffortFix potential object leak (test the conditions before...
2009-05-20 Rémi DuraffortFix memleak (same problem with var_Change(VLC_VAR_FREEL...
2009-05-20 Rémi DuraffortFix memleak (the memory allocated by var_Control(VLC_VA...
2009-05-19 Rémi DuraffortFix previous commit.
2009-05-19 Rémi Duraffortvariables: fix a potential crash/double free.
2009-05-19 Rémi Denis-CourmontMatch used SD alias rather than plugin name (fixes...
2009-05-19 Rémi Denis-CourmontRetain SD name for matching purpose
2009-05-17 Rémi DuraffortFix a bug when sorting the playlist:
2009-05-17 Rémi Denis-CourmontAvoid ?: GCC-ism
2009-05-16 Rémi DuraffortWhen adding an URL, create the name without login and...
2009-05-16 Rémi DuraffortFix the type guess: this can be a protocol only if...
2009-05-16 Laurent AimarFixed osd_* functions when the OSD was not loaded.
2009-05-16 Rémi Denis-CourmontAttach fetcher to playlist so it gets proper configuration
2009-05-16 Rémi Denis-Courmontfetcher is a VLC object
2009-05-15 Laurent AimarCorrectly detect rewind (rtsp).
2009-05-15 Jean-Paul SamanCompile fix: Include limits.h when using PATH_MAX
2009-05-14 Rémi Duraffortinput: Fix a memleak.
2009-05-14 Geoffroy Coupriewince: replace _wrename by MoveFileW
2009-05-14 Pierre Ynardwince: replace getpid by GetCurrentProcessId
2009-05-14 Jean-Baptiste KempfMark loop, repeat, random as safe.
2009-05-13 Laurent AimarFixed the option "auto-preparse".
2009-05-13 Rémi Denis-Courmontlibvlc: add support for setting/getting the video scale
2009-05-13 Rémi Denis-CourmontUse input_GetVout() instead of vlc_object_find()
2009-05-13 Rémi Denis-Courmontlibvlc_media_player_retain: missing lock
2009-05-10 Hugo Beauzee-LuyssenChanging libvlc_video_take_snapshot prototype
2009-05-10 Rémi Denis-Courmonttest cases for make_URI()
2009-05-10 Rémi Denis-Courmontmake_URI: make a URI out of a path, if needed
2009-05-10 Rémi Denis-Courmontdecode_URI: improve documentation, add a return value
2009-05-08 Laurent AimarFixed a race condition with input creation and events.
2009-05-08 Christophe MutricyAdd Khmer and Sorani
2009-05-07 Laurent AimarMoved date_Decrement to libvlc core from dirac.
2009-05-07 David FlynnReads raw dirac streams, feeds into packetizer.
2009-05-07 Rémi Denis-CourmontUse utf8_rename
2009-05-07 Rémi Denis-CourmontImplement utf8_rename
2009-05-07 Rémi Denis-Courmontremove -> utf8_unlink
2009-05-07 David FlynnDisable glibc runtime check if configure passed due...
2009-05-07 Rémi Denis-CourmontWe need both priority scheduling and thread priority...
2009-05-07 Joris van RooijOpenBSD compilation fix
2009-05-07 Rémi Duraffortconfig: fix memleak.
2009-05-06 Rémi Denis-CourmontAtomically update the cache file
2009-05-06 Rémi Denis-CourmontRemove useless parameter
2009-05-06 Rémi Denis-CourmontMake the config file lock per process rather than per...
2009-05-06 Rémi Denis-CourmontConfig lock is pointless while reading/resetting the...
2009-05-06 Rémi Denis-CourmontAlways take the item lock when reading/writing configur...
2009-05-06 Rémi Denis-CourmontReplace the configuration file atomically
2009-05-06 Rémi Denis-CourmontBoolean cosmetic
2009-05-06 Rémi Denis-CourmontFix minor overflow bug
2009-05-06 Rémi Denis-CourmontRefactor
2009-05-06 Rémi Denis-CourmontTilde expansion is the shell's job. Don't do it *too...
2009-05-06 Rémi Denis-CourmontMake config_GetCustomConfigFile static
2009-05-06 Rémi Denis-CourmontNo need to keep the config file around all the time
2009-05-06 Rémi Denis-CourmontOnly load globalhotkeys if requested by caller
2009-05-05 Laurent AimarValidated the audio layout and channels compatibility...
2009-05-05 Laurent AimarAllow reading until the end of the file while discardin...
2009-05-05 Jean-Paul Samanlibvlc: allow pause and stop during buffering (fixes...
2009-05-05 Jean-Paul Samansrc/control/media_player.c: cosmetics
2009-05-05 Jean-Paul Samanmozilla: Fix #2678 resizing browser plugin during playback.
2009-05-04 Laurent AimarAllow back seeking after an access EOF.
2009-05-03 Laurent AimarAdded I420<->J420 (422/440/444) equivalence in vout_Chr...
2009-05-03 Laurent AimarSimplify a bit vout_ChromaCmp.
2009-05-02 Laurent AimarAdded a new channel extraction helper to aout.
2009-05-02 Laurent AimarRecognized more channels layout in aout_FormatPrintChan...
2009-05-01 Anthony LoiseauAdd video-title-* options as safe
2009-05-01 Laurent AimarCheck against invalid i_title_timeout value.
2009-05-01 Laurent AimarCosmetic.
2009-05-01 Laurent AimarFixed module_need in case a shortcut list was provided.
2009-04-30 Sam HocevarAllow :start-time, :stop-time and :run-time arguments...
2009-04-30 Laurent AimarFixed typo in max pts_delay (60s not 601s)
2009-04-30 Laurent AimarClip pts_delay from access/demux to 60s.
2009-04-30 Laurent AimarAssert against broken values in input_clock_Update.
2009-04-30 Laurent AimarCheck for broken PCR value in es_out.
2009-04-30 Laurent AimarBe sure to set b_packetized in demux_PacketizerNew.
2009-04-28 Laurent AimarFixed decoder spacing mode selection.
2009-04-28 Laurent AimarFixed b_out_pace_control value when using record.
2009-04-28 Rémi DuraffortFix playlist sort when using the flag "SORT_TITLE_NUMER...
2009-04-28 Rémi DuraffortFix a bug in input_item_GetTitleFbName (fix #2701)
2009-04-27 Dylan YudakenAdd bounds checking to crop
2009-04-27 Rémi Denis-CourmontWin32: watch for bugs in vlc_cond_(timed)?wait
2009-04-27 Rémi Denis-CourmontRemove dead code (only a buggy getopt could reach this)
2009-04-26 Rémi Denis-CourmontForce plugins cache rebuild due to previous commit
2009-04-26 Rémi Denis-CourmontSubmodules do not inherit shortcuts anymore (fix: ...
2009-04-26 Rémi DuraffortAdd a function to get the Title and fallback to the...
2009-04-26 Rémi Denis-Courmontmodule_GetModulesNamesByCapability: (partially) fix...
2009-04-26 Laurent AimarA really small optim (art fetcher).
2009-04-26 Laurent AimarComplete input/decoder.c review to use VLC_TS_INVALID.
next