]> git.sesse.net Git - vlc/history - src/input
Cosmetic
[vlc] / src / input /
2009-10-31 Rémi Denis-CourmontRecognize .m3u8 extension
2009-10-29 Rémi Denis-CourmontDon't release an object that was not held, fix crash
2009-10-20 Laurent AimarDo not call decode_URI on constant string.
2009-10-20 Pierre Ynardvod: remove useless include
2009-10-19 Rémi Denis-CourmontRevert to 50 Mb FIFO limit on ARM
2009-10-18 Sébastien EscudierVLM : Fix a race condition when input event is triggere...
2009-10-17 Jean-Baptiste KempfSubtitles: small fixes and cosmetics
2009-10-17 Jean-Baptiste KempfSubtitles detection: decode before testing the files.
2009-10-10 Pierre d'Herbemontinput: Support file://localhost/ type URL when autodete...
2009-10-10 Rémi DuraffortNo need to test for NULL before a free.
2009-09-23 Rémi Denis-Courmontaout_buffer_t: store length instead of end timestamp
2009-09-23 Rémi Denis-Courmontblock_t.i_samples -> block_t.i_nb_samples (as aout_buff...
2009-09-22 Rémi Denis-Courmontaout_buffer_t.start_data -> aout_buffer_t.i_pts
2009-09-22 Laurent AimarFixed offline EPG state.
2009-09-22 Laurent AimarRevert "INPUT: Properly remove SDT and EPG entries...
2009-09-22 Laurent AimarStored vlc_epg_t array inside input_item_t.
2009-09-22 Laurent AimarMoved out epg functions from vlc_epg.h and es_out.c...
2009-09-20 Rémi Denis-CourmontRemove most vlc_object_set_name() calls, now redumdant
2009-09-18 Erwan Tuloucore: create two variables at initialization (for var_A...
2009-09-14 Laurent AimarDisable play-and-pause for non interactive input.
2009-09-14 Laurent AimarCosmetics (simplify after input_Read change).
2009-09-14 Laurent AimarRemoved b_block parameter from input_Read.
2009-09-14 Laurent AimarMoved play-and-pause logic at the right place.
2009-09-14 Laurent AimarFixed EOF handling while buffering in pause state.
2009-09-14 Laurent AimarRemoved useless check on input b_eof flag while waiting...
2009-09-14 Laurent AimarUsed input_Create+input_Start in vlm.
2009-09-14 Sébastien Escudiervod preparsing : if muxer is specified, only wait for...
2009-09-14 Elliot MurphyAdded a new option, play-and-pause. When this option...
2009-09-14 Sébastien Escudiervod input preparsing : use input events instead of...
2009-09-14 Marian ĎurkovičINPUT: Properly remove SDT and EPG entries on exit
2009-09-14 Marian ĎurkovičDisplay EPG description if available
2009-09-12 Rémi Denis-CourmontMissing #include <errno.h>
2009-09-08 Marian ĎurkovičFix HDTV height for H.264 streams with correct PAR.
2009-09-07 Marian ĎurkovičProperly attach stream_Demux object to its parent.
2009-09-07 Marian ĎurkovičFix buggy memcpy in DstreamRead
2009-09-03 Laurent AimarChecked demux_Control return value in input.
2009-09-03 Rafaël Carrésrc/ : missing assert.h include
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.
next