summaryrefslogtreecommitdiff
path: root/libavformat/rtp_h264.c
Commit message (Collapse)AuthorAge
* fix the packetization mode parsingLuca Barbato2007-08-10
| | | | Originally committed as revision 10055 to svn://svn.ffmpeg.org/ffmpeg/trunk
* h264_rtp_extra_data is not only used for debug purposes, asserts are using ↵Alex Beregszaszi2007-07-13
| | | | | | it also Originally committed as revision 9623 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replace the uses of old string functions that Reimar missedMåns Rullgård2007-06-24
| | | | Originally committed as revision 9406 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the unnecessary masking when counting received packet types in the H.264Panagiotis Issaris2007-06-07
| | | | | | RTP parsing code. Originally committed as revision 9241 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the unnecessary masking when reconstructing the NAL unit header in thePanagiotis Issaris2007-06-07
| | | | | | H.264 RTP parsing code. Originally committed as revision 9240 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the unnecessary masking when extracting the start bit in the H.264 RTPPanagiotis Issaris2007-06-07
| | | | | | parsing code. Originally committed as revision 9239 to svn://svn.ffmpeg.org/ffmpeg/trunk
* changes some function declarations from () to (void) as per ansi c.Stefan Huehner2007-04-04
| | | | | | Patch by Stefan Huehner % stefan A huehner P org % Originally committed as revision 8625 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Corrections so that builds with DEBUG workMichel Bardiaux2007-03-08
| | | | Originally committed as revision 8295 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move networking #includes into separate fileRamiro Polla2007-02-04
| | | | | | patch by Ramiro Polla angustia =a= arrozcru =d= no-ip =d= org Originally committed as revision 7817 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi2007-01-19
| | | | Originally committed as revision 7587 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The long awaited BeOS cleanup, phase 1François Revol2007-01-18
| | | | Originally committed as revision 7581 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add support for rtp/h264 streamingRyan Martell2006-11-07
Patch by Ryan Martell % rdm4 A martellventures P com % Original thread: Date: Nov 6, 2006 8:56 PM Subject: [Ffmpeg-devel] [PATCH] H.264 via RTP Originally committed as revision 6936 to svn://svn.ffmpeg.org/ffmpeg/trunk