summaryrefslogtreecommitdiff
path: root/libavformat/rtpdec.c
Commit message (Expand)AuthorAgeFilesLines
* rtp: rfc4175: add handler for YCbCr-4:2:2Damien Riegel2017-04-051-0/+1
* avformat/rtpdec: Add support for 24 bit RTSP audio playbackTimur Aydin2016-11-051-0/+7
* lavf/rtpdec_g726: Map mime type G726 to g726le.Carl Eugen Hoyos2016-10-221-0/+4
* Merge commit 'b7f98659f21dce438c33b512e25fd64b8d07c347'Clément Bœsch2016-06-291-1/+2
|\
| * Remove unnecessary get_bits.h #includesDiego Biurrun2016-06-071-1/+2
* | Merge commit '9ea78fd00a49f0691c1a5134eb59d4e5bb380a2a'Clément Bœsch2016-06-211-1/+1
|\ \ | |/
| * rtpdec: Always check if we have the next packet queuedMartin Storsjö2016-05-111-1/+1
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-1/+1
|\ \ | |/
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-1/+1
* | Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-3/+3
|\ \ | |/
| * lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-231-3/+3
* | avformat/rtpdec: Remove stray debug av_log()Michael Niedermayer2016-03-261-1/+0
* | rtpdec: support for VC-2 HQ RTP payload format (draft v1)Thomas Volkert2016-03-221-0/+2
* | Merge commit '8d918a98aa24134a043d578ef45bae363dbed9db'Derek Buitenhuis2016-02-241-10/+8
|\ \ | |/
| * rtpdec: Use the right logging contextDiego Biurrun2016-02-191-10/+8
* | Merge commit '22cc57da64bfd73f2206969486b0aa183ee76479'Hendrik Leppkes2015-09-171-3/+7
|\ \ | |/
| * rtpdec: Forward the memory failureLuca Barbato2015-09-161-3/+7
| * rtpdec: inform jitter buffer sizeEloi BAIL2015-09-161-0/+4
* | Merge commit 'ff7f6ea9db2a77d74f7e68a716f53ba1f3f85017'Hendrik Leppkes2015-09-161-2/+2
|\ \ | |/
| * rtpdec: add a trace when jitter buffer is fullEloi BAIL2015-09-161-1/+4
* | rtpdec: add a trace when jitter buffer is fullEloi BAIL2015-09-151-1/+4
* | rtpdec: inform jitter buffer sizeEloi BAIL2015-09-151-0/+4
* | Merge commit '1a3eb042c704dea190c644def5b32c9cee8832b8'Michael Niedermayer2015-04-201-2/+2
|\ \ | |/
| * Replace av_dlog with normal av_log at trace levelVittorio Giovara2015-04-191-2/+2
| * rtpdec: experimental VP9 depacketizer (draft 0)Thomas Volkert2015-03-051-0/+1
* | avformat: map T.140 RTP codec to textGilles Chanteperdrix2015-03-011-1/+1
* | Merge commit 'ec96a89c3e507cf0fb1f2b159b28a53f2bad9a74'Michael Niedermayer2015-02-241-1/+1
|\ \ | |/
| * rtpdec: Don't pass non-const pointers to fmtp attribute parsing functionsMartin Storsjö2015-02-241-1/+1
* | Merge commit '353b492d0f2a21ae8eb829db1ac01b54b2a4d202'Michael Niedermayer2015-02-241-1/+2
|\ \ | |/
| * rtpdec: Change enc_name to a pointer instead of a fixed-size bufferMartin Storsjö2015-02-241-1/+2
* | Merge commit '04a1be8e28e81f3967eace7705343c450616cc95'Michael Niedermayer2015-02-241-2/+2
|\ \ | |/
| * libavformat: add T.140 RTP depacketization (RFC 4103)Gilles Chanteperdrix2015-02-241-0/+7
| * rtpdec: DV depacketizer (RFC 6469)Thomas Volkert2015-02-221-0/+1
| * libavformat: add robust MPEG audio depacketization (RFC 5219)Gilles Chanteperdrix2015-02-211-0/+1
| * libavformat: add AC3 RTP depacketization (RFC 4184)Gilles Chanteperdrix2015-02-211-0/+1
| * rtpdec: fix issue with conversion from unsigned to signedGilles Chanteperdrix2015-02-211-1/+1
| * rtp: Initial H.261 supportThomas Volkert2014-12-181-0/+1
* | libavformat/rtpdec: fix issue with conversion from unsigned to signedGilles Chanteperdrix2015-02-211-1/+1
* | avformat/rtpdec: DV depacketizer (RFC 6469)Thomas Volkert2015-02-151-0/+1
* | rtpdec: experimental VP9 depacketizer (draft 0)Thomas Volkert2015-02-151-0/+1
* | avformat/rtpdec_ac3: add AC3 RTP depacketization (RFC 4184)Gilles Chanteperdrix2015-02-141-0/+1
* | avformat/rtpdec_mpeg12: add robust MPEG audio depacketization (RFC 5219)Gilles Chanteperdrix2015-02-141-0/+1
* | avformat/rtpdec: add T.140 RTP depacketization (RFC 4103)Gilles Chanteperdrix2015-02-131-0/+7
* | avformat/rtpdec: Use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer2014-12-231-4/+4
* | Merge commit '6df9d9b55d3f56ee7782639a7678eeeaf77f14ea'Michael Niedermayer2014-10-241-5/+5
|\ \ | |/
| * lavf: Use av_gettime_relativeMartin Storsjö2014-10-241-5/+5
* | Merge commit 'c463dfc7e49929a9891884312b23b27d14729c51'Michael Niedermayer2014-09-241-1/+0
|\ \ | |/
| * rtpdec_hevc: Drop a duplicated, nonstandard entryVittorio Giovara2014-09-241-1/+0
| * rtpdec: HEVC/H.265 supportThomas Volkert2014-09-031-0/+2
* | avformat/rtpdec: support for HEVC/H.265 RTP payload format (draft v6) depacke...ThomasVolkert2014-08-261-0/+2