| Commit message (Expand) | Author | Age | Files | Lines |
* | Drop RTSP default protocol. | Ronald S. Bultje | 2008-01-02 | 1 | -0/+2 |
* | Real RTSP support, from Ronald S. Bultje rsbultje gmail - part 3 Reindent | Luca Barbato | 2007-12-28 | 1 | -8/+10 |
* | Real RTSP support, from Ronald S. Bultje rsbultje gmail - part 2 x-pn-tng sup... | Luca Barbato | 2007-12-28 | 1 | -0/+5 |
* | Real RTSP support, from Ronald S. Bultje rsbultje gmail - part 1 Comment | Luca Barbato | 2007-12-28 | 1 | -1/+1 |
* | Suppress the "redirector hack" from libavformat/utils.c:av_open_input_stream(), | Luca Abeni | 2007-11-29 | 1 | -6/+8 |
* | Make av_read_frame with rtsp client return EINTR on interrupt | Luca Barbato | 2007-11-22 | 1 | -1/+1 |
* | Make av_read_frame with rtsp client return EINTR on interrupt | Luca Barbato | 2007-11-21 | 1 | -1/+1 |
* | Use dynamically allocated ByteIOContext in AVFormatContext | Björn Axelsson | 2007-11-21 | 1 | -1/+1 |
* | Remove the "AVRtpPayloadTypes[i].pt == i" assumption from RTP and RTSP | Luca Abeni | 2007-11-16 | 1 | -6/+2 |
* | Specify the server address when opening an rtp:// URL in rtsp.c, so | Ronald S. Bultje | 2007-11-07 | 1 | -1/+1 |
* | If local port n is not available, try n + 2 instead of continuing to bind | Luca Abeni | 2007-10-30 | 1 | -1/+1 |
* | Remove the inclusion of rtsp.h and rtp.h from avformat.h, and | Luca Abeni | 2007-10-29 | 1 | -0/+1 |
* | Use correct timescale in RTSP seeking | Luca Abeni | 2007-08-25 | 1 | -1/+1 |
* | Replace all occurrences of AVERROR_IO with AVERROR(EIO). | Panagiotis Issaris | 2007-07-19 | 1 | -3/+3 |
* | Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM). | Panagiotis Issaris | 2007-07-19 | 1 | -2/+2 |
* | .memleak fix by Ronald Bultje. OK'd by Luca. | Alex Beregszaszi | 2007-07-16 | 1 | -0/+2 |
* | rtsp multicast fix by Thijs Vermeir $1$2@gmail.com | Luca Barbato | 2007-07-12 | 1 | -7/+5 |
* | Use AV_RB* macros where appropriate. | Ronald S. Bultje | 2007-07-06 | 1 | -2/+2 |
* | check udp_read_packet return value not to access uninitialized memory | Eric Paul | 2007-07-05 | 1 | -1/+1 |
* | replace the uses of old string functions that Reimar missed | Måns Rullgård | 2007-06-24 | 1 | -15/+15 |
* | use new string functions | Måns Rullgård | 2007-06-23 | 1 | -16/+17 |
* | Add transport method options | Thijs Vermeir | 2007-05-22 | 1 | -3/+10 |
* | Add support for options | Thijs Vermeir | 2007-05-22 | 1 | -1/+16 |
* | Don't compile RTSP_DEMUXER if not requested | Alex Beregszaszi | 2007-04-26 | 1 | -0/+2 |
* | properly compile code for REDIR_DEMUXER | Alex Beregszaszi | 2007-04-26 | 1 | -0/+2 |
* | remove unused rtsp_callback | Alex Beregszaszi | 2007-04-26 | 1 | -23/+0 |
* | Move unaltered rtsp.c comments to the header file. | Panagiotis Issaris | 2007-03-05 | 1 | -1/+0 |
* | Fix compilation on Mac OS X, patch by Marc Hoffman, mmh pleasantst com. | Marc Hoffman | 2007-02-22 | 1 | -0/+1 |
* | move networking #includes into separate file | Ramiro Polla | 2007-02-04 | 1 | -4/+1 |
* | The long awaited BeOS cleanup, phase 1 | François Revol | 2007-01-18 | 1 | -5/+1 |
* | remove duplicate code, patch by Ryan Martell rdm4 A martellventures P com | Ryan Martell | 2006-11-16 | 1 | -11/+2 |
* | get rid of CODEC_ID_MPEG4AAC after next version bump, and change it to CODEC_... | Baptiste Coudurier | 2006-11-09 | 1 | -1/+1 |
* | Add support for getting duration of a RTP stream (for seeking in stream) | Ryan Martell | 2006-11-06 | 1 | -21/+34 |
* | fix more dynamic protocol stuff, needed by the forthcoming h264 | Ryan Martell | 2006-10-29 | 1 | -0/+35 |
* | make ffmpeg able to send back a RTCP receiver report. | Thijs | 2006-10-27 | 1 | -5/+7 |
* | indentation fix, patch by Ryan Martell % rdm4 A martellventures P com % | Ryan Martell | 2006-10-27 | 1 | -1/+1 |
* | Add support for H264 over RTP | Ryan Martell | 2006-10-26 | 1 | -6/+35 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | allow individual selection of muxers and demuxers | Måns Rullgård | 2006-07-10 | 1 | -11/+3 |
* | give AVInput/OutputFormat structs consistent names | Måns Rullgård | 2006-07-09 | 1 | -6/+6 |
* | Add const to (mostly) char* and make some functions static, which aren't used | Stefan Huehner | 2006-06-18 | 1 | -3/+3 |
* | simplify AVFormatParameters NULL checks | Michael Niedermayer | 2006-03-11 | 1 | -1/+1 |
* | Update licensing information: The FSF changed postal address. | Diego Biurrun | 2006-01-12 | 1 | -1/+1 |
* | COSMETICS: tabs --> spaces, some prettyprinting | Diego Biurrun | 2005-12-22 | 1 | -2/+2 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -52/+52 |
* | changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo... | Michael Niedermayer | 2005-07-17 | 1 | -4/+4 |
* | RTP/RTSP and MPEG4-AAC audio | Romain Degez | 2005-05-26 | 1 | -54/+141 |
* | buffer overflow in sdp_probe() fix by (Gildas Bazin )gbazin altern org) | Michael Niedermayer | 2005-03-16 | 1 | -7/+6 |
* | allocate a few bytes more for extradata so the bitstream reader if its used b... | Michael Niedermayer | 2004-11-13 | 1 | -1/+1 |
* | 100l (forgoten seeking functions) | Michael Niedermayer | 2004-10-11 | 1 | -1/+1 |