]> git.sesse.net Git - vlc/history - src/input/input.c
Rewrite a useful tooltip for Windows DShow.
[vlc] / src / input / input.c
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
2008-04-14 Pierre d'Herbemontinput: Split Init() into multiple subfunctions to try...
2008-04-14 Pierre d'Herbemontaccess: Rename access2 to access as access is no longer...
2008-04-14 Pierre d'Herbemontdemux: Rename demux2 to demux as demux is no longer...
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-03-31 Pierre d'Herbemontinput: SoutKeep() needs to pay attention to the cases...
2008-03-31 Pierre d'Herbemontinput: Don't assume the playlist always exists.
2008-03-29 Pierre d'Herbemontinput: retain the input item.
2008-03-29 Pierre d'Herbemontstats: Move the stat to libvlc instead of the playlist...
2008-03-29 Rémi Denis-CourmontInput and playlist: use custom object
2008-03-28 Pierre d'Herbemontinput: No need to call detach() prior to release()...
2008-03-28 Pierre d'Herbemontinput: Remove a comment that no one seems to understand.
2008-03-28 Pierre d'Herbemontinput: Make sure stat info are created before attaching...
2008-03-23 Pierre d'Herbemontinput: Remove input_DestroyThread() as it is now handle...
2008-03-18 Pierre d'Herbemontinput: Get rid of Destroy(), and move sout keeping...
2008-03-18 Pierre d'Herbemontinput: Use a Destructor to delete critical resources...
2008-03-17 Rémi Denis-CourmontPass trust flag to var_OptionParse
2008-03-17 Rémi Denis-CourmontProvide the trust value to var_OptionParse
2008-03-12 Rémi DuraffortRemove useless test before freeing something.
2008-03-04 Rémi Denis-Courmontaccess2_New really does not need to know about preparsing.
2008-03-04 Rémi Denis-CourmontRemove useless NULLity checks
2008-03-04 Rémi Denis-CourmontPreparsing only works with file:// - only try files.
2008-03-04 Rémi Denis-CourmontRemove access2 non splitted fallback. "://" cannot...
2008-02-29 Pierre d'Herbemontinput/input.c: Misformatted if statement fix. Could...
2008-02-26 Pierre d'Herbemontmisc/objects.c: Don't rely on vlc_object_destroy()...
2008-02-21 Rémi Denis-CourmontUnexport var_OptionParse
2008-02-13 Ilkka Ollakkaadd rate-change variable in core to inform when rate...
2008-02-10 Rémi Denis-CourmontCleanup MRL parsing as agreed half a year ago.
2008-01-31 Jean-Baptiste KempfQuick compile fix for Windows, I don't think we need...
2008-01-29 Rafaël CarréMRLSplit(): removes unused parameter
2008-01-24 Rémi Denis-CourmontInclude assert.h when needed
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-07 Pierre d'Herbemontsrc/input.c: Define and set the "can-pause" variable.
2008-01-04 Pierre d'Herbemontinput/input.c: Define DEMUX_CAN_SEEK and correctly...
2007-12-11 Laurent AimarUpdate to use DEMUX_CAN_CONTROL_RATE/DEMUX_SET_RATE...
2007-12-11 Laurent AimarDo not use p_input->p->i_rate directly (no functionnali...
2007-12-11 Laurent AimarIntroduce DEMUX_CAN_CONTROL_RATE and DEMUX_SET_RATE...
2007-12-06 Jean-Paul SamanCodingStyle fixes, use ; when using macros and do not...
2007-12-06 Jean-Paul SamanDon't call input_ChangeState() constantly while being...
2007-11-18 Christophe MutricyOops remove debug
2007-11-18 Christophe MutricyDon't leak memory
2007-11-17 Christophe Mutricywhen retrying set the demux to "" for real. refs #1228
2007-11-10 Felix Paul Kühne* English grammar fixes and beautifications for the...
2007-10-21 Christophe MutricyFix compilation on win
2007-10-21 Laurent AimarIncrease rate/speed control granularity.
2007-10-20 Rafaël Carréinput: avoids double mutex locking
2007-10-14 Laurent AimarRemoved meta-preparsed variable.
2007-10-08 Laurent Aimar Es out now takes care of settings the audio replay...
2007-10-03 Laurent AimarAdded a "meta-preparsed" input variable. A demuxer...
2007-10-02 Rafaël Carréinput: Removes useless "item-change" variable
2007-10-01 Laurent AimarClean up/Factorize.
2007-09-30 Laurent AimarAdded a INPUT_GET_VIDEO_FPS (get the fps of the main...
2007-09-29 Laurent AimarFixed segfault if more than 1 subtitle has been detecte...
2007-09-28 Rafaël CarréAdds an input option "meta-file" to be used by input...
2007-09-23 Rémi Denis-CourmontFix use-after-free when the input is still in use by...
next