[FFmpeg-devel] [PATCH] avcodec: change type of ff_square_tab from uint32_t to uint16_t

2015-02-17 Thread Zhaoxiu Zeng
From bf2964c07fde48c633ca4d8276282010e7c7f084 Mon Sep 17 00:00:00 2001 From: zhaoxiu.zeng zhaoxiu.z...@gmail.com Date: Tue, 17 Feb 2015 16:03:47 +0800 Subject: [PATCH 1/1] avcodec: change type of ff_square_tab from uint32_t to uint16_t uint16_t is big enough except the first element, but the

[FFmpeg-devel] [PATCH 1/2] avcodec/parser: simplify ff_mpeg4video_split()

2015-02-12 Thread Zhaoxiu Zeng
From 3cac16572aee4425377e4bc9e496ab5844200a51 Mon Sep 17 00:00:00 2001 From: Zeng Zhaoxiu zhaoxiu.z...@gmail.com Date: Fri, 13 Feb 2015 13:27:26 +0800 Subject: [PATCH 1/2] avcodec/parser: simplify ff_mpeg4video_split() Signed-off-by: Zeng Zhaoxiu zhaoxiu.z...@gmail.com --- libavcodec/parser.c |

[FFmpeg-devel] [PATCH 2/2] avcodec/h264: simplify h264_split()

2015-02-12 Thread Zhaoxiu Zeng
From 52be21b15e078fb52a841aefcf78409a408fe8b4 Mon Sep 17 00:00:00 2001 From: Zeng Zhaoxiu zhaoxiu.z...@gmail.com Date: Fri, 13 Feb 2015 13:37:46 +0800 Subject: [PATCH 2/2] avcodec/h264: simplify h264_split() Signed-off-by: Zeng Zhaoxiu zhaoxiu.z...@gmail.com --- libavcodec/h264_parser.c | 35