]> git.sesse.net Git - vlc/history - src/input
live555 : delay RTSP PAUSE command while in paused state
[vlc] / src / input /
2009-09-02 Christopher RathFix typo in src/input/stream.c to use CAN_FASTSEEK...
2009-08-31 Rafaël Carréinput state: don't delete non existing callbacks
2009-08-29 Erwan Tulourecord: more specific record directories (video/music...
2009-08-29 Pierre YnardFix typos in comments
2009-08-29 Rémi Denis-CourmontVLM: fix aliasing
2009-08-26 Niles BindelAdd input resource support to the LibVLC Media Player
2009-08-25 Rémi Denis-CourmontPut records to download directory
2009-08-24 Sébastien EscudierVLM : move input event callback deletion. In order...
2009-08-24 Rémi Denis-CourmontAdd a directory type parameter to config_GetHomeDir
2009-08-23 Rémi Denis-CourmontUse vlc_object_set_name in some places
2009-08-23 Rémi Denis-CourmontUse VLC object for meta writer and factor code
2009-08-23 Rémi Denis-CourmontUse a VLC object for meta reader
2009-08-23 Rémi Denis-CourmontSimplification
2009-08-23 Rémi Denis-CourmontSimplification
2009-08-21 Rémi Denis-CourmontWe have a replacement for localtime_r
2009-08-21 Pierre d'HerbemontImplement access_GetParentInput and demux_GetParentInpu...
2009-08-20 Jean-Baptiste KempfFix compile if you don't have localtime_r (Win32 for ex)
2009-08-20 Pierre d'Herbemontvlm: More unused parameter warning fix.
2009-08-20 Pierre d'Herbemontinput: Remove unused variable.
2009-08-18 Rémi Denis-Courmontstream_Demux: pretend to be in sout-all mode (fixes...
2009-08-15 Rémi Denis-Courmontinput: don't be too clever with start-time - fixes...
2009-08-15 Rémi Denis-Courmontget vout: use size_t for the counter
2009-08-12 Laurent AimarDo not pre-buffer too much, it has side effects with...
2009-07-27 Laurent AimarDo not decode subtitles too much in advanced.
2009-07-27 Laurent AimarCosmetics (create a DecoderWaitDate function).
2009-07-25 Laurent AimarFixed seeking and skipping behavior in stream_t layer.
2009-07-19 Laurent AimarAdded a ES_OUT_SET_META to es_out.
2009-07-19 Laurent AimarDocumented and 'constified' meta and epg in es_out.
2009-07-19 Laurent AimarPrivatized es_out_mode_e.
2009-07-18 Rémi Denis-CourmontMatch localhost plus / not localhost plus directory...
2009-07-17 Laurent AimarImproved late values after pts_delay changes in clock.c.
2009-07-17 Laurent AimarAllowed to have access_demux without pf_demux as slave.
2009-07-17 Laurent AimarCosmetics.
2009-07-16 Laurent AimarAllowed non pace controled access_demux to not implemen...
2009-07-16 Laurent AimarLet the input bufferize more data when possible.
2009-07-16 Laurent AimarAdded input_DecoderGetFifoSize helper.
2009-07-15 Laurent AimarIncreased fifo decoder size to 400mb.
2009-07-15 Laurent AimarFixed clock handling on rate change with high caching...
2009-07-15 Laurent AimarDo not delay rate change after end of pause.
2009-07-15 Laurent AimarAlways update the wakeup date in input.
2009-07-15 Laurent AimarFixed potential race condition in clock.
2009-07-13 Laurent AimarFixed typo.
2009-07-13 Laurent AimarFixed a segfault after iso639_lang_t p_languages API...
2009-07-13 Laurent AimarAutomatically compute the latency(pts_delay) needed...
2009-07-13 Laurent AimarAuto detect when we need to buffer again.
2009-07-13 Laurent AimarDo not forget to use the drift when converting stream...
2009-07-12 Rémi Denis-CourmontDo not decode URI in the name. It borks some types...
2009-07-12 Rémi Denis-CourmontTreat directory items like file ones for URI->name...
2009-07-12 Rémi Denis-CourmontAdd missing non-file types
2009-07-12 Rémi Denis-CourmontGuessType: clean up and speed up
2009-07-06 Sébastien EscudierVLM add input events
2009-07-01 Laurent AimarClean up.
2009-06-29 Pierre d'Herbemontinput: Support file://localhost/file type url.
2009-06-25 Derk-Jan Hartmaninput: assert in InputSourceInit() if there is no MRL...
2009-06-24 Rémi DuraffortTypo.
2009-06-24 Rémi DuraffortFix memleak when using --demux.
2009-06-24 Derk-Jan Hartmaninput_item_SetURI(): add a NDEBUG printf check for...
2009-06-24 Derk-Jan Hartmaninput: SetURI No longer use DIRSEP. We are dealing...
2009-06-23 Derk-Jan HartmanWhen we fill the name of an input item with URI parts...
2009-06-23 Rémi Denis-CourmontExcessive white space
2009-06-18 Laurent AimarDo not warn about unsupported demux/access when aborting.
2009-06-18 Laurent AimarReally used a weaker lock for input_ressource_HoldAout.
2009-06-18 Laurent AimarUsed a weaker lock scheme for input_resource_HoldAout.
2009-06-18 Laurent AimarFixed a potential race condition in input_resource_Hold...
2009-06-18 Laurent AimarRenamed lock_vout in lock_hold in resource (No function...
2009-06-16 Pierre YnardAccept file:// URIs starting with an antislash
2009-06-16 Pierre YnardWinCE: don't strip leading slash when converting from...
2009-06-14 Laurent AimarFixed "position/time-offset" behaviour.
2009-06-12 Rémi Denis-CourmontFix opening of file:// URIs (not tested on Windows)
2009-06-11 Laurent AimarFixed decoder_SynchroChoose when buffering.
2009-06-09 Laurent AimarFixed --input-repeat and large --*-caching value.
2009-06-09 Laurent AimarCorrectly update "title %2i" variable.
2009-06-09 Jean-Philippe AndreFix #2765: DVD chapters navigation menu.
2009-06-04 Laurent AimarDot not quick select mod demuxer as it is not safe...
2009-06-04 Derk-Jan Hartmancore: fix time-offset and position-offset callbacks
2009-06-03 Laurent AimarFixed old naming standard splitted rar archive (close...
2009-06-02 Laurent AimarCorrectly setup the clock state when creating a new...
2009-06-02 Derk-Jan HartmanCore: Closed Captions memleak
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-31 Laurent AimarDo not access vout_thread_t fields when it can be avoided.
2009-05-27 Rémi Denis-CourmontMerge branch 'base' into master
2009-05-26 Rémi DuraffortAvoid \n in error messages.
2009-05-26 Rémi Denis-CourmontMerge branch 1.0-bugfix (early part) into master
2009-05-26 Derk-Jan HartmanMerge commit 'origin/1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-26 Rémi Duraffortinput: partially revert f63268acaafdca4f3e17b837c37a105...
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge branch '1.0'
2009-05-25 Rémi Denis-CourmontRevert "correct realloc() usage, on failure realloc...
2009-05-24 Jean-Paul Samancorrect realloc() usage, on failure realloc will return...
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge VLC_OBJECT_PACKETIZER with VLC_OBJECT_DECODER
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-22 Laurent AimarFixed demux_vaControlHelper GET_TIME implementation.
2009-05-22 JP DingerRecover from documented undefined value return on gnu...
2009-05-21 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-20 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-20 Rémi DuraffortCreate a function to free the memory allocated when...
next