Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-10-01rtsp/rtpdec: Allow rtp_parse_packet to take ownership of the packet bufferMartin Storsjö
2010-08-10get rid of MAX_STREAMS limit in RDTAurelien Jacobs
2010-07-02Remove angular brackets from Doxygen comments; Doxygen confuses them for HTML.Diego Biurrun
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-04-02Remove dead initialization.Ronald S. Bultje
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-03-25Add a lowercase parameter to ff_data_to_hexMartin Storsjö
2010-01-08handler can be NULL if we did not support this dynamic format (codec).Ronald S. Bultje
2009-07-30Don't use a pointer-to-flags/timestamp in ff_rm_parse_packet(); the functionRonald S. Bultje
2009-07-27Use named initializers and use new/free_context() instead of extradata()Colin McQuillan
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini
2009-03-16Reindent after r18010.Ronald S. Bultje
2009-03-16Remove packet returning in ff_rm_parse_packet() if we're using the packetRonald S. Bultje
2009-02-26Don't (ab)use PKT_FLAG_* in RTP code, since the two have virtually nothingRonald S. Bultje
2009-02-06Split rtp.h in rtp.h, rtpdec.h, and rtpenc.hLuca Abeni
2009-02-06Add "AVFormatContext *ctx" (that being the RTSP demuxer's) as first argumentRonald S. Bultje
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-27Merge rtp_internal.h in rtp.h, and remove rtp_internal.hLuca Abeni
2009-01-20Use "" instead of <> when #including non-system headers.Diego Biurrun
2009-01-07Parse the OpaqueData field for every AVStream represented by this "set ofRonald S. Bultje
2009-01-07Parse the bitrate field in the ASMRuleBook ("AverageBandwidth") to fill inRonald S. Bultje
2009-01-07Parse the ASMRuleBook SDP line to dynamically create one new AVStream forRonald S. Bultje
2008-12-29Fix double free which happens for playback of .rm files after r16365. SeeRonald S. Bultje
2008-12-28Reindent after r16368.Ronald S. Bultje
2008-12-28Add audio_pkt_cnt return value to ff_rm_retrieve_cache(). See discussion inRonald S. Bultje
2008-12-28Change audio_pkt_cnt from an array into a single field, since only a singleRonald S. Bultje
2008-12-28Add RMStream object as function argument to public functions so that non-.rmRonald S. Bultje
2008-12-14Don't access RMContext directly in rdt.c. Rather, use the return value ofRonald S. Bultje
2008-12-06Change function prototype of the sdp_parse_a_line in DynamicProtocolHandler.Ronald S. Bultje
2008-12-01Implement rule-number parsing, the initial step in stream (and bitrate)Ronald S. Bultje
2008-12-01Change RDTDemuxContext->st into an array of streams, which will make futureRonald S. Bultje
2008-11-30Change function prototype from taking an AVStream to taking an index to theRonald S. Bultje
2008-11-23Document 'ic' variable. See "[PATCH] RDT/Realmedia patches #2" thread in ML.Ronald S. Bultje
2008-11-17Change type of prev_stream_id from uint32_t to int, since it has a max sizeRonald S. Bultje
2008-11-17Reindent after r15853.Ronald S. Bultje
2008-11-17Read optional components of the RDT packet header, such as extended setIDRonald S. Bultje
2008-11-17Change header reading implementation to using get_bits() instead of directlyRonald S. Bultje
2008-11-17Prefix all ff_rdt_parse_header() arguments with a p, preparing for localRonald S. Bultje
2008-11-17Fix memleak caused by the fact that url_open_buf() allocates a contextRonald S. Bultje
2008-11-17Add ByteIOContext argument to public ff_rm_* functions so that we canRonald S. Bultje
2008-11-15Change status packet skipping to be more spec-compliant. See discussion inRonald S. Bultje
2008-11-15Reindent after r15833.Ronald S. Bultje
2008-11-15Add is_keyframe param to ff_rdt_parse_header(). See ML discussion inRonald S. Bultje
2008-11-15Rename variables in ff_rdt_parse_header() and callers to match theRonald S. Bultje
2008-11-14Add comment describing the RDT packet header. See discussion in "[PATCH]Ronald S. Bultje
2008-10-04Implement RDTDemuxContext, which contains RDT-specific data (similar toRonald S. Bultje
2008-10-04Change function prototype of RTPDynamicPayloadHandler.parse_packet() toRonald S. Bultje
2008-10-04Rename RTP payload contexts to PayloadContext, suggested by Luca inRonald S. Bultje
2008-10-01Use parse_packet vfunc in RTPDynamicProtocolHandler instead of hardcodingRonald S. Bultje
2008-10-01This patch refactors RDT packet header parsing so that it can be used inRonald S. Bultje