11 Commits (f4096bf6eeddc605457192476dbbf110d4cc6140)

Author SHA1 Message Date
Martin Storsjö 86042de8a5 rtpdec_h264: Pass NAL type 0 through 14 years ago
Martin Storsjö 965a3ddb1f Remove mostly unnecessary rtpdec_*.h files, store the declarations in one file 14 years ago
Luca Barbato dc6cf61e33 Handle av_base64_decode return value 14 years ago
Josh Allmann fb4ca2cb51 rtpdec: Clean up FMTP parsing code in H.264 RTP depacketizer 14 years ago
Josh Allmann 1ed3cef513 Reindent 14 years ago
Josh Allmann 7aa0118c46 rtpdec: Return ENOMEM if H.264 RTP fails to allocate memory for SDP extradata 14 years ago
Luca Barbato 48790d8ba8 Remove stray and possibly wrong line, rtpdec.c sets that already 15 years ago
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
Martin Storsjö b9b8ed2a02 Properly pad H.264 extradata when taken from fmtp SDP attributes 15 years ago
Martin Storsjö f65919af7e Rename RTP depacketizer files from rtp_* to rtpdec_* 15 years ago
Ronald S. Bultje 3307e6ea86 Prefix non-static RTSP functions with ff_. 15 years ago
Gordon Irlam 9cad7e2193 Fix a typo in rtp_h264.c:parse_h264_sdp_line(). Patch by Gordon Irlam 15 years ago
Colin McQuillan 202a6697ba Use named initializers and use new/free_context() instead of extradata() 15 years ago
Stefano Sabatini 9106a698e7 Rename bitstream.h to get_bits.h. 16 years ago
Ronald S. Bultje eafb17d140 Don't let finalize_packet() touch pkt->stream_index. Instead, let individual 16 years ago
Benoit Fouet 2fddbb68b6 Add context to some av_log() calls. 16 years ago
Luca Abeni 302879cb36 Split rtp.h in rtp.h, rtpdec.h, and rtpenc.h 16 years ago
Ronald S. Bultje 1a45a9f4c0 Add "AVFormatContext *ctx" (that being the RTSP demuxer's) as first argument 16 years ago
Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
Luca Abeni 20631a9c15 Merge rtp_internal.h in rtp.h, and remove rtp_internal.h 16 years ago
Diego Biurrun 406792e7b0 cosmetics: Remove pointless period after copyright statement non-sentences. 16 years ago
Ronald S. Bultje 7b2a070800 Change function prototype of the sdp_parse_a_line in DynamicProtocolHandler. 16 years ago
Ronald S. Bultje 9b932b8ac0 Change function prototype of RTPDynamicPayloadHandler.parse_packet() to 16 years ago
Ronald S. Bultje ed0aacc76e Rename RTP payload contexts to PayloadContext, suggested by Luca in 16 years ago
François Revol 7cf6af27c9 Fix non-debug build. 17 years ago
Diego Biurrun 245976da2a Use full path for #includes from another directory. 17 years ago
Ronald S. Bultje f841a0fca1 Add a flags field to the RTPDynamicPayloadPacketHandlerProc (PKT_FLAG_*). 17 years ago
Diego Biurrun b7a42d14bf Enable debug variable only when debug code is enabled, fixes the warning: 17 years ago
Luca Barbato 272872e44b fix the packetization mode parsing 17 years ago
Alex Beregszaszi ef466de0a8 h264_rtp_extra_data is not only used for debug purposes, asserts are using it also 17 years ago
Måns Rullgård f7d78f3654 replace the uses of old string functions that Reimar missed 17 years ago
Panagiotis Issaris 716f6b47f2 Remove the unnecessary masking when counting received packet types in the H.264 18 years ago
Panagiotis Issaris 7699645e7d Remove the unnecessary masking when reconstructing the NAL unit header in the 18 years ago
Panagiotis Issaris 6ab6525e11 Remove the unnecessary masking when extracting the start bit in the H.264 RTP 18 years ago
Stefan Huehner 2b100ab2bf changes some function declarations from () to (void) as per ansi c. 18 years ago
Michel Bardiaux bdb4b698d8 Corrections so that builds with DEBUG work 18 years ago
Ramiro Polla 42572ef53f move networking #includes into separate file 18 years ago
Alex Beregszaszi fead30d444 rename BE/LE_8/16/32 to AV_RL/B_8/16/32 18 years ago
François Revol e9d511dc7e The long awaited BeOS cleanup, phase 1 18 years ago
Ryan Martell 1d1be919ce add support for rtp/h264 streaming 18 years ago