summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2013-10-29Merge commit 'feeafb4adabd5c17de1738ed9962e40892b20edb'Michael Niedermayer5-6/+6
2013-10-28lavf: do not export av_register_{rtp,rdt}_dynamic_payload_handlers from share...Anton Khirnov5-6/+6
2011-07-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer26-626/+941
2011-07-14doxygen: Make sure parameter names match between .c and .h files.Diego Biurrun10-35/+41
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2010-10-01rtsp/rtpdec: Allow rtp_parse_packet to take ownership of the packet bufferMartin Storsjö5-7/+9
2010-07-02Remove angular brackets from Doxygen comments; Doxygen confuses them for HTML.Diego Biurrun5-11/+11
2009-02-06Split rtp.h in rtp.h, rtpdec.h, and rtpenc.hLuca Abeni15-186/+273
2009-01-07Parse the OpaqueData field for every AVStream represented by this "set ofRonald S. Bultje3-22/+23
2009-01-07Parse the ASMRuleBook SDP line to dynamically create one new AVStream forRonald S. Bultje3-0/+81
2008-11-30document ff_rdt_parse_open(). See ML discussion in "[PATCH] RDT/RealmediaRonald S. Bultje1-0/+10
2008-11-30Change function prototype from taking an AVStream to taking an index to theRonald S. Bultje3-4/+5
2008-11-15Make function comment a bit more linguistically correct.Ronald S. Bultje1-1/+1
2008-11-15Add is_keyframe param to ff_rdt_parse_header(). See ML discussion inRonald S. Bultje3-7/+11
2008-11-15Rename variables in ff_rdt_parse_header() and callers to match theRonald S. Bultje2-18/+18
2008-10-04Fix 'make checkheaders', based on a patch by Diego Pettenò, flameeyes gmail ...Diego Biurrun5-1/+12
2008-10-04Implement RDTDemuxContext, which contains RDT-specific data (similar toRonald S. Bultje3-14/+59
2008-10-01This patch refactors RDT packet header parsing so that it can be used inRonald S. Bultje3-16/+37
2008-09-30Remove access to rdt_data struct in functions called outside of theRonald S. Bultje3-8/+16
2008-09-07Implement RDT-specific data parsing routines. After these changes, simpleRonald S. Bultje3-2/+116
2008-09-07Implement a RDT-specific SET_PARAMETER command that subscribes to theRonald S. Bultje3-2/+57
2008-09-07Add dynamic payload handlers to rdt.c. These follow the same API as the onesRonald S. Bultje5-0/+153
2008-09-03Implement Realmedia/RTSP-compatible SETUP command. This includes calculationRonald S. Bultje4-7/+143