summaryrefslogtreecommitdiff
path: root/libavformat/rtpenc_xiph.c
Commit message (Collapse)AuthorAge
* rtpenc_xiph: Clarify that num_frames shouldn't ever get larger than ↵Martin Storsjö2010-08-10
| | | | | | max_frames_per_packet Originally committed as revision 24754 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rtpenc_xiph: Set the ident value via a defineMartin Storsjö2010-08-09
| | | | Originally committed as revision 24749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rtpenc_xiph: Don't needlessly cast pointers to integersMartin Storsjö2010-08-09
| | | | Originally committed as revision 24748 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add RTP packetization of Theora and VorbisJosh Allmann2010-08-07
Patch by Josh Allmann, joshua dot allmann at gmail Originally committed as revision 24735 to svn://svn.ffmpeg.org/ffmpeg/trunk