Commit History

Author SHA1 Message Date
  Michael Niedermayer 2905e3ff64 Merge remote-tracking branch 'qatar/master' 13 years ago
  Anton Khirnov 603b8bc2a1 Deprecate av_open_input_* and remove their uses. 13 years ago
  Michael Niedermayer 7b376b398a Merge remote branch 'qatar/master' 13 years ago
  Martin Storsjö 9261e6cf3f rtp: Rename the open/close functions to alloc/free 13 years ago
  Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 13 years ago
  Anton Khirnov 45a8a02a41 lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes sense 13 years ago
  Anton Khirnov a2704c9712 avio: add avio_tell macro as a replacement for url_ftell 13 years ago
  Anton Khirnov e356fc57a2 lavf: replace all uses of url_fskip with avio_seek 13 years ago
  Anton Khirnov 6b4aa5dac8 avio: avio_ prefix for url_fseek 13 years ago
  Anton Khirnov b7effd4e83 avio: avio_ prefixes for get_* functions 13 years ago
  Anton Khirnov 8d9ac969cb avio: rename av_alloc_put_byte -> avio_alloc_context for consistency 13 years ago
  Anton Khirnov e731b8d872 avio: move init_put_byte() to a new private header and rename it 13 years ago
  Anton Khirnov ae628ec1fd avio: rename ByteIOContext to AVIOContext. 13 years ago
  Martin Storsjö b2dd842d21 rtsp/rdt: Assign the RTSPStream index to AVStream->id 13 years ago
  Mans Rullgard 44adbebe17 Remove final semicolon from some macros 13 years ago
  Diego Elio Pettenò c6610a216e Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 13 years ago
  Martin Storsjö ad4ad27fb6 rtsp/rtpdec: Allow rtp_parse_packet to take ownership of the packet buffer 13 years ago
  Aurelien Jacobs dfdb353cd5 get rid of MAX_STREAMS limit in RDT 14 years ago
  Diego Biurrun 0baf34d844 Remove angular brackets from Doxygen comments; Doxygen confuses them for HTML. 14 years ago
  Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 14 years ago
  Ronald S. Bultje 0b9535b9a2 Remove dead initialization. 14 years ago
  Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 14 years ago
  Martin Storsjö ddbeb95447 Add a lowercase parameter to ff_data_to_hex 14 years ago
  Ronald S. Bultje 84f0aba18d handler can be NULL if we did not support this dynamic format (codec). 14 years ago
  Ronald S. Bultje 34bddc39b4 Don't use a pointer-to-flags/timestamp in ff_rm_parse_packet(); the function 15 years ago
  Colin McQuillan 202a6697ba Use named initializers and use new/free_context() instead of extradata() 15 years ago
  Stefano Sabatini 9106a698e7 Rename bitstream.h to get_bits.h. 15 years ago
  Ronald S. Bultje c882927957 Reindent after r18010. 15 years ago
  Ronald S. Bultje c5efef7be9 Remove packet returning in ff_rm_parse_packet() if we're using the packet 15 years ago
  Ronald S. Bultje a68d44ed6f Don't (ab)use PKT_FLAG_* in RTP code, since the two have virtually nothing 15 years ago
  Luca Abeni 302879cb36 Split rtp.h in rtp.h, rtpdec.h, and rtpenc.h 15 years ago
  Ronald S. Bultje 1a45a9f4c0 Add "AVFormatContext *ctx" (that being the RTSP demuxer's) as first argument 15 years ago
  Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 15 years ago
  Luca Abeni 20631a9c15 Merge rtp_internal.h in rtp.h, and remove rtp_internal.h 15 years ago
  Diego Biurrun c2fef0c163 Use "" instead of <> when #including non-system headers. 15 years ago
  Ronald S. Bultje 7c68a17754 Parse the OpaqueData field for every AVStream represented by this "set of 15 years ago
  Ronald S. Bultje 530bca9439 Parse the bitrate field in the ASMRuleBook ("AverageBandwidth") to fill in 15 years ago
  Ronald S. Bultje 3ca45429fe Parse the ASMRuleBook SDP line to dynamically create one new AVStream for 15 years ago
  Ronald S. Bultje c49a3ec30a Fix double free which happens for playback of .rm files after r16365. See 15 years ago
  Ronald S. Bultje ade8fb4d75 Reindent after r16368. 15 years ago
  Ronald S. Bultje a9f84821c5 Add audio_pkt_cnt return value to ff_rm_retrieve_cache(). See discussion in 15 years ago
  Ronald S. Bultje 5d88c2647d Change audio_pkt_cnt from an array into a single field, since only a single 15 years ago
  Ronald S. Bultje 886e89d0d0 Add RMStream object as function argument to public functions so that non-.rm 15 years ago
  Ronald S. Bultje a15ebf34c7 Don't access RMContext directly in rdt.c. Rather, use the return value of 15 years ago
  Ronald S. Bultje 7b2a070800 Change function prototype of the sdp_parse_a_line in DynamicProtocolHandler. 15 years ago
  Ronald S. Bultje 7960e18fdf Implement rule-number parsing, the initial step in stream (and bitrate) 15 years ago
  Ronald S. Bultje 4f60285658 Change RDTDemuxContext->st into an array of streams, which will make future 15 years ago
  Ronald S. Bultje e0d1eabf14 Change function prototype from taking an AVStream to taking an index to the 15 years ago
  Ronald S. Bultje 63f412f902 Document 'ic' variable. See "[PATCH] RDT/Realmedia patches #2" thread in ML. 15 years ago
  Ronald S. Bultje 9168f7e671 Change type of prev_stream_id from uint32_t to int, since it has a max size 15 years ago