]> git.sesse.net Git - vlc/history - src/input
Usefull coment instead of "Gruik" (evenif I like the previous one...)
[vlc] / src / input /
2008-07-31 Adrien MagloFix a memleak when using the --use-stream-immediate...
2008-07-31 Rémi DuraffortRemove memleak in input_ItemAddInfo (check correctly...
2008-07-30 Adrien MagloFix a segfault which orrured when you set a schedule...
2008-07-28 Laurent AimarCosmetics (Error is not used only on error)
2008-07-24 Laurent AimarFixed completely broken video filter 2 chain in vout...
2008-07-22 Rémi Denis-Courmontaccess_filter: memory leak
2008-07-15 Rémi DuraffortCheck asprintf return value and fix a potential memleak.
2008-07-14 Rémi DuraffortCheck asprintf return value and avoid potential segfault.
2008-07-14 Rémi DuraffortAvoid potential segfault and fix potential memleak.
2008-07-14 Rémi DuraffortFix a memory leak.
2008-07-13 Laurent AimarAdded input "teletext-es" variable to ease teletext...
2008-07-10 Laurent AimarFixed memory leak of 1 audio(video?) buffer when quitting.
2008-07-09 Pierre d'HerbemontRevert "dejidjei:"
2008-07-09 Pierre d'Herbemontdejidjei:
2008-07-08 Laurent AimarFixed segfault in case of title/chapters...
2008-07-08 Laurent AimarDo not vlc_object_kill on vout/aout and sout when stopp...
2008-07-06 Pierre d'Herbemontinput: Output a debug message at input creation/destruc...
2008-07-05 Rémi Denis-CourmontUnused variables
2008-07-05 Laurent AimarFixed input_StopThread by really killing all input...
2008-07-05 Laurent AimarFixed segfault on input_ItemDestroy by vlc_gc_init...
2008-07-03 Laurent AimarFixed AStreamSeekBlock. When skipping data, the positio...
2008-07-02 Laurent AimarAllow to stop decoder even in infinite decoder loop...
2008-07-02 Rémi Denis-CourmontVLM: build if ENABLE_VLM rather than ENABLE_SOUT
2008-06-28 Laurent AimarDo not delete input variable, only remove callbacks...
2008-06-28 Rémi DuraffortDon't leak an object in case of an error.
2008-06-26 Ilkka OllakkaMerge branch 'master' of git@git.videolan.org:vlc
2008-06-24 Rémi DuraffortFix a double vlc_object_release (partially fix the...
2008-06-21 Jean-Baptiste KempfFix pause not pausing.
2008-06-20 Rémi Denis-CourmontWhen the underlying access dies, suicide the stream
2008-06-19 Rémi DuraffortRemove msg_Err about memory allocation.
2008-06-18 Antoine CellerierCosmetics.
2008-06-17 Rémi Denis-CourmontUse vlc_object_lock and vlc_object_unlock
2008-06-17 Pierre d'Herbemontinput: Attempt to fix variables deadlocks.
2008-06-16 Pierre d'Herbemontinput: Make sure we send input state changes events...
2008-06-15 Rémi Denis-CourmontRemove VLC_OBJECT_(ACCESS|DEMUX|STREAM) types
2008-06-15 Rémi Denis-Courmontinput: kill all the children [add evil laughters here]
2008-06-15 Rémi Denis-Courmontstreams are always attached to access - no need for...
2008-06-14 Jean-Baptiste KempfRemove unused variable.
2008-06-14 Pierre d'Herbemontinput: Remove p_playlist gc signaling now that the...
2008-06-14 Pierre d'Herbemontinput: Send vlc_InputSelectedStreamChanged.
2008-06-14 Pierre d'Herbemontinput: No need to include vlc_playlist.h in control...
2008-06-14 Pierre d'Herbemontinput: Don't do NotifyPlaylist() now that the playlist...
2008-06-14 Rémi Denis-CourmontMake the playlist a generic object
2008-06-14 Pierre d'Herbemontinput: Fix a typo in previous commit.
2008-06-14 Pierre d'Herbemontevents: vlc_input_state_changed->input_state_changed
2008-06-14 Pierre d'Herbemontinput: Send vlc_InputItemInfoChanged, and vlc_InputItem...
2008-06-14 Pierre d'Herbemontinput: Remove vlc_playlist.h inclusion.
2008-06-14 Pierre d'Herbemontinput: No need to playlist_Signal() on error now that...
2008-06-14 Pierre d'Herbemontinput: No need to signal input's end to the playlist...
2008-06-14 Pierre d'Herbemontinput: Change the state to END_S when playback is reall...
2008-06-14 Pierre d'Herbemontinput: Add input_get_event_manager().
2008-06-14 Pierre d'Herbemontinput: Send vlc_InputStateChanged events.
2008-06-14 Pierre d'Herbemontinput: Register vlc_InputStateChanged event.
2008-06-14 Pierre d'Herbemontinput: Add an event manager to the input.
2008-06-06 Pierre d'Herbemontstream: Don't attempt to seek() when reading to NULL...
2008-06-06 Pierre d'Herbemontstream: Support reading to NULL buffer in *Immediate...
2008-06-06 Rafaël CarréRevert "stream_Read() : makes the buffer mandatory"
2008-06-06 Rafaël Carréstream_Read() : makes the buffer mandatory
2008-06-06 Pierre d'Herbemontinput: Comment on how to enable auto pts delay adjustement.
2008-06-05 Pierre d'Herbemontinput: Explain a bit more how --auto-adjust-pts-delay...
2008-06-05 Pierre d'Herbemontinput: Add --auto-adjust-pts-delay, this allows to...
2008-06-05 Pierre d'Herbemontstream: Add a new method for buffering access: A*Immedi...
2008-06-04 Rémi Denis-CourmontVLM: remove the unneeded sout-keep hack
2008-06-04 Rémi Denis-CourmontRemove sout-keep from the input code
2008-06-04 Rémi Denis-CourmontFix crash if inputs fails and there is no sout
2008-06-04 Rémi Denis-CourmontFix grammar
2008-06-04 Rémi Denis-CourmontSimplify
2008-06-04 Rémi Denis-CourmontFix sout leak if the playlist is gone
2008-06-01 Pierre d'Herbemontplaylist: Listen to duration changed events, and remove...
2008-06-01 Pierre d'Herbemontplaylist: Listen to vlc_InputItemMetaChanged. This...
2008-05-31 Rémi Denis-CourmontFix memory leak (CID 95)
2008-05-31 Rémi Denis-Courmontlibvlc: use vlc_common.h (libvlccore) instead of vlc...
2008-05-31 Jean-Paul SamanFix CID 103: resource leak in EsOutAdd and check malloc...
2008-05-30 Rafaël CarréFix double (or up to 2^sizeof(int) times)
2008-05-28 Pierre d'Herbemontaudio_output: Use a destructor.
2008-05-27 Rémi Denis-CourmontSpare a few relocs
2008-05-26 bl4mms/tcp: hanging or unexpected seeking after the end...
2008-05-26 Pierre d'Herbemontlibvlccore: Rename iso_lang.h to vlc_iso_lang.h because...
2008-05-25 Rémi Denis-CourmontRemove audio output recycling support. It kept crashing.
2008-05-23 Antoine CellerierDon't do pts changes to telx blocks if we're not runing...
2008-05-21 Rémi Denis-CourmontVLM: use american numbers too here
2008-05-16 Rafaël CarréInitialise input memory
2008-05-15 Rémi Denis-CourmontDo not allow variable substitution in MRL path schemas
2008-05-14 Rafaël CarréRevert [42a0d047849f391a75432dfdf5d71523d6ec08c7]
2008-05-12 Rémi Denis-CourmontTry to split the mind boggingly big vlm.c
2008-05-10 Pierre d'Herbemontvlm: Fix a warning about a non initialized pointer...
2008-05-08 Rémi Denis-CourmontFix a bunch of warnings (error handling)
2008-05-08 Rémi Denis-CourmontFix yesterday's VLM bug
2008-05-07 Rémi Denis-CourmontRemove p_playlist from p_libvlc
2008-05-07 Rémi Denis-CourmontTag a bug so that I don't forget about it
2008-05-07 Rémi Denis-CourmontRemove pl_Get. This endorsed unyielded playlist access.
2008-05-07 Rémi Denis-Courmontlibvlc_stats: use VLC_OBJECT to remove a bunch of warnings
2008-05-07 Rémi Denis-CourmontWe know where VLM is, no need to find it.
2008-05-06 Rémi Denis-CourmontUse config_GetCacheDir internally
2008-05-05 Rémi Denis-CourmontHide psz_(cache|config|data)dir
2008-05-05 Rémi Denis-CourmontThe input_items array is private data.
2008-05-05 Rémi Denis-CourmontFix warning
2008-05-04 Rémi Denis-CourmontPrivatize the stats computer
2008-05-04 Rémi Denis-CourmontAdd long overdue private libvlc object pointer...
2008-05-04 Rémi Denis-Courmontvlc_mutex_init: remove unused paramter
next