summaryrefslogtreecommitdiffstats
path: root/libavformat/rtp_mpv.c
Commit message (Expand)AuthorAgeFilesLines
* Fix MPEG video packetization for RTPLuca Abeni2008-07-101-2/+2
* Fix neverending loop which might happen when sending high-bitrate MPEG2Luca Abeni2008-06-191-1/+1
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-2/+2
* Add my name to the copyright header, since rtp_mpv now containsLuca Abeni2007-09-241-0/+1
* Fix timestamps in RTP packets (now, MPEG1 video with B frames works correctly)Luca Abeni2007-09-101-4/+1
* Set the "B" flag in the payload headerLuca Abeni2007-09-031-0/+7
* Set the "TR" field in the payload headerLuca Abeni2007-09-031-1/+4
* Correctly set the "P" field in the payload headerLuca Abeni2007-09-031-1/+7
* Correct packetization for MPEG video frames, and correct setting of theLuca Abeni2007-08-291-4/+40
* Remove commented code (payload header extension)Luca Abeni2007-08-291-11/+0
* Backport fix for mpegvideo rtp, fixes Issue119, original fix from Dario Gallu...Luca Barbato2007-08-281-9/+16
* Move the RTP packetization code for MPEG12 video in its own file (rtp_mpv.c)Luca Abeni2007-08-241-0/+72
OpenPOWER on IntegriCloud