summaryrefslogtreecommitdiff
path: root/libavformat/rdt.h
Commit message (Expand)AuthorAgeFilesLines
* lavf/rtpdec: Constify several pointers.Carl Eugen Hoyos2018-02-111-1/+1
* lavf/rtp: replace linked list with arrayJosh de Kock2018-02-061-5/+0
* Merge commit 'feeafb4adabd5c17de1738ed9962e40892b20edb'Michael Niedermayer2013-10-291-1/+1
|\
| * lavf: do not export av_register_{rtp,rdt}_dynamic_payload_handlers from share...Anton Khirnov2013-10-281-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-141-7/+7
|\ \ | |/
| * doxygen: Make sure parameter names match between .c and .h files.Diego Biurrun2011-07-141-7/+7
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
|/
* rtsp/rtpdec: Allow rtp_parse_packet to take ownership of the packet bufferMartin Storsjö2010-10-011-1/+1
* Remove angular brackets from Doxygen comments; Doxygen confuses them for HTML.Diego Biurrun2010-07-021-1/+1
* Split rtp.h in rtp.h, rtpdec.h, and rtpenc.hLuca Abeni2009-02-061-1/+1
* Parse the OpaqueData field for every AVStream represented by this "set ofRonald S. Bultje2009-01-071-3/+0
* Parse the ASMRuleBook SDP line to dynamically create one new AVStream forRonald S. Bultje2009-01-071-0/+11
* document ff_rdt_parse_open(). See ML discussion in "[PATCH] RDT/RealmediaRonald S. Bultje2008-11-301-0/+10
* Change function prototype from taking an AVStream to taking an index to theRonald S. Bultje2008-11-301-1/+2
* Make function comment a bit more linguistically correct.Ronald S. Bultje2008-11-151-1/+1
* Add is_keyframe param to ff_rdt_parse_header(). See ML discussion inRonald S. Bultje2008-11-151-1/+3
* Rename variables in ff_rdt_parse_header() and callers to match theRonald S. Bultje2008-11-151-5/+5
* Fix 'make checkheaders', based on a patch by Diego Pettenò, flameeyes gmail ...Diego Biurrun2008-10-041-0/+4
* Implement RDTDemuxContext, which contains RDT-specific data (similar toRonald S. Bultje2008-10-041-2/+9
* This patch refactors RDT packet header parsing so that it can be used inRonald S. Bultje2008-10-011-0/+14
* Remove access to rdt_data struct in functions called outside of theRonald S. Bultje2008-09-301-2/+4
* Implement RDT-specific data parsing routines. After these changes, simpleRonald S. Bultje2008-09-071-0/+7
* Implement a RDT-specific SET_PARAMETER command that subscribes to theRonald S. Bultje2008-09-071-0/+12
* Add dynamic payload handlers to rdt.c. These follow the same API as the onesRonald S. Bultje2008-09-071-0/+5
* Implement Realmedia/RTSP-compatible SETUP command. This includes calculationRonald S. Bultje2008-09-031-0/+40