]> git.sesse.net Git - vlc/history - src/input
playlist: Fetcher and parser are playlist private.
[vlc] / src / input /
2008-08-31 Pierre d'Herbemontplaylist: Fetcher and parser are playlist private.
2008-08-28 Pavlov KonstantinSpelling: mili -> milli.
2008-08-28 Laurent AimarAdded a INPUT_CONTROL_RESTART_ES and use it in video_ou...
2008-08-28 Laurent AimarEnable input recording for access_demux too.
2008-08-27 Rémi Denis-Courmontlibvlccore: push threads cancellation down vlc_thread_c...
2008-08-27 Laurent AimarCosmetics (Fixed mix up between 0 and NULL).
2008-08-27 Antoine CellerierAlso use the input name in the recording file name...
2008-08-26 Laurent AimarImproved record behaviour when sout is disabled.
2008-08-26 Laurent AimarCompilation fix when using --disable-sout.
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 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-25 Rémi Denis-CourmontVLM: cleanup VLM threading
2008-08-25 Felix Paul KühneMinor spelling mistakes pointed by P.K2
2008-08-24 Rémi Denis-CourmontWork around^W^WFix VLM multiple thread join (closes...
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 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 Laurent AimarExport input_SplitMRL helper.
2008-08-20 Eric PetitFixes bad error checking on read errors.
2008-08-17 Rémi Denis-CourmontVLM: join before destroy
2008-08-17 Rémi Denis-CourmontJoin the input thread before we destroy the input object
2008-08-17 Rémi Denis-CourmontSmall code factorization
2008-08-14 Pierre d'HerbemontMerge branch 'codecleanup' of git://repo.or.cz/vlc...
2008-08-14 Pierre d'Herbemontcodecleanup: de-static-inline a bunch of input_item...
2008-08-14 Pierre d'Herbemontcodecleanup: Replace input_Item by input_item.
2008-08-13 Rémi DuraffortRemove unneeded test.
2008-08-13 Rémi DuraffortFix compilation warnings and remove duplicated variables.
2008-08-13 Rémi Denis-Courmont*whistle* ladada
2008-08-13 Rémi DuraffortCheck asprintf return value and fix memleak.
2008-08-13 Rémi DuraffortSimplify code.
2008-08-13 Jean-Baptiste KempfCheck asprintf results.
2008-08-12 Pierre d'Herbemontinput: More strtol fix.
2008-08-12 Pierre d'Herbemontinput: Fix strtol usage.
2008-08-12 Pierre d'Herbemontinput: Fix asprintf usage.
2008-08-12 Pierre d'Herbemontvar: undef Windef.h CALLBACK as we use it here.
2008-08-12 Pierre d'Herbemontinput: Fix signed warnings about streams.
2008-08-12 Pierre d'Herbemontinput: Fix warnings.
2008-08-12 Pierre d'Herbemontinput: Remove a warning about an unused argument.
2008-08-09 Derk-Jan HartmanMerge branch '0.9.0-libass' of git://git.videolan.org/vlc
2008-08-07 Rémi DuraffortFix threaded function declaration.
2008-08-03 Pierre d'Herbemontinput: Remove a tautology in input_item_SetPreparsed.
2008-08-01 Pierre d'Herbemontinput: Expose input_ItemHasErrorWhenReading.
2008-07-31 Derk-Jan HartmanMerge branch 'df-for-upstream' of git://repo.or.cz...
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.
next