log libmpdemux/demux_rtp_codec.cpp @ 36085:d3e8f4f71514

age author description
Mon, 21 Jan 2013 19:44:53 +0000 diego Replace CODEC_IDs their modern AV_-prefixed counterparts.
Mon, 06 Feb 2012 06:30:12 +0000 siretart Update deprecated avcodec_alloc_context()/avcodec_open() API calls
Wed, 26 Oct 2011 15:12:25 +0000 diego demux_rtp: Replace extern declarations by proper header #includes.
Sun, 14 Nov 2010 09:12:34 +0000 cboesch Remove most of the NULL pointer check before free all over the code
Mon, 13 Sep 2010 18:19:25 +0000 diego build system: Merge all FFmpeg library checks into a single FFmpeg check.
Sun, 11 Jul 2010 09:03:59 +0000 cehoyos Fix compilation with liblive555 after r31675.
Sun, 02 May 2010 10:47:40 +0000 cehoyos Silence permanent warning messages when decoding H264 over rtsp with
Wed, 18 Nov 2009 18:24:05 +0000 cehoyos Silence two gcc warnings: suggest parentheses around && within ||
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
Tue, 11 Aug 2009 18:07:43 +0000 cehoyos Parse BitsPerSample and SamplesPerSec when playing PCM in X-QT over
Wed, 05 Aug 2009 23:16:21 +0000 cehoyos Fix QT RLE in X-QT via rtsp://.
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Fri, 08 May 2009 21:51:13 +0000 diego Add standard license header to all files in libmpdemux.
Mon, 11 Aug 2008 17:32:31 +0000 compn fix audio in some rtsp streams, ok'd by lu_zero