summaryrefslogtreecommitdiff
path: root/modules/vp8
Commit message (Collapse)AuthorAge
* vidcodec: change rtp_ts from 32-bit to 64-bitAlfred E. Heggestad2018-02-24
| | | | | | the extended RTP timestamp from the video encoder should now contain a full extended timestamp, that must never wrap.
* Video timestamp (#286)Alfred E. Heggestad2017-07-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add timestamp to video encoder/decoder * update vp8 vp9 * random offset * revert decoder timestamp * cleanup * gst_video1: add timestamp * change timestamp to RTP-timestamp * update modules * timestamp things * save rtp timestamp * packet_handler: align params same as RTP header * align parameters same way like RTP-header * avcodec: calc ts for old FFmpeg versions * cleanup * fix gst avcodec: use correct AVPacket * minor cleanup
* vidcodec: make the API re-entrantAlfred E. Heggestad2017-05-20
|
* vp8: check macros VPX_CODEC_USE_OUTPUT_PARTITION and VPX_FRAME_IS_FRAGMENTAlfred E. Heggestad2016-11-05
|
* vp8: check for VPX_ERROR_RESILIENT_DEFAULTAlfred E. Heggestad2016-11-05
|
* vidcodec: add 'intra' parameter to decoder apiAlfred E. Heggestad2016-08-17
| | | | | | | | - the intra flag must be set to true, if the decoded video frame is a full intra frame (Key frame) - the video decoder can use this flag to cancel sending of FIR packets
* vp8: rename vpx.so module to vp8.soAlfred E. Heggestad2016-06-04