And with the power of git am and sed, here is the updated set, with small cosmetic fixes here and there. I reorder the set in three "chapters", and I'd not mind to squash the cosmetics in a single one.
Vittorio Luca Barbato (21): cosmetics: Format mjpeg_parser cosmetics: Format aac_ac3_parser cosmetics: Format cavs_parser cosmetics: Format h263_parser parser: Use a better return error bmd: Check for ENOMEM adx: Check for ENOMEM gsm: Check for ENOMEM mlp: Check for ENOMEM mjpeg: Check for ENOMEM parser: Add ff_parser_combine_data aac_ac3: Use ff_parser_combine_data dnxhd: Use ff_parser_combine_data cavs: Use ff_parser_combine_data h261: Use ff_parser_combine_data h263: Use ff_parser_combine_data h264: Use ff_parser_combine_data hevc: Use ff_parser_combine_data latm: Use ff_parser_combine_data dca: Use ff_parser_combine_data vc1: Use ff_parser_combine_data Patrice Clement (4): tak: Check for ENOMEM mpeg12: Check for ENOMEM png: Use ff_parser_combine_data pnm: Use ff_parser_combine_data libavcodec/aac_ac3_parser.c | 59 +++++++++++++++++++++++------------------- libavcodec/adx_parser.c | 8 ++++-- libavcodec/bmp_parser.c | 7 +++-- libavcodec/cavs_parser.c | 62 +++++++++++++++++++++++--------------------- libavcodec/dca_parser.c | 11 ++++---- libavcodec/dnxhd_parser.c | 12 +++++---- libavcodec/gsm_parser.c | 7 +++-- libavcodec/h261_parser.c | 12 +++++---- libavcodec/h263_parser.c | 63 +++++++++++++++++++++++---------------------- libavcodec/h263dec.c | 7 +++-- libavcodec/h264_parser.c | 12 ++++----- libavcodec/hevc_parser.c | 11 ++++---- libavcodec/latm_parser.c | 11 ++++---- libavcodec/mjpeg_parser.c | 60 +++++++++++++++++++++--------------------- libavcodec/mlp_parser.c | 20 ++++++++++---- libavcodec/mpeg12dec.c | 9 ++++--- libavcodec/parser.c | 16 +++++++++++- libavcodec/parser.h | 18 ++++++++++++- libavcodec/png_parser.c | 9 +++++-- libavcodec/pnm_parser.c | 13 ++++++---- libavcodec/tak_parser.c | 13 +++++++--- libavcodec/vc1_parser.c | 9 ++++--- 22 files changed, 268 insertions(+), 181 deletions(-) -- 1.9.3 (Apple Git-50) _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
