log libmpdemux/demux_rtp_codec.cpp @ 29238:d643e4643313

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