OSDN Git Service

Use deinterleavers for demangling audio packets in RealMedia.
[coroid/ffmpeg_saccubus.git] / libavformat / rdt.c
2011-06-16 Anton KhirnovDeprecate av_open_input_* and remove their uses.
2011-04-23 Martin Storsjörtp: Rename the open/close functions to alloc/free
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-03-17 Anton Khirnovlavf: replace avio_seek(SEEK_CUR) with avio_skip where...
2011-03-04 Anton Khirnovavio: add avio_tell macro as a replacement for url_ftell
2011-03-01 Anton Khirnovlavf: replace all uses of url_fskip with avio_seek
2011-03-01 Anton Khirnovavio: avio_ prefix for url_fseek
2011-02-21 Anton Khirnovavio: avio_ prefixes for get_* functions
2011-02-21 Anton Khirnovavio: rename av_alloc_put_byte -> avio_alloc_context...
2011-02-20 Anton Khirnovavio: move init_put_byte() to a new private header...
2011-02-20 Anton Khirnovavio: rename ByteIOContext to AVIOContext.
2011-02-11 Martin Storsjörtsp/rdt: Assign the RTSPStream index to AVStream->id
2011-02-10 Mans RullgardRemove final semicolon from some macros
2011-01-26 Diego Elio PettenòPrefix all _demuxer, _muxer, _protocol from libavformat...
2010-10-01 Martin Storsjörtsp/rtpdec: Allow rtp_parse_packet to take ownership...
2010-08-09 Aurelien Jacobsget rid of MAX_STREAMS limit in RDT
2010-07-02 Diego BiurrunRemove angular brackets from Doxygen comments; Doxygen...
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-04-02 Ronald S. BultjeRemove dead initialization.
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-03-25 Martin StorsjöAdd a lowercase parameter to ff_data_to_hex
2010-01-07 Ronald S. Bultjehandler can be NULL if we did not support this dynamic...
2009-07-30 Ronald S. BultjeDon't use a pointer-to-flags/timestamp in ff_rm_parse_p...
2009-07-27 Colin McQuillanUse named initializers and use new/free_context() inste...
2009-04-13 Stefano SabatiniRename bitstream.h to get_bits.h.
2009-03-16 Ronald S. BultjeReindent after r18010.
2009-03-16 Ronald S. BultjeRemove packet returning in ff_rm_parse_packet() if...
2009-02-26 Ronald S. BultjeDon't (ab)use PKT_FLAG_* in RTP code, since the two...
2009-02-06 Luca AbeniSplit rtp.h in rtp.h, rtpdec.h, and rtpenc.h
2009-02-06 Ronald S. BultjeAdd "AVFormatContext *ctx" (that being the RTSP demuxer...
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-27 Luca AbeniMerge rtp_internal.h in rtp.h, and remove rtp_internal.h
2009-01-19 Diego BiurrunUse "" instead of <> when #including non-system headers.
2009-01-07 Ronald S. BultjeParse the OpaqueData field for every AVStream represent...
2009-01-07 Ronald S. BultjeParse the bitrate field in the ASMRuleBook ("AverageBan...
2009-01-07 Ronald S. BultjeParse the ASMRuleBook SDP line to dynamically create...
2008-12-28 Ronald S. BultjeFix double free which happens for playback of .rm files...
2008-12-28 Ronald S. BultjeReindent after r16368.
2008-12-28 Ronald S. BultjeAdd audio_pkt_cnt return value to ff_rm_retrieve_cache...
2008-12-28 Ronald S. BultjeChange audio_pkt_cnt from an array into a single field...
2008-12-28 Ronald S. BultjeAdd RMStream object as function argument to public...
2008-12-13 Ronald S. BultjeDon't access RMContext directly in rdt.c. Rather, use...
2008-12-06 Ronald S. BultjeChange function prototype of the sdp_parse_a_line in...
2008-12-01 Ronald S. BultjeImplement rule-number parsing, the initial step in...
2008-11-30 Ronald S. BultjeChange RDTDemuxContext->st into an array of streams...
2008-11-30 Ronald S. BultjeChange function prototype from taking an AVStream to...
2008-11-23 Ronald S. BultjeDocument 'ic' variable. See "[PATCH] RDT/Realmedia...
2008-11-17 Ronald S. BultjeChange type of prev_stream_id from uint32_t to int...
2008-11-17 Ronald S. BultjeReindent after r15853.
2008-11-17 Ronald S. BultjeRead optional components of the RDT packet header,...
2008-11-17 Ronald S. BultjeChange header reading implementation to using get_bits...
2008-11-17 Ronald S. BultjePrefix all ff_rdt_parse_header() arguments with a p...
2008-11-17 Ronald S. BultjeFix memleak caused by the fact that url_open_buf()...
2008-11-17 Ronald S. BultjeAdd ByteIOContext argument to public ff_rm_* functions...
2008-11-15 Ronald S. BultjeChange status packet skipping to be more spec-compliant...
2008-11-15 Ronald S. BultjeReindent after r15833.
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-11-14 Ronald S. BultjeAdd comment describing the RDT packet header. See discu...
2008-10-04 Ronald S. BultjeImplement RDTDemuxContext, which contains RDT-specific...
2008-10-04 Ronald S. BultjeChange function prototype of RTPDynamicPayloadHandler...
2008-10-04 Ronald S. BultjeRename RTP payload contexts to PayloadContext, suggeste...
2008-10-01 Ronald S. BultjeUse parse_packet vfunc in RTPDynamicProtocolHandler...
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....