summaryrefslogtreecommitdiff
path: root/libavformat/rtpdec_mpeg4.c
Commit message (Expand)AuthorAge
...
* | Merge commit 'f3f60dcbdd6ff2201526a603fe28293975bb7667'Michael Niedermayer2012-12-13
|\|
| * rtpdec_mpeg4: Cosmetic cleanupMartin Storsjö2012-12-12
* | Merge commit 'cbcd497f384f0f8ef3f76f85b29b644b900d6b9f'Michael Niedermayer2012-10-10
|\|
| * rtpdec_mpeg4: au_headers is a single array, simple av_free is enoughJanne Grunau2012-10-09
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
|\|
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* | cosmetics: various spelling fixesLou Logan2012-07-06
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-08
|\|
| * rtsp: Don't expose the MS-RTSP RTX data stream to the callerMartin Storsjö2012-04-08
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-07
|\|
| * doxygen: Do not include license boilerplates in Doxygen comment blocks.Diego Biurrun2012-02-06
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-29
|\|
| * Eliminate pointless 0/NULL initializers in AVCodec and similar declarations.Diego Biurrun2011-11-28
| * Replace all usage of strcasecmp/strncasecmpReimar Döffinger2011-11-06
* | Replace all strcasecmp/strncasecmp usages.Reimar Döffinger2011-11-03
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-24
|\|
| * rtp: Rename the open/close functions to alloc/freeMartin Storsjö2011-04-24
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| * Remove a few if (p) av_free(p) formsClément Bœsch2011-02-03
* | Remove a few if (p) av_free(p) formsClément Bœsch2011-02-04
|/
* Make hex_to_data a lavf internal functionMartin Storsjö2010-08-09
* Remove mostly unnecessary rtpdec_*.h files, store the declarations in one fileMartin Storsjö2010-07-30
* Move SPACE_CHARS back to libavformat/internal.hMartin Storsjö2010-07-16
* ReindentJosh Allmann2010-06-28
* rtpdec: Clean up FMTP parsing code in MPEG-4/AAC RTP depacketizerJosh Allmann2010-06-28
* rtpdec: Move space_chars from avformat/internal to rtpdecJosh Allmann2010-06-28
* rtpdec_mpeg4: Rename PayloadContext to be consistently 'data'Josh Allmann2010-06-25
* RTSP, rtpdec: Move RTPPayloadData into rtpdec_mpeg4 and remove all references...Josh Allmann2010-06-25
* rtpdec: Move AAC depacketization code in rtpdec to a proper payload handlerJosh Allmann2010-06-25
* RTSP: Move more SDP/FMTP stuff from rtsp.c to rtpdec_mpeg4.cJosh Allmann2010-06-25
* RTSP: Decouple MPEG-4 and AAC specific parts from rtsp.cJosh Allmann2010-06-25