]> git.sesse.net Git - vlc/history - src/input/input.c
Fixed input bookmark thread safety, support and event.
[vlc] / src / input / input.c
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.
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:"
next