2009-03-03 |
rbultje | Reindent after r17764.
|
commit | commitdiff | tree |
2009-03-03 |
rbultje | In the current implementation of rtp_parse_packet(...
|
commit | commitdiff | tree |
2009-03-03 |
rbultje | Fix allocated length of the HTTP authentication request...
|
commit | commitdiff | tree |
2009-02-28 |
rbultje | Rename movenc.c MOVContext to MOVMuxContext, since...
|
commit | commitdiff | tree |
2009-02-26 |
rbultje | Implement marker bit, which is used for several RTP...
|
commit | commitdiff | tree |
2009-02-26 |
rbultje | Don't (ab)use PKT_FLAG_* in RTP code, since the two...
|
commit | commitdiff | tree |
2009-02-26 |
rbultje | Document rtsp.h, see "[PATCH] document rtsp.h" thread.
|
commit | commitdiff | tree |
2009-02-21 |
rbultje | Rename RTSPHeader to RTSPMessageHeader to reflect more...
|
commit | commitdiff | tree |
2009-02-21 |
rbultje | Change sizeof(struct_type) to sizeof(variable).
|
commit | commitdiff | tree |
2009-02-16 |
rbultje | Rename RTSP_*_LAST to RTSP_*_NB in line with PIX_FMT_...
|
commit | commitdiff | tree |
2009-02-16 |
rbultje | Don't install rtsp.h. It is intended to be private...
|
commit | commitdiff | tree |
2009-02-06 |
rbultje | Add "AVFormatContext *ctx" (that being the RTSP demuxer...
|
commit | commitdiff | tree |
2009-02-05 |
rbultje | Rename "tx_ctx" and "cur_tx" variables to "transport_priv...
|
commit | commitdiff | tree |
2009-02-05 |
rbultje | Delete an enum and a function typedef that aren't used...
|
commit | commitdiff | tree |
2009-02-04 |
rbultje | Move enum RTSPTransport up a bit, so that all fields...
|
commit | commitdiff | tree |
2009-02-01 |
rbultje | Fix the Transport: line in the SETUP request so that...
|
commit | commitdiff | tree |
2009-01-24 |
rbultje | Skip m= blocks in the SDP if the media type is unknown...
|
commit | commitdiff | tree |
2009-01-09 |
rbultje | Reindent to properly fit a 80 chars terminal.
|
commit | commitdiff | tree |
2009-01-09 |
rbultje | Reindent after r16509.
|
commit | commitdiff | tree |
2009-01-09 |
rbultje | Apply rtpmap: SDP lines to the last m= line only, since...
|
commit | commitdiff | tree |
2009-01-09 |
rbultje | Increase buffer size for RTP packet data because some...
|
commit | commitdiff | tree |
2009-01-07 |
rbultje | Fix typo ("Standard-compliant" -> "Standards-compliant...
|
commit | commitdiff | tree |
2009-01-07 |
rbultje | Fix doxy comments missing one '*'.
|
commit | commitdiff | tree |
2009-01-07 |
rbultje | Use the "server" RTSP field to detect whether the server...
|
commit | commitdiff | tree |
2009-01-07 |
rbultje | Export RTSPState and RTSPStream from rtsp.c into rtsp...
|
commit | commitdiff | tree |
2009-01-07 |
rbultje | Don't use s->pb if a local ByteIOContext was already...
|
commit | commitdiff | tree |
2009-01-07 |
rbultje | Allow subscription to any of the streams, not just...
|
commit | commitdiff | tree |
2009-01-07 |
rbultje | Parse the OpaqueData field for every AVStream represented...
|
commit | commitdiff | tree |
2009-01-07 |
rbultje | Parse the bitrate field in the ASMRuleBook ("AverageBandwidt...
|
commit | commitdiff | tree |
2009-01-07 |
rbultje | Parse the ASMRuleBook SDP line to dynamically create...
|
commit | commitdiff | tree |
2008-12-28 |
rbultje | av_free() -> av_freep(), patch by Reimar Doffinger...
|
commit | commitdiff | tree |
2008-12-28 |
rbultje | Fix double free which happens for playback of .rm files...
|
commit | commitdiff | tree |
2008-12-28 |
rbultje | Reindent after r16368.
|
commit | commitdiff | tree |
2008-12-28 |
rbultje | Add audio_pkt_cnt return value to ff_rm_retrieve_cache...
|
commit | commitdiff | tree |
2008-12-28 |
rbultje | Change audio_pkt_cnt from an array into a single field...
|
commit | commitdiff | tree |
2008-12-28 |
rbultje | Add RMStream object as function argument to public...
|
commit | commitdiff | tree |
2008-12-28 |
rbultje | Implement RMStream stream-specific private data object...
|
commit | commitdiff | tree |
2008-12-18 |
rbultje | Make asf_get_packet() and asf_parse_packet() public...
|
commit | commitdiff | tree |
2008-12-18 |
rbultje | Add a ByteIOContext argument to ASF functions that...
|
commit | commitdiff | tree |
2008-12-14 |
rbultje | Use get_buffer() and url_fskip() for some loops of...
|
commit | commitdiff | tree |
2008-12-14 |
rbultje | Reindent something that looks weird.
|
commit | commitdiff | tree |
2008-12-14 |
rbultje | Add comment to indicate why the SDP line buffer is...
|
commit | commitdiff | tree |
2008-12-14 |
rbultje | Increase SDP line buffer size because ASF headers in...
|
commit | commitdiff | tree |
2008-12-13 |
rbultje | Split RMContext into RMDemux/MuxContext and make them...
|
commit | commitdiff | tree |
2008-12-13 |
rbultje | Don't access RMContext directly in rdt.c. Rather, use...
|
commit | commitdiff | tree |
2008-12-13 |
rbultje | Separate the packet fetching from the data reading...
|
commit | commitdiff | tree |
2008-12-11 |
rbultje | Fix indenting.
|
commit | commitdiff | tree |
2008-12-06 |
rbultje | Remove static variable and a printf using it. See ...
|
commit | commitdiff | tree |
2008-12-06 |
rbultje | Change function prototype of the sdp_parse_a_line in...
|
commit | commitdiff | tree |
2008-12-06 |
rbultje | Do not access s->gb directly in functions that have...
|
commit | commitdiff | tree |
2008-12-01 |
rbultje | Implement rule-number parsing, the initial step in...
|
commit | commitdiff | tree |
2008-11-30 |
rbultje | Change RDTDemuxContext->st into an array of streams...
|
commit | commitdiff | tree |
2008-11-30 |
rbultje | document ff_rdt_parse_open(). See ML discussion in...
|
commit | commitdiff | tree |
2008-11-30 |
rbultje | Change function prototype from taking an AVStream to...
|
commit | commitdiff | tree |
2008-11-23 |
rbultje | Document 'ic' variable. See "[PATCH] RDT/Realmedia...
|
commit | commitdiff | tree |
2008-11-17 |
rbultje | Change type of prev_stream_id from uint32_t to int...
|
commit | commitdiff | tree |
2008-11-17 |
rbultje | Reindent after r15853.
|
commit | commitdiff | tree |
2008-11-17 |
rbultje | Read optional components of the RDT packet header,...
|
commit | commitdiff | tree |
2008-11-17 |
rbultje | Change header reading implementation to using get_bits...
|
commit | commitdiff | tree |
2008-11-17 |
rbultje | Prefix all ff_rdt_parse_header() arguments with a p...
|
commit | commitdiff | tree |
2008-11-17 |
rbultje | Fix memleak caused by the fact that url_open_buf()...
|
commit | commitdiff | tree |
2008-11-17 |
rbultje | Add ByteIOContext argument to public ff_rm_* functions...
|
commit | commitdiff | tree |
2008-11-15 |
rbultje | Change status packet skipping to be more spec-compliant...
|
commit | commitdiff | tree |
2008-11-15 |
rbultje | Make function comment a bit more linguistically correct.
|
commit | commitdiff | tree |
2008-11-15 |
rbultje | Reindent after r15833.
|
commit | commitdiff | tree |
2008-11-15 |
rbultje | Add is_keyframe param to ff_rdt_parse_header(). See...
|
commit | commitdiff | tree |
2008-11-15 |
rbultje | Call check_back_and_send_rr() function only in case...
|
commit | commitdiff | tree |
2008-11-15 |
rbultje | Rename variables in ff_rdt_parse_header() and callers...
|
commit | commitdiff | tree |
2008-11-14 |
rbultje | Add comment describing the RDT packet header. See discussion...
|
commit | commitdiff | tree |
2008-10-04 |
rbultje | Reindent after r15544.
|
commit | commitdiff | tree |
2008-10-04 |
rbultje | Implement RDTDemuxContext, which contains RDT-specific...
|
commit | commitdiff | tree |
2008-10-04 |
rbultje | Make RTPDemuxContext opaque in rtsp.c, renaming it...
|
commit | commitdiff | tree |
2008-10-04 |
rbultje | Remove access into RTPDemuxContext in rtsp.c, which...
|
commit | commitdiff | tree |
2008-10-04 |
rbultje | Change function prototype of RTPDynamicPayloadHandler...
|
commit | commitdiff | tree |
2008-10-04 |
rbultje | Rename RTP payload contexts to PayloadContext, suggested...
|
commit | commitdiff | tree |
2008-10-01 |
rbultje | Use parse_packet vfunc in RTPDynamicProtocolHandler...
|
commit | commitdiff | tree |
2008-10-01 |
rbultje | This patch refactors RDT packet header parsing so that...
|
commit | commitdiff | tree |
2008-09-30 |
rbultje | Reindent after previous patches.
|
commit | commitdiff | tree |
2008-09-30 |
rbultje | Implement a RTSPTransport field, which allows proper...
|
commit | commitdiff | tree |
2008-09-30 |
rbultje | Remove access to rdt_data struct in functions called...
|
commit | commitdiff | tree |
2008-09-30 |
rbultje | Send improper UDP SETUP request, which is what Realmedia...
|
commit | commitdiff | tree |
2008-09-30 |
rbultje | Rename RTSPProtocol to RTSPLowerTransport, so that...
|
commit | commitdiff | tree |
2008-09-14 |
rbultje | Reindent after r15317.
|
commit | commitdiff | tree |
2008-09-14 |
rbultje | Rename RTSP_SERVER_RDT to REAL, because RDT (the transport...
|
commit | commitdiff | tree |
2008-09-11 |
rbultje | Reindent after r15927, see discussion in "[PATCH] rtsp...
|
commit | commitdiff | tree |
2008-09-11 |
rbultje | Factorize out common code for opening of the RTP parsing...
|
commit | commitdiff | tree |
2008-09-07 |
rbultje | Implement RDT-specific data parsing routines. After...
|
commit | commitdiff | tree |
2008-09-07 |
rbultje | Reindent after previous patch.
|
commit | commitdiff | tree |
2008-09-07 |
rbultje | Implement a RDT-specific SET_PARAMETER command that...
|
commit | commitdiff | tree |
2008-09-07 |
rbultje | Add dynamic payload handlers to rdt.c. These follow...
|
commit | commitdiff | tree |
2008-09-07 |
rbultje | Give register_dynamic_payload_handler() in rtpdec.c...
|
commit | commitdiff | tree |
2008-09-03 |
rbultje | Remove unused code that used to handle protocol concatenatio...
|
commit | commitdiff | tree |
2008-09-03 |
rbultje | Implement Realmedia/RTSP-compatible SETUP command....
|
commit | commitdiff | tree |
2008-09-03 |
rbultje | Move av_set_pts_info() inside the mdpr_read_codecdata...
|
commit | commitdiff | tree |
2008-09-03 |
rbultje | Use chunk-size in function calling mdpr_read_codecdata...
|
commit | commitdiff | tree |
2008-09-01 |
rbultje | Remove useless "else" case in if X { A; return }; else...
|
commit | commitdiff | tree |
2008-09-01 |
rbultje | Some RTSP streams use SDP lines longer than 1024 bytes...
|
commit | commitdiff | tree |
2008-09-01 |
rbultje | Implement Realmedia-compatible DESCRIBE command.
|
commit | commitdiff | tree |
2008-08-31 |
rbultje | Send RTSP OPTIONS command to detect server type.
|
commit | commitdiff | tree |
2008-08-31 |
rbultje | Read RealChallenge1 field from the server.
|
commit | commitdiff | tree |