summaryrefslogtreecommitdiff
path: root/src/h264.c
Commit message (Collapse)AuthorAge
* update doxygen commentsAlfred E. Heggestad2018-04-12
|
* h264: add function to convert NAL unit type to a stringAlfred E. Heggestad2018-03-04
|
* 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
* move H.264 packetization code from avcodec to coreAlfred E. Heggestad2015-10-25