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
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-03-28Initialize ssrc and base_timestamp using ff_random_get_seed()Martin Storsjö
2010-03-15Use AVFormatContext.start_time_realtime in the RTP muxerMartin Storsjö
2010-03-11Make the ntp_time function available to other parts of libavformat, as ff_ntp...Martin Storsjö
2010-02-10Fix syncronisation for streams with a high encoding delay.Timo Teräs
2010-01-13Remove the inclusion of unneeded headersLuca Abeni
2009-12-30Remove outdated comments.Luca Abeni
2009-12-28Remove a useless local variable.Luca Abeni
2009-12-28Remove outdated commentLuca Abeni
2009-12-28Remove an unneeded local variable.Luca Abeni
2009-12-28Use different dynamic payload types for audio and video.Luca Abeni
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini
2009-04-08Add support for AMR audio in the RTP muxerMartin Storsjö
2009-04-07Add support for H.263 video in the RTP muxerMartin Storsjö
2009-03-28Make rtp_write_header() fail in case of unsupported payload typeLuca Abeni
2009-02-16Rename rtp_get_payload_type() to ff_rtp_get_payload_type(), as it is notLuca Abeni
2009-02-06Do not use RTP_MAX_PACKET_LENGTH in the RTP muxerLuca Abeni
2009-02-06Merge rtp_aac.h and rtp_mpv.h in rtpenc.hLuca Abeni
2009-02-06Split rtp.h in rtp.h, rtpdec.h, and rtpenc.hLuca Abeni
2009-02-05Introduce a new num_frames field in RTPDemuxContext so that rtp_aac.cLuca Abeni
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-07-13RTP: use dprintf(), allow compilation with -DDEBUGMåns Rullgård
2008-07-08Remove outdated commentLuca Abeni
2008-06-25Remove improper usage of AV_TIME_BASE_QLuca Abeni
2008-06-03Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2008-02-20Fix computation of the "NTP time" field in RTCP SR packets, and do notLuca Abeni
2008-01-21Add support for H.264 video in the RTP muxerLuca Abeni
2008-01-04Split the RTP muxer out of rtp.c, to simplify the RTSP demuxer's dependenciesLuca Abeni