2012-02-23 |
Martin Storsjö | rtpenc: Allow packetizing H263 according to the old... |
blob | commitdiff | raw |
2011-10-17 |
Martin Storsjö | rtp: Fix ff_rtp_get_payload_type |
blob | commitdiff | raw | diff to current |
2011-10-12 |
Anton Khirnov | Remove all uses of deprecated AVOptions API. |
blob | commitdiff | raw | diff to current |
2011-09-26 |
Rafaël Carré | rtp: Simplify ff_rtp_get_payload_type |
blob | commitdiff | raw | diff to current |
2011-09-26 |
Rafaël Carré | rtpenc: Add a payload type private option |
blob | commitdiff | raw | diff to current |
2011-09-23 |
Rafaël Carré | rtp: factorize dynamic payload type fallback |
blob | commitdiff | raw | diff to current |
2011-03-19 |
Mans Rullgard | Replace FFmpeg with Libav in licence headers |
blob | commitdiff | raw | diff to current |
2010-09-15 |
Martin Storsjö | Handle G.722 in RTP, and all the exceptions mandated... |
blob | commitdiff | raw | diff to current |
2010-03-30 |
Stefano Sabatini | Define AVMediaType enum, and use it instead of enum... |
blob | commitdiff | raw | diff to current |
2010-01-11 |
Luca Abeni | Remove the inclusion of unneeded headers |
blob | commitdiff | raw | diff to current |
2009-04-13 |
Stefano Sabatini | Rename bitstream.h to get_bits.h. |
blob | commitdiff | raw | diff to current |
2009-04-07 |
Luca Abeni | Do not return payload type 34 for H.263 (it is deprecated) |
blob | commitdiff | raw | diff to current |
2009-02-17 |
Luca Abeni | Remame rtp_get_codec_info() to ff_rtp_get_codec_info... |
blob | commitdiff | raw | diff to current |
2009-02-16 |
Luca Abeni | Rename rtp_get_payload_type() to ff_rtp_get_payload_typ... |
blob | commitdiff | raw | diff to current |
2009-01-27 |
Luca Abeni | Merge rtp_internal.h in rtp.h, and remove rtp_internal.h |
blob | commitdiff | raw | diff to current |
2009-01-19 |
Diego Biurrun | cosmetics: Remove pointless period after copyright... |
blob | commitdiff | raw | diff to current |
2008-06-24 |
Luca Abeni | Do not set sample_rate = 90000 for mp2 and mp3 audio... |
blob | commitdiff | raw | diff to current |
2008-05-09 |
Diego Biurrun | Use full path for #includes from another directory. |
blob | commitdiff | raw | diff to current |
2008-03-31 |
Luca Abeni | Add a comment about missing entries |
blob | commitdiff | raw | diff to current |
2008-03-31 |
Luca Abeni | Use the correct size for the enc_name field (removing... |
blob | commitdiff | raw | diff to current |
2008-03-31 |
Luca Abeni | Remove useless entries from AVRtpPayloadTypes |
blob | commitdiff | raw | diff to current |
2008-03-31 |
Luca Abeni | Support mp3 audio in the RTP muxer |
blob | commitdiff | raw | diff to current |
2008-01-06 |
Diego Pettenò | Make AVRtpPayloadTypes static and constant |
blob | commitdiff | raw | diff to current |
2008-01-04 |
Luca Abeni | Split the RTP muxer out of rtp.c, to simplify the RTSP... |
blob | commitdiff | raw | diff to current |
2008-01-04 |
Luca Abeni | Split the RTP demuxing functions out of rtp.c, to simpl... |
blob | commitdiff | raw | diff to current |
2007-12-02 |
Diego Biurrun | Fix some spelling mistakes. |
blob | commitdiff | raw | diff to current |
2007-11-21 |
Björn Axelsson | Use dynamically allocated ByteIOContext in AVFormatContext |
blob | commitdiff | raw | diff to current |
2007-11-16 |
Luca Abeni | Add MPEG2 support to the RTP muxer |
blob | commitdiff | raw | diff to current |
2007-11-16 |
Luca Abeni | Remove the "AVRtpPayloadTypes[i].pt == i" assumption... |
blob | commitdiff | raw | diff to current |
2007-11-05 |
Luca Abeni | Do not send too many RTCP packets (according to RFC... |
blob | commitdiff | raw | diff to current |
2007-11-05 |
Luca Abeni | Use a symbolic name for the payload size of an RTCP... |
blob | commitdiff | raw | diff to current |
2007-10-02 |
Luca Abeni | Allow to set the maximum number of frames per RTP packe... |
blob | commitdiff | raw | diff to current |
2007-09-24 |
Luca Abeni | Fix a warning by removing an useless assignment (buf_pt... |
blob | commitdiff | raw | diff to current |
2007-09-14 |
Luca Abeni | Support for AAC streaming over RTP. Fragmentation is... |
blob | commitdiff | raw | diff to current |
2007-09-10 |
Luca Abeni | Fix timestamps in RTP packets (now, MPEG1 video with... |
blob | commitdiff | raw | diff to current |
2007-09-10 |
Luca Abeni | Properly set RTP and NTP timestamps in RTCP SR packets |
blob | commitdiff | raw | diff to current |
2007-08-24 |
Luca Abeni | Move the RTP packetization code for MPEG12 video in... |
blob | commitdiff | raw | diff to current |
2007-07-19 |
Panagiotis Issaris | Replace all occurrences of AVERROR_IO with AVERROR... |
blob | commitdiff | raw | diff to current |
2007-07-06 |
Ronald S. Bultje | Use AV_RB* macros where appropriate. |
blob | commitdiff | raw | diff to current |
2007-06-27 |
Vitor Sessak | remove empty write trailer functions |
blob | commitdiff | raw | diff to current |
2007-06-13 |
Ronald S. Bultje | remove decode_be32/64 and replace them by AV_RB32/64 |
blob | commitdiff | raw | diff to current |
2007-06-12 |
Diego Biurrun | misc spelling fixes |
blob | commitdiff | raw | diff to current |
2007-04-15 |
Aurelien Jacobs | add an enum for need_parsing |
blob | commitdiff | raw | diff to current |
2007-04-04 |
Stefan Huehner | changes some function declarations from () to (void... |
blob | commitdiff | raw | diff to current |
2007-03-04 |
Panagiotis Issaris | Move rtp_check_and_send_back_rr()'s unaltered comments... |
blob | commitdiff | raw | diff to current |
2007-03-04 |
Panagiotis Issaris | Move rtp_get_payload_type()'s unaltered comments to... |
blob | commitdiff | raw | diff to current |
2007-02-04 |
Ramiro Polla | move networking #includes into separate file |
blob | commitdiff | raw | diff to current |
2007-01-19 |
Alex Beregszaszi | rename BE/LE_8/16/32 to AV_RL/B_8/16/32 |
blob | commitdiff | raw | diff to current |
2007-01-18 |
François Revol | The long awaited BeOS cleanup, phase 1 |
blob | commitdiff | raw | diff to current |
2006-11-09 |
Baptiste Coudurier | get rid of CODEC_ID_MPEG4AAC after next version bump... |
blob | commitdiff | raw | diff to current |
2006-11-07 |
Ryan Martell | add support for rtp/h264 streaming |
blob | commitdiff | raw | diff to current |
2006-11-03 |
Ryan Martell | add valid statistics for the RTCP receiver report. |
blob | commitdiff | raw | diff to current |
2006-11-01 |
Steve L'Homme | Replace most of the %lld and %llx by their (cleaner... |
blob | commitdiff | raw | diff to current |
2006-10-29 |
Ryan Martell | fix more dynamic protocol stuff, needed by the forthcom... |
blob | commitdiff | raw | diff to current |
2006-10-28 |
Ryan Martell | move up (in the file) AAC audio handling moved from... |
blob | commitdiff | raw | diff to current |
2006-10-27 |
Thijs | make ffmpeg able to send back a RTCP receiver report. |
blob | commitdiff | raw | diff to current |
2006-10-27 |
Ryan Martell | indentation fix, patch by Ryan Martell % rdm4 A martell... |
blob | commitdiff | raw | diff to current |
2006-10-26 |
Ryan Martell | Add support for H264 over RTP |
blob | commitdiff | raw | diff to current |
2006-10-07 |
Diego Biurrun | Change license headers to say 'FFmpeg' instead of ... |
blob | commitdiff | raw | diff to current |
2006-09-27 |
Måns Rullgård | fix some signedness warnings |
blob | commitdiff | raw | diff to current |
2006-08-20 |
Benjamin Larsson | Added codec id for QCELP. |
blob | commitdiff | raw | diff to current |
2006-07-10 |
Måns Rullgård | allow individual selection of muxers and demuxers |
blob | commitdiff | raw | diff to current |
2006-07-09 |
Måns Rullgård | give AVInput/OutputFormat structs consistent names |
blob | commitdiff | raw | diff to current |
2006-06-15 |
Luca Abeni | Fix typo |
blob | commitdiff | raw | diff to current |
2006-05-27 |
Michael Niedermayer | suggest solution for 2 fixmies |
blob | commitdiff | raw | diff to current |
2006-03-30 |
D Richard Felker III | fix constraint violation: libavformat is not allowed... |
blob | commitdiff | raw | diff to current |
2006-03-01 |
François Revol | fix debug code: do not try to take st->codec if st... |
blob | commitdiff | raw | diff to current |
2006-01-12 |
Diego Biurrun | Update licensing information: The FSF changed postal... |
blob | commitdiff | raw | diff to current |
2005-12-17 |
Diego Biurrun | COSMETICS: Remove all trailing whitespace. |
blob | commitdiff | raw | diff to current |
2005-07-23 |
Michael Niedermayer | mpeg1video m bit fix by (Luca Abeni: lucabe72, email it) |
blob | commitdiff | raw | diff to current |
2005-07-23 |
Luca Abeni | MPEG4 streaming over RTP patch by (Luca Abeni: lucabe72... |
blob | commitdiff | raw | diff to current |
2005-07-17 |
Michael Niedermayer | changing AVCodecContext codec -> *codec in AVStream... |
blob | commitdiff | raw | diff to current |
2005-05-30 |
Michael Niedermayer | trivial pre-C99 fix for rtp.c by (Wolfram Gloger: wmglo... |
blob | commitdiff | raw | diff to current |
2005-05-26 |
Romain Degez | RTP/RTSP and MPEG4-AAC audio |
blob | commitdiff | raw | diff to current |
2005-04-30 |
Michael Niedermayer | switch to native time bases |
blob | commitdiff | raw | diff to current |
2004-05-29 |
Michael Niedermayer | pass AVPacket into av_write_frame() |
blob | commitdiff | raw | diff to current |
2004-03-03 |
Michel Bardiaux | av_log() patch by (Michel Bardiaux <mbardiaux at peakti... |
blob | commitdiff | raw | diff to current |
2003-11-10 |
Fabrice Bellard | use parsers |
blob | commitdiff | raw | diff to current |
2003-10-29 |
Fabrice Bellard | added MPEG2TS support in RTP, SDP and RTSP - replaced... |
blob | commitdiff | raw | diff to current |
2003-09-10 |
Fabrice Bellard | 64 bit pts for writing - more const usage |
blob | commitdiff | raw | diff to current |
2003-09-08 |
Fabrice Bellard | CODEC_ID_MP3LAME is obsolete |
blob | commitdiff | raw | diff to current |
2003-07-15 |
Fabrice Bellard | fixed NTP generation for mpeg |
blob | commitdiff | raw | diff to current |
2003-03-12 |
Michael Niedermayer | per context frame_rate_base, this should finally fix... |
blob | commitdiff | raw | diff to current |
2003-02-11 |
Zdenek Kabelac | * UINTX -> uintx_t INTX -> intx_t |
blob | commitdiff | raw | diff to current |
2002-11-25 |
Fabrice Bellard | renamed libav to libavformat |
blob | commitdiff | raw | diff to current |
|