]> git.sesse.net Git - vlc/history - src/input/es_out.c
Documented and 'constified' meta and epg in es_out.
[vlc] / src / input / es_out.c
2009-07-19 Laurent AimarDocumented and 'constified' meta and epg in es_out.
2009-07-16 Laurent AimarLet the input bufferize more data when possible.
2009-07-15 Laurent AimarDo not delay rate change after end of pause.
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-06-02 Laurent AimarCorrectly setup the clock state when creating a new...
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-27 Rémi Denis-CourmontMerge branch 'base' into master
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 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 branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix
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...
2009-05-20 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-16 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-16 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-15 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-14 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-14 Rémi Denis-CourmontMerge commit 'origin/1.0-bugfix'
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-13 Laurent AimarFixed typo (compilation).
2009-05-13 Laurent AimarFixed es_format_t::i_codec/i_original_fourcc values...
2009-05-13 Laurent AimarUsed VLC_CODEC_* and vlc_fourcc_GetCodec when suitable.
2009-05-13 Laurent AimarUse vlc_fourcc_GetDescription for item infos.
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-12 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-12 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-11 Laurent AimarSplit INPUT_EVENT_TIMES into INPUT_EVENT_POSITION/LENGTH.
2009-04-30 Laurent AimarCheck for broken PCR value in es_out.
2009-04-28 Laurent AimarFixed decoder spacing mode selection.
2009-04-28 Laurent AimarFixed b_out_pace_control value when using record.
2009-04-21 Rémi Denis-Courmont(p?)gettext -> vlc_\1gettext
2009-04-18 Rémi Denis-CourmontUse gettext() as per gettext standard for non-constant...
2009-03-22 Laurent AimarCreated input_item_SetEpg function.
2009-03-09 Laurent AimarRemoved var_Get/Set in es_out.c
2009-03-09 Jean-Paul Samanstats: Add stream quality counters to Qt4 stastics...
2009-03-08 Laurent AimarAdded a ES_OUT_SET_ES_SCRAMBLED_STATE to warn the user...
2009-03-08 Laurent AimarFactorized a bit es_out.c
2009-03-03 Laurent AimarFixed EPG current state.
2009-03-03 Laurent AimarPrint complete date in EPG.
2009-03-01 Rémi Denis-CourmontSpell resource the English way
2009-02-13 Laurent AimarAdded teletext-es description as page number to help...
2009-02-13 Laurent AimarFixed es select/unselected event.
2009-02-13 Laurent AimarChanged "teletext-es" to be a list of teletext spu id.
2009-02-08 Christophe Mutricyi18n: Translate the channels layout in media info
2009-01-21 Laurent AimarFixed stupid typo when removing an es.
2009-01-18 Laurent AimarMade input_clock_t in charge of pts_delay.
2009-01-17 Laurent AimarPrivatized p_input->b_can_pace_control.
2009-01-16 Laurent AimarPrivatized i_pts_delay (input_thread_t).
2009-01-16 Laurent AimarRemoved broken ES_OUT_GET_TS.
2009-01-12 Laurent AimarDo not issue input times event when buffering.
2009-01-06 Laurent AimarFixed typo in es_out.
2009-01-06 Laurent AimarDo not wait for SPU buffering.
2009-01-05 Laurent AimarActivated vout/aout recycling with playlist inputs.
2008-12-12 Rémi DuraffortUse calloc when needed.
2008-12-09 Laurent AimarDisplay codec meta data.
2008-12-04 Laurent AimarReset buffering level when needed.
2008-12-04 Laurent AimarAdded a input "cache" variable and INPUT_EVENT_CACHE...
2008-12-04 Laurent AimarMoved i_cr_average from input_source_t to input_thread_...
2008-12-04 Laurent AimarMoved input_item_t from input_source_t to input_thread_...
2008-11-30 Laurent AimarCorrectly display time and seek with high input caching.
2008-11-29 Laurent AimarFixed buffering value for frame step.
2008-11-29 Laurent AimarImproved current times in regard to es_out timeshift.
2008-11-29 Laurent AimarRevert "Hide es out timeshift delay from time display."
2008-11-29 Laurent AimarFixed seeking while paused (visible with high caching).
2008-11-25 Laurent AimarFixed segfault because of typo in meta info code.
2008-11-24 Laurent AimarHide es out timeshift delay from time display.
2008-11-24 Laurent AimarUpdated codec informations on decoder output change.
2008-11-23 Laurent AimarAdded INPUT_EVENT_TELETEXT.
2008-11-22 Laurent AimarMove/clean up input event code to its own file.
2008-11-17 Laurent AimarFixed es selection regression.
2008-11-17 Laurent AimarAdded frame by frame support in es out timeshift.
2008-11-17 Laurent AimarPrivatized ES_OUT_SET_ACTIVE/MODE and removed ES_OUT_GE...
2008-11-17 Laurent AimarAdded initial skeleton for es_out timeshift support.
2008-11-11 Laurent AimarRemoved es_out_Lock/Unlock.
2008-11-10 Laurent AimarConstify es_out_Add es_format_t* argument.
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-01 Laurent AimarAdded lock around es_out for multiple thread access.
2008-10-22 Laurent AimarAdded "next frame" support.
next