summaryrefslogtreecommitdiffstats
path: root/libavformat/rtp.c
Commit message (Expand)AuthorAgeFilesLines
...
* add valid statistics for the RTCP receiver report.Ryan Martell2006-11-031-9/+143
* Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.Steve L'Homme2006-11-011-1/+1
* fix more dynamic protocol stuff, needed by the forthcoming h264Ryan Martell2006-10-291-30/+46
* move up (in the file) AAC audio handling moved from belowRyan Martell2006-10-281-21/+27
* make ffmpeg able to send back a RTCP receiver report.Thijs2006-10-271-2/+72
* indentation fix, patch by Ryan Martell % rdm4 A martellventures P com %Ryan Martell2006-10-271-13/+13
* Add support for H264 over RTPRyan Martell2006-10-261-34/+39
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* fix some signedness warningsMåns Rullgård2006-09-271-1/+1
* Added codec id for QCELP.Benjamin Larsson2006-08-201-1/+1
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-101-6/+0
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-091-2/+2
* Fix typoLuca Abeni2006-06-151-1/+1
* suggest solution for 2 fixmiesMichael Niedermayer2006-05-271-0/+1
* fix constraint violation: libavformat is not allowed to modify state of calle...D Richard Felker III2006-03-301-2/+2
* fix debug code: do not try to take st->codec if st is NULL. This makes ffplay...François Revol2006-03-011-2/+3
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-22/+22
* mpeg1video m bit fix by (Luca Abeni: lucabe72, email it)Michael Niedermayer2005-07-231-1/+1
* MPEG4 streaming over RTP patch by (Luca Abeni: lucabe72, email it)Luca Abeni2005-07-231-8/+8
* changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer2005-07-171-18/+15
* trivial pre-C99 fix for rtp.c by (Wolfram Gloger: wmglo, dent med uni-muenche...Michael Niedermayer2005-05-301-0/+2
* RTP/RTSP and MPEG4-AAC audioRomain Degez2005-05-261-110/+238
* switch to native time basesMichael Niedermayer2005-04-301-2/+2
* pass AVPacket into av_write_frame()Michael Niedermayer2004-05-291-4/+5
* av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2004-03-031-1/+1
* use parsersFabrice Bellard2003-11-101-1/+13
* added MPEG2TS support in RTP, SDP and RTSP - replaced fake RTP demux by a spe...Fabrice Bellard2003-10-291-148/+184
* 64 bit pts for writing - more const usageFabrice Bellard2003-09-101-7/+7
* CODEC_ID_MP3LAME is obsoleteFabrice Bellard2003-09-081-3/+3
* fixed NTP generation for mpegFabrice Bellard2003-07-151-7/+24
* per context frame_rate_base, this should finally fix frame_rate related av sy...Michael Niedermayer2003-03-121-4/+2
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-111-23/+23
* renamed libav to libavformatFabrice Bellard2002-11-251-0/+687
OpenPOWER on IntegriCloud