summaryrefslogtreecommitdiff
path: root/libavformat/rtp_aac.c
Commit message (Collapse)AuthorAge
* Rename the RTP muxer sources so that the packetisation functions are inLuca Abeni2010-01-18
| | | | | | rtpenc_*.c files. Originally committed as revision 21284 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correctly set the "AU size" field in the payload header forLuca Abeni2009-05-29
| | | | | | fragmented AAC frames Originally committed as revision 18984 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AAC packetiser cleanup: use consts instead of #definesLuca Abeni2009-04-09
| | | | Originally committed as revision 18402 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AAC packetiser cleanup: remove check for a condition that cannot happenLuca Abeni2009-04-09
| | | | Originally committed as revision 18401 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix two checks in the AAC packetiser, which were too conservativeMartin Storsjö2009-04-09
| | | | | | Patch by Martin Storsjö (martin AT martin DOT st) Originally committed as revision 18400 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Merge rtp_aac.h and rtp_mpv.h in rtpenc.hLuca Abeni2009-02-06
| | | | Originally committed as revision 17020 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split rtp.h in rtp.h, rtpdec.h, and rtpenc.hLuca Abeni2009-02-06
| | | | Originally committed as revision 17016 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Introduce a new num_frames field in RTPDemuxContext so that rtp_aac.cLuca Abeni2009-02-05
| | | | | | does not need to abuse read_buf_index Originally committed as revision 17004 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Merge rtp_internal.h in rtp.h, and remove rtp_internal.hLuca Abeni2009-01-27
| | | | Originally committed as revision 16817 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow to set the maximum number of frames per RTP packet (and add support forLuca Abeni2007-10-02
| | | | | | this in the AAC packetizer) Originally committed as revision 10647 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support fragmentation for AAC framesLuca Abeni2007-09-14
| | | | Originally committed as revision 10492 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support for AAC streaming over RTP. Fragmentation is not implemented yetLuca Abeni2007-09-14
Originally committed as revision 10491 to svn://svn.ffmpeg.org/ffmpeg/trunk