| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | HTTP Authentication Patch by (Petr Doubek <doubek at vision dot ee dot ethz d... | Petr Doubek | 2004-08-12 | 1 | -2/+2 |
* | support url_read which reads less then requested patch by (Leon van Stuivenbe... | Leon van Stuivenberg | 2004-03-20 | 1 | -7/+21 |
* | av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) | Michel Bardiaux | 2004-03-03 | 1 | -1/+1 |
* | initial seek support - more generic play/pause support | Fabrice Bellard | 2003-11-10 | 1 | -37/+91 |
* | added MPEG2TS support in RTP, SDP and RTSP - replaced fake RTP demux by a spe... | Fabrice Bellard | 2003-10-29 | 1 | -124/+143 |
* | removed ctype.h header | Fabrice Bellard | 2003-09-08 | 1 | -1/+0 |
* | OSX and BeOS networking fix (socklen_t) | François Revol | 2003-07-24 | 1 | -0/+1 |
* | suppressed RTSP abort hack - added PLAY/PAUSE | Fabrice Bellard | 2003-07-17 | 1 | -10/+79 |
* | fixed RTP/TCP client support | Fabrice Bellard | 2003-07-15 | 1 | -26/+50 |
* | * static,const,compiler warning cleanup | Zdenek Kabelac | 2003-02-10 | 1 | -1/+1 |