]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavformat/rtpenc.c
add casts to silence gcc warnings
[frescor/ffmpeg.git] / libavformat / rtpenc.c
2009-04-13 stefanoRename bitstream.h to get_bits.h.
2009-04-08 lucabeAdd support for AMR audio in the RTP muxer
2009-04-07 lucabeAdd support for H.263 video in the RTP muxer
2009-03-27 lucabeMake rtp_write_header() fail in case of unsupported...
2009-02-16 lucabeRename rtp_get_payload_type() to ff_rtp_get_payload_typ...
2009-02-06 lucabeDo not use RTP_MAX_PACKET_LENGTH in the RTP muxer
2009-02-06 lucabeMerge rtp_aac.h and rtp_mpv.h in rtpenc.h
2009-02-06 lucabeSplit rtp.h in rtp.h, rtpdec.h, and rtpenc.h
2009-02-05 lucabeIntroduce a new num_frames field in RTPDemuxContext...
2009-01-27 lucabeMerge rtp_internal.h in rtp.h, and remove rtp_internal.h
2009-01-19 diegocosmetics: Remove pointless period after copyright...
2008-07-13 mruRTP: use dprintf(), allow compilation with -DDEBUG
2008-07-08 lucabeRemove outdated comment
2008-06-25 lucabeRemove improper usage of AV_TIME_BASE_Q
2008-06-03 diegoMake long_names in lavf/lavdev optional depending on...
2008-05-09 diegoUse full path for #includes from another directory.
2008-02-20 lucabeFix computation of the "NTP time" field in RTCP SR...
2008-01-21 lucabeAdd support for H.264 video in the RTP muxer
2008-01-04 lucabeSplit the RTP muxer out of rtp.c, to simplify the RTSP...