]> git.sesse.net Git - ffmpeg/history - libavformat/rtpdec_mpeg4.c
avformat: Drop pointless "format" from container long names
[ffmpeg] / libavformat / rtpdec_mpeg4.c
2012-04-08 Martin Storsjörtsp: Don't expose the MS-RTSP RTX data stream to the...
2012-02-06 Diego Biurrundoxygen: Do not include license boilerplates in Doxygen...
2011-11-28 Diego BiurrunEliminate pointless 0/NULL initializers in AVCodec...
2011-11-06 Reimar DöffingerReplace all usage of strcasecmp/strncasecmp
2011-04-23 Martin Storsjörtp: Rename the open/close functions to alloc/free
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-03 Clément BœschRemove a few if (p) av_free(p) forms
2010-08-09 Martin StorsjöMake hex_to_data a lavf internal function
2010-07-30 Martin StorsjöRemove mostly unnecessary rtpdec_*.h files, store the...
2010-07-16 Martin StorsjöMove SPACE_CHARS back to libavformat/internal.h
2010-06-28 Josh AllmannReindent
2010-06-28 Josh Allmannrtpdec: Clean up FMTP parsing code in MPEG-4/AAC RTP...
2010-06-28 Josh Allmannrtpdec: Move space_chars from avformat/internal to...
2010-06-25 Josh Allmannrtpdec_mpeg4: Rename PayloadContext to be consistently...
2010-06-25 Josh AllmannRTSP, rtpdec: Move RTPPayloadData into rtpdec_mpeg4...
2010-06-25 Josh Allmannrtpdec: Move AAC depacketization code in rtpdec to...
2010-06-25 Josh AllmannRTSP: Move more SDP/FMTP stuff from rtsp.c to rtpdec_mp...
2010-06-25 Josh AllmannRTSP: Decouple MPEG-4 and AAC specific parts from rtsp.c