]> git.alsa-project.org Git - alsa-lib.git/history - src/pcm/pcm_ioplug.c
github: add coverity.yml
[alsa-lib.git] / src / pcm / pcm_ioplug.c
11 days ago Jaroslav Kyselahuge correction of tabulators and whitespaces
11 days ago Jaroslav Kyselareplace SNDMSG,SYSMSG,SNDERR,SYSERR with new log macros
2023-06-06 Jaroslav Kyselaremove extra trailing new line in SNDMSG and SNDERR...
2023-05-03 Jaroslav Kyselapcm: improve handling for snd_pcm_wait()
2021-01-27 Jaroslav Kyselapcm: pcm_ioplug - fix the avail_update mmap capture...
2021-01-22 Takashi Iwaipcm: ioplug: Pass appl_ptr and hw_ptr in snd_pcm_status()
2021-01-03 Jaroslav Kyselapcm: ioplug - fix the delay calculation for old plugins
2021-01-03 Jaroslav Kyselapcm: ioplug - fix the delay calculation in the status...
2020-12-02 Jonas Holmbergpcm: set the snd_pcm_ioplug_status() tstamp field
2019-03-25 Jaroslav Kyselaadd snd_strlcpy() and use it everywhere
2018-12-19 Takashi Iwaipcm: ioplug: Fix the regression of pulse plugin drain
2018-07-17 Rob Duncanpcm: ioplug: Transfer all available data
2018-07-03 Timo Wischerpcm: ioplug: Provide avail helper function for plugins
2018-05-23 Jaroslav Kyselapcm ioplug: fix some coverity issues (switch, missing...
2018-03-29 Takashi Iwaipcm: ioplug: Implement proper drain behavior
2018-03-16 Timo Wischerpcm: ioplug: update prepare and draining state correctly
2018-03-13 Timo Wischerpcm: ioplug: Provide hw_avail helper function for plugins
2018-02-24 Timo Wischerpcm: ioplug: Use boundary for wrap around
2017-11-14 Jaroslav KyselaChange FSF address (Franklin Street)
2016-07-13 Takashi Sakamotopcm: fix return value of snd_pcm_ioplug_sw_params()
2016-07-11 Takashi Iwaipcm: Add thread-safety to PCM API
2015-09-08 Takashi Iwaipcm: ioplug,extplug: Fix logic errors in type checks
2014-09-14 Jaroslav KyselaRevert "pcm: rewindable, forwardable: don't return...
2014-09-13 Alexander E. Patrakovpcm: rewindable, forwardable: don't return stale data
2014-09-13 Alexander E. Patrakovpcm: handle negative values from snd_pcm_mmap_hw_avail
2014-07-14 Takashi Iwaipcm: Implement timestamp type handling in all plugins
2014-03-04 MONTANARO Luciano... pcm: Wrap hw_ptr to boundary in pcm_ioplug
2012-10-30 Jaroslav KyselaReduce compilation warnings
2012-09-13 Takashi IwaiPCM: Introduce snd_pcm_chmap_t and snd_pcm_chmap_query_t
2012-09-11 Takashi IwaiImplement get_chmap/set_chmap for PCM extplug/ioplug...
2012-08-15 Takashi IwaiPCM: Allow to run older version of extplug plugin
2009-08-20 Takashi Iwaipcm/ioplug: fix error code in start callback
2009-08-04 Clemens Ladischfix doc errors
2008-11-21 Diego E. 'Flameeye... Make all the PCM plugins ops structure constant.
2008-11-21 Diego E. 'Flameeye... Make some static tables and strings constants.
2008-04-21 Jaroslav Kyselaimplemented snd_pcm_rewindable() and snd_pcm_forwardabl...
2008-02-25 Takashi IwaiFix the state in snd_pcm_ioplug_pause()
2008-01-15 Takashi IwaiImplement missing htimestamp callbacks
2008-01-09 Jaroslav KyselaImpemented snd_pcm_htimestamp() function.
2008-01-09 Jaroslav KyselaAdd support for monotonic timestamps
2007-12-14 Takashi IwaiAdd snd_pcm_ioplug_set_state() function
2007-11-21 Takashi IwaiClean up using gettimestamp()
2007-11-05 Takashi Iwaiioplug - Fix the refinement of period_* after periods
2007-03-13 Takashi IwaiMore better fix for linked start/stop
2006-05-26 Pierre OssmanAllow ioplugins to override snd_pcm_delay()
2006-05-12 Takashi IwaiCorrection for fixing alsa-lib static build
2005-06-28 Takashi IwaiFix compile warnings with gcc-4
2005-05-24 Takashi IwaiFix documentation of external PCM plugin SDK
2005-05-23 Takashi IwaiMove poll_* callbacks to fast_ops
2005-05-18 Takashi IwaiRemove poll_ask callback
2005-05-18 Takashi IwaiAdd protocl version check
2005-05-17 Takashi IwaiSet up pcm->info properly
2005-03-09 Takashi IwaiMore doxygen comments
2005-02-14 Takashi IwaiAdd filter-type external plugin SDK
2005-02-09 Takashi IwaiFix compile warnings
2005-02-08 Takashi IwaiAdd external PCM plugin SDK (draft version)