summaryrefslogtreecommitdiff
path: root/libavformat/rtpdec.c
Commit message (Expand)AuthorAge
* rtp: convert to new channel layout APIVittorio Giovara2022-03-15
* avformat/rtpdec: Fix negative missed packets in warning messageLimin Wang2022-01-30
* avformat/rtpdec: Make ff_rtp_handler_iterate() staticAndreas Rheinhardt2021-09-08
* avformat/rtpdec: Fix prft wallclock time.Alok Priyadarshi2021-03-30
* avformat/rtpdec: attach producer reference time if availableAlok Priyadarshi2021-03-23
* avformat/rtpdec: use av_packet_alloc() to allocate packetsJames Almer2021-03-17
* avformat/rtpdec: Avoid allocations of small dynamic buffersAndreas Rheinhardt2021-01-31
* avformat/rtpdec: Constify RTPDynamicProtocolHandlersAndreas Rheinhardt2021-01-24
* avformat/rtpdec: export Opus extradata in ff_rtp_parse_open()Jonathan Baudanza2021-01-03
* avformat: remove unneeded avio_flush() calls before calling avio_close_dyn_buf()Marton Balint2020-01-07
* lavf/rtpdec: Constify several pointers.Carl Eugen Hoyos2018-02-11
* lavf/rtp: replace linked list with arrayJosh de Kock2018-02-06
* rtp: rfc4175: add handler for YCbCr-4:2:2Damien Riegel2017-04-05
* avformat/rtpdec: Add support for 24 bit RTSP audio playbackTimur Aydin2016-11-05
* lavf/rtpdec_g726: Map mime type G726 to g726le.Carl Eugen Hoyos2016-10-22
* Merge commit 'b7f98659f21dce438c33b512e25fd64b8d07c347'Clément Bœsch2016-06-29
|\
| * Remove unnecessary get_bits.h #includesDiego Biurrun2016-06-07
* | Merge commit '9ea78fd00a49f0691c1a5134eb59d4e5bb380a2a'Clément Bœsch2016-06-21
|\|
| * rtpdec: Always check if we have the next packet queuedMartin Storsjö2016-05-11
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-21
|\|
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* | Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-10
|\|
| * lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* | avformat/rtpdec: Remove stray debug av_log()Michael Niedermayer2016-03-26
* | rtpdec: support for VC-2 HQ RTP payload format (draft v1)Thomas Volkert2016-03-22
* | Merge commit '8d918a98aa24134a043d578ef45bae363dbed9db'Derek Buitenhuis2016-02-24
|\|
| * rtpdec: Use the right logging contextDiego Biurrun2016-02-19
* | Merge commit '22cc57da64bfd73f2206969486b0aa183ee76479'Hendrik Leppkes2015-09-17
|\|
| * rtpdec: Forward the memory failureLuca Barbato2015-09-16
| * rtpdec: inform jitter buffer sizeEloi BAIL2015-09-16
* | Merge commit 'ff7f6ea9db2a77d74f7e68a716f53ba1f3f85017'Hendrik Leppkes2015-09-16
|\|
| * rtpdec: add a trace when jitter buffer is fullEloi BAIL2015-09-16
* | rtpdec: add a trace when jitter buffer is fullEloi BAIL2015-09-15
* | rtpdec: inform jitter buffer sizeEloi BAIL2015-09-15
* | Merge commit '1a3eb042c704dea190c644def5b32c9cee8832b8'Michael Niedermayer2015-04-20
|\|
| * Replace av_dlog with normal av_log at trace levelVittorio Giovara2015-04-19
| * rtpdec: experimental VP9 depacketizer (draft 0)Thomas Volkert2015-03-05
* | avformat: map T.140 RTP codec to textGilles Chanteperdrix2015-03-01
* | Merge commit 'ec96a89c3e507cf0fb1f2b159b28a53f2bad9a74'Michael Niedermayer2015-02-24
|\|
| * rtpdec: Don't pass non-const pointers to fmtp attribute parsing functionsMartin Storsjö2015-02-24
* | Merge commit '353b492d0f2a21ae8eb829db1ac01b54b2a4d202'Michael Niedermayer2015-02-24
|\|
| * rtpdec: Change enc_name to a pointer instead of a fixed-size bufferMartin Storsjö2015-02-24
* | Merge commit '04a1be8e28e81f3967eace7705343c450616cc95'Michael Niedermayer2015-02-24
|\|
| * libavformat: add T.140 RTP depacketization (RFC 4103)Gilles Chanteperdrix2015-02-24
| * rtpdec: DV depacketizer (RFC 6469)Thomas Volkert2015-02-22
| * libavformat: add robust MPEG audio depacketization (RFC 5219)Gilles Chanteperdrix2015-02-21
| * libavformat: add AC3 RTP depacketization (RFC 4184)Gilles Chanteperdrix2015-02-21
| * rtpdec: fix issue with conversion from unsigned to signedGilles Chanteperdrix2015-02-21
| * rtp: Initial H.261 supportThomas Volkert2014-12-18
* | libavformat/rtpdec: fix issue with conversion from unsigned to signedGilles Chanteperdrix2015-02-21