log libmpdemux/demux_rtp.cpp @ 37195:ac6c37d85d65 default tip

age author description
Sat, 21 Sep 2013 16:53:12 +0000 reimar Move rtsp_transport_* variables to demuxer.c
Mon, 05 Mar 2012 18:14:38 +0000 cehoyos Fix compilation with new LIVE555 libraries.
Wed, 26 Oct 2011 15:12:25 +0000 diego demux_rtp: Replace extern declarations by proper header #includes.
Fri, 01 Jul 2011 20:54:57 +0000 reimar Add a hack to receive audio while probing video FPS.
Fri, 17 Sep 2010 15:02:46 +0000 diego Rename preprocessor directives: CONFIG_LIBAVCODEC --> CONFIG_FFMPEG
Sat, 11 Sep 2010 22:47:53 +0000 diego Remove pointless typedef keyword from struct RTPState declaration; fixes:
Thu, 24 Jun 2010 09:23:49 +0000 diego Move rtsp_port extern declaration to demuxer.h.
Tue, 08 Jun 2010 09:29:14 +0000 cehoyos Support RTSP/RTP over HTTP via LIVE555.
Sun, 21 Feb 2010 20:03:49 +0000 diego Drop weird and unnecessary _s/_st suffixes from demuxer struct names.
Wed, 02 Sep 2009 11:07:02 +0000 reimar free(), delete and delete[] are all different and can't just be used at random,
Wed, 12 Aug 2009 15:20:14 +0000 cehoyos Fix possible double-free.
Tue, 11 Aug 2009 18:52:18 +0000 cehoyos Make *avcctx AVCodecContext instead of void.
Tue, 11 Aug 2009 18:28:26 +0000 cehoyos Fix a crash when playing some H264 over rtsp streams: Do pass an
Mon, 25 May 2009 20:28:35 +0000 lu_zero Unify over rtsp_transport_tcp as var to hold the -rtsp-stream-over-tcp flag and make sure libnemesi only builds are fine
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.