summaryrefslogtreecommitdiff
path: root/libavformat/rtp_h264.c
Commit message (Expand)AuthorAge
* Split rtp.h in rtp.h, rtpdec.h, and rtpenc.hLuca Abeni2009-02-06
* Add "AVFormatContext *ctx" (that being the RTSP demuxer's) as first argumentRonald S. Bultje2009-02-06
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* 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
* Change function prototype of the sdp_parse_a_line in DynamicProtocolHandler.Ronald S. Bultje2008-12-06
* Change function prototype of RTPDynamicPayloadHandler.parse_packet() toRonald S. Bultje2008-10-04
* Rename RTP payload contexts to PayloadContext, suggested by Luca inRonald S. Bultje2008-10-04
* Fix non-debug build.François Revol2008-05-13
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* Add a flags field to the RTPDynamicPayloadPacketHandlerProc (PKT_FLAG_*).Ronald S. Bultje2008-01-18
* Enable debug variable only when debug code is enabled, fixes the warning:Diego Biurrun2007-11-04
* fix the packetization mode parsingLuca Barbato2007-08-10
* h264_rtp_extra_data is not only used for debug purposes, asserts are using it...Alex Beregszaszi2007-07-13
* replace the uses of old string functions that Reimar missedMåns Rullgård2007-06-24
* Remove the unnecessary masking when counting received packet types in the H.264Panagiotis Issaris2007-06-07
* Remove the unnecessary masking when reconstructing the NAL unit header in thePanagiotis Issaris2007-06-07
* Remove the unnecessary masking when extracting the start bit in the H.264 RTPPanagiotis Issaris2007-06-07
* changes some function declarations from () to (void) as per ansi c.Stefan Huehner2007-04-04
* Corrections so that builds with DEBUG workMichel Bardiaux2007-03-08
* move networking #includes into separate fileRamiro Polla2007-02-04
* rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi2007-01-19
* The long awaited BeOS cleanup, phase 1François Revol2007-01-18
* add support for rtp/h264 streamingRyan Martell2006-11-07