log libmpdemux/demux_rtp_codec.cpp @ 35344:228b73274ab6

age author description
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.