]> git.sesse.net Git - vlc/history - src/input/input.c
input_DetachSout corrections
[vlc] / src / input / input.c
2008-11-04 Sébastien Escudierinput_DetachSout corrections
2008-11-02 Rémi DuraffortRemove MALLOC_NULL and use calloc when needed.
2008-11-01 Laurent AimarAdded lock around es_out for multiple thread access.
2008-10-22 Laurent AimarAdded control code for "frame-next" variable.
2008-10-15 Laurent AimarAdded a comment about seek while paused issue.
2008-10-13 Laurent AimarSanitize input headers (pass 4).
2008-10-13 Laurent AimarSanitize input headers (pass 3).
2008-10-13 Laurent AimarSanitize input headers (pass 2).
2008-10-13 Laurent AimarSanitize input headers (pass 1).
2008-10-12 Ilkka Ollakkastats-change variable for statistics/removing stats...
2008-10-10 Laurent AimarDisplay first frame after a seek as soon as possible.
2008-10-09 Derk-Jan HartmanFix potential memleak (CID 196)
2008-10-08 Laurent AimarObsolete auto-adjust-pts-delay.
2008-09-30 Laurent AimarUse audio desync as initial audio-delay value.
2008-09-30 Laurent AimarProtect a bit against invalid pcr.
2008-09-28 Laurent AimarThe input now pauses the decoders.
2008-09-28 Laurent AimarMoved clock master flag to es_out.
2008-09-28 Laurent AimarDocumented input_clock_t interface.
2008-09-28 Laurent AimarImproved (a little) reactivity on seek.
2008-09-28 Laurent AimarRemoved the ugly input clock.c sleep.
2008-09-28 Laurent AimarAdded signal-quality/strength input variables for acces...
2008-09-25 Laurent AimarFixed forcing a demux while using access_demux for...
2008-09-21 Rémi Denis-Courmontlower case the module_* functions
2008-09-20 Rémi Denis-Courmontinput_Read: fix return value (none of the callers check...
2008-09-18 Rémi Denis-CourmontUse stat properly (you don't want to open directories...
2008-09-18 Laurent AimarFixed broken input_AddSubtitles.
2008-09-18 Laurent AimarReset input slave eof flag on seek.
2008-09-11 Antoine CellerierAllow use of inputs without DEMUX_GET/SET_*TIME in...
2008-09-08 Laurent AimarAutomatically set --input-list when .001 .002 ... files...
2008-09-08 Rémi Denis-CourmontRemove dummy usage of vlc_thread_ready()
2008-09-07 Laurent AimarDo not msleep to wait for a die order.
2008-09-07 Laurent AimarRemoved the need to msleep to handle input pause.
2008-09-07 Laurent AimarReduced a bit intf and statistics updates.
2008-09-07 Laurent AimarCosmetics (split MainLoop in smaller functions).
2008-09-07 Laurent AimarDo not uselessly duplicated code (input)
2008-09-06 Laurent AimarDo not set object b_eof/b_error after sending the event.
2008-09-06 Laurent AimarAdd missing vlc_restorecancel in input.
2008-09-05 Laurent AimarAdded "intf-change-vout" variable to warn about vout...
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-26 Laurent AimarImproved record behaviour when sout is disabled.
2008-08-26 Laurent AimarAdded recording on the fly through sout.
2008-08-26 Laurent AimarAdded record support at the stream_t level in core.
2008-08-25 Felix Paul KühneMinor spelling mistakes pointed by P.K2
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 Laurent AimarExport input_SplitMRL helper.
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 warnings.
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-07-28 Laurent AimarCosmetics (Error is not used only on error)
2008-07-13 Laurent AimarAdded input "teletext-es" variable to ease teletext...
2008-07-09 Pierre d'HerbemontRevert "dejidjei:"
2008-07-09 Pierre d'Herbemontdejidjei:
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-06-28 Laurent AimarDo not delete input variable, only remove callbacks...
2008-06-19 Rémi DuraffortRemove msg_Err about memory allocation.
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-Courmontinput: kill all the children [add evil laughters here]
2008-06-14 Pierre d'Herbemontinput: Send vlc_InputSelectedStreamChanged.
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: Register vlc_InputStateChanged event.
2008-06-14 Pierre d'Herbemontinput: Add an event manager to the input.
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-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-Courmontlibvlc: use vlc_common.h (libvlccore) instead of vlc...
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-07 Rémi Denis-CourmontRemove p_playlist from p_libvlc
2008-05-07 Rémi Denis-CourmontRemove pl_Get. This endorsed unyielded playlist access.
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
2008-05-01 Rémi Denis-CourmontRemove I64C as well
2008-05-01 Rémi Denis-CourmontNIH desyndromization
2008-05-01 Rémi Denis-CourmontDon't compile sout code if sout is disabled
2008-04-25 Antoine LejeuneFix a bug introduced by 920692ff5d2d6b001e0f6ac7bda1978...
2008-04-23 Rafaël Carrémeta-data handling cleanup
2008-04-22 Pierre d'Herbemontinput: Make sure priv->p_sout won't be reused when...
2008-04-20 Rafaël CarréAttach the sout object to libvlc
2008-04-16 Rafaël CarréFix metadata reading
2008-04-15 Pierre d'Herbemontinput: Set a timer for input launching.
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
next