]> git.sesse.net Git - ffmpeg/history - libavformat/rtp.c
Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.
[ffmpeg] / libavformat / rtp.c
2006-11-01 Steve L'HommeReplace most of the %lld and %llx by their (cleaner...
2006-10-29 Ryan Martellfix more dynamic protocol stuff, needed by the forthcom...
2006-10-28 Ryan Martellmove up (in the file) AAC audio handling moved from...
2006-10-27 Thijsmake ffmpeg able to send back a RTCP receiver report.
2006-10-27 Ryan Martellindentation fix, patch by Ryan Martell % rdm4 A martell...
2006-10-26 Ryan MartellAdd support for H264 over RTP
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-09-27 Måns Rullgårdfix some signedness warnings
2006-08-20 Benjamin LarssonAdded codec id for QCELP.
2006-07-10 Måns Rullgårdallow individual selection of muxers and demuxers
2006-07-09 Måns Rullgårdgive AVInput/OutputFormat structs consistent names
2006-06-15 Luca AbeniFix typo
2006-05-27 Michael Niedermayersuggest solution for 2 fixmies
2006-03-30 D Richard Felker IIIfix constraint violation: libavformat is not allowed...
2006-03-01 François Revolfix debug code: do not try to take st->codec if st...
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-07-23 Michael Niedermayermpeg1video m bit fix by (Luca Abeni: lucabe72, email it)
2005-07-23 Luca AbeniMPEG4 streaming over RTP patch by (Luca Abeni: lucabe72...
2005-07-17 Michael Niedermayerchanging AVCodecContext codec -> *codec in AVStream...
2005-05-30 Michael Niedermayertrivial pre-C99 fix for rtp.c by (Wolfram Gloger: wmglo...
2005-05-26 Romain DegezRTP/RTSP and MPEG4-AAC audio
2005-04-30 Michael Niedermayerswitch to native time bases
2004-05-29 Michael Niedermayerpass AVPacket into av_write_frame()
2004-03-03 Michel Bardiauxav_log() patch by (Michel Bardiaux <mbardiaux at peakti...
2003-11-10 Fabrice Bellarduse parsers
2003-10-29 Fabrice Bellardadded MPEG2TS support in RTP, SDP and RTSP - replaced...
2003-09-10 Fabrice Bellard64 bit pts for writing - more const usage
2003-09-08 Fabrice BellardCODEC_ID_MP3LAME is obsolete
2003-07-15 Fabrice Bellardfixed NTP generation for mpeg
2003-03-12 Michael Niedermayerper context frame_rate_base, this should finally fix...
2003-02-11 Zdenek Kabelac* UINTX -> uintx_t INTX -> intx_t
2002-11-25 Fabrice Bellardrenamed libav to libavformat