7 Commits (0022325e57a892e746d843c5c44cdbbbed02fa12)

Author SHA1 Message Date
Leo Ma 0022325e57 Fix color format yuv420 plannar transformation bug
Signed-off-by: Leo Ma <begeekmyfriend@gmail.com>
9 years ago
Leo Ma aec2257fdd Fix index out of bound bug
When processing Cb and Cr component In yuv420planner frame, the length
of width and height should be half of that in Y component.

Signed-off-by: Leo Ma <begeekmyfriend@gmail.com>
9 years ago
Leo Ma fc7991c220 Fix bug
Signed-off-by: Leo Ma <begeekmyfriend@gmail.com>
9 years ago
Leo Ma 7c7e428585 Fix encoding PTS bug
Signed-off-by: Leo Ma <begeekmyfriend@gmail.com>
9 years ago
Leo Ma ecf26cef4c Fix importing bug
Signed-off-by: Leo Ma <begeekmyfriend@gmail.com>
9 years ago
Leo Ma e087e07e85 Fix SetChunkSize command bug
The chunk size of RTMP packet means two things: When the SetChunkSize
command comes from the server, it changes rx chunk size of the peer
while the tx chunk size still stays unchanged.

Signed-off-by: Leo Ma <begeekmyfriend@gmail.com>
9 years ago
Leo Ma a2a499efb8 Have fun 9 years ago