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 (Collapse)Author
2007-11-05Do not send too many RTCP packets (according to RFC 3550, the minimumLuca Abeni
RTCP interval should be 5 seconds) Originally committed as revision 10930 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-11-05Use a symbolic name for the payload size of an RTCP Sender Report packetLuca Abeni
Originally committed as revision 10929 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-02Allow to set the maximum number of frames per RTP packet (and add support forLuca Abeni
this in the AAC packetizer) Originally committed as revision 10647 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-24Fix a warning by removing an useless assignment (buf_ptr should be onlyLuca Abeni
used in the RTP muxer, and not in the demuxer) Originally committed as revision 10561 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-14Support for AAC streaming over RTP. Fragmentation is not implemented yetLuca Abeni
Originally committed as revision 10491 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-10Fix timestamps in RTP packets (now, MPEG1 video with B frames works correctly)Luca Abeni
Originally committed as revision 10469 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-10Properly set RTP and NTP timestamps in RTCP SR packetsLuca Abeni
Originally committed as revision 10468 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-24Move the RTP packetization code for MPEG12 video in its own file (rtp_mpv.c)Luca Abeni
Originally committed as revision 10201 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-19Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris
Originally committed as revision 9760 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-06Use AV_RB* macros where appropriate.Ronald S. Bultje
patch by Ronald S. Bultje, rsbultje gmail com thread: Re: [FFmpeg-devel] remove int readers date: Sat, 23 Jun 2007 09:32:12 -0400 Originally committed as revision 9499 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-27remove empty write trailer functionsVitor Sessak
patch by Vitor: [vitor1001 gmail com] Originally committed as revision 9442 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-13remove decode_be32/64 and replace them by AV_RB32/64Ronald S. Bultje
patch by Ronald S. Bultje: \ rbultje at ronald bitfreak net / Originally committed as revision 9299 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-12misc spelling fixesDiego Biurrun
Originally committed as revision 9289 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-04-15add an enum for need_parsingAurelien Jacobs
Originally committed as revision 8742 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-04-04changes some function declarations from () to (void) as per ansi c.Stefan Huehner
Patch by Stefan Huehner % stefan A huehner P org % Originally committed as revision 8625 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-05Move rtp_check_and_send_back_rr()'s unaltered comments to the header file.Panagiotis Issaris
Originally committed as revision 8234 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-05Move rtp_get_payload_type()'s unaltered comments to the header file.Panagiotis Issaris
Originally committed as revision 8233 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-04move networking #includes into separate fileRamiro Polla
patch by Ramiro Polla angustia =a= arrozcru =d= no-ip =d= org Originally committed as revision 7817 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-20rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi
Originally committed as revision 7587 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-18The long awaited BeOS cleanup, phase 1François Revol
Originally committed as revision 7581 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-09get rid of CODEC_ID_MPEG4AAC after next version bump, and change it to ↵Baptiste Coudurier
CODEC_ID_AAC where used Originally committed as revision 6954 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-08add support for rtp/h264 streamingRyan Martell
Patch by Ryan Martell % rdm4 A martellventures P com % Original thread: Date: Nov 6, 2006 8:56 PM Subject: [Ffmpeg-devel] [PATCH] H.264 via RTP Originally committed as revision 6936 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-03add valid statistics for the RTCP receiver report.Ryan Martell
Basically taken verbatim from RFC 1889. Patch by Ryan Martell % rdm4 A martellventures P com % Original thread: Date: Oct 31, 2006 12:43 AM Subject: [Ffmpeg-devel] [PATCH] RTCP valid receiver statistics.... Originally committed as revision 6879 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-02Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.Steve L'Homme
patch by Steve Lhomme, slhomme divxcorp com Originally committed as revision 6868 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-29fix more dynamic protocol stuff, needed by the forthcoming h264Ryan Martell
streaming patch. (Minor additions to give more information to the dynamic protocol handlers, and a slight rearrangement of code.) Patch by Ryan Martell %rdm4 A martellventures P com% Original thread: Date: Oct 29, 2006 2:30 AM Subject: Re: [Ffmpeg-devel] RTP patches & RFC Originally committed as revision 6831 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-28move up (in the file) AAC audio handling moved from belowRyan Martell
This is because upper section handles packets, and the lower switch handles timestamps Patch by Ryan Martell % rdm4 A martellventures P com % Original thread: Date: Oct 27, 2006 11:40 PM Subject: Re: [Ffmpeg-devel] RTP patches & RFC Originally committed as revision 6817 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-27make ffmpeg able to send back a RTCP receiver report.Thijs
Patch by Thijs thijsvermeir A telenet P be Original thread: Date: Oct 27, 2006 12:58 PM Subject: [Ffmpeg-devel] [PATCH proposal] RTCP receiver report Originally committed as revision 6805 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-27indentation fix, patch by Ryan Martell % rdm4 A martellventures P com %Ryan Martell
Original thread: Date: Oct 27, 2006 6:17 AM Subject: Re: [Ffmpeg-devel] RTP patches & RFC Originally committed as revision 6804 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-26Add support for H264 over RTPRyan Martell
Patch by Ryan Martell % rdm4 A martellventures P com % Original thread: Date: Oct 9, 2006 4:55 PM Subject: [Ffmpeg-devel] RTP patches & RFC Actual committed patch: Date: Oct 26, 2006 4:29 PM Originally committed as revision 6798 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-09-27fix some signedness warningsMåns Rullgård
Originally committed as revision 6355 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-20Added codec id for QCELP.Benjamin Larsson
Originally committed as revision 6036 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-07-11allow individual selection of muxers and demuxersMåns Rullgård
Originally committed as revision 5707 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-07-10give AVInput/OutputFormat structs consistent namesMåns Rullgård
Originally committed as revision 5697 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-06-15Fix typoLuca Abeni
Originally committed as revision 5478 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-05-28suggest solution for 2 fixmiesMichael Niedermayer
Originally committed as revision 5415 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-03-30fix constraint violation: libavformat is not allowed to modify state of ↵D Richard Felker III
caller, including rng state Originally committed as revision 5249 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-03-02fix debug code: do not try to take st->codec if st is NULL. This makes ↵François Revol
ffplay give me pics from FreeBoxTV \o/ Originally committed as revision 5090 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-07-24mpeg1video m bit fix by (Luca Abeni: lucabe72, email it)Michael Niedermayer
Originally committed as revision 4470 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-07-24MPEG4 streaming over RTP patch by (Luca Abeni: lucabe72, email it)Luca Abeni
Originally committed as revision 4469 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-07-18changing AVCodecContext codec -> *codec in AVStream so additions to ↵Michael Niedermayer
AVCodecContext dont randomize AVStream and break binary compatibility Originally committed as revision 4453 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-05-30trivial pre-C99 fix for rtp.c by (Wolfram Gloger: wmglo, dent med ↵Michael Niedermayer
uni-muenchen de) Originally committed as revision 4321 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-05-26RTP/RTSP and MPEG4-AAC audioRomain Degez
- preliminary support for mpeg4-aac rtp payload (no interleaving support) - use udp transport as default (makes more sense with rtp, doesn't it ?) - some code factorization, so adding support for new rtp payload will be easier (I hope ;-) patch by (Romain DEGEZ: romain degez, smartjog com) Originally committed as revision 4306 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-05-01switch to native time basesMichael Niedermayer
Originally committed as revision 4168 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-05-29pass AVPacket into av_write_frame()Michael Niedermayer
fixes the random dts/pts during encoding asf preroll fix no more initial zero frames for b frame encoding mpeg-es dts during demuxing fixed .ffm timestamp scale fixed, ffm is still broken though Originally committed as revision 3168 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-03-03av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux
Originally committed as revision 2840 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-11-10use parsersFabrice Bellard
Originally committed as revision 2496 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-10-29added MPEG2TS support in RTP, SDP and RTSP - replaced fake RTP demux by a ↵Fabrice Bellard
specific API Originally committed as revision 2448 to svn://svn.ffmpeg.org/ffmpeg/trunk