]> git.sesse.net Git - ffmpeg/history - libavformat/rtsp.c
Delete unnecessary 'extern' keywords.
[ffmpeg] / libavformat / rtsp.c
2008-11-30 Ronald S. BultjeChange function prototype from taking an AVStream to...
2008-11-15 Ronald S. BultjeAdd is_keyframe param to ff_rdt_parse_header(). See...
2008-11-15 Ronald S. BultjeCall check_back_and_send_rr() function only in case...
2008-10-04 Ronald S. BultjeReindent after r15544.
2008-10-04 Ronald S. BultjeImplement RDTDemuxContext, which contains RDT-specific...
2008-10-04 Ronald S. BultjeMake RTPDemuxContext opaque in rtsp.c, renaming it...
2008-10-04 Ronald S. BultjeRemove access into RTPDemuxContext in rtsp.c, which...
2008-10-04 Ronald S. BultjeRename RTP payload contexts to PayloadContext, suggeste...
2008-10-02 Diego PettenòUse enum typers instead of int.
2008-10-02 Reimar DöffingerAdd (additional) const to many global tables.
2008-10-01 Ronald S. BultjeThis patch refactors RDT packet header parsing so that...
2008-09-30 Ronald S. BultjeReindent after previous patches.
2008-09-30 Ronald S. BultjeImplement a RTSPTransport field, which allows proper...
2008-09-30 Ronald S. BultjeRemove access to rdt_data struct in functions called...
2008-09-30 Ronald S. BultjeSend improper UDP SETUP request, which is what Realmedi...
2008-09-30 Ronald S. BultjeRename RTSPProtocol to RTSPLowerTransport, so that...
2008-09-26 Baptiste Coudurieronly include sys/select.h if present, fix mingw compilation
2008-09-24 Baptiste Coudurierinclude sys/select.h instead of unistd.h to get select,
2008-09-14 Ronald S. BultjeReindent after r15317.
2008-09-14 Ronald S. BultjeRename RTSP_SERVER_RDT to RTSP_SERVER_REAL, because...
2008-09-11 Ronald S. BultjeReindent after r15927, see discussion in "[PATCH] rtsp...
2008-09-11 Ronald S. BultjeFactorize out common code for opening of the RTP parsin...
2008-09-07 Ronald S. BultjeImplement RDT-specific data parsing routines. After...
2008-09-07 Ronald S. BultjeReindent after previous patch.
2008-09-07 Ronald S. BultjeImplement a RDT-specific SET_PARAMETER command that...
2008-09-03 Ronald S. BultjeRemove unused code that used to handle protocol concate...
2008-09-03 Ronald S. BultjeImplement Realmedia/RTSP-compatible SETUP command....
2008-09-01 Ronald S. BultjeRemove useless "else" case in if X { A; return }; else...
2008-09-01 Ronald S. BultjeSome RTSP streams use SDP lines longer than 1024 bytes...
2008-09-01 Ronald S. BultjeImplement Realmedia-compatible DESCRIBE command.
2008-08-31 Ronald S. BultjeSend RTSP OPTIONS command to detect server type.
2008-08-31 Ronald S. BultjeRead RealChallenge1 field from the server.
2008-08-31 Ronald S. BultjeImplement RTSPServerType enum as a way to identify...
2008-08-31 Ronald S. BultjeRevert back to old version (r15103).
2008-08-31 Ronald S. BultjeImplement RTSP/Realmedia-compatible OPTIONS command...
2008-08-27 Ronald S. BultjeUse RTPDynamicProtocol parse_sdp_a_line() handlers...
2008-08-14 Aurelien Jacobsensure we get explicit definition of various _XOPEN_SOU...
2008-08-13 Aurelien Jacobsstrcasecmp() requires #include <strings.h>
2008-06-27 Luca AbeniDo not free the priv_data field of AVStream on close...
2008-06-03 Stefano SabatiniMake long_names in lavf/lavdev optional depending on...
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-05-06 Diego BiurrunRemove unnecessary parentheses from return calls.
2008-04-15 Luca AbeniFix receiving from SDP with unicast destinations
2008-04-15 Luca AbeniRemove the "multicast=" tag from UDP and RTP URLs
2008-04-03 Luca Barbatouse FF_NETERROR to make winsock happy, patch from pross...
2008-03-19 Ronald S. BultjeReindent after rtsp-alternate-protocol* patches.
2008-03-19 Ronald S. BultjeChange protocol_mask into protocol, since we always...
2008-03-19 Ronald S. BultjeAllow cycling between different protocols (TCP, UDP...
2008-03-17 Ronald S. BultjeSplit the SETUP request into a separate function, as...
2008-01-02 Ronald S. BultjeDrop RTSP default protocol.
2007-12-28 Luca BarbatoReal RTSP support, from Ronald S. Bultje rsbultje gmail...
2007-12-28 Luca BarbatoReal RTSP support, from Ronald S. Bultje rsbultje gmail...
2007-12-28 Luca BarbatoReal RTSP support, from Ronald S. Bultje rsbultje gmail...
2007-11-29 Luca AbeniSuppress the "redirector hack" from libavformat/utils...
2007-11-22 Luca BarbatoMake av_read_frame with rtsp client return EINTR on...
2007-11-21 Luca BarbatoMake av_read_frame with rtsp client return EINTR on...
2007-11-21 Björn AxelssonUse dynamically allocated ByteIOContext in AVFormatContext
2007-11-16 Luca AbeniRemove the "AVRtpPayloadTypes[i].pt == i" assumption...
2007-11-07 Ronald S. BultjeSpecify the server address when opening an rtp:// URL...
2007-10-30 Luca AbeniIf local port n is not available, try n + 2 instead...
2007-10-29 Luca AbeniRemove the inclusion of rtsp.h and rtp.h from avformat...
2007-08-25 Luca AbeniUse correct timescale in RTSP seeking
2007-07-19 Panagiotis IssarisReplace all occurrences of AVERROR_IO with AVERROR...
2007-07-19 Panagiotis IssarisReplace all occurrences of AVERROR_NOMEM with AVERROR...
2007-07-16 Alex Beregszaszi.memleak fix by Ronald Bultje. OK'd by Luca.
2007-07-12 Luca Barbatortsp multicast fix by Thijs Vermeir $1$2@gmail.com
2007-07-06 Ronald S. BultjeUse AV_RB* macros where appropriate.
2007-07-05 Eric Paulcheck udp_read_packet return value not to access uninit...
2007-06-24 Måns Rullgårdreplace the uses of old string functions that Reimar...
2007-06-23 Måns Rullgårduse new string functions
2007-05-22 Thijs VermeirAdd transport method options
2007-05-22 Thijs VermeirAdd support for options
2007-04-26 Alex BeregszasziDon't compile RTSP_DEMUXER if not requested
2007-04-26 Alex Beregszasziproperly compile code for REDIR_DEMUXER
2007-04-26 Alex Beregszasziremove unused rtsp_callback
2007-03-05 Panagiotis IssarisMove unaltered rtsp.c comments to the header file.
2007-02-22 Marc HoffmanFix compilation on Mac OS X, patch by Marc Hoffman...
2007-02-04 Ramiro Pollamove networking #includes into separate file
2007-01-18 François RevolThe long awaited BeOS cleanup, phase 1
2006-11-16 Ryan Martellremove duplicate code, patch by Ryan Martell rdm4 A...
2006-11-09 Baptiste Coudurierget rid of CODEC_ID_MPEG4AAC after next version bump...
2006-11-06 Ryan MartellAdd support for getting duration of a RTP stream (for...
2006-10-29 Ryan Martellfix more dynamic protocol stuff, needed by the forthcom...
2006-10-27 Thijsmake ffmpeg able to send back a RTCP receiver report.
2006-10-27 Ryan Martellindentation fix, patch by Ryan Martell % rdm4 A martell...
2006-10-26 Ryan MartellAdd support for H264 over RTP
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-07-10 Måns Rullgårdallow individual selection of muxers and demuxers
2006-07-09 Måns Rullgårdgive AVInput/OutputFormat structs consistent names
2006-06-18 Stefan HuehnerAdd const to (mostly) char* and make some functions...
2006-03-11 Michael Niedermayersimplify AVFormatParameters NULL checks
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-22 Diego BiurrunCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-07-17 Michael Niedermayerchanging AVCodecContext codec -> *codec in AVStream...
2005-05-26 Romain DegezRTP/RTSP and MPEG4-AAC audio
2005-03-16 Michael Niedermayerbuffer overflow in sdp_probe() fix by (Gildas Bazin...
2004-11-13 Michael Niedermayerallocate a few bytes more for extradata so the bitstrea...
2004-10-11 Michael Niedermayer100l (forgoten seeking functions)
2004-08-12 Petr DoubekHTTP Authentication Patch by (Petr Doubek <doubek at...
next