]> git.sesse.net Git - vlc/history - src/input/decoder_synchro.c
Use var_Inherit* instead of var_CreateGet*.
[vlc] / src / input / decoder_synchro.c
2010-07-05 Jean-Baptiste KempfInput: code alignment and cosmetics
2010-01-18 Rémi Denis-Courmontlibvlc: config_Get -> var_Inherit
2009-12-07 Rafaël Carréinput/decoder_synchro: remove unneeded variable init
2009-06-11 Laurent AimarFixed decoder_SynchroChoose when buffering.
2008-12-12 Rémi DuraffortUse calloc when needed.
2008-09-28 Laurent AimarConvert stream to system timestamp after the decoder.
2008-06-19 Rémi DuraffortRemove msg_Err about memory allocation.
2008-05-31 Rémi Denis-Courmontlibvlc: use vlc_common.h (libvlccore) instead of vlc...
2008-05-01 Rémi Denis-CourmontNIH desyndromization
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-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-10-02 Laurent Aimardecoder_synchro_t does not need to be a vlc_object_t.
2007-10-02 Laurent AimarCompilation fix, again.
2007-10-02 Laurent AimarMoved vout_synchro to decoder_synchro.