aboutsummaryrefslogtreecommitdiff
path: root/libavformat/rtpdec_mpeg4.c
AgeCommit message (Expand)Author
2011-02-03Remove a few if (p) av_free(p) formsClément Bœsch
2010-08-09Make hex_to_data a lavf internal functionMartin Storsjö
2010-07-30Remove mostly unnecessary rtpdec_*.h files, store the declarations in one fileMartin Storsjö
2010-07-16Move SPACE_CHARS back to libavformat/internal.hMartin Storsjö
2010-06-28ReindentJosh Allmann
2010-06-28rtpdec: Clean up FMTP parsing code in MPEG-4/AAC RTP depacketizerJosh Allmann
2010-06-28rtpdec: Move space_chars from avformat/internal to rtpdecJosh Allmann
2010-06-25rtpdec_mpeg4: Rename PayloadContext to be consistently 'data'Josh Allmann
2010-06-25RTSP, rtpdec: Move RTPPayloadData into rtpdec_mpeg4 and remove all references...Josh Allmann
2010-06-25rtpdec: Move AAC depacketization code in rtpdec to a proper payload handlerJosh Allmann
2010-06-25RTSP: Move more SDP/FMTP stuff from rtsp.c to rtpdec_mpeg4.cJosh Allmann
2010-06-25RTSP: Decouple MPEG-4 and AAC specific parts from rtsp.cJosh Allmann