summaryrefslogtreecommitdiff
path: root/libavformat/rtp_aac.c
Commit message (Expand)AuthorAge
* Rename the RTP muxer sources so that the packetisation functions are inLuca Abeni2010-01-18
* Correctly set the "AU size" field in the payload header forLuca Abeni2009-05-29
* AAC packetiser cleanup: use consts instead of #definesLuca Abeni2009-04-09
* AAC packetiser cleanup: remove check for a condition that cannot happenLuca Abeni2009-04-09
* Fix two checks in the AAC packetiser, which were too conservativeMartin Storsjö2009-04-09
* Merge rtp_aac.h and rtp_mpv.h in rtpenc.hLuca Abeni2009-02-06
* Split rtp.h in rtp.h, rtpdec.h, and rtpenc.hLuca Abeni2009-02-06
* Introduce a new num_frames field in RTPDemuxContext so that rtp_aac.cLuca Abeni2009-02-05
* Merge rtp_internal.h in rtp.h, and remove rtp_internal.hLuca Abeni2009-01-27
* Allow to set the maximum number of frames per RTP packet (and add support forLuca Abeni2007-10-02
* Support fragmentation for AAC framesLuca Abeni2007-09-14
* Support for AAC streaming over RTP. Fragmentation is not implemented yetLuca Abeni2007-09-14