]> git.sesse.net Git - vlc/history - src/input
Qt: add drow shadow effect
[vlc] / src / input /
2010-01-23 Laurent AimarSupport subtitle description when comming from attachme...
2010-01-21 Laurent AimarMade stream_t size and position unsigned.
2010-01-21 Laurent AimarAssert that seek position is > 0.
2010-01-18 Laurent AimarFixed skipping data until EOF while using block access.
2010-01-18 Rémi Denis-CourmontInput: attach before any variable access so that inheri...
2010-01-18 Rémi Denis-Courmontlibvlc: config_Get -> var_Inherit
2010-01-16 Rémi Denis-CourmontRemove useless (and slightly wrong) cast
2010-01-16 Rémi Denis-CourmontFix tense
2010-01-13 Laurent AimarAdded support for subtitles stored as input attchments.
2010-01-11 Rémi Denis-CourmontRemove useless <fcntl.h> and <sys/time.h> inclusions
2010-01-11 Rémi Denis-CourmontRemove useless <ctype.h> inclusions
2010-01-11 Rémi Denis-CourmontRemove useless <errno.h> inclusions
2010-01-10 Tobias GüntnerFix prebuffering after seek.
2010-01-07 Laurent AimarFixed uninitialized value.
2010-01-07 Pierre d'Herbemontmeta reader: Always run if we don't have meta from...
2010-01-07 Pierre d'Herbemontmeta reader: Add the input_item that we are reading...
2010-01-06 Ilkka Ollakkainput/es_out.c: fix INPUT_ADD_INFO after meta changes
2010-01-06 Pierre d'Herbemontvlc_meta_status_e->int by popular request.
2010-01-06 Pierre d'Herbemontmeta: Make vlc_meta_t an opaque structure and move...
2009-12-28 Rémi Duraffortfactorize.
2009-12-28 Rémi Duraffortinput_thread_private_t: fix padding.
2009-12-28 Rémi Duraffortinput_clock_t: fix padding.
2009-12-28 Rémi Duraffortvlm: use a static mutex instead of a mutex variable...
2009-12-26 Pierre d'Herbemontinput: With --play-and-pause don't pause non pausable...
2009-12-20 Laurent AimarAdded INPUT_EVENT_ITEM_EPG event.
2009-12-19 Jean-Philippe AndréStream: Export stream_FilterNew
2009-12-16 Laurent AimarRemoved es_format_t::i_aspect.
2009-12-12 Laurent AimarDo not rebufferize when transcoding to a non real time...
2009-12-12 Laurent AimarFixed time/position report when using sout.
2009-12-07 Rafaël Carréinput/decoder_synchro: remove unneeded variable init
2009-12-07 Rafaël Carréinput/es_out : use VLC_TS_INVALID (refs #3135)
2009-12-07 Rémi DuraffortFix meta writing (inverted logic in the core).
2009-12-06 Rémi Denis-CourmontDo not assert memory allocations
2009-12-05 JP DingerIntroduce realloc_or_free() to src/*, and add assert...
2009-12-05 JP DingerFix typos (hopefully correctly) and formatting in comment.
2009-11-28 Jakob Lebensubtitles/hotkeys: hotkey accessible subtitle position...
2009-11-28 Laurent AimarImproved consecutives seeks behaviour.
2009-11-28 Laurent AimarImproved input requests merging.
2009-11-28 Laurent AimarCosmetics.
2009-11-23 Rémi Denis-CourmontFix RateCallback
2009-11-23 Rémi Denis-CourmontConvert "rate" variable to float everywhere
2009-11-21 Rémi Denis-CourmontAllow setting the playback rate from configuration
2009-11-11 Rémi Denis-CourmontUnintended change
2009-11-11 Rémi Denis-CourmontBump plugin ABI due to gettext/cache changes
2009-11-03 Rafaël Carrévlm object is needed early, store it when it's allocated
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.
next