summaryrefslogtreecommitdiffstats
path: root/libavformat/rtpdec_mpeg4.c
Commit message (Expand)AuthorAgeFilesLines
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-271-1/+1
* rtpdec: Rename the free method to closeMartin Storsjö2015-02-241-2/+2
* rtpdec: Don't free the payload context in the .free functionMartin Storsjö2015-02-241-1/+0
* rtpdec: Don't pass non-const pointers to fmtp attribute parsing functionsMartin Storsjö2015-02-241-1/+1
* rtpdec: Add const to string parameters in internal fmtp parsing functionsMartin Storsjö2015-02-241-1/+1
* rtpdec: Get rid of all trivial .alloc/.free functionsMartin Storsjö2015-02-241-6/+2
* rtpdec: Set need_parsing via a handler fieldMartin Storsjö2015-02-241-10/+1
* rtpdec: Add missing trailing commasMartin Storsjö2015-02-241-1/+1
* rtpdec_mpeg4: reassemble fragmented AAC framesGilles Chanteperdrix2015-02-211-2/+57
* rtpdec_mpeg4: add more verbose error loggingGilles Chanteperdrix2015-02-211-6/+18
* avformat: Don't anonymously typedef structsDiego Biurrun2015-02-141-1/+1
* rtpdec: pass an AVFormatContext to ff_parse_fmtp()Anton Khirnov2014-07-091-2/+3
* avformat: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-051-1/+3
* rtpdec: Move setting the parsing flags to the actual depacketizersMartin Storsjö2013-01-201-0/+9
* rtpdec_mpeg4: Return one AAC AU per AVPacketMartin Storsjö2013-01-201-12/+31
* rtpdec_mpeg4: Check the remaining amount of data before readingMartin Storsjö2013-01-161-2/+11
* rtpdec_mpeg4: Check the return value from mallocMartin Storsjö2013-01-151-1/+5
* rtpdec: Pass the sequence number to depacketizersMartin Storsjö2012-12-211-1/+2
* rtpdec_mpeg4: Cosmetic cleanupMartin Storsjö2012-12-121-12/+7
* rtpdec_mpeg4: au_headers is a single array, simple av_free is enoughJanne Grunau2012-10-091-9/+1
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-3/+3
* rtsp: Don't expose the MS-RTSP RTX data stream to the callerMartin Storsjö2012-04-081-0/+3
* doxygen: Do not include license boilerplates in Doxygen comment blocks.Diego Biurrun2012-02-061-1/+1
* Eliminate pointless 0/NULL initializers in AVCodec and similar declarations.Diego Biurrun2011-11-281-3/+0
* Replace all usage of strcasecmp/strncasecmpReimar Döffinger2011-11-061-2/+1
* rtp: Rename the open/close functions to alloc/freeMartin Storsjö2011-04-241-4/+4
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Remove a few if (p) av_free(p) formsClément Bœsch2011-02-031-2/+1
* Make hex_to_data a lavf internal functionMartin Storsjö2010-08-091-31/+2
* Remove mostly unnecessary rtpdec_*.h files, store the declarations in one fileMartin Storsjö2010-07-301-1/+1
* Move SPACE_CHARS back to libavformat/internal.hMartin Storsjö2010-07-161-0/+1
* ReindentJosh Allmann2010-06-281-18/+18
* rtpdec: Clean up FMTP parsing code in MPEG-4/AAC RTP depacketizerJosh Allmann2010-06-281-19/+14
* rtpdec: Move space_chars from avformat/internal to rtpdecJosh Allmann2010-06-281-1/+0
* rtpdec_mpeg4: Rename PayloadContext to be consistently 'data'Josh Allmann2010-06-251-24/+24
* RTSP, rtpdec: Move RTPPayloadData into rtpdec_mpeg4 and remove all references...Josh Allmann2010-06-251-26/+59
* rtpdec: Move AAC depacketization code in rtpdec to a proper payload handlerJosh Allmann2010-06-251-1/+83
* RTSP: Move more SDP/FMTP stuff from rtsp.c to rtpdec_mpeg4.cJosh Allmann2010-06-251-2/+48
* RTSP: Decouple MPEG-4 and AAC specific parts from rtsp.cJosh Allmann2010-06-251-0/+125
OpenPOWER on IntegriCloud