Justin Ruggles (10):
  pcmdec: do not needlessly set *data_size to 0
  pcmdec: move DVD PCM bits_per_coded_sample check near to the code
    that sets     the sample size.
  pcmdec: remove unnecessary check for sample_fmt change
  pcmdec: move number of channels check to pcm_decode_init()
  pcmenc: remove unneeded sample_fmt check.
  pcm_zork: use AV_SAMPLE_FMT_U8 instead of shifting all samples by 8.
  avcodec: remove the Zork PCM encoder.
  pcmdec: return buf_size instead of src-buf.
  pcmdec: move codec-specific variable declarations to the
    corresponding codec     blocks.
  pcmdec: fix output buffer size check by calculating the actual output
    size     prior to decoding.

 doc/general.texi          |    2 +-
 libavcodec/Makefile       |    1 -
 libavcodec/allcodecs.c    |    2 +-
 libavcodec/pcm.c          |   88 +++++++++++++++++++++------------------------
 tests/codec-regression.sh |    1 -
 tests/ref/acodec/pcm      |    4 --
 6 files changed, 43 insertions(+), 55 deletions(-)

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

Reply via email to