summaryrefslogtreecommitdiffstats
path: root/libmpdemux/demux_rtp_codec.cpp
Commit message (Expand)AuthorAgeFilesLines
* build: enable/disable all FFmpeg libraries togetherUoti Urpala2010-11-021-2/+2
* Silence permanent warning messages when decoding H264 over rtsp withcehoyos2010-05-021-1/+6
* Silence two gcc warnings: suggest parentheses around && within ||cehoyos2009-11-181-2/+2
* Make *avcctx AVCodecContext instead of void.cehoyos2009-08-111-1/+1
* Fix a crash when playing some H264 over rtsp streams: Do pass ancehoyos2009-08-111-0/+2
* Parse BitsPerSample and SamplesPerSec when playing PCM in X-QT overcehoyos2009-08-111-0/+4
* Fix QT RLE in X-QT via rtsp://.cehoyos2009-08-051-0/+2
* whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-7/+7
* Add standard license header to all files in libmpdemux.diego2009-05-081-2/+20
* fix audio in some rtsp streams, ok'd by lu_zerocompn2008-08-111-0/+1
* Start unifying names of internal preprocessor directives.diego2008-07-301-2/+2
* #include base64.h with full path.diego2008-04-241-1/+1
* Change force_fps and force_ofps to doublereimar2008-02-141-1/+1
* Fix compilation of live555 support after FFmpegs r10173.cehoyos2007-08-221-1/+1
* Support h264 over rtspcehoyos2007-04-011-0/+57
* Handle X-QT extradata in a slightly more correct waycehoyos2007-03-261-6/+2
* Every X-QT stream needs video frame rate (not just avc, mpeg4 and svq3)cehoyos2007-03-221-1/+1
* support for AMR; it works inserting in the first byte of the demux_packetnicodvb2007-03-061-0/+4
* assign missing frametime as 1.0/fps; patch by Carl Eigen Hoyosnicodvb2007-02-271-0/+1
* copy the content of QDM2 atom as extradata for ffqdm2 playback; patch by Carl...nicodvb2007-02-261-0/+19
* insert extradata in sh_video->bih+1 instead of pushing it to demuxer->video a...nicodvb2007-02-201-6/+19
* omit length field of AAC-LATM audio streams; fixes decoding by faad. Patch by...nicodvb2007-02-171-0/+2
* support for H263-2000; patch by Carl Eugen Hoyosnicodvb2007-02-161-0/+1
* when the video codec is mpeg4video copy the content of the esds in extradata;...nicodvb2007-02-071-1/+4
* support for SVQ3 in X-QT; patch by Carl Eugen Hoyos (cehoyos ag or at) approv...nicodvb2007-02-041-2/+3
* better autodetection of framerate in case of h264; it works correctly with b-...nicodvb2007-01-231-2/+8
* demux_rtp_codec.cpp:100: `INT_MAX' undeclared (first use this function)diego2007-01-151-0/+1
* add support for avc1 in X-QT over RTSPgpoirier2007-01-121-0/+21
* Simplistic attempt to make H.264 over RTSP work.reimar2006-08-161-0/+4
* "LIVE.COM Streaming Media" is now called "LIVE555 Streaming Media".rsf2005-09-231-1/+1
* Oops, removed a debugging printf from teh previous version.rsf2003-11-061-1/+0
* Increased the threshold for how many incoming frames to look at while guessingrsf2003-11-061-1/+2
* Added support for the "L16" and "L8" (raw PCM audio) RTP payload formats.rsf2003-07-271-3/+14
* Minor code cleanup.rsf2003-04-121-3/+4
* Improved RTP packet buffering, by relying on the underlying OS's UDPrsf2003-03-111-25/+73
* Motion-JPEG RTP streams can now be played. Some MPEG-4 ES video RTParpi2003-02-091-3/+10
* Restruct by Ross Finlayson <finlayson@live.com>bertrand2003-02-031-0/+203