Welcome to mirror list, hosted at ThFree Co, Russian Federation.

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