]> git.sesse.net Git - vlc/history - src
Remove uneeded exceptions
[vlc] / src /
2009-04-04 Sébastien EscudierRemove uneeded exceptions
2009-04-04 Sébastien EscudierDo not leak exception message
2009-04-03 Rémi Duraffortlibvlc: remove unused private structs.
2009-04-03 Laurent AimarRemoved unused block_t->p_prev field.
2009-04-02 Rémi DuraffortFix memleak and use var_Get(Integer|String|...) when...
2009-04-01 Rémi Duraffortuse var_Set(Integer|Time|Float) when needed.
2009-04-01 Rémi Duraffortadd libvlc_media_player_(get|set)_agl to the hearder...
2009-04-01 Rémi Duraffortmissing vlc_mutex_destroy in case of failure.
2009-04-01 Rafaël CarréFix a memory leak when media library is disabled
2009-03-31 Rémi Denis-CourmontFix httpd reference counting (closes: #2614)
2009-03-31 Rémi Denis-CourmontCosmetics
2009-03-31 Rémi Duraffortalbum art: use filename_sanitize function
2009-03-31 Antoine CellerierAdd image_Type2Fourcc to symbols list.
2009-03-31 Christophe CourtautFixed bug in snapshot format
2009-03-31 Rémi Duraffortplaylist_art: blacklist some forbidden char for windows.
2009-03-31 Rémi Denis-CourmontUnused parameter
2009-03-31 Rémi Denis-CourmontFix missing prototype warning
2009-03-31 Rémi Denis-CourmontDocument another issue
2009-03-31 Rémi Denis-CourmontUseless parameter
2009-03-31 Rémi Denis-CourmontUnused parameters
2009-03-31 Rémi Denis-CourmontFormat string (make gcc happy)
2009-03-28 Laurent AimarFixed typo in input.c
2009-03-28 Laurent AimarDo not use only one vlc_cond_t for bidirectionnal signa...
2009-03-28 Laurent AimarCosmetic (input).
2009-03-26 Pavlov KonstantinAlso define KEY_AUDIODEVICE_CYCLE on OSX.
2009-03-25 Kaarlo Raihafix audiodevice cycle hotkey
2009-03-23 Laurent AimarCosmetics.
2009-03-23 Laurent AimarFixed potential memleak in input control fifo.
2009-03-23 Laurent AimarAdded a missing lock around attachments.
2009-03-22 Laurent AimarEnsure that meta-* are valid UTF8.
2009-03-22 Laurent AimarMake meta-* option safe.
2009-03-22 Laurent AimarAvoid event spaming on epg changes.
2009-03-22 Laurent AimarCreated input_item_SetEpg function.
2009-03-22 Laurent AimarFixed a crash in video filter_chain_t code when closing...
2009-03-22 Laurent AimarClean up a bit filter_chain_* code.
2009-03-19 Christophe MutricyMerge the l10n from 0.9-bugfix
2009-03-18 JP DingerSimplify libvlc_media_player_is_playing(). Should reall...
2009-03-17 Laurent AimarTry to use video-filter instead of vout-filter for...
2009-03-17 Laurent AimarMake sure that var_Get on a string will return a non...
2009-03-17 Laurent AimarCosmetics (vout, deinterlace).
2009-03-17 Rémi Denis-CourmontRemove intf_thread_t.change_lock
2009-03-17 Rémi Denis-CourmontUnload interface plugin in StopThread rather than destroy
2009-03-17 Rémi Denis-Courmontinput: fix stack overflow if user feeds an overly large MRL
2009-03-17 Jean-Paul Samancheck against libvlc_state_t states
2009-03-17 Jean-Paul Samanmacosx: vout drawable rework.
2009-03-17 Jean-Paul Samanvougl.m: cosmetics
2009-03-17 Jean-Paul Samanlibvlc_media_player_is_playing(): no need to throw...
2009-03-16 Rémi Duraffortupdate: fix objects leak.
2009-03-15 Rémi Denis-Courmontstats leaks
2009-03-12 Laurent AimarAdded missing lock for INPUT_EVENT_ABORT check (input).
2009-03-12 Laurent AimarSend INPUT_EVENT_ABORT from input thread instead of...
2009-03-12 Rémi Denis-CourmontAdd a centralized avcodec lock
2009-03-11 JP Dingers/(void)p_e;/VLC_UNUSED(p_e);/
2009-03-11 Laurent AimarExport ES_OUT_GET_EMPTY which is needed for interactive...
2009-03-11 Laurent AimarFixed DecoderUpdatePreroll.
2009-03-11 Rémi Denis-CourmontAlmost wait-free snapshot handling in the vout thread
2009-03-11 Rémi Denis-CourmontAdd vlc_mutex_trylock
2009-03-10 Rémi Denis-CourmontFix progress dialog scale
2009-03-10 Pierre YnardWin32: remove uneeded %z hack
2009-03-10 Jean-Paul Samanlibvlc_media_player_get_state: cache is between [0...
2009-03-10 Jean-Paul Samanlibvlc_media_player_set_rate: Allow for changing playou...
2009-03-10 Jean-Paul Samanlibvlc api: detect when core is buffering.
2009-03-09 Laurent AimarTry to interrupt fetcher thread as soon as possible.
2009-03-09 Laurent AimarFixed a possible fetcher deadlock.
2009-03-09 Laurent AimarUse playlist_fetcher_t object instead of playlist one.
2009-03-09 Laurent AimarRemoved var_Get in subtitles.c
2009-03-09 Laurent AimarRemoved var_Get/Set in es_out.c
2009-03-09 Laurent AimarRemove var_Get/Set in input.c
2009-03-09 Laurent AimarAdded a INPUT_EVENT_ABORT event to detect user requeste...
2009-03-09 Rémi Denis-Courmontdialog_ProgressSet: add an optional string parameter
2009-03-09 Jean-Paul Samanstats: Add stream quality counters to Qt4 stastics...
2009-03-08 Rémi Denis-CourmontRemove interaction core
2009-03-08 Rémi Denis-CourmontRemove intf_UserProgress
2009-03-08 Rémi Denis-CourmontUse dialog_Progress
2009-03-08 Laurent AimarFixed a really bad type (input).
2009-03-08 Rémi Denis-Courmontdialog_Progress replacement for intf_UserProgress
2009-03-08 Laurent AimarAdded 2 missing vlm files.
2009-03-08 Laurent AimarAdded basic VLM events.
2009-03-08 Laurent AimarCosmetics (input)
2009-03-08 Laurent AimarAdded a ES_OUT_SET_ES_SCRAMBLED_STATE to warn the user...
2009-03-08 Laurent AimarFactorized a bit es_out.c
2009-03-08 Rémi Denis-CourmontRemove intf_UserStringInput
2009-03-08 Laurent AimarFixed stream_t (stream mode) read.
2009-03-08 Laurent AimarRemoved libvlc "object:" snapshot hack.
2009-03-08 Laurent AimarUse vout_GetSnapshot in libvlc (untested).
2009-03-08 Laurent AimarAdded a vout_GetSnapshot to retreive snapshot from...
2009-03-08 Laurent AimarClean up snapshot code (vout).
2009-03-08 Laurent AimarFirst pass to clean up snapshot code (vout).
2009-03-08 Laurent AimarUse picture_Export in vout_Snapshot.
2009-03-08 Laurent AimarAdded picture_Export (internal) helper.
2009-03-08 Laurent AimarFixed 2 compilation warnings (vout).
2009-03-08 Rémi Denis-CourmontRemove intf_UserYesNo
2009-03-08 Rémi Denis-Courmontdialog_Question: simple thread-safe replacement for...
2009-03-07 Rémi Denis-CourmontRemove intf_UserLoginPassword
2009-03-07 Rémi Denis-Courmontdialog_Login: handle a format string
2009-03-07 Rémi Denis-Courmontdialog_Login: simple replacement for intf_UserLoginPassword
2009-03-07 Laurent AimarFixed a potential interaction dialog leak.
2009-03-07 Rémi Denis-CourmontRemove __intf_UserFatal
2009-03-07 Rémi Denis-CourmontUse dialog_FatalWait
2009-03-07 Rémi Denis-Courmontdialog: support modal fatal errors
next