2nd try at a new audio encoding API.
This set also includes using the new functions in avconv.

Justin Ruggles (6):
  avcodec: fix avcodec_encode_audio() documentation.
  avcodec: Add CODEC_CAP_VARIABLE_FRAME_SIZE capability.
  avcodec: add a public function, avcodec_fill_audio_frame().
  avcodec: Add avcodec_encode_audio2() as replacement for
    avcodec_encode_audio()
  avcodec: bump minor version and add APIChanges for the new audio
    encoding API
  avconv: use avcodec_encode_audio2()

 avconv.c              |  192 +++++++++++++++----------------
 doc/APIchanges        |    8 ++
 libavcodec/avcodec.h  |   90 +++++++++++++-
 libavcodec/g722enc.c  |    1 +
 libavcodec/internal.h |   25 ++++
 libavcodec/pcm.c      |    1 +
 libavcodec/utils.c    |  306 ++++++++++++++++++++++++++++++++++++++++---------
 libavcodec/version.h  |    7 +-
 8 files changed, 466 insertions(+), 164 deletions(-)

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

Reply via email to