]> git.sesse.net Git - vlc/history - src/input
A mouse click in an empty position clear the selection (see #1956)
[vlc] / src / input /
2008-10-16 Jean-Baptiste KempfTry to not confuse between Dolby Surround (2.1) and...
2008-10-15 Laurent AimarMerged vout_DatePicture into vout_DisplayPicture.
2008-10-15 Laurent AimarAdded a comment about seek while paused issue.
2008-10-15 Laurent AimarFactorized forced vout picture releases.
2008-10-15 Laurent AimarMoved vout helpers out of decoder.c.
2008-10-15 Laurent AimarCosmetics.
2008-10-14 Rémi DuraffortCleaning (don't a message when the system runs out...
2008-10-13 Laurent AimarCosmetics.
2008-10-13 Laurent AimarCosmetics.
2008-10-13 Laurent AimarMoved stream_Access* to stream.h
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-11 Rémi Denis-CourmontAllow unspecified demux with stream_DemuxNew().
2008-10-10 Laurent AimarChange ES_OUT_SET_NEXT_DISPLAY_TIME parameters.
2008-10-10 Laurent AimarPartially fixed preroll support.
2008-10-10 Laurent AimarDisplay first frame after a seek as soon as possible.
2008-10-09 Laurent AimarFixed possible NULL deference in teletext path (CID...
2008-10-09 Derk-Jan Hartmanpotential NULL deref (CID 150)
2008-10-09 Derk-Jan HartmanAnother typo: SPU_ES mixed up with AUDIO_ES. (CID 250)
2008-10-09 Derk-Jan HartmanFix NULL dereference (CID 254)
2008-10-09 Derk-Jan HartmanFix potential memleak (CID 196)
2008-10-08 Laurent AimarFixed decoder_GetDisplayDate while buffering.
2008-10-08 Laurent AimarObsoleted minimize-threads option.
2008-10-08 Laurent AimarFixed a potential deadlock.
2008-10-08 Laurent AimarImplemented buffering manipulation at the es_out level.
2008-10-08 Laurent AimarFactorize (decoder).
2008-10-08 Laurent AimarNo functional changes (decoder).
2008-10-08 Laurent AimarCosmetics.
2008-10-08 Laurent AimarProtect a few whiles againts possible broken decoder.
2008-10-08 Laurent AimarObsolete auto-adjust-pts-delay.
2008-10-08 Laurent AimarCosmetics (decoder)
2008-10-08 Laurent AimarImplemented audio flushing.
2008-10-08 Laurent AimarMore accurate decoder flush.
2008-10-08 Laurent AimarCosmetics (decoder)
2008-10-08 Laurent AimarAdded vout flush.
2008-10-08 Laurent AimarFactorize preroll code and prepare for correct flush.
2008-10-08 Laurent AimarSplit up DecoderDecode function.
2008-10-08 Rémi DuraffortFix use of unitialised value (CID 262)
2008-10-06 Geoffroy CouprieWinCE: compile vlm
2008-10-05 Rémi DuraffortFix potential memleak (CID 198)
2008-10-01 Laurent AimarFixed annoying lates frame when slowing speed.
2008-10-01 Laurent AimarNo functionnal changes (clean up)
2008-09-30 Laurent AimarFixed too restrictive assert in decoder.
2008-09-30 Laurent AimarLet decoder handle the audio/spu delay.
2008-09-30 Laurent AimarAdded aout pause support.
2008-09-30 Laurent AimarMoved a few vout tests+statistics to decoder.
2008-09-30 Laurent AimarMoved a few aout tests+statistics to decoder.
2008-09-30 Laurent AimarUse audio desync as initial audio-delay value.
2008-09-30 Laurent AimarProtect a bit against invalid pcr.
2008-09-30 Laurent AimarFixed potential race condition on vout release in decoder.
2008-09-30 Laurent AimarFixed sout #display.
2008-09-28 Laurent AimarSpu pause support.
2008-09-28 Rémi Denis-Courmonttypo
2008-09-28 Laurent AimarPause vout on decoder pause.
2008-09-28 Laurent AimarThe input now pauses the decoders.
2008-09-28 Laurent AimarInclude input_clock.h only where needed.
2008-09-28 Laurent AimarMoved input decoder declaration to input/input_decoder.h
2008-09-28 Laurent AimarNo functionnal changes (decoder).
2008-09-28 Laurent AimarSupport for no clock in decoder (sout display).
2008-09-28 Laurent AimarConvert stream to system timestamp after the decoder.
2008-09-28 Laurent AimarGive input_DecoderNew the clock used.
2008-09-28 Laurent AimarProtect input_clock_GetTS from concurrent access.
2008-09-28 Laurent AimarMoved clock master flag to es_out.
2008-09-28 Laurent AimarNo functionnal changes.
2008-09-28 Laurent AimarDocumented input_clock_t interface.
2008-09-28 Laurent AimarModularize drift algo by introducing a long term averag...
2008-09-28 Laurent AimarCosmetics.
2008-09-28 Laurent AimarFixed last_pts by using max value.
2008-09-28 Laurent AimarImproved (a little) reactivity on seek.
2008-09-28 Laurent AimarMoved clock interface from input_internal.h to input_cl...
2008-09-28 Laurent AimarCosmetics.
2008-09-28 Laurent AimarRemoved all clock dependencies on input.
2008-09-28 Laurent AimarRemoved one dependency of the clock on input_thread_t.
2008-09-28 Laurent AimarNo functionnal changes.
2008-09-28 Laurent AimarNo functionnal changes.
2008-09-28 Laurent AimarPrivatized input_clock_t to clock.c
2008-09-28 Laurent AimarUse provided system time instead of mdate().
2008-09-28 Laurent AimarNo functionnal changes in clock algo.
2008-09-28 Laurent AimarSystem clock is given to input_ClockSetPCR.
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-27 Rémi Denis-CourmontString rationalization
2008-09-27 Rémi Denis-CourmontStill allocate unique input item IDs
2008-09-27 Rémi Denis-CourmontAdd extensions for MIDI and Creative Voice
2008-09-25 Laurent AimarFixed forcing a demux while using access_demux for...
2008-09-21 Laurent AimarRemoved spu_Create/DestroySubpicture in favor of subpic...
2008-09-21 Laurent AimarCorrectly set order per subtitle decoder.
2008-09-21 Rémi Denis-Courmontlower case the module_* functions
2008-09-20 Antoine Celleriers/vlc_object_yield/vlc_object_release/
2008-09-20 Rémi Denis-Courmontinput_Read: fix return value (none of the callers check...
2008-09-20 Rémi Denis-CourmontRemove the unsafe input item array
2008-09-19 Rémi Denis-CourmontGC: thread-safety, and offset independence
2008-09-18 Laurent AimarFixed subtitle flush to not flush on pause.
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 AimarFlush subtitle on seek.
2008-09-18 Laurent AimarReset input slave eof flag on seek.
next