aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/rtp_h264.c
Commit message (Expand)AuthorAgeFilesLines
* Add a flags field to the RTPDynamicPayloadPacketHandlerProc (PKT_FLAG_*).Ronald S. Bultje2008-01-181-1/+1
* Enable debug variable only when debug code is enabled, fixes the warning:Diego Biurrun2007-11-041-0/+2
* fix the packetization mode parsingLuca Barbato2007-08-101-2/+2
* h264_rtp_extra_data is not only used for debug purposes, asserts are using it...Alex Beregszaszi2007-07-131-2/+0
* replace the uses of old string functions that Reimar missedMåns Rullgård2007-06-241-3/+4
* Remove the unnecessary masking when counting received packet types in the H.264Panagiotis Issaris2007-06-071-1/+1
* Remove the unnecessary masking when reconstructing the NAL unit header in thePanagiotis Issaris2007-06-071-1/+1
* Remove the unnecessary masking when extracting the start bit in the H.264 RTPPanagiotis Issaris2007-06-071-1/+1
* changes some function declarations from () to (void) as per ansi c.Stefan Huehner2007-04-041-1/+1
* Corrections so that builds with DEBUG workMichel Bardiaux2007-03-081-1/+3
* move networking #includes into separate fileRamiro Polla2007-02-041-5/+1
* rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi2007-01-191-1/+1
* The long awaited BeOS cleanup, phase 1François Revol2007-01-181-5/+1
* add support for rtp/h264 streamingRyan Martell2006-11-071-0/+419