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
2011-06-16Deprecate av_open_input_* and remove their uses.Anton Khirnov
2011-04-24rtp: Rename the open/close functions to alloc/freeMartin Storsjö
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-17lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov
2011-03-04avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov
2011-03-01lavf: replace all uses of url_fskip with avio_seekAnton Khirnov
2011-03-01avio: avio_ prefix for url_fseekAnton Khirnov
2011-02-21avio: avio_ prefixes for get_* functionsAnton Khirnov
2011-02-21avio: rename av_alloc_put_byte -> avio_alloc_context for consistencyAnton Khirnov
2011-02-20avio: move init_put_byte() to a new private header and rename itAnton Khirnov
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov
2011-02-12rtsp/rdt: Assign the RTSPStream index to AVStream->idMartin Storsjö
2011-02-11Remove final semicolon from some macrosMans Rullgard
2011-01-27Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
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