summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* dshow: convert sample_time to timestampAlfred E. Heggestad2018-04-08
|
* fakevideo: fix threaded and non-threaded buildAlfred E. Heggestad2018-04-08
|
* vidsrc: add timestamp to the frame APIAlfred E. Heggestad2018-04-07
| | | | | | | | | | | | | | | | timestamps for v4l and v4l2 test: add timestamp to vidsrc mock v4l2: print framerate vidloop: save timestamps and print duration test with timebase of 65536 v4l2: scale timestamp to VIDEO_TIMEBASE minor fixes
* v4l2: print actual framerateAlfred E. Heggestad2018-04-07
|
* fakevideo: add support for non-threadedAlfred E. Heggestad2018-04-06
|
* fakevideo: draw 3 vertical RGB barsAlfred E. Heggestad2018-04-05
|
* vidloop: add source and display name to summaryAlfred E. Heggestad2018-04-02
|
* avcodec: check version 56.1.0Alfred E. Heggestad2018-03-28
|
* avcodec: check version for getting decoder framerateAlfred E. Heggestad2018-03-11
|
* avcodec: move backward defines to internal header fileAlfred E. Heggestad2018-03-28
|
* avcodec: add backwards define for PIX_FMT_YUV444PAlfred E. Heggestad2018-03-28
|
* vidloop: added printing of statisticsAlfred E. Heggestad2018-03-21
|
* swscale: add support for YUV444P pixel formatAlfred E. Heggestad2018-03-21
|
* Fix #369. ctrl_tcp: documentation typo (#372)José Luis Millán2018-03-14
|
* Fix #370. ctrl_tcp: wrong assignent (#371)José Luis Millán2018-03-14
|
* b2bua: add handling of all inbound SIP requestsAlfred E. Heggestad2018-03-11
|
* vidloop: use %f to print fpsAlfred E. Heggestad2018-03-09
|
* h265: use double for fpsAlfred E. Heggestad2018-03-09
|
* avcodec: print NAL unit type as stringAlfred E. Heggestad2018-03-04
|
* Fix #326. Documentation typo (#363)José Luis Millán2018-03-02
|
* avformat: use double float for fpsAlfred E. Heggestad2018-02-27
|
* v4l2_codec: use %f to print fpsAlfred E. Heggestad2018-02-27
|
* cairo: print logo resolution with 1 decimalAlfred E. Heggestad2018-02-26
|
* avcodec: print fps with float formatAlfred E. Heggestad2018-02-26
|
* avcodec: print decoder framerateAlfred E. Heggestad2018-02-26
|
* av1: use double for fpsAlfred E. Heggestad2018-02-26
|
* av1: update to latest aom libraryAlfred E. Heggestad2018-02-26
|
* video: change video_fps from int to double floatAlfred E. Heggestad2018-02-25
|
* 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: change RTP send timestamp to 64-bitAlfred E. Heggestad2018-02-23
| | | | | | | | | - change RTP timestamp for packet_handler from 32-bit to 64-bit (extended RTP timestamp). This timestamp must be monotonically increasing, and now the application does not have to handle wrapping of send timestamp. - save first/last RTP timestamp sent
* modules/menu: added "statmode_default" config variable (#359)juha-h2018-02-21
| | | | | | | | * modules/menu: added "statmode_default" config variable - if given value "off" statsmode defaults to STATMODE_OFF - otherwise statsmode initial value is STATMODE_CALL * hopefully made travis happy
* v4l2_codec: fix ccheckAlfred E. Heggestad2018-02-14
|
* v4l2_codec: add debug message for updateAlfred E. Heggestad2018-02-14
|
* avcodec: additional fragment debugAlfred E. Heggestad2018-02-14
|
* Revert "avcodec: Return EPROTO when encountering missing fragments in H264 ↵Alfred E. Heggestad2018-02-14
| | | | | | | | | | | | | stream, to trigger intra-frame request (#339)" This reverts commit 369b0c0f0e96c529823a11cfc9ab55ce7ade4451. unfortunately I have to revert this commit. in case of packet loss, it might enter a state where no frames are display, and it never gets out of this state. https://github.com/alfredh/baresip/issues/353
* omx: add omx prefix to debug messagesAlfred E. Heggestad2018-02-14
|
* mqtt: update README with correct JSON syntax (ref #356)Alfred E. Heggestad2018-02-11
|
* avcodec: extra logging for decode packetAlfred E. Heggestad2018-02-10
|
* vidloop: fix comparison between signed and unsigned integer warningAlfred E. Heggestad2018-02-10
|
* config: add configurable video pixel formatAlfred E. Heggestad2018-02-10
| | | | | | | | config: videnc_format yuv420p # yuv420p, yuv444p, ... The default pixel format is still YUV420P
* avcodec: add support for YUV444P pixel formatAlfred E. Heggestad2018-02-10
|
* gst1: define _POSIX_C_SOURCE to make nanosleep visibleAlfred E. Heggestad2018-02-09
| | | | - this fixes a compile error on CentOS 7.4
* silk: updated aucodec APIAlfred E. Heggestad2018-02-04
|
* Aucodec sample format (#352)Alfred E. Heggestad2018-02-03
| | | | | | | | | | | | | | | | * aucodec: merge s16 and fmt encode/decode into one having 2 different encode functions for s16 and other formats turned out to be a bit impractical. better to have 1 function where the sample format (fmt) can be specified. * update some aucodec modules * update test * update codec2 * update g7221 module
* avcodec: fix ccheck warningAlfred E. Heggestad2018-01-31
|
* avcodec: remove swap fileAlfred E. Heggestad2018-01-31
|
* avcodec: backwards compat for FF_MIN_BUFFER_SIZEAlfred E. Heggestad2018-01-31
|
* speex_{aec,pp}: always link to libspeexdspAlfred E. Heggestad2018-01-30
|
* avcodec: use AV_INPUT_BUFFER_MIN_SIZE (ref #351)Alfred E. Heggestad2018-01-30
|
* ctrl_tcp: using sprintf is not safe, use re_snprintf insteadAlfred E. Heggestad2018-01-29
|