summaryrefslogtreecommitdiff
path: root/libavformat/rtp_mpv.c
Commit message (Collapse)AuthorAge
* Add my name to the copyright header, since rtp_mpv now containsLuca Abeni2007-09-24
| | | | | | a fair amount of code written by me Originally committed as revision 10563 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix timestamps in RTP packets (now, MPEG1 video with B frames works correctly)Luca Abeni2007-09-10
| | | | Originally committed as revision 10469 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set the "B" flag in the payload headerLuca Abeni2007-09-03
| | | | Originally committed as revision 10284 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set the "TR" field in the payload headerLuca Abeni2007-09-03
| | | | Originally committed as revision 10283 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correctly set the "P" field in the payload headerLuca Abeni2007-09-03
| | | | Originally committed as revision 10282 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correct packetization for MPEG video frames, and correct setting of theLuca Abeni2007-08-29
| | | | | | "B" and "E" bits in the payload header Originally committed as revision 10260 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove commented code (payload header extension)Luca Abeni2007-08-29
| | | | Originally committed as revision 10259 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Backport fix for mpegvideo rtp, fixes Issue119, original fix from Dario ↵Luca Barbato2007-08-28
| | | | | | Gallucci <dariodotgallucciatpolito.it> in feng Originally committed as revision 10257 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move the RTP packetization code for MPEG12 video in its own file (rtp_mpv.c)Luca Abeni2007-08-24
Originally committed as revision 10201 to svn://svn.ffmpeg.org/ffmpeg/trunk