]> git.sesse.net Git - vlc/history - src/input/es_out.c
Use var_Inherit* instead of var_CreateGet*.
[vlc] / src / input / es_out.c
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.
2008-10-22 Laurent AimarAdded control code for "frame-next" variable.
2008-10-13 Laurent AimarSanitize input headers (pass 1).
2008-10-10 Laurent AimarChange ES_OUT_SET_NEXT_DISPLAY_TIME parameters.
2008-10-10 Laurent AimarPartially fixed preroll support.
2008-10-10 Laurent AimarDisplay first frame after a seek as soon as possible.
2008-10-09 Derk-Jan HartmanAnother typo: SPU_ES mixed up with AUDIO_ES. (CID 250)
2008-10-09 Derk-Jan HartmanFix NULL dereference (CID 254)
2008-10-08 Laurent AimarFixed a potential deadlock.
2008-10-08 Laurent AimarImplemented buffering manipulation at the es_out level.
2008-10-08 Laurent AimarCosmetics (decoder)
2008-10-01 Laurent AimarNo functionnal changes (clean up)
2008-09-30 Laurent AimarLet decoder handle the audio/spu delay.
2008-09-28 Laurent AimarThe input now pauses the decoders.
2008-09-28 Laurent AimarInclude input_clock.h only where needed.
2008-09-28 Laurent AimarMoved input decoder declaration to input/input_decoder.h
2008-09-28 Laurent AimarConvert stream to system timestamp after the decoder.
2008-09-28 Laurent AimarGive input_DecoderNew the clock used.
2008-09-28 Laurent AimarMoved clock master flag to es_out.
2008-09-28 Laurent AimarDocumented input_clock_t interface.
2008-09-28 Laurent AimarRemoved all clock dependencies on input.
2008-09-28 Laurent AimarRemoved one dependency of the clock on input_thread_t.
2008-09-28 Laurent AimarNo functionnal changes.
2008-09-28 Laurent AimarNo functionnal changes.
2008-09-28 Laurent AimarPrivatized input_clock_t to clock.c
2008-09-28 Laurent AimarSystem clock is given to input_ClockSetPCR.
2008-09-28 Laurent AimarRemoved the ugly input clock.c sleep.
2008-09-27 Rémi Denis-CourmontString rationalization
2008-09-07 Laurent AimarFirst teletext track is prefered (usually main page).
2008-08-31 Rémi Denis-Courmontmemset outside of lock
2008-08-28 Laurent AimarAdded a INPUT_CONTROL_RESTART_ES and use it in video_ou...
2008-08-26 Laurent AimarCompilation fix when using --disable-sout.
2008-08-26 Laurent AimarAdded recording on the fly through sout.
2008-08-13 Rémi DuraffortSimplify code.
2008-08-12 Pierre d'Herbemontinput: Fix asprintf usage.
2008-07-15 Rémi DuraffortCheck asprintf return value and fix a potential memleak.
2008-07-13 Laurent AimarAdded input "teletext-es" variable to ease teletext...
2008-06-14 Pierre d'Herbemontinput: Remove p_playlist gc signaling now that the...
2008-06-14 Pierre d'Herbemontinput: Send vlc_InputSelectedStreamChanged.
2008-06-14 Rémi Denis-CourmontMake the playlist a generic object
2008-06-04 Rémi Denis-CourmontSimplify
2008-05-31 Rémi Denis-Courmontlibvlc: use vlc_common.h (libvlccore) instead of vlc...
2008-05-31 Jean-Paul SamanFix CID 103: resource leak in EsOutAdd and check malloc...
2008-05-27 Rémi Denis-CourmontSpare a few relocs
2008-05-26 Pierre d'Herbemontlibvlccore: Rename iso_lang.h to vlc_iso_lang.h because...
2008-05-23 Antoine CellerierDon't do pts changes to telx blocks if we're not runing...
2008-05-04 Rémi Denis-CourmontAdd long overdue private libvlc object pointer...
2008-05-01 Rémi Denis-CourmontRemnants of I64F.
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-03-31 Pierre d'Herbemontinput: Don't assume the playlist always exists.
2008-03-29 Pierre d'Herbemontes_out: is not a vlc_object_t.
2008-03-29 Pierre d'Herbemontes_out: Put a msg_Dbg in input_EsOutDelete.
2008-03-17 Rémi Denis-CourmontUse native C/C++ boolean type
2008-03-12 Rémi DuraffortRemove useless test before freeing something.
next