| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit 'feeafb4adabd5c17de1738ed9962e40892b20edb' | Michael Niedermayer | 2013-10-29 | 1 | -1/+1 |
|\ |
|
| * | lavf: do not export av_register_{rtp,rdt}_dynamic_payload_handlers from share... | Anton Khirnov | 2013-10-28 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-14 | 1 | -7/+7 |
|\| |
|
| * | doxygen: Make sure parameter names match between .c and .h files. | Diego Biurrun | 2011-07-14 | 1 | -7/+7 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
|/ |
|
* | rtsp/rtpdec: Allow rtp_parse_packet to take ownership of the packet buffer | Martin Storsjö | 2010-10-01 | 1 | -1/+1 |
* | Remove angular brackets from Doxygen comments; Doxygen confuses them for HTML. | Diego Biurrun | 2010-07-02 | 1 | -1/+1 |
* | Split rtp.h in rtp.h, rtpdec.h, and rtpenc.h | Luca Abeni | 2009-02-06 | 1 | -1/+1 |
* | Parse the OpaqueData field for every AVStream represented by this "set of | Ronald S. Bultje | 2009-01-07 | 1 | -3/+0 |
* | Parse the ASMRuleBook SDP line to dynamically create one new AVStream for | Ronald S. Bultje | 2009-01-07 | 1 | -0/+11 |
* | document ff_rdt_parse_open(). See ML discussion in "[PATCH] RDT/Realmedia | Ronald S. Bultje | 2008-11-30 | 1 | -0/+10 |
* | Change function prototype from taking an AVStream to taking an index to the | Ronald S. Bultje | 2008-11-30 | 1 | -1/+2 |
* | Make function comment a bit more linguistically correct. | Ronald S. Bultje | 2008-11-15 | 1 | -1/+1 |
* | Add is_keyframe param to ff_rdt_parse_header(). See ML discussion in | Ronald S. Bultje | 2008-11-15 | 1 | -1/+3 |
* | Rename variables in ff_rdt_parse_header() and callers to match the | Ronald S. Bultje | 2008-11-15 | 1 | -5/+5 |
* | Fix 'make checkheaders', based on a patch by Diego Pettenò, flameeyes gmail ... | Diego Biurrun | 2008-10-04 | 1 | -0/+4 |
* | Implement RDTDemuxContext, which contains RDT-specific data (similar to | Ronald S. Bultje | 2008-10-04 | 1 | -2/+9 |
* | This patch refactors RDT packet header parsing so that it can be used in | Ronald S. Bultje | 2008-10-01 | 1 | -0/+14 |
* | Remove access to rdt_data struct in functions called outside of the | Ronald S. Bultje | 2008-09-30 | 1 | -2/+4 |
* | Implement RDT-specific data parsing routines. After these changes, simple | Ronald S. Bultje | 2008-09-07 | 1 | -0/+7 |
* | Implement a RDT-specific SET_PARAMETER command that subscribes to the | Ronald S. Bultje | 2008-09-07 | 1 | -0/+12 |
* | Add dynamic payload handlers to rdt.c. These follow the same API as the ones | Ronald S. Bultje | 2008-09-07 | 1 | -0/+5 |
* | Implement Realmedia/RTSP-compatible SETUP command. This includes calculation | Ronald S. Bultje | 2008-09-03 | 1 | -0/+40 |