]> git.sesse.net Git - vlc/history - src/input/input.c
Remove unused parameter
[vlc] / src / input / input.c
2009-01-17 Rémi Denis-CourmontRemove unused parameter
2009-01-17 Laurent AimarPrivatized p_input->b_can_pace_control.
2009-01-17 Laurent AimarPrivatized p_input->i_state.
2009-01-17 Laurent AimarPrivatized p_input->i_time.
2009-01-16 Laurent AimarPrivatized i_pts_delay (input_thread_t).
2009-01-12 Rémi Denis-Courmontinput: remove duplicate end/error events
2009-01-12 Rémi Denis-Courmontinput: end immediately, do not wait for kill event
2009-01-12 Rémi Denis-Courmontinput: small code factorization
2009-01-05 Laurent AimarSend input dead event only once.
2009-01-05 Laurent AimarFix deadlock in decoders because of input ObjectKillChi...
2009-01-05 Laurent AimarActivated vout/aout recycling with playlist inputs.
2009-01-05 Laurent AimarPrepare for safe (sout)/vout/aout recycling.
2009-01-05 Laurent AimarAdded INPUT_EVENT_DEAD event.
2009-01-04 Antoine CellerierFix --stop-time.
2009-01-03 Antoine CellerierRevert "Allow use of inputs without DEMUX_GET/SET_...
2008-12-14 Laurent AimarImproved detection of multi-part files for rar.
2008-12-14 Laurent AimarImproved the way input-list is given to stream_AccessNew.
2008-12-14 Laurent AimarRemoved useless b_quick parameter in stream_AccessNew.
2008-12-13 Rémi Duraffortmodule_need wants pointers and boolean so give NULL...
2008-12-11 Laurent AimarDo not use 2 event manager in input.
2008-12-11 Laurent AimarCosmetics.
2008-12-09 Laurent AimarRemove access-filter support.
2008-12-09 Laurent AimarMoved stream record to its own module.
2008-12-09 Laurent AimarSupport for auto and user requested stream_filter.
2008-12-09 Laurent AimarFixed input_get_event_manager naming scheme.
2008-12-09 Laurent AimarFixed input_AddSubtitle(s) coherency.
2008-12-04 Laurent AimarClean up.
2008-12-04 Laurent AimarRemoved obsolete BUFFERING_S input state.
2008-12-04 Laurent AimarAdded a input "cache" variable and INPUT_EVENT_CACHE...
2008-12-04 Laurent AimarImproved OPENING_S/BUFFERING_S status change.
2008-12-04 Laurent AimarFixed input bookmark thread safety, support and event.
2008-12-04 Laurent AimarFixed INPUT_GET_VIDEO_FPS thread safety.
2008-12-04 Laurent AimarFixed INPUT_GET_BOOKMARK locking scheme.
2008-12-04 Laurent AimarMoved i_cr_average from input_source_t to input_thread_...
2008-12-04 Laurent AimarMoved input_item_t from input_source_t to input_thread_...
2008-12-04 Laurent AimarCosmetics.
2008-12-04 Laurent AimarCosmetics.
2008-12-04 Laurent AimarCosmetics.
2008-12-04 Laurent AimarCosmetics.
2008-12-04 Laurent AimarImproved access/demux update state reading.
2008-12-01 Rémi DuraffortUnused variable.
2008-11-30 Laurent AimarInitialize demux_meta_t before calling "meta reader".
2008-11-30 Laurent AimarCorrectly display time and seek with high input caching.
2008-11-30 Laurent AimarStop es_out before removing demux.
2008-11-29 Laurent AimarImproved current times in regard to es_out timeshift.
2008-11-29 Laurent AimarRevert "Hide es out timeshift delay from time display."
2008-11-24 Laurent AimarHide es out timeshift delay from time display.
2008-11-23 Laurent AimarRenamed "seekable" into "can-seek" (for consistency).
2008-11-22 Laurent AimarClean up input events.
2008-11-22 Laurent AimarMoved statistic update from sout to input.
2008-11-22 Laurent AimarCosmetics.
2008-11-22 Laurent AimarClean up input_item_t functions and usages.
2008-11-22 Laurent AimarMove/clean up input event code to its own file.
2008-11-21 Jean-Paul SamanAdd can-rate to distinguish between normal rate control...
2008-11-20 Laurent AimarFix rate slower/faster in rewind mode.
2008-11-20 Laurent AimarCosmetics.
2008-11-20 Jean-Paul SamanSignal can_rewind for use by user interfaces.
2008-11-20 Jean-Paul SamanAllowing for rate < 0 enables rewind playback for eg...
2008-11-17 Laurent AimarUpdated "can-pause" value.
2008-11-17 Laurent AimarAdded frame by frame support in es out timeshift.
2008-11-17 Laurent AimarAdded rate change support to es_out_timeshift.
2008-11-17 Laurent AimarAllow using es_out timeshift pause support.
2008-11-17 Laurent AimarAdded initial skeleton for es_out timeshift support.
2008-11-11 Laurent AimarRemoved es_out_Lock/Unlock.
2008-11-04 Laurent AimarSplit (virtually) display and demux es_out.
2008-11-04 Laurent AimarConvert remaining input_EsOut* to es_out_Control.
2008-11-04 Laurent AimarMoved input_EsOutSetRecord/input_EsOutSetDelay to es_ou...
2008-11-04 Laurent AimarMoved input_EsOutDecodersIsEmpty to es_out_Control...
2008-11-04 Laurent AimarMoved input_EsOutIsBuffering to es_out_Control.
2008-11-04 Laurent AimarRemoved the need of input_EsOutGetFromID.
2008-11-04 Laurent AimarFixed ES_OUT_SET_DEFAULT name (added ES_).
2008-11-04 Laurent AimarMoved input_EsOutGetWakeup to es_out_Control.
2008-11-04 Laurent AimarImproved a bit es_out_t generalisation.
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.
next