summaryrefslogtreecommitdiff
path: root/src/video.c
Commit message (Collapse)AuthorAge
* update doxygen commentsAlfred E. Heggestad2016-12-10
|
* video: start video on updateAlfred E. Heggestad2016-12-07
| | | | | | | - if we receive an updated SDP from re-INVITE which has the video line enabled, start the video stream Thanks to Gary Metalle for the original patch
* test: added testcase for call with videoAlfred E. Heggestad2016-12-07
|
* video: resend FIR until intra-frame decodedAlfred E. Heggestad2016-08-17
|
* 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
* video: copy vidframe if decode-filters are usedAlfred E. Heggestad2016-06-05
| | | | | | this is to fix the bug where any pixels overlaying the original image is "smeared" all over the surface, since some video decoders like ffmpeg/vpx keeps the displayed image in memory.
* video: fix possible null deref (thanks to Tomasz Ostrowski)Alfred E. Heggestad2015-08-16
|
* vidcodec: move packet-handler to encode_updateAlfred E. Heggestad2015-06-27
|
* add video error handlerAlfred E. Heggestad2015-03-21
|
* video: add video-queue for pacing outgoing RTP packetsAlfred E. Heggestad2015-03-01
|
* vidcodec: add support for encode- or decode-only vidcodec modulesAlfred E. Heggestad2014-12-25
|
* video: add VIDENC_INTERNAL_FMT, fixes #3Alfred E. Heggestad2014-11-02
|
* use new logging functionsAlfred E. Heggestad2014-02-09
|
* baresip 0.4.10Alfred E. Heggestad2014-02-09