]> git.sesse.net Git - vlc/history - modules/stream_out/smem.c
aout: add wait parameter to aout_DecFlush()
[vlc] / modules / stream_out / smem.c
2015-02-21 Rémi Denis-Courmontsout: constify format parameter to sout_stream_t.pf_add
2015-02-20 Rémi Denis-Courmontsout: voidify sout_stream_t.pf_del
2014-03-04 Hugo Beauzée-Luyssensmem: simplifications
2014-02-15 Rafaël Carrés/sout_stream_id_t/sout_stream_id_sys_t/
2014-01-31 Hugo Beauzée-Luyssensmem: Use size_t for buffer sizes
2013-11-20 Jean-Baptiste KempfLGPL relicensing of streaming output
2013-11-07 Rémi Denis-Courmontfourcc: add ARGB for 32-bits RGBA with X11/BD component...
2012-12-20 Rémi Denis-Courmontsmem: use aout_BitsPerSample()
2012-11-16 Rémi Denis-Courmontsmem: do not clobber pixels matrix pointer (fixes ...
2012-10-18 Rémi Denis-Courmontsout: mostly fix and clean up pace control setting
2012-07-03 Rafaël Carrés/vlc_memcpy/memcpy/
2011-08-22 Jean-Baptiste KempfSmem: don't divide by 0
2011-07-30 Kaarlo RaihaAdd dots, whitespace and caps
2010-10-22 Rémi Denis-Courmontadd_bool: remove callback parameter
2010-10-22 Rémi Denis-CourmontRemove legacy parameter from add_string()
2010-10-20 Rafaël Carrésmem: give an error message if pre-render function...
2010-07-28 Rémi Durafforts/informations/information/
2010-07-24 Hugo Beauzée-Luyssensmem: Allow usage of RGBA
2010-05-02 Sébastien Escudiersmem : support non raw video format. In this case we...
2010-04-07 Jean-Baptiste KempfSmem: update a comment.
2010-03-30 Rémi Denis-Courmontsmem: mark options private or volatile as needed
2010-01-15 Jean-Baptiste KempfBetter Shortname for smem
2009-12-05 Rémi Duraffortsmem: no need to create the variables as config_ChainPa...
2009-12-04 Rémi Duraffortsmem: use config_ChainParse for configuration.
2009-11-29 Rémi Denis-Courmontsmem should only start when explicitly requested
2009-11-19 Hugo Beauzee-LuyssenCorrecting type and value of the audio sample
2009-10-10 Rémi DuraffortNo need to test for NULL before a free.
2009-10-10 Rémi Duraffortsmem: try not to re-create the variables too many times.
2009-09-23 Rémi Denis-Courmontblock_t.i_samples -> block_t.i_nb_samples (as aout_buff...
2009-09-22 Christophe CourtautRemove useless data pointer in smem module
2009-09-22 Christophe CourtautMove Data Context from sys to stream id struct
2009-09-20 Christophe CourtautFix huge memory leak in sout smem module
2009-09-20 Christophe CourtautAdding audio support for smem module
2009-09-14 Christophe CourtautSmem sout module to memory buffer video only