]> git.sesse.net Git - ffmpeg/history - libavformat/rtpenc.c
oggdec: Seek to keyframes
[ffmpeg] / libavformat / rtpenc.c
2010-03-10 Martin StorsjöMake the ntp_time function available to other parts...
2010-02-10 Timo TeräsFix syncronisation for streams with a high encoding...
2010-01-13 Luca AbeniRemove the inclusion of unneeded headers
2009-12-30 Luca AbeniRemove outdated comments.
2009-12-28 Luca AbeniRemove a useless local variable.
2009-12-28 Luca AbeniRemove outdated comment
2009-12-28 Luca AbeniRemove an unneeded local variable.
2009-12-27 Luca AbeniUse different dynamic payload types for audio and video.
2009-04-13 Stefano SabatiniRename bitstream.h to get_bits.h.
2009-04-08 Martin StorsjöAdd support for AMR audio in the RTP muxer
2009-04-07 Martin StorsjöAdd support for H.263 video in the RTP muxer
2009-03-27 Luca AbeniMake rtp_write_header() fail in case of unsupported...
2009-02-16 Luca AbeniRename rtp_get_payload_type() to ff_rtp_get_payload_typ...
2009-02-06 Luca AbeniDo not use RTP_MAX_PACKET_LENGTH in the RTP muxer
2009-02-06 Luca AbeniMerge rtp_aac.h and rtp_mpv.h in rtpenc.h
2009-02-06 Luca AbeniSplit rtp.h in rtp.h, rtpdec.h, and rtpenc.h
2009-02-05 Luca AbeniIntroduce a new num_frames field in RTPDemuxContext...
2009-01-27 Luca AbeniMerge rtp_internal.h in rtp.h, and remove rtp_internal.h
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2008-07-13 Måns RullgårdRTP: use dprintf(), allow compilation with -DDEBUG
2008-07-08 Luca AbeniRemove outdated comment
2008-06-25 Luca AbeniRemove improper usage of AV_TIME_BASE_Q
2008-06-03 Stefano SabatiniMake long_names in lavf/lavdev optional depending on...
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-02-20 Luca AbeniFix computation of the "NTP time" field in RTCP SR...
2008-01-21 Luca AbeniAdd support for H.264 video in the RTP muxer
2008-01-04 Luca AbeniSplit the RTP muxer out of rtp.c, to simplify the RTSP...