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

age author description
Sun, 23 Feb 2014 18:14:44 +0000 reimar demuxers: remove pointless sh->ds assignments.
Wed, 19 Feb 2014 23:01:15 +0000 reimar demuxers: ensure that stream ids are correctly initialized.
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
Wed, 30 Jul 2008 12:01:30 +0000 diego Start unifying names of internal preprocessor directives.
Thu, 24 Apr 2008 16:49:31 +0000 diego #include base64.h with full path.
Thu, 14 Feb 2008 14:50:34 +0000 reimar Change force_fps and force_ofps to double
Wed, 22 Aug 2007 23:37:06 +0000 cehoyos Fix compilation of live555 support after FFmpegs r10173.
Sun, 01 Apr 2007 03:03:05 +0000 cehoyos Support h264 over rtsp
Mon, 26 Mar 2007 09:35:03 +0000 cehoyos Handle X-QT extradata in a slightly more correct way
Thu, 22 Mar 2007 10:01:20 +0000 cehoyos Every X-QT stream needs video frame rate (not just avc, mpeg4 and svq3)
Tue, 06 Mar 2007 22:53:52 +0000 nicodvb support for AMR; it works inserting in the first byte of the demux_packet
Tue, 27 Feb 2007 21:20:24 +0000 nicodvb assign missing frametime as 1.0/fps; patch by Carl Eigen Hoyos
Mon, 26 Feb 2007 21:54:52 +0000 nicodvb copy the content of QDM2 atom as extradata for ffqdm2 playback; patch by Carl Eugen Hoyos
Tue, 20 Feb 2007 20:21:15 +0000 nicodvb insert extradata in sh_video->bih+1 instead of pushing it to demuxer->video as separate packet; patch by C.E.Hoyos
Sat, 17 Feb 2007 21:45:16 +0000 nicodvb omit length field of AAC-LATM audio streams; fixes decoding by faad. Patch by Carl Eugen Hoyos (cehoyos ag or at)
Fri, 16 Feb 2007 00:30:05 +0000 nicodvb support for H263-2000; patch by Carl Eugen Hoyos
Wed, 07 Feb 2007 23:41:07 +0000 nicodvb when the video codec is mpeg4video copy the content of the esds in extradata; patch by ceyes ag or at
Sun, 04 Feb 2007 14:02:35 +0000 nicodvb support for SVQ3 in X-QT; patch by Carl Eugen Hoyos (cehoyos ag or at) approved by Ross
Tue, 23 Jan 2007 22:26:13 +0000 nicodvb better autodetection of framerate in case of h264; it works correctly with b-frames.
Mon, 15 Jan 2007 04:57:43 +0000 diego demux_rtp_codec.cpp:100: `INT_MAX' undeclared (first use this function)
Fri, 12 Jan 2007 19:59:47 +0000 gpoirier add support for avc1 in X-QT over RTSP
Wed, 16 Aug 2006 23:40:51 +0000 reimar Simplistic attempt to make H.264 over RTSP work.
Fri, 23 Sep 2005 22:35:04 +0000 rsf "LIVE.COM Streaming Media" is now called "LIVE555 Streaming Media".
Thu, 06 Nov 2003 05:55:52 +0000 rsf Oops, removed a debugging printf from teh previous version.
Thu, 06 Nov 2003 05:53:04 +0000 rsf Increased the threshold for how many incoming frames to look at while guessing
Sun, 27 Jul 2003 10:16:14 +0000 rsf Added support for the "L16" and "L8" (raw PCM audio) RTP payload formats.
Sat, 12 Apr 2003 09:29:13 +0000 rsf Minor code cleanup.
Tue, 11 Mar 2003 19:08:31 +0000 rsf Improved RTP packet buffering, by relying on the underlying OS's UDP
Sun, 09 Feb 2003 17:06:38 +0000 arpi Motion-JPEG RTP streams can now be played. Some MPEG-4 ES video RTP
Mon, 03 Feb 2003 10:27:50 +0000 bertrand Restruct by Ross Finlayson <finlayson@live.com>