summaryrefslogtreecommitdiff
path: root/libavformat/rtpdec_formats.h
Commit message (Collapse)AuthorAge
* libavformat: add support for G726 audio decoder in RTP and RTSP streamsMiroslav Slugeň2011-11-07
| | | | | | Fixes Ticket611 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* rtpdec: Add a dynamic payload handler for the x-Purevoice format, RFC 2658Martin Storsjö2010-12-05
| | | | | | This fixes roundup issue 2390. Originally committed as revision 25889 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add RTP depacketization of the X-QT QuickTime formatMartin Storsjö2010-10-06
| | | | Originally committed as revision 25371 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add RTP depacketization of VP8Josh Allmann2010-08-16
| | | | | | Patch by Josh Allmann, joshua dot allmann at gmail Originally committed as revision 24798 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add RTP depacketization of MP4A-LATMMartin Storsjö2010-08-12
| | | | Originally committed as revision 24790 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove mostly unnecessary rtpdec_*.h files, store the declarations in one fileMartin Storsjö2010-07-30
Originally committed as revision 24596 to svn://svn.ffmpeg.org/ffmpeg/trunk