]> git.sesse.net Git - ffmpeg/history - libavformat/rdt.h
dv: use AVStream.index instead of abusing AVStream.id
[ffmpeg] / libavformat / rdt.h
2011-07-14 Diego Biurrundoxygen: Make sure parameter names match between .c...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2010-10-01 Martin Storsjörtsp/rtpdec: Allow rtp_parse_packet to take ownership...
2010-07-02 Diego BiurrunRemove angular brackets from Doxygen comments; Doxygen...
2009-02-06 Luca AbeniSplit rtp.h in rtp.h, rtpdec.h, and rtpenc.h
2009-01-07 Ronald S. BultjeParse the OpaqueData field for every AVStream represent...
2009-01-07 Ronald S. BultjeParse the ASMRuleBook SDP line to dynamically create...
2008-11-30 Ronald S. Bultjedocument ff_rdt_parse_open(). See ML discussion in...
2008-11-30 Ronald S. BultjeChange function prototype from taking an AVStream to...
2008-11-15 Ronald S. BultjeMake function comment a bit more linguistically correct.
2008-11-15 Ronald S. BultjeAdd is_keyframe param to ff_rdt_parse_header(). See...
2008-11-15 Ronald S. BultjeRename variables in ff_rdt_parse_header() and callers...
2008-10-04 Diego BiurrunFix 'make checkheaders', based on a patch by Diego...
2008-10-04 Ronald S. BultjeImplement RDTDemuxContext, which contains RDT-specific...
2008-10-01 Ronald S. BultjeThis patch refactors RDT packet header parsing so that...
2008-09-30 Ronald S. BultjeRemove access to rdt_data struct in functions called...
2008-09-07 Ronald S. BultjeImplement RDT-specific data parsing routines. After...
2008-09-07 Ronald S. BultjeImplement a RDT-specific SET_PARAMETER command that...
2008-09-07 Ronald S. BultjeAdd dynamic payload handlers to rdt.c. These follow...
2008-09-03 Ronald S. BultjeImplement Realmedia/RTSP-compatible SETUP command....