summaryrefslogtreecommitdiff
path: root/libavformat/rtpdec_rfc4175.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/rtpdec_rfc4175: fix interlace formatPatrick Keroulas2022-02-051-7/+8
* avformat/rtpdec_rfc4175: reindent after last commitLimin Wang2022-01-121-5/+5
* avformat/rtpdec_rfc4175: support for interlace formatLimin Wang2022-01-121-4/+21
* avformat/rtpdec_rfc4175: cosmetic changesLimin Wang2021-12-141-8/+8
* avformat/rtp: support RGB/BGR for rfc4175Limin Wang2021-11-251-0/+20
* avformat/rtpdec_rfc4175: support for yuv420p formatLimin Wang2021-11-251-0/+11
* avformat/rtpdec_rfc4175: use rawvideo for uyvy422Limin Wang2021-11-251-1/+3
* avformat/rtpdec_rfc4175: add support for RANGELimin Wang2021-10-171-0/+5
* avformat/rtpdec_rfc4175: add support for colorimetryLimin Wang2021-10-171-0/+11
* avformat/rtpdec_rfc4175: add support for TCSLimin Wang2021-10-171-0/+13
* avformat/rtpdec_rfc4175: add support for exactframerateLimin Wang2021-10-171-0/+11
* avformat/rtpdec_rfc4175: return the proper valueLimin Wang2021-10-111-1/+1
* avformat/rtpdec_rfc4175: Remove redundant initializationLimin Wang2021-10-111-2/+2
* avformat/rtpdec_rfc4175: use av_get_bits_per_pixel()Limin Wang2021-10-111-4/+3
* libavformat/rtpdec_rfc4175: Check for zero pgroup before modKyle Schwarz2021-07-061-1/+1
* Revert "avformat/rtpdec_rfc4175: Fix incorrect copy_offset calculation"Michael Niedermayer2019-08-061-4/+1
* avformat/rtpdec_rfc4175: Fix incorrect copy_offset calculationJacob Siddall2019-08-051-1/+4
* lavf/rtpdec*: Constify all RTPDynamicProtocolHandler.Carl Eugen Hoyos2018-02-141-1/+1
* rtp: rfc4175: add handler for YCbCr-4:2:2Damien Riegel2017-04-051-0/+236