OSDN Git Service

rtpdec: Don't pass non-const pointers to fmtp attribute parsing functions
[android-x86/external-ffmpeg.git] / libavformat / rtpdec.c
2015-02-24 Martin Storsjörtpdec: Don't pass non-const pointers to fmtp attribute...
2015-02-24 Martin Storsjörtpdec: Change enc_name to a pointer instead of a fixed...
2015-02-24 Gilles Chanteperdrixlibavformat: add T.140 RTP depacketization (RFC 4103)
2015-02-22 Thomas Volkertrtpdec: DV depacketizer (RFC 6469)
2015-02-21 Gilles Chanteperdrixlibavformat: add robust MPEG audio depacketization...
2015-02-21 Gilles Chanteperdrixlibavformat: add AC3 RTP depacketization (RFC 4184)
2015-02-21 Gilles Chanteperdrixrtpdec: fix issue with conversion from unsigned to...
2014-12-18 Thomas Volkertrtp: Initial H.261 support
2014-10-24 Martin Storsjölavf: Use av_gettime_relative
2014-09-24 Vittorio Giovarartpdec_hevc: Drop a duplicated, nonstandard entry
2014-09-03 Thomas Volkertrtpdec: HEVC/H.265 support
2014-07-09 Anton Khirnovrtpdec: pass an AVFormatContext to ff_parse_fmtp()
2013-10-28 Anton Khirnovlavf: do not export av_register_{rtp,rdt}_dynamic_paylo...
2013-06-06 Martin Storsjörtpdec: Fix the alphabetical ordering in registering...
2013-03-08 Anton Khirnovavpacket: use AVBuffer to allow refcounting the packets.
2013-03-02 Martin Storsjörtpdec: Initialize some variables to silence compiler...
2013-01-20 Martin Storsjörtpdec/srtp: Handle CSRC fields being present
2013-01-20 Martin Storsjörtpdec: Check the return value from av_new_packet
2013-01-20 Martin Storsjörtpdec: Move setting the parsing flags to the actual...
2013-01-20 Martin Storsjörtpdec: Split handling of mpeg12 audio/video to a separ...
2013-01-20 Martin Storsjörtpdec: Split mpegts parsing to a normal depacketizer
2013-01-20 Martin Storsjörtpdec: Reorder payload handler registration alphabetically
2013-01-15 Martin Storsjörtsp: Support decryption of SRTP signalled via RFC...
2013-01-14 Martin Storsjörtpdec: Handle more received packets than expected...
2013-01-14 Martin Storsjörtpdec: Simplify insertion into the linked list queue
2013-01-14 Martin Storsjörtpdec: Remove a woefully misplaced comment
2013-01-12 Martin Storsjörtpdec: Send a valid "delay since SR" value in the...
2013-01-12 Martin Storsjörtpdec: Calculate and report packet reception jitter
2013-01-12 Martin Storsjörtpdec: Fix the calculation of expected number of packets
2013-01-11 Martin Storsjörtpdec: Remove a useless todo comment
2013-01-10 Martin Storsjörtpdec: Add a terminating null byte at the end of the...
2013-01-08 Martin Storsjörtpdec: Support sending RTCP feedback packets
2013-01-08 Martin Storsjörtpdec: Store the dynamic payload handler in the rtpdec...
2013-01-03 Martin Storsjörtsp: Add support for depacketizing RTP data via custom IO
2013-01-03 Martin Storsjörtpdec: Move the URLContext used for RTCP RR out from...
2012-12-21 Martin Storsjörtpdec: Pass the sequence number to depacketizers
2012-12-12 Martin Storsjörtpdec: Limit writing to the buffer size
2012-12-10 Martin Storsjörtpdec: Remove an outdated todo comment
2012-12-10 Martin Storsjörtpdec: Rename a static variable to normal naming conve...
2012-12-09 Martin Storsjörtpdec: K&R formatting and spelling cosmetics
2012-11-02 Anton Khirnovrtpdec: factorize identical code used in several handlers
2012-10-28 Martin Storsjörtpdec: Cosmetic cleanup
2012-10-21 Martin Storsjörtpdec: Don't pass a non-AVClass pointer as log context
2012-10-09 Martin Storsjörtp: Support packetization/depacketization of opus
2012-09-26 Martin Storsjörtpdec: Remove a useless ff_ prefix from a static symbol
2012-09-26 Dmitry Samonenkortpdec: Support depacketizing speex
2012-09-09 Samuel Pitoisetrtp: Depacketization of JPEG (RFC 2435)
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-07-28 Anton KhirnovAdd missing libavutil/time.h includes.
2012-06-29 Ronald S. Bultjertpdec: Don't explicitly include unistd.h any longer
2012-06-18 Martin Storsjörtpdec: Add a depacketizer for iLBC
2012-04-08 Martin Storsjörtsp: Don't expose the MS-RTSP RTX data stream to the...
2012-03-03 Justin Rugglesavcodec: add a Vorbis parser to get packet duration
2012-02-16 Martin Storsjörtp: Factorize the check for distinguishing RTCP packet...
2012-02-14 Martin Storsjörtpdec: Support H263 in RFC 2190 format
2012-01-21 Martin Storsjörtpdec: Use our own SSRC in the SDES field when sending RRs
2011-11-30 Miroslav Slugeňrtpdec: Add support for G726 audio
2011-11-18 John Brooksrtpdec: only use RTCP for PTS when synchronizing multip...
2011-11-18 John Brooksrtpdec: unwrap RTP timestamps for PTS calculation
2011-11-11 John Brooksrtpdec: Simplify finalize_packet
2011-11-06 Reimar DöffingerReplace all usage of strcasecmp/strncasecmp
2011-10-12 Martin Storsjörtpdec: Add ff_ prefix to all nonstatic symbols
2011-10-12 John Brooksrtpdec: Read the packet length for all RTCP packet...
2011-10-12 John Brooksrtpdec: Fix the minimum packet length for RTCP SR packets
2011-07-21 Diego Biurrunrtp: remove disabled code
2011-07-03 Mans RullgardDo not include mathematics.h in avutil.h
2011-06-03 Mans RullgardMark some variables with av_unused
2011-05-12 Diego Biurrunconfigure: Do not unconditionally add -D_POSIX_C_SOURCE...
2011-04-04 Anton Khirnovavio: make url_write() internal.
2011-04-03 Anton Khirnovavio: make url_open_dyn_packet_buf internal.
2011-04-03 Anton Khirnovavio: avio_ prefix for url_close_dyn_buf
2011-04-03 Anton Khirnovavio: avio_ prefix for url_open_dyn_buf
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-03-17 Anton Khirnovavio: rename put_flush_packet -> avio_flush
2011-02-21 Anton Khirnovavio: avio: avio_ prefixes for put_* functions
2011-02-20 Anton Khirnovavio: rename ByteIOContext to AVIOContext.
2011-01-29 Luca BarbatoReplace dprintf with av_dlog
2011-01-25 Diego Elio PettenòMake RTPFirstDynamicPayloadHandler static to rtpdec.c
2011-01-25 Diego Elio PettenòMake ff_realmedia_mp3_dynamic_handler static.
2011-01-06 Martin Storsjörtpdec: Don't set RTP timestamps if they already are...
2011-01-01 Martin Storsjörtpdec: Emit timestamps for packets before the first...
2010-12-15 Martin Storsjörtsp: Don't set the RTP time base from the sample rate...
2010-12-15 Luca BarbatoReinstate default time_base for rtp streams
2010-12-07 Martin Storsjörtsp/rtpdec: Set the AVStream time_base directly in...
2010-12-07 Martin Storsjörtpdec: Handle MP3 in RealRTSP
2010-12-06 Martin Storsjörtpdec: Skip padding bytes at the end of packets
2010-12-05 Martin Storsjörtpdec: Add functions for finding depacketizers by...
2010-12-05 Martin Storsjörtpdec: Add a dynamic payload handler for the x-Purevoi...
2010-10-15 Martin Storsjörtpdec: Return AVERROR(EAGAIN) for mpegts parsing errors
2010-10-13 Martin Storsjörtpdec: Don't use the no reordering codepath if there...
2010-10-13 Martin Storsjörtpdec: Handle wrapping seq numbers in has_next_packet...
2010-10-13 Martin Storsjörtpdec: Parse the next packet in the sequence if it...
2010-10-13 Martin Storsjörtpdec: Return AVERROR(EAGAIN) if out of data for mpegt...
2010-10-13 Martin Storsjörtpdec: Don't call the depacketizer to return more...
2010-10-13 Martin Storsjörtpdec: Split out storing of the depacketization return...
2010-10-08 Martin Storsjörtpdec: Set prev_ret properly when parsing more data...
2010-10-08 Martin Storsjörtpdec: Store the previous return value for mpegts...
2010-10-08 Robert Schlabbachrtpdec: Keep track of the previous return value from...
2010-10-06 Robert Schlabbachrtpdec: Handle RTP header extension
2010-10-06 Martin StorsjöAdd RTP depacketization of the X-QT QuickTime format
next