History | View | Annotate | Download (7.66 KB)
Replace FFmpeg with Libav in licence headers
Signed-off-by: Mans Rullgard <mans@mansr.com>
Remove a few if (p) av_free(p) forms
Make hex_to_data a lavf internal function
This is useful for other future RTP depacketizers
Originally committed as revision 24747 to svn://svn.ffmpeg.org/ffmpeg/trunk
Remove mostly unnecessary rtpdec_*.h files, store the declarations in one file
Originally committed as revision 24596 to svn://svn.ffmpeg.org/ffmpeg/trunk
Move SPACE_CHARS back to libavformat/internal.h
It will be used by other parts of lavf now. This reverts svn rev 23846.
Originally committed as revision 24265 to svn://svn.ffmpeg.org/ffmpeg/trunk
Reindent
Patch by Josh Allmann, joshua dot allmann at gmail
Originally committed as revision 23852 to svn://svn.ffmpeg.org/ffmpeg/trunk
rtpdec: Clean up FMTP parsing code in MPEG-4/AAC RTP depacketizer
Originally committed as revision 23851 to svn://svn.ffmpeg.org/ffmpeg/trunk
rtpdec: Move space_chars from avformat/internal to rtpdec
Originally committed as revision 23846 to svn://svn.ffmpeg.org/ffmpeg/trunk
rtpdec_mpeg4: Rename PayloadContext to be consistently 'data'
Originally committed as revision 23773 to svn://svn.ffmpeg.org/ffmpeg/trunk
RTSP, rtpdec: Move RTPPayloadData into rtpdec_mpeg4 and remove all references to rtp_payload_data in rtpdec and rtsp
Originally committed as revision 23772 to svn://svn.ffmpeg.org/ffmpeg/trunk
rtpdec: Move AAC depacketization code in rtpdec to a proper payload handler
Originally committed as revision 23771 to svn://svn.ffmpeg.org/ffmpeg/trunk
RTSP: Move more SDP/FMTP stuff from rtsp.c to rtpdec_mpeg4.c
Originally committed as revision 23770 to svn://svn.ffmpeg.org/ffmpeg/trunk
RTSP: Decouple MPEG-4 and AAC specific parts from rtsp.c
Originally committed as revision 23769 to svn://svn.ffmpeg.org/ffmpeg/trunk