summaryrefslogtreecommitdiff
path: root/libavformat/rtp_mpv.c
Commit message (Expand)AuthorAge
* Split rtp.h in rtp.h, rtpdec.h, and rtpenc.hLuca Abeni2009-02-06
* Merge rtp_internal.h in rtp.h, and remove rtp_internal.hLuca Abeni2009-01-27
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* spelling cosmeticsDiego Biurrun2008-10-02
* Fix MPEG video packetization for RTPLuca Abeni2008-07-10
* Fix neverending loop which might happen when sending high-bitrate MPEG2Luca Abeni2008-06-19
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* Add my name to the copyright header, since rtp_mpv now containsLuca Abeni2007-09-24
* Fix timestamps in RTP packets (now, MPEG1 video with B frames works correctly)Luca Abeni2007-09-10
* Set the "B" flag in the payload headerLuca Abeni2007-09-03
* Set the "TR" field in the payload headerLuca Abeni2007-09-03
* Correctly set the "P" field in the payload headerLuca Abeni2007-09-03
* Correct packetization for MPEG video frames, and correct setting of theLuca Abeni2007-08-29
* Remove commented code (payload header extension)Luca Abeni2007-08-29
* Backport fix for mpegvideo rtp, fixes Issue119, original fix from Dario Gallu...Luca Barbato2007-08-28
* Move the RTP packetization code for MPEG12 video in its own file (rtp_mpv.c)Luca Abeni2007-08-24