summaryrefslogtreecommitdiff
path: root/libavformat/rtpdec_vp9.c
Commit message (Collapse)AuthorAge
* lavf/rtpdec*: Constify all RTPDynamicProtocolHandler.Carl Eugen Hoyos2018-02-14
| | | | Reviewed-by: Muhammad Faiz
* rtpdec_vp9: Support parsing the scalability structureMartin Storsjö2016-06-14
| | | | | | | | We still only support one single layer though, but this allows receiving streams that have this structure present even for single layer streams. Signed-off-by: Martin Storsjö <martin@martin.st>
* rtpdec: Use AVERROR_PATCHWELCOME instead of AVERROR(ENOSYS) forMartin Storsjö2016-06-14
| | | | | | unimplemented features Signed-off-by: Martin Storsjö <martin@martin.st>
* rtpdec_vp9: Update header parsing to spec draft 02Martin Storsjö2016-06-14
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* rtpdec_vp9: Make sure to free the temp buffer on closeMartin Storsjö2016-06-14
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* Merge commit 'bacc92b59bfa5d6a1f631e63e46fc1d2fb934e51'Michael Niedermayer2015-03-11
|\ | | | | | | | | | | | | * commit 'bacc92b59bfa5d6a1f631e63e46fc1d2fb934e51': rtpdec_vp9: Drop extra sanity check for size of input packet Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * rtpdec_vp9: Drop extra sanity check for size of input packetVittorio Giovara2015-03-11
| | | | | | | | | | | | | | | | In this case len is always at least 1, since it is checked against RTP_VP9_DESC_REQUIRED_SIZE + 1 and then it is reduced by RTP_VP9_DESC_REQUIRED_SIZE before entering the has_pic_id check. Bug-Id: CID 1270811
* | Merge commit '9c09fbd8053292267cdc4b542913ceced43ea3a9'Michael Niedermayer2015-03-05
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '9c09fbd8053292267cdc4b542913ceced43ea3a9': rtpdec: experimental VP9 depacketizer (draft 0) Conflicts: libavformat/rtpdec.c libavformat/rtpdec_vp9.c libavformat/version.h See: e4a6486c17dd90b338450ac7e151ffbf5370948a See: f966ac2b6e3f08c41f3c45ab5efff768db62ac5a See: 629a03a9128bd2e51286258e12183b1d06f509a7 Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * rtpdec: experimental VP9 depacketizer (draft 0)Thomas Volkert2015-03-05
| | | | | | The code was tested with live555 server. Signed-off-by: Martin Storsjö <martin@martin.st>
* avformat/rtpdec_vp9: Use ffio_free_dyn_buf()Michael Niedermayer2015-02-27
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avformat/rtpdec_vp9: remove alloc/free functionsMichael Niedermayer2015-02-25
| | | | | | Simplify code Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* rtpdec: experimental VP9 depacketizer (draft 0)Thomas Volkert2015-02-15
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>