History | View | Annotate | Download (2.33 KB)
Replace FFmpeg with Libav in licence headers
Signed-off-by: Mans Rullgard <mans@mansr.com>
Fix a crash in the H.263 RTP packetizer
If size 1 and buf[0] 0 and buf1 == 0 (the first byte after thebuffer), it would set size = -1 and crash in the later memcpy.
Originally committed as revision 22469 to svn://svn.ffmpeg.org/ffmpeg/trunk
Rename the RTP muxer sources so that the packetisation functions are inrtpenc_*.c files.
Originally committed as revision 21284 to svn://svn.ffmpeg.org/ffmpeg/trunk