]> git.sesse.net Git - vlc/history - src/input
Fix win32 compile.
[vlc] / src / input /
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
2008-05-03 Rémi Denis-Courmontblock_FifoNew: remove un-needed parameter
2008-05-01 Rémi Denis-CourmontRemove I64C as well
2008-05-01 Rémi Denis-CourmontRemnants of I64F.
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-29 Adrien GrandFix the interpretation of command "help" by VLM.
2008-04-25 Antoine LejeuneFix a bug introduced by 920692ff5d2d6b001e0f6ac7bda1978...
2008-04-23 Rafaël Carrémeta-data handling cleanup
2008-04-22 Rafaël CarréRemove unused option: b_prefers_tree
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-04-08 Filippo Caronedecref the correct value in vlm_ControlMediaDel
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-30 Pierre d'Herbemontinput: Remove input_ItemClean and input_ItemInit from...
2008-03-30 Pierre d'Herbemontvlm: Only use gc enabled input item. (input_ItemClean...
2008-03-30 Pierre d'Herbemontinput: Allow NULL item name.
2008-03-30 Rafaël CarréDon't yield the playlist object when it's dead already
2008-03-30 Pierre d'Herbemontstream: No use to vlc_object_yield() and object that...
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-29 Pierre d'Herbemontes_out: is not a vlc_object_t.
2008-03-29 Pierre d'Herbemontes_out: Put a msg_Dbg in input_EsOutDelete.
2008-03-29 Rémi Denis-CourmontFix size of VOD objects
2008-03-29 Rémi Denis-CourmontCreate VLM as a custom object
2008-03-29 Rémi Denis-CourmontMissing #include
next