OSDN Git Service

libx264: add 'direct-pred' private option
[coroid/ffmpeg_saccubus.git] / libavformat / rtpenc.c
2011-07-17 Anton Khirnovlavf: use designated initialisers for all (de)muxers.
2011-07-03 Mans RullgardDo not include mathematics.h in avutil.h
2011-06-10 Martin Storsjörtpenc: Declare the rtp flags private AVOptions in...
2011-06-10 Juan Carlos Rodriguezrtpenc: MP4A-LATM payload support
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-03-17 Anton Khirnovavio: rename put_flush_packet -> avio_flush
2011-03-07 Anton Khirnovavio: deprecate url_fget_max_packet_size
2011-02-21 Anton Khirnovavio: avio: avio_ prefixes for put_* functions
2011-01-29 Luca BarbatoReplace dprintf with av_dlog
2011-01-26 Diego Elio PettenòPrefix all _demuxer, _muxer, _protocol from libavformat...
2010-12-05 Martin StorsjöRTP/VP8: Update the warning about the VP8 payload
2010-09-15 Martin StorsjöHandle G.722 in RTP, and all the exceptions mandated...
2010-08-25 Josh Allmannrtp: Replace hardcoded RTCP packet types with defines
2010-08-16 Josh AllmannAdd RTP packetization of VP8
2010-08-07 Josh AllmannAdd RTP packetization of Theora and Vorbis
2010-07-06 Måns Rullgårdrtpenc: remove unnecessary #include unistd.h
2010-06-17 Luca AbeniSimplify (no need to check for st->codec->extradata...
2010-06-16 Luca AbeniIf the video stream is H.264 with MP4 syntax, store...
2010-05-23 Martin StorsjöMake ff_random_get_seed public, rename to av_get_random...
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-03-28 Martin StorsjöInitialize ssrc and base_timestamp using ff_random_get_...
2010-03-15 Martin StorsjöUse AVFormatContext.start_time_realtime in the RTP...
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...