48 Commits (0809b51e528067ad94ff0ca31e91b02526197774)

Author SHA1 Message Date
  Panagiotis Issaris 6f3e0b2174 Replace all occurrences of AVERROR_IO with AVERROR(EIO). 18 years ago
  Panagiotis Issaris 769e10f068 Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM). 18 years ago
  Alex Beregszaszi e2e2e7dd70 .memleak fix by Ronald Bultje. OK'd by Luca. 18 years ago
  Luca Barbato d02678eccc rtsp multicast fix by Thijs Vermeir $1$2@gmail.com 18 years ago
  Ronald S. Bultje 80fb82346e Use AV_RB* macros where appropriate. 18 years ago
  Eric Paul 74ef8b434d check udp_read_packet return value not to access uninitialized memory 18 years ago
  Måns Rullgård f7d78f3654 replace the uses of old string functions that Reimar missed 18 years ago
  Måns Rullgård 75e61b0e88 use new string functions 18 years ago
  Thijs Vermeir 8bd32c0424 Add transport method options 18 years ago
  Thijs Vermeir badc9ae2d5 Add support for options 18 years ago
  Alex Beregszaszi 9686292664 Don't compile RTSP_DEMUXER if not requested 18 years ago
  Alex Beregszaszi e7047005cb properly compile code for REDIR_DEMUXER 18 years ago
  Alex Beregszaszi 0913873e5b remove unused rtsp_callback 18 years ago
  Panagiotis Issaris 0af4407d35 Move unaltered rtsp.c comments to the header file. 18 years ago
  Marc Hoffman db0ed93e22 Fix compilation on Mac OS X, patch by Marc Hoffman, mmh pleasantst com. 18 years ago
  Ramiro Polla 42572ef53f move networking #includes into separate file 18 years ago
  François Revol e9d511dc7e The long awaited BeOS cleanup, phase 1 18 years ago
  Ryan Martell 1ad20f96f2 remove duplicate code, patch by Ryan Martell rdm4 A martellventures P com 18 years ago
  Baptiste Coudurier cbee7a6944 get rid of CODEC_ID_MPEG4AAC after next version bump, and change it to CODEC_ID_AAC where used 18 years ago
  Ryan Martell 31693e00fc Add support for getting duration of a RTP stream (for seeking in stream) 18 years ago
  Ryan Martell d0deedcb07 fix more dynamic protocol stuff, needed by the forthcoming h264 18 years ago
  Thijs dbf30963f3 make ffmpeg able to send back a RTCP receiver report. 18 years ago
  Ryan Martell ed78754216 indentation fix, patch by Ryan Martell % rdm4 A martellventures P com % 18 years ago
  Ryan Martell 4934884a13 Add support for H264 over RTP 18 years ago
  Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
  Måns Rullgård ff70e60176 allow individual selection of muxers and demuxers 19 years ago
  Måns Rullgård d2a067d1d9 give AVInput/OutputFormat structs consistent names 19 years ago
  Stefan Huehner 7b49ce2e34 Add const to (mostly) char* and make some functions static, which aren't used 19 years ago
  Michael Niedermayer c04c3282b4 simplify AVFormatParameters NULL checks 19 years ago
  Diego Biurrun 5509bffa88 Update licensing information: The FSF changed postal address. 19 years ago
  Diego Biurrun bb270c0896 COSMETICS: tabs --> spaces, some prettyprinting 19 years ago
  Diego Biurrun 115329f160 COSMETICS: Remove all trailing whitespace. 19 years ago
  Michael Niedermayer 01f4895c68 changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility 20 years ago
  Romain Degez d1ccf0e0a6 RTP/RTSP and MPEG4-AAC audio 20 years ago
  Michael Niedermayer 0e1ceacde9 buffer overflow in sdp_probe() fix by (Gildas Bazin )gbazin altern org) 20 years ago
  Michael Niedermayer 3129cd0140 allocate a few bytes more for extradata so the bitstream reader if its used by the codec for parsing extardata, doesnt read over the end 20 years ago
  Michael Niedermayer 7b3c1382bf 100l (forgoten seeking functions) 20 years ago
  Petr Doubek 6ba5cbc699 HTTP Authentication Patch by (Petr Doubek <doubek at vision dot ee dot ethz dot ch>) 21 years ago
  Leon van Stuivenberg 2a42b5c37f support url_read which reads less then requested patch by (Leon van Stuivenberg <l dot vanstuivenberg at chello dot nl>) 21 years ago
  Michel Bardiaux bc874daea8 av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) 21 years ago
  Fabrice Bellard ff762d6ed2 initial seek support - more generic play/pause support 21 years ago
  Fabrice Bellard 8b1ab7bf21 added MPEG2TS support in RTP, SDP and RTSP - replaced fake RTP demux by a specific API 21 years ago
  Fabrice Bellard 4358d5def3 removed ctype.h header 22 years ago
  François Revol 438fcb754f OSX and BeOS networking fix (socklen_t) 22 years ago
  Fabrice Bellard b7b8fc3406 suppressed RTSP abort hack - added PLAY/PAUSE 22 years ago
  Fabrice Bellard b689213642 fixed RTP/TCP client support 22 years ago
  Zdenek Kabelac 5c91a6755b * static,const,compiler warning cleanup 22 years ago
  Fabrice Bellard abac617591 renamed libav to libavformat 22 years ago
  Fabrice Bellard cb1fdc6104 match SDP based on content instead of extension 22 years ago
  Fabrice Bellard 93ced3e81a added multicast SDP/RTP demux for multicast streams - added support for MPEG4 video decoding in SDP/RTP 22 years ago