summaryrefslogtreecommitdiff
path: root/modules/vidloop
Commit message (Collapse)AuthorAge
* move some printing from stderr to stdout (ref #320)Alfred E. Heggestad2017-11-12
|
* vidloop: fix warningAlfred E. Heggestad2017-07-29
|
* 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
* vidloop: remove unused parameterAlfred E. Heggestad2017-07-19
|
* vidloop: start vidsrc after codecsAlfred E. Heggestad2017-07-19
|
* vidfilt: make the API re-entrantAlfred E. Heggestad2017-05-26
|
* Vidisp api reentrant (#258)Alfred E. Heggestad2017-05-26
| | | | | | * vidisp: make the API re-entrant * vidisp: update all modules to re-entrant API
* Vidsrc api reentrant (#256)Alfred E. Heggestad2017-05-23
| | | | | | * vidsrc: make the API re-entrant * vidsrc: update all modules to new API
* vidcodec: make the API re-entrantAlfred E. Heggestad2017-05-20
|
* vidloop: add codec-name as optional parameterAlfred E. Heggestad2016-12-10
|
* vidloop: add command vidloop_codec for using a CodecAlfred E. Heggestad2016-11-30
|
* cmd: check for duplicated entriesAlfred E. Heggestad2016-11-27
| | | | | | | | | | | - registering duplicate short commands is no longer possible - disable a couple of short commands, use long command instead (short commands should only be used for very frequently used things) - menu: properly register/unregister digit handlers for active calls thanks to Juha Heinanen for reporting an issue with the 'a' key
* 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
* cmd: make it fully re-entrantAlfred E. Heggestad2016-08-07
|
* cmd: add support for long commandsAlfred E. Heggestad2016-08-07
| | | | | | | | | | | | | | | | | | - Long commands are commands that is 2 or more characters, and MUST be completed by pressing enter. - A given command can have a long-command, a short-command or both. - All long commands are using '/' (slash) prefix - a simple TAB-completion is supported, while punching in your long command you can press TAB to see a list of commands that matches the input string. Feedback is welcome, specially on the long-command strings itself. If you want to suggest changes, please make a small and non-intrusive patch and send it as a Pull Request (PR).
* vidloop: copy frame if 1 or more filters are enabledAlfred E. Heggestad2016-06-04
|
* fixes alfredh/baresip#93 glibc >=2.20 _BSD_SOURCE warningSebastian Reimers2015-12-13
|
* modules: update documentation headerAlfred E. Heggestad2015-11-29
|
* vidloop: check explicitly if frame is valid, before calling displayAlfred E. Heggestad2015-10-25
|
* vidcodec: move packet-handler to encode_updateAlfred E. Heggestad2015-06-27
|
* vidloop: detect error in vidisp_display()Alfred E. Heggestad2015-03-21
|
* vidloop: define internal pixel-format, tuningAlfred E. Heggestad2014-12-30
|
* vidloop: check return value of enable_codec()Alfred E. Heggestad2014-12-28
|
* vidcodec: add support for encode- or decode-only vidcodec modulesAlfred E. Heggestad2014-12-25
|
* vidloop: print framerateAlfred E. Heggestad2014-09-07
|
* vidloop: use configured video-display module,deviceAlfred E. Heggestad2014-02-09
|
* baresip 0.4.10Alfred E. Heggestad2014-02-09