ALAC encoder misc patches and use encode2().

Justin Ruggles (12):
  alacenc: remove unneeded frame_size check in alac_encode_frame()
  alacenc: do not set bits_per_coded_sample
  alacenc: do not set codec_frame->key_frame
  alacenc: fix error handling and potential memleaks in
    alac_encode_init()
  alacenc: pretty-printing and other cosmetics
  alacenc: calculate a new max frame size for the final small frame
  alacenc: return AVERROR codes in alac_encode_frame()
  alacenc: store current frame size in AlacEncodeContext.
  alacenc: only encode frame size in header for a final smaller frame
  alacenc: consolidate bitstream writing in to a single function.
  alacenc: cosmetics: indentation
  alacenc: use AVCodec.encode2()

 libavcodec/alacenc.c  |  354 ++++++++++++++++++++++++++-----------------------
 tests/ref/acodec/alac |    4 +-
 2 files changed, 193 insertions(+), 165 deletions(-)

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

Reply via email to