提交历史

作者 SHA1 备注 提交日期
  tobias2johansson 57d823b69d pcm_decode: correction to RAW format support 3 年之前
  Yuichi Nakamura 9061c997fc audio/pcm_decode.c: skip extra chunk of wav header 3 年之前
  Alin Jerpelea 231b8518b7 NuttX: Ken Pettit: update licenses to Apache 3 年之前
  Alin Jerpelea 41b029876f pcm_decode: add RAW format support 4 年之前
  Gustavo Henrique Nihei 76acb32e29 Fix typos reported by codespell 3 年之前
  YAMAMOTO Takashi d7086d333e audio/pcm_decode.c: Fix syslog formats 3 年之前
  Ouss4 d065bbe9b3 audio/pcm_decode.c: Fix #endif position when excluding stop and 4 年之前
  Alin Jerpelea d9d720b296 audio: nxstyle fixes for core and drivers 4 年之前
  Xiang Xiao cde88cabcc Run codespell -w with the latest dictonary again 4 年之前
  Xiang Xiao 5c80b94820 Replace #include <semaphore.h> to #include <nuttx/semaphore.h> 4 年之前
  Xiang Xiao 68951e8d72 Remove exra whitespace from files (#189) 4 年之前
  Nathan Hartman 46aaec7ba0 Fix minor typos in docs and comments. 5 年之前
  Gregory Nutt 2722fd8192 tools/nxstyle.c: Add capability to detect multiple blank lines. Single spacing required by the coding standard. Also coding standard fixes to server .c files for problems found during testing nxstyle. 6 年之前
  Gregory Nutt 0de294a586 Fix lots of occurrences of 'the the', 'the there', 'the these', 'the then', 'the they. 7 年之前
  Gregory Nutt 0c8c7fecf0 Add _ to the beginning of all debug macros to avoid name collisions 8 年之前
  Gregory Nutt b29a4dd49c audio/, crypto/, libnx/, and mm/: Change some err() ERRORS to warn() WARNINGS or info() 8 年之前
  Gregory Nutt a1469a3e95 Add CONFIG_DEBUG_ERROR. Change names of *dbg() * *err() 8 年之前
  Gregory Nutt fc3540cffe Replace all occurrences of vdbg with vinfo 8 年之前
  Gregory Nutt 06cd5b2fcc mm, audio, crypto, graphics: Fix various spacing/alignment issues 9 年之前
  Gregory Nutt 2994448d85 More fixes to problems noted by cppcheck. Some are kind of risky; some are real bugs. 10 年之前
  Gregory Nutt 205260d5e2 Reanem kzalloc to kmm_zalloc for consistency 10 年之前
  Gregory Nutt 9aca0c1c84 Rename kumalloc to kumm_malloc and kuzalloc to kumm_zalloc for consistency with other naming 10 年之前
  Gregory Nutt 78ccbdeb6e PCM decoder: Handle errors in the PCM WAV file in a way that the Nxplayer can recover gracefully: Send and Audio Complete message. 10 年之前
  Gregory Nutt f287d0f9ca PCM decoder: Correct the end of audio stream handling. It was not being detected before so that logic was not examining the WAV header in the first buffer of the next audio file 10 年之前
  Gregory Nutt 5e9a388ebd PCM decoder: Fix a logic error in a DEBUG assertion 10 年之前
  Gregory Nutt 1da856cca9 PCM: Forget to increment pointers in one part of sub-sampling 10 年之前
  Gregory Nutt ab26d97d74 PCM: Major simplification of the sub-sampling design. Now need no extra buffers because sub-sampling is done in place 10 年之前
  Gregory Nutt 2efb594f50 PCM: remove partial sample buffer. Not needed 10 年之前
  Gregory Nutt 38c095bd17 NxPlayer needs to set curbyte field to zero before enqueuing a buffer. Otherwise, it looks like beginning of the buffer has already been consumed 10 年之前
  Gregory Nutt f235f95e52 Misc bugfixes while integrating fast forward by sub-sampling 10 年之前