Wed, 02 Jan 2008 19:40:43 +0000 |
diego |
Drop RTSP default protocol.
libavformat
|
Fri, 28 Dec 2007 11:25:25 +0000 |
lu_zero |
Real RTSP support, from Ronald S. Bultje rsbultje gmail - part 3 Reindent
libavformat
|
Fri, 28 Dec 2007 11:23:25 +0000 |
lu_zero |
Real RTSP support, from Ronald S. Bultje rsbultje gmail - part 2 x-pn-tng support
libavformat
|
Fri, 28 Dec 2007 11:10:17 +0000 |
lu_zero |
Real RTSP support, from Ronald S. Bultje rsbultje gmail - part 1 Comment
libavformat
|
Thu, 29 Nov 2007 08:35:05 +0000 |
lucabe |
Suppress the "redirector hack" from libavformat/utils.c:av_open_input_stream(),
libavformat
|
Thu, 22 Nov 2007 14:13:23 +0000 |
lu_zero |
Make av_read_frame with rtsp client return EINTR on interrupt
libavformat
|
Wed, 21 Nov 2007 10:26:11 +0000 |
lu_zero |
Make av_read_frame with rtsp client return EINTR on interrupt
libavformat
|
Wed, 21 Nov 2007 07:41:00 +0000 |
andoma |
Use dynamically allocated ByteIOContext in AVFormatContext
libavformat
|
Fri, 16 Nov 2007 07:59:41 +0000 |
lucabe |
Remove the "AVRtpPayloadTypes[i].pt == i" assumption from RTP and RTSP
libavformat
|
Wed, 07 Nov 2007 14:20:40 +0000 |
lucabe |
Specify the server address when opening an rtp:// URL in rtsp.c, so
libavformat
|
Tue, 30 Oct 2007 08:10:45 +0000 |
lucabe |
If local port n is not available, try n + 2 instead of continuing to bind
libavformat
|
Mon, 29 Oct 2007 09:15:35 +0000 |
lucabe |
Remove the inclusion of rtsp.h and rtp.h from avformat.h, and
libavformat
|
Sat, 25 Aug 2007 15:12:38 +0000 |
lucabe |
Use correct timescale in RTSP seeking
libavformat
|
Thu, 19 Jul 2007 15:23:32 +0000 |
takis |
Replace all occurrences of AVERROR_IO with AVERROR(EIO).
libavformat
|
Thu, 19 Jul 2007 15:21:30 +0000 |
takis |
Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).
libavformat
|
Mon, 16 Jul 2007 10:56:40 +0000 |
alex |
.memleak fix by Ronald Bultje. OK'd by Luca.
libavformat
|
Thu, 12 Jul 2007 21:12:33 +0000 |
lu_zero |
rtsp multicast fix by Thijs Vermeir $1$2@gmail.com
libavformat
|
Fri, 06 Jul 2007 09:32:34 +0000 |
diego |
Use AV_RB* macros where appropriate.
libavformat
|
Thu, 05 Jul 2007 20:58:34 +0000 |
benoit |
check udp_read_packet return value not to access uninitialized memory
libavformat
|
Sun, 24 Jun 2007 11:27:12 +0000 |
mru |
replace the uses of old string functions that Reimar missed
libavformat
|
Sat, 23 Jun 2007 23:10:32 +0000 |
mru |
use new string functions
libavformat
|
Tue, 22 May 2007 07:51:39 +0000 |
benoit |
Add transport method options
libavformat
|
Tue, 22 May 2007 07:47:04 +0000 |
benoit |
Add support for options
libavformat
|
Thu, 26 Apr 2007 23:41:20 +0000 |
alex |
Don't compile RTSP_DEMUXER if not requested
libavformat
|
Thu, 26 Apr 2007 23:40:36 +0000 |
alex |
properly compile code for REDIR_DEMUXER
libavformat
|
Thu, 26 Apr 2007 17:38:30 +0000 |
alex |
remove unused rtsp_callback
libavformat
|
Mon, 05 Mar 2007 13:53:42 +0000 |
takis |
Move unaltered rtsp.c comments to the header file.
libavformat
|
Thu, 22 Feb 2007 08:40:33 +0000 |
diego |
Fix compilation on Mac OS X, patch by Marc Hoffman, mmh pleasantst com.
libavformat
|
Sun, 04 Feb 2007 17:05:44 +0000 |
mru |
move networking #includes into separate file
libavformat
|
Thu, 18 Jan 2007 17:22:30 +0000 |
mmu_man |
The long awaited BeOS cleanup, phase 1
libavformat
|
Thu, 16 Nov 2006 08:48:05 +0000 |
gpoirier |
remove duplicate code, patch by Ryan Martell rdm4 A martellventures P com
libavformat
|
Thu, 09 Nov 2006 11:37:30 +0000 |
bcoudurier |
get rid of CODEC_ID_MPEG4AAC after next version bump, and change it to CODEC_ID_AAC where used
libavformat
|
Mon, 06 Nov 2006 21:58:43 +0000 |
gpoirier |
Add support for getting duration of a RTP stream (for seeking in stream)
libavformat
|
Sun, 29 Oct 2006 10:58:51 +0000 |
gpoirier |
fix more dynamic protocol stuff, needed by the forthcoming h264
libavformat
|
Fri, 27 Oct 2006 18:19:29 +0000 |
gpoirier |
make ffmpeg able to send back a RTCP receiver report.
libavformat
|
Fri, 27 Oct 2006 17:51:20 +0000 |
gpoirier |
indentation fix, patch by Ryan Martell % rdm4 A martellventures P com %
libavformat
|
Thu, 26 Oct 2006 18:36:03 +0000 |
gpoirier |
Add support for H264 over RTP
libavformat
|
Sat, 07 Oct 2006 15:30:46 +0000 |
diego |
Change license headers to say 'FFmpeg' instead of 'this program/this library'
libavformat
|
Mon, 10 Jul 2006 21:14:37 +0000 |
mru |
allow individual selection of muxers and demuxers
libavformat
|
Sun, 09 Jul 2006 23:40:53 +0000 |
mru |
give AVInput/OutputFormat structs consistent names
libavformat
|
Sun, 18 Jun 2006 11:33:14 +0000 |
diego |
Add const to (mostly) char* and make some functions static, which aren't used
libavformat
|
Sat, 11 Mar 2006 00:22:21 +0000 |
michael |
simplify AVFormatParameters NULL checks
libavformat
|
Thu, 12 Jan 2006 22:43:26 +0000 |
diego |
Update licensing information: The FSF changed postal address.
libavformat
|
Thu, 22 Dec 2005 01:10:11 +0000 |
diego |
COSMETICS: tabs --> spaces, some prettyprinting
libavformat
|
Sat, 17 Dec 2005 18:14:38 +0000 |
diego |
COSMETICS: Remove all trailing whitespace.
libavformat
|
Sun, 17 Jul 2005 22:24:36 +0000 |
michael |
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility
libavformat
|
Thu, 26 May 2005 07:47:51 +0000 |
michael |
RTP/RTSP and MPEG4-AAC audio
libavformat
|
Wed, 16 Mar 2005 19:06:34 +0000 |
michael |
buffer overflow in sdp_probe() fix by (Gildas Bazin )gbazin altern org)
libavformat
|
Sat, 13 Nov 2004 01:27:35 +0000 |
michael |
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
libavformat
|
Mon, 11 Oct 2004 23:53:53 +0000 |
michael |
100l (forgoten seeking functions)
libavformat
|
Thu, 12 Aug 2004 00:09:32 +0000 |
michael |
HTTP Authentication Patch by (Petr Doubek <doubek at vision dot ee dot ethz dot ch>)
libavformat
|
Sat, 20 Mar 2004 19:57:28 +0000 |
michael |
support url_read which reads less then requested patch by (Leon van Stuivenberg <l dot vanstuivenberg at chello dot nl>)
libavformat
|
Wed, 03 Mar 2004 15:41:21 +0000 |
michael |
av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)
libavformat
|
Mon, 10 Nov 2003 18:39:26 +0000 |
bellard |
initial seek support - more generic play/pause support
libavformat
|
Wed, 29 Oct 2003 14:25:27 +0000 |
bellard |
added MPEG2TS support in RTP, SDP and RTSP - replaced fake RTP demux by a specific API
libavformat
|
Mon, 08 Sep 2003 20:04:44 +0000 |
bellard |
removed ctype.h header
libavformat
|
Thu, 24 Jul 2003 13:30:27 +0000 |
mmu_man |
OSX and BeOS networking fix (socklen_t)
libavformat
|
Thu, 17 Jul 2003 10:27:47 +0000 |
bellard |
suppressed RTSP abort hack - added PLAY/PAUSE
libavformat
|
Tue, 15 Jul 2003 16:57:35 +0000 |
bellard |
fixed RTP/TCP client support
libavformat
|
Mon, 10 Feb 2003 09:35:32 +0000 |
kabi |
* static,const,compiler warning cleanup
libavformat
|
Mon, 25 Nov 2002 19:07:40 +0000 |
bellard |
renamed libav to libavformat
libavformat
|