OSDN Git Service

pcm_file: report write output file error to api user
[android-x86/external-alsa-lib.git] / src / pcm / pcm_file.c
2019-06-15 Adam Miartuspcm_file: report write output file error to api user
2019-06-15 Adam Miartuspcm_file: do not disrupt playback on output file write...
2019-05-27 Jaroslav Kyselapcm_file: another locking fix (coverity)
2019-05-27 Jaroslav Kyselapcm_file: coverity fixes (including double locking)
2019-05-24 Jaroslav Kyselapcm_file: call pclose() correctly for popen() (coverity)
2019-05-24 Adam Miartuspcm: file: add infile read support for mmap mode
2019-05-23 Adam Miartuspcm: file: add missing unlock on early return
2019-05-22 Adam Miartuspcm: file: use snd_pcm_file_areas_read_infile for readi
2019-05-22 Adam Miartuspcm: file: add support for infile reading in non interl...
2017-11-14 Jaroslav KyselaChange FSF address (Franklin Street)
2017-03-29 Andreas Papepcm:file: delegate htimestamping to slave instead of...
2017-02-27 Jaroslav Kyselapcm file plugin: handle snd_pcm_mmap_begin() error...
2017-02-17 Timo Wischerpcm: file: Enable file writing for capture path
2016-12-14 Andreas Papepcm: file: update linked hw_ptr and appl_ptr
2016-11-29 Takashi IwaiRevert "pcm: file: Add htimestamp operation in plugin...
2016-11-28 Andreas Papepcm: file: Add htimestamp operation in plugin file
2016-07-11 Takashi Iwaipcm: Add thread-safety to PCM API
2016-03-03 Thomas KlausnerIntroduce bswap.h for portable definitions of byte...
2014-09-23 Renu Tyagipcm_file: fixed missing free
2014-09-13 Alexander E. Patrakovpcm, file: don't recurse in the rewindable and forwarda...
2014-07-14 Takashi Iwaipcm: Implement timestamp type handling in all plugins
2014-06-13 Alexander E. Patrakovpcm:file: add the missing htimestamp callback
2014-02-24 Patrick WelchePortability fix: look for sys/endian.h as well as endian.h
2013-11-18 Andrey Mazopcm_file: document new argument to snd_pcm_file_open().
2013-11-17 Andrey Mazopcm_file: don't touch infile on playback and output...
2013-11-17 Andrey Mazopcm_file: fixed memory leak.
2013-11-17 Andrey Mazopcm_file: fix SEGFAULT if file option is missing while...
2012-12-04 Takashi IwaiPCM: Fix conflict of _snd_pcm_hw_params definitions
2012-09-11 Takashi IwaiImplement the channel mapping API
2009-03-03 Pavel HofmanChange "%b" to represent bits instead of bytes in PCM...
2009-01-29 Pavel HofmanPCM parameters in file plugin
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-03-17 Takashi IwaiUse defaults.pcm.file_format for the default file forma...
2008-03-17 Takashi IwaiAdd the support of WAV format in PCM file plugin
2008-03-14 Takashi IwaiUse slave PCM as a timing-source for file ifile
2008-03-12 Takashi IwaiAdd truncate option to PCM file plugin
2008-03-07 Takashi IwaiFix the build with old glibc
2008-01-14 Clemens Ladischcheck availability of CLOCK_MONOTONIC
2008-01-09 Jaroslav KyselaAdd support for monotonic timestamps
2007-03-13 Takashi IwaiMore better fix for linked start/stop
2006-09-18 Clemens Ladischfix parsing of non-decimal integers in configuration...
2006-05-19 Juan Carlos Castro... Addition of "infile" parameter (virtual mic) to the...
2006-05-12 Takashi IwaiFix a typo in pcm_file.c
2006-02-27 Clemens Ladischremove superfluous free() checks
2006-01-30 Takashi IwaiFix infinite parse of recursive definitions
2005-11-20 Clemens Ladischfix compilation with gcc 2
2005-10-17 Clemens Ladischfile plugin: fix various bugs
2005-09-02 Takashi IwaiFix buffer allocation and mmap with plugins
2005-08-17 Takashi IwaiMisc fixes
2005-05-24 Takashi IwaiFix doxygen documents
2005-05-23 Takashi IwaiMove poll_* callbacks to fast_ops
2005-05-19 Takashi IwaiFix generic channel_info callbacks
2005-05-19 Takashi IwaiFix bugs in perm option
2005-05-19 Takashi IwaiAdd perm option
2005-05-18 Takashi IwaiRemove poll_ask callback
2005-05-18 Takashi IwaiAdd poll_descriptors and poll_descriptors_count callbacks
2005-04-05 Takashi IwaiFix channel_info callbacks of hooks, file and plug...
2005-02-28 Clemens Ladischfix the file plugin
2005-01-20 Jaroslav Kyselaimproved stream linking and plugin code cleanups
2004-03-17 Jaroslav Kysela- added poll_ask callback to mangle avail_min (rate_plu...
2004-02-08 Jaroslav Kyselafixed warnings
2004-02-08 Jaroslav KyselaFixed file plugin - mmap access was broken and revents...
2003-07-25 Takashi Iwaifixes by Art Haas <ahaas@airmail.net>:
2003-03-07 Jaroslav KyselaUse internal snd_pcm_forward() version...
2003-02-22 Jaroslav KyselaRemoved snd_pcm_hwptr().
2003-02-22 Jaroslav KyselaAdded snd_pcm_hwptr() and enhanced snd_pcm_mmap_begin...
2003-02-11 Jaroslav KyselaMore changes for dmix plugin:
2002-10-12 Jaroslav KyselaReplaced snd_pcm_avail() with snd_pcm_hwsync()
2002-10-11 Jaroslav KyselaImplemented snd_pcm_avail() function.
2002-04-23 Jaroslav KyselaMoved ring buffer pointers and added a mechanism to...
2002-02-21 Jaroslav KyselaCleaned the mmap_commit implementations in plugins.
2002-01-16 Jaroslav KyselaAdded initial comments for PCM plugins
2001-12-30 Jaroslav KyselaUpdated GNU GPL license (address).
2001-12-08 Jaroslav KyselaChanged result of mmap_commit callback
2001-11-19 Jaroslav KyselaConfiguration:
2001-10-24 Jaroslav KyselaChanges for static build.
2001-09-26 Jaroslav KyselaAdded power management functions and defines.
2001-08-15 Jaroslav KyselaAdded symbol versioning for dlsym-callbacks.
2001-06-20 Abramo BagnaraNew async notification API. Removed obsolete surround...
2001-06-16 Jaroslav KyselaAdded context handling for snd_config_expand.
2001-06-15 Jaroslav Kysela* Cleaned the alsa.conf syntax:
2001-06-11 Jaroslav KyselaAdded argument handling for the slave PCMs.
2001-06-06 Abramo BagnaraFixed strdup
2001-06-04 Abramo BagnaraAdded hooked PCM type (one sample hook implementation...
2001-05-14 Abramo BagnaraAdded embedded/anonymous slave PCM definition
2001-04-13 Abramo BagnaraBetter PCM mmap API. Fixed pcm_multi
2001-03-29 Abramo BagnaraLot of cleanings with the help of gcc3
2001-03-17 Abramo BagnaraImproved .asoundrc changes
2001-03-04 Abramo BagnaraRenamed ERR to SNDERR. Added s16 pseudo meter scope...
2001-02-11 Abramo BagnaraCompleted mixer API. Improved iterators. Renamed contro...
2001-02-07 Abramo BagnaraSplitted rawmidi streams. Removed stream constraint...
2001-02-07 Abramo BagnaraEncapsulated conf API
2001-02-06 Abramo BagnaraControl API encapsulation. Better names for kernel...
2001-02-05 Abramo BagnaraFixed repeated prepare call
2001-02-04 Abramo BagnaraCorrected and completed encapsulation for PCM and rawmi...
2001-01-31 Abramo BagnaraRemoved card type from devices info. Added card number...
2001-01-25 Abramo BagnaraFixed partial transfer
2001-01-19 Abramo BagnaraAdded support for hw_free in alsa-lib
next