]> git.sesse.net Git - vlc/history - src/input/es_out.c
es_out: use input_DecoderDrain()
[vlc] / src / input / es_out.c
2015-03-21 Rémi Denis-Courmontes_out: use input_DecoderDrain()
2015-03-21 Rémi Denis-Courmontes_out: do not start buffering when already buferring
2015-03-19 Rémi Denis-Courmontes_out: remove tautology
2015-02-18 Rémi Denis-CourmontMark unreachable code on GCC even if NDEBUG
2014-12-18 Ludovic FauvetFix broken NowPlaying (close #9960, #11796, #12850)
2014-11-01 Rémi Denis-Courmontes_out: unused variable
2014-09-23 Devin HeitmuellerAllow --sub-track to work with EIA-608 captions, and...
2014-08-22 Rafaël CarréEsOutDecodersStopBuffering: remove assert
2014-08-15 Rémi Denis-Courmontmeta: simplify input_ExtractAttachmentAndCacheArt()
2014-08-15 Rémi Denis-Courmontinput item: attempt to clarify art URL merge
2014-08-15 Rémi Denis-Courmontinput item: simplify copying title from meta
2014-08-15 Rémi Denis-Courmontinput item: remove b_fixed name, always false
2014-08-13 Rémi Denis-Courmontes_out: avoid shadowing
2014-06-10 Sébastien EscudierFix crash on input stream info containing %
2014-05-09 Denis CharmetKeep the selected languages at segment change
2014-05-07 Felix Abecassises_out: fix potential division by zero
2014-03-04 Felix Paul Kühnesrc/input: fix compilation warnings
2014-02-15 Jean-Paul SamanRevert "input core: add status field per elementary...
2014-02-15 Jean-Paul Samaninput core: add status field per elementary stream
2014-01-01 Rémi Denis-Courmontinput_CreateFilename: take explicit input thread pointer
2013-12-13 Felix Abecassisinput: rename members and functions previously related...
2013-12-10 Rafaël CarréDon't reset master program clock if master program...
2013-12-06 Rémi Denis-Courmontinput: off-by-three
2013-11-23 Maxim BublisFixed warning on incompatible pointer types discarding...
2013-11-04 Francois Cartegnievlc_es: add defines for priority levels
2013-10-12 David Robisoninput: improved buffering accuracy and no rebuffering...
2013-09-30 Denis CharmetCorrectly check the index in the pref. list when select...
2013-09-10 Francois Cartegniees_out: don't add codec info if none
2013-07-16 Denis CharmetFix track selection according to user preference.
2012-11-10 Rémi Denis-CourmontDo not access b_die directly
2012-07-14 Rémi Denis-Courmontinput: do not use native language spelling in language...
2012-07-14 Rémi Denis-Courmontinput: small simplification
2012-07-14 Rémi Denis-Courmontinput: show elementary stream language in current user...
2012-03-05 Rafaël Carréinput_EsOutNew: use calloc
2012-03-05 Rafaël Carrées_out.c: use c99 for
2012-03-05 Rafaël CarréEsOutControlLocked: align case on same level than switch
2012-03-03 Rémi Denis-CourmontRemove useless case
2011-11-29 Rémi Denis-CourmontConvert rate stats to integer and remove useless float...
2011-11-29 Rémi Denis-CourmontRemove redundant object parameter to stats functions
2011-11-27 Jean-Baptiste KempfLGPL
2011-11-22 Rémi Denis-CourmontRemove unused variable
2011-10-07 Laurent AimarFixed reseting audio/spu delay to 0.
2011-09-08 Rafaël Carrédecoder: process the last block when closing
2011-09-05 Laurent AimarDisplay the decoded video format in the "Media informat...
2011-08-25 Rémi Denis-CourmontRemove write-only block_t.i_rate
2011-07-25 Rémi Denis-CourmontRename aout_instance_t to audio_output_t
2011-04-21 Francois CartegnieRevert "input: dvb: also create program data for progra...
2011-04-04 Rémi Denis-CourmontSpelling
2011-03-15 Francois Cartegnieinput: dvb: also create program data for programs on...
2010-12-02 Laurent AimarFix libvlc_media_get_tracks_info()
2010-12-02 Rafaël CarréRevert "Revert "input: Fill in the input_item es""
2010-11-23 Rafaël CarréRevert "input: Fill in the input_item es"
2010-10-21 Rafaël Carréinput: Fill in the input_item es
2010-08-18 Laurent AimarIgnored language specified as 'und' (close #4077).
2010-07-28 Rémi Durafforts/informations/information/
2010-07-02 Rémi Denis-CourmontMake vlc_value_t.i_int 64-bits
2010-06-28 Laurent AimarFixed --program behavior.
2010-06-15 Francois Cartegniefix unsupported shortcut syntax
2010-06-08 Rémi Denis-Courmontprograms is a string, which is a string, which is not...
2010-05-01 Laurent AimarImproved audio codec description from fourcc.
2010-03-30 Lucas C. Villa RealFixes a crash in VLC caused by a missing verification...
2010-03-23 Laurent AimarPrevent negative caching value to be displayed.
2010-03-09 Fabio RitrovatoFix typo
2010-03-04 Laurent AimarAdded an option (clock-jitter) to control the maximum...
2010-03-04 Laurent AimarPrepare for maximal clock jitter configuration.
2010-03-04 Laurent AimarCosmetic.
2010-03-03 Rémi Denis-CourmontUse MiB rather than MB for arbitrary memory limits
2010-02-14 Laurent AimarDefault to any for --audio-language.
2010-02-06 Laurent AimarExtended input_GetPcrSystem to also return the current...
2010-02-05 Laurent AimarUsed INPUT_REPLACE_INFOS/INPUT_MERGE_INFOS in es_out...
2010-01-31 Laurent AimarCosmetics.
2010-01-31 Laurent AimarFixed input_GetEsObjects().
2010-01-30 Laurent AimarRemoved now useless es_out_t::b_sout field.
2010-01-30 Laurent AimarMade normal es_out_t valid as long as input_thread_t.
2010-01-30 Laurent AimarMerged ES_OUT_SET_ACTIVE/_MODE.
2010-01-30 Laurent AimarCosmetics.
2010-01-30 Laurent AimarAdded input internal es_out_GetEsObjects to retreives...
2010-01-28 Laurent AimarAdded es_out_ControlModifyPcrSystem to synchronize...
2010-01-28 Laurent AimarAdded es_out_ControlGetPcrSystem helper.
2010-01-26 Laurent AimarFixed selected entry in input_thread_t::"program".
2010-01-26 Laurent AimarCosmetics.
2010-01-06 Ilkka Ollakkainput/es_out.c: fix INPUT_ADD_INFO after meta changes
2010-01-06 Pierre d'Herbemontmeta: Make vlc_meta_t an opaque structure and move...
2009-12-28 Rémi Duraffortfactorize.
2009-12-20 Laurent AimarAdded INPUT_EVENT_ITEM_EPG event.
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/es_out : use VLC_TS_INVALID (refs #3135)
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-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-14 Marian ĎurkovičINPUT: Properly remove SDT and EPG entries on exit
2009-08-29 Erwan Tulourecord: more specific record directories (video/music...
2009-08-25 Rémi Denis-CourmontPut records to download directory
2009-08-24 Rémi Denis-CourmontAdd a directory type parameter to config_GetHomeDir
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.
next