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
2008-03-31Remove useless entries from AVRtpPayloadTypesLuca Abeni
2008-03-31Support mp3 audio in the RTP muxerLuca Abeni
2008-01-06Make AVRtpPayloadTypes static and constantDiego Pettenò
2008-01-04Split the RTP muxer out of rtp.c, to simplify the RTSP demuxer's dependenciesLuca Abeni
2008-01-04Split the RTP demuxing functions out of rtp.c, to simplify the RTP muxer's de...Luca Abeni
2007-12-02Fix some spelling mistakes.Diego Biurrun
2007-11-21Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson
2007-11-16Add MPEG2 support to the RTP muxerLuca Abeni
2007-11-16Remove the "AVRtpPayloadTypes[i].pt == i" assumption from RTP and RTSPLuca Abeni
2007-11-05Do not send too many RTCP packets (according to RFC 3550, the minimumLuca Abeni
2007-11-05Use a symbolic name for the payload size of an RTCP Sender Report packetLuca Abeni
2007-10-02Allow to set the maximum number of frames per RTP packet (and add support forLuca Abeni
2007-09-24Fix a warning by removing an useless assignment (buf_ptr should be onlyLuca Abeni
2007-09-14Support for AAC streaming over RTP. Fragmentation is not implemented yetLuca Abeni
2007-09-10Fix timestamps in RTP packets (now, MPEG1 video with B frames works correctly)Luca Abeni
2007-09-10Properly set RTP and NTP timestamps in RTCP SR packetsLuca Abeni
2007-08-24Move the RTP packetization code for MPEG12 video in its own file (rtp_mpv.c)Luca Abeni
2007-07-19Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris
2007-07-06Use AV_RB* macros where appropriate.Ronald S. Bultje
2007-06-27remove empty write trailer functionsVitor Sessak
2007-06-13remove decode_be32/64 and replace them by AV_RB32/64Ronald S. Bultje
2007-06-12misc spelling fixesDiego Biurrun
2007-04-15add an enum for need_parsingAurelien Jacobs
2007-04-04changes some function declarations from () to (void) as per ansi c.Stefan Huehner
2007-03-05Move rtp_check_and_send_back_rr()'s unaltered comments to the header file.Panagiotis Issaris
2007-03-05Move rtp_get_payload_type()'s unaltered comments to the header file.Panagiotis Issaris
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-09get rid of CODEC_ID_MPEG4AAC after next version bump, and change it to CODEC_...Baptiste Coudurier
2006-11-08add support for rtp/h264 streamingRyan Martell
2006-11-03add valid statistics for the RTCP receiver report.Ryan Martell
2006-11-02Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.Steve L'Homme
2006-10-29fix more dynamic protocol stuff, needed by the forthcoming h264Ryan Martell
2006-10-28move up (in the file) AAC audio handling moved from belowRyan Martell
2006-10-27make ffmpeg able to send back a RTCP receiver report.Thijs
2006-10-27indentation fix, patch by Ryan Martell % rdm4 A martellventures P com %Ryan Martell
2006-10-26Add support for H264 over RTPRyan Martell
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-09-27fix some signedness warningsMåns Rullgård
2006-08-20Added codec id for QCELP.Benjamin Larsson
2006-07-11allow individual selection of muxers and demuxersMåns Rullgård
2006-07-10give AVInput/OutputFormat structs consistent namesMåns Rullgård
2006-06-15Fix typoLuca Abeni
2006-05-28suggest solution for 2 fixmiesMichael Niedermayer
2006-03-30fix constraint violation: libavformat is not allowed to modify state of calle...D Richard Felker III
2006-03-02fix debug code: do not try to take st->codec if st is NULL. This makes ffplay...François Revol
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-07-24mpeg1video m bit fix by (Luca Abeni: lucabe72, email it)Michael Niedermayer