Justin Ruggles (15):
  tta: check remaining bitstream size while reading unary value
  tta: remove useless commented-out lines
  tta: fix reading of format in TTA header.
  tta: check output buffer size after adjusting frame length for last
    frame
  tta: remove pointless braces
  cosmetics: indentation
  tta: fix the sample format check.
  tta: use correct frame_length calculation.
  tta: calculate output data_size based on the sample format
  tta: use signed 16-bit data type for output samples rather than
    unsigned
  tta: use if/else instead of switch for copying of samples to output
    buffer
  cosmetics: indentation and remove unneeded braces
  tta: check for allocation failure of decode_buffer
  tta: add support for decoding 24-bit sample format
  tta: check for extradata allocation failure in tta demuxer

 libavcodec/tta.c  |  285 ++++++++++++++++++++++++++---------------------------
 libavformat/tta.c |    4 +
 2 files changed, 144 insertions(+), 145 deletions(-)

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

Reply via email to