Justin Ruggles (7):
  ws_snd: decode to AV_SAMPLE_FMT_U8 instead of S16.
  ws_snd: add some checks to prevent buffer overread or overwrite.
  ws_snd: make sure number of channels is 1
  ws_snd: use samples pointer for loop termination instead of a
    separate     iterator variable.
  ws_snd: use memcpy() and memset() instead of loops
  ws_snd: remove the 2-bit ADPCM table and just subtract 2 instead.
  ws_snd: misc cosmetic clean-ups

 libavcodec/ws-snd1.c |  124 ++++++++++++++++++++++++++++---------------------
 1 files changed, 71 insertions(+), 53 deletions(-)

_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to