]> git.sesse.net Git - vlc/history - src/input
Add support for bbc.co.uk iPLayer URLs (LUA Script)
[vlc] / src / input /
2008-11-11 Laurent AimarRemoved es_out_Lock/Unlock.
2008-11-11 Laurent AimarRemoved stream immediate.
2008-11-11 Laurent AimarRemoved useless buffering at stream level.
2008-11-10 Laurent AimarConstify es_out_Add es_format_t* argument.
2008-11-07 Laurent AimarModified demux_vaControlHelper to take bitrate in an...
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 Laurent AimarFixed useless timestamp discontinuity with sout.
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-11-01 Laurent AimarMoved out a few defines from vlc_config.h
2008-10-31 Rémi DuraffortRemove unused macros (or used only one time).
2008-10-23 Laurent AimarAdded decoder_New/Delete/Link/UnlinkPicture helpers.
2008-10-23 Rémi Denis-CourmontAnother small decoder thread simplification
2008-10-23 Laurent AimarAdded decoder_NewAudioBuffer/decoder_DeleteAudioBuffer...
2008-10-23 Laurent AimarFixed a comment.
2008-10-23 Laurent AimarRevert "Another small decoder thread simplification"
2008-10-23 Laurent AimarAdded decoder_NewSubpicture/decoder_DeleteSubpicture...
2008-10-23 Rémi Denis-CourmontFix decoder FIFO pacing.
2008-10-23 Rémi Denis-CourmontAnother small decoder thread simplification
2008-10-23 Laurent AimarFixed segfault with decoder_GetInputAttachments/GetDisp...
2008-10-22 Laurent AimarCosmetic.
2008-10-22 Laurent AimarAdded "next frame" support.
2008-10-22 Laurent AimarFixed system clock phase when changing rate.
2008-10-22 Laurent AimarFlush audio/subtitle in next frame.
2008-10-22 Laurent AimarAdded input_DecoderFrameNext (not yet used).
2008-10-22 Laurent AimarAdded control code for "frame-next" variable.
2008-10-22 Laurent AimarFixed display of first frame after seek while paused.
2008-10-22 Laurent AimarSplit vout_internal.h to hide vout_thread_t definition...
2008-10-22 Rémi Denis-CourmontDo not check for decoder error in the demux thread
2008-10-22 Rémi Denis-CourmontSmall code factorization
2008-10-18 Jean-Baptiste KempfRevert "Try to not confuse between Dolby Surround ...
2008-10-17 Pierre YnardUnbreak compilation with --disable-sout
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.
next