Justin Ruggles (18): g722enc: check for trellis data allocation error audio encoders: do not set coded_frame->key_frame. check for coded_frame allocation failure in several audio encoders libfaac: improve error checking and handling in Faac_encode_init() mpegaudioenc: return AVERROR codes instead of -1 libvorbis: improve error checking in oggvorbis_encode_init() nellymoserenc: return AVERROR codes instead of -1 nellymoserenc: improve error checking in encode_init() nellymoserenc: set AVCodecContext.coded_frame ra144enc: remove unneeded sample_fmt check ra144enc: set AVCodecContext.coded_frame ra144enc: use int16_t* for input samples rather than void* roqaudioenc: remove unneeded sample_fmt check roqaudioenc: use AVCodecContext.frame_size correctly. roqaudioenc: set correct bit rate roqaudioenc: return AVERROR codes instead of -1 vorbisenc: check all allocations for failure vorbisenc: cosmetics: spelling fix
libavcodec/g722enc.c | 32 +++++--- libavcodec/libfaac.c | 50 +++++++---- libavcodec/libgsm.c | 5 +- libavcodec/libopencore-amr.c | 3 + libavcodec/libvo-aacenc.c | 2 + libavcodec/libvo-amrwbenc.c | 2 + libavcodec/libvorbis.c | 50 +++++++---- libavcodec/mpegaudioenc.c | 9 +- libavcodec/nellymoserenc.c | 47 +++++++---- libavcodec/pcm.c | 3 +- libavcodec/ra144enc.c | 32 +++++--- libavcodec/roqaudioenc.c | 102 +++++++++++++++------- libavcodec/vorbisenc.c | 191 +++++++++++++++++++++++++++--------------- 13 files changed, 347 insertions(+), 181 deletions(-) _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
