| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename bitstream.h to get_bits.h. | Stefano Sabatini | 2009-04-13 | 1 | -1/+1 |
* | Don't let finalize_packet() touch pkt->stream_index. Instead, let individual | Ronald S. Bultje | 2009-03-03 | 1 | -0/+2 |
* | Add context to some av_log() calls. | Benoit Fouet | 2009-03-02 | 1 | -11/+11 |
* | Split rtp.h in rtp.h, rtpdec.h, and rtpenc.h | Luca Abeni | 2009-02-06 | 1 | -1/+1 |
* | Add "AVFormatContext *ctx" (that being the RTSP demuxer's) as first argument | Ronald S. Bultje | 2009-02-06 | 1 | -1/+2 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | Merge rtp_internal.h in rtp.h, and remove rtp_internal.h | Luca Abeni | 2009-01-27 | 1 | -1/+1 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun | 2009-01-19 | 1 | -1/+1 |
* | Change function prototype of the sdp_parse_a_line in DynamicProtocolHandler. | Ronald S. Bultje | 2008-12-06 | 1 | -2/+3 |
* | Change function prototype of RTPDynamicPayloadHandler.parse_packet() to | Ronald S. Bultje | 2008-10-04 | 1 | -4/+2 |
* | Rename RTP payload contexts to PayloadContext, suggested by Luca in | Ronald S. Bultje | 2008-10-04 | 1 | -11/+9 |
* | Fix non-debug build. | François Revol | 2008-05-13 | 1 | -0/+2 |
* | Use full path for #includes from another directory. | Diego Biurrun | 2008-05-09 | 1 | -3/+3 |
* | Add a flags field to the RTPDynamicPayloadPacketHandlerProc (PKT_FLAG_*). | Ronald S. Bultje | 2008-01-18 | 1 | -1/+1 |
* | Enable debug variable only when debug code is enabled, fixes the warning: | Diego Biurrun | 2007-11-04 | 1 | -0/+2 |
* | fix the packetization mode parsing | Luca Barbato | 2007-08-10 | 1 | -2/+2 |
* | h264_rtp_extra_data is not only used for debug purposes, asserts are using it... | Alex Beregszaszi | 2007-07-13 | 1 | -2/+0 |
* | replace the uses of old string functions that Reimar missed | Måns Rullgård | 2007-06-24 | 1 | -3/+4 |
* | Remove the unnecessary masking when counting received packet types in the H.264 | Panagiotis Issaris | 2007-06-07 | 1 | -1/+1 |
* | Remove the unnecessary masking when reconstructing the NAL unit header in the | Panagiotis Issaris | 2007-06-07 | 1 | -1/+1 |
* | Remove the unnecessary masking when extracting the start bit in the H.264 RTP | Panagiotis Issaris | 2007-06-07 | 1 | -1/+1 |
* | changes some function declarations from () to (void) as per ansi c. | Stefan Huehner | 2007-04-04 | 1 | -1/+1 |
* | Corrections so that builds with DEBUG work | Michel Bardiaux | 2007-03-08 | 1 | -1/+3 |
* | move networking #includes into separate file | Ramiro Polla | 2007-02-04 | 1 | -5/+1 |
* | rename BE/LE_8/16/32 to AV_RL/B_8/16/32 | Alex Beregszaszi | 2007-01-19 | 1 | -1/+1 |
* | The long awaited BeOS cleanup, phase 1 | François Revol | 2007-01-18 | 1 | -5/+1 |
* | add support for rtp/h264 streaming | Ryan Martell | 2006-11-07 | 1 | -0/+419 |