summaryrefslogtreecommitdiff
path: root/libavformat/rtp.c
Commit message (Expand)AuthorAge
...
* remove empty write trailer functionsVitor Sessak2007-06-27
* remove decode_be32/64 and replace them by AV_RB32/64Ronald S. Bultje2007-06-13
* misc spelling fixesDiego Biurrun2007-06-12
* add an enum for need_parsingAurelien Jacobs2007-04-15
* changes some function declarations from () to (void) as per ansi c.Stefan Huehner2007-04-04
* Move rtp_check_and_send_back_rr()'s unaltered comments to the header file.Panagiotis Issaris2007-03-04
* Move rtp_get_payload_type()'s unaltered comments to the header file.Panagiotis Issaris2007-03-04
* move networking #includes into separate fileRamiro Polla2007-02-04
* rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi2007-01-19
* The long awaited BeOS cleanup, phase 1François Revol2007-01-18
* get rid of CODEC_ID_MPEG4AAC after next version bump, and change it to CODEC_...Baptiste Coudurier2006-11-09
* add support for rtp/h264 streamingRyan Martell2006-11-07
* add valid statistics for the RTCP receiver report.Ryan Martell2006-11-03
* Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.Steve L'Homme2006-11-01
* fix more dynamic protocol stuff, needed by the forthcoming h264Ryan Martell2006-10-29
* move up (in the file) AAC audio handling moved from belowRyan Martell2006-10-28
* make ffmpeg able to send back a RTCP receiver report.Thijs2006-10-27
* indentation fix, patch by Ryan Martell % rdm4 A martellventures P com %Ryan Martell2006-10-27
* Add support for H264 over RTPRyan Martell2006-10-26
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* fix some signedness warningsMåns Rullgård2006-09-27
* Added codec id for QCELP.Benjamin Larsson2006-08-20
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-10
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-09
* Fix typoLuca Abeni2006-06-15
* suggest solution for 2 fixmiesMichael Niedermayer2006-05-27
* fix constraint violation: libavformat is not allowed to modify state of calle...D Richard Felker III2006-03-30
* fix debug code: do not try to take st->codec if st is NULL. This makes ffplay...François Revol2006-03-01
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* mpeg1video m bit fix by (Luca Abeni: lucabe72, email it)Michael Niedermayer2005-07-23
* MPEG4 streaming over RTP patch by (Luca Abeni: lucabe72, email it)Luca Abeni2005-07-23
* changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer2005-07-17
* trivial pre-C99 fix for rtp.c by (Wolfram Gloger: wmglo, dent med uni-muenche...Michael Niedermayer2005-05-30
* RTP/RTSP and MPEG4-AAC audioRomain Degez2005-05-26
* switch to native time basesMichael Niedermayer2005-04-30
* pass AVPacket into av_write_frame()Michael Niedermayer2004-05-29
* av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2004-03-03
* use parsersFabrice Bellard2003-11-10
* added MPEG2TS support in RTP, SDP and RTSP - replaced fake RTP demux by a spe...Fabrice Bellard2003-10-29
* 64 bit pts for writing - more const usageFabrice Bellard2003-09-10
* CODEC_ID_MP3LAME is obsoleteFabrice Bellard2003-09-08
* fixed NTP generation for mpegFabrice Bellard2003-07-15
* per context frame_rate_base, this should finally fix frame_rate related av sy...Michael Niedermayer2003-03-12
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-11
* renamed libav to libavformatFabrice Bellard2002-11-25