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-08Add support for AMR audio in the RTP muxerMartin Storsjö
2009-04-07Add support for H.263 video in the RTP muxerMartin Storsjö
2009-04-07Only insert the SPS and PPS NALs in sprop-parameter-setsMartin Storsjö
2009-02-16Rename rtp_get_payload_type() to ff_rtp_get_payload_type(), as it is notLuca Abeni
2009-02-09cosmetics: comment grammar/spelling fixesDiego Biurrun
2009-02-03use new metadata API in rtp muxerAurelien Jacobs
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2008-11-29Rename functions in sdp.c for consistency's sake.Stefano Sabatini
2008-08-28Export data_to_hex() as private API in lavf, rename to ff_data_to_hex() andRonald S. Bultje
2008-07-29Fix a typo in sdp_write_header(): change "IPV4", which is not a validStefano Sabatini
2008-07-08Print libavformat version in outgoing SDPs.Stefano Sabatini
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2008-05-04Use correct length modifier for pointer diff argument in av_log() call.Diego Biurrun
2008-03-05Add some information about the stream bitrate, if availableLuca Abeni
2008-02-20Missing const, fix warnings:Reimar Döffinger
2008-01-21Support out-of-band parameter sets in SDP for H.264 videoLuca Abeni
2008-01-21Add minimal support for H.264 video in the SDP generatorLuca Abeni
2008-01-10Pass a proper context to av_log()Luca Abeni
2007-11-09Add support for some more audio formatsLuca Abeni
2007-10-26Explicitly include rtp.h (needed for rtp_get_payload_type())Luca Abeni
2007-09-10Test extradata_size instead of the CODEC_FLAG_GLOBAL_HEADER flag to check ifLuca Abeni
2007-09-05AAC support in the SDP generatorLuca Abeni
2007-09-03Fill the buffer with 0 before writing an SDP in itLuca Abeni
2007-08-05Change avf_sdp_create() to get a pre-allocated buffer as input, and toLuca Abeni
2007-08-05Fix linking when RTP is disabled and libraries are dynamicLuca Abeni
2007-07-27Introduce an SDP generatorLuca Abeni