summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* omx: remove unused struct membersAlfred E. Heggestad2017-04-06
|
* Video Display Support for Raspberry Pi (#228)Jonathan Sieber2017-04-06
| | | | | | | | | | | | | | * Adding a new video display module for the Raspberry Pi... * Made it work with libomxil-bellagio - Fixed framing woes with vidconv() :) * Some Attention to the build system, Automatically use libomx-bellagio or RPi OMX API Introduces USE_OMX_RPI and USE_OMX_BELLAGIO in mk/modules.mk use sys_usleep() Removed pthread mutexes, they are not needed anymore
* avformat: PIX_FMT_YUVJ420P backwards compatAlfred E. Heggestad2017-04-04
|
* avformat: add pixelformat AV_PIX_FMT_YUVJ420PAlfred E. Heggestad2017-04-03
| | | | - Thanks to Gary Metalle for the patch
* oss: fix build for Solaris 11Alfred E. Heggestad2017-04-02
|
* avformat: fix warning on old OSXAlfred E. Heggestad2017-03-31
|
* cairo: split drawing into background and ballAlfred E. Heggestad2017-03-31
|
* dtmfio: check fd before calling fclose (ref #224)Alfred E. Heggestad2017-03-26
|
* vidinfo: check for values greater than 16 when drawing overlayAlfred E. Heggestad2017-03-24
|
* h265: check for changes in colorspaceAlfred E. Heggestad2017-03-24
|
* cairo: add text with resolution and framerateAlfred E. Heggestad2017-03-24
|
* speex: mark it as obsoletedAlfred E. Heggestad2017-03-23
| | | | | | | | from www.speex.org: The Speex codec has been obsoleted by Opus. It will continue to be available, but since Opus is better than Speex in all aspects, users are encouraged to switch
* h265: add YUV444P pixel formatAlfred E. Heggestad2017-03-22
|
* aufilt: make the API re-entrantAlfred E. Heggestad2017-03-22
|
* Ausrc auplay reentrant (#227)Alfred E. Heggestad2017-03-22
| | | | | | | | | | | | * ausrc: re-entrant api * fix ausrc api for linux * fix ccheck * auplay: make it re-entrant * auplay: update more modules
* Update README (#223)Richard Perez2017-03-05
| | | Adding ELP-USB100W04H-L36 to the supported devices list.
* update doxygen commentsAlfred E. Heggestad2017-03-04
| | | | | fix all warnings reported by doxygen version 1.8.13 (make dox)
* aucodec: move list of aucodec to struct baresip (#221)Alfred E. Heggestad2017-03-04
|
* Video device selection bug (#218)Richard Perez2017-03-01
| | | Correcting a bug making impossible to select the video device.
* enabled long commands on httpd module (#213)elektm932017-02-28
| | | | | | | | | | | | | * [WIP] enabled long commands on httpd module changed the parsing of the command that an '%20' in an url is equivalent to an space. * [WIP] moved unescaping of uri to httpd module * [WIP] removed warining of ommiting const * [FIX] ISOC90 mixed decleration error
* gtk: fix warnings on Fedora 24Alfred E. Heggestad2017-02-25
| | | | .. by treating gtk headers as system headers ..
* debug_cmd: print openssl versionAlfred E. Heggestad2017-02-25
|
* gtk: fix build when USE_NOTIFICATIONS is offAlfred E. Heggestad2017-02-24
|
* avformat: improve video_fps handling (#210)Harald Gutmann2017-02-23
| | | | | | | | | | * avformat: improve video_fps handling * fix whitespaces and line length * delete core file * move variable declaration position
* Message reentrant (#214)Alfred E. Heggestad2017-02-23
| | | | | | * message: make it re-entrant * clean up message test-code
* libsrtp is deprecated, use srtp insteadAlfred E. Heggestad2017-02-12
|
* Elektm93 feat/configure snd file path (#207)Alfred E. Heggestad2017-01-21
| | | | | | | | | | | | | | | | | | | | | | | | | | * [WIP] implemented configuration of path of sndfile * [WIP] opening sndfile on defined path * [WIP] modification in path-buildup * Revert "[WIP] modification in path-buildup" This reverts commit adad516c90356402e3b5ebeddcccf3fa91bf3d91. * [FIX] path fix * [FIX] proper strcpy for struct pl * [FIX] fixes on suggestion from project owner - removed unnecessary comment - changed struct pl to an string - changed way how filename is assembled * [FIX] removed unnecessary/wrong/depr. comment * sndfile: fix warnings
* swscale: get dst-size from config (ref #203)Alfred E. Heggestad2017-01-21
|
* account: add parameters 'stunuser' and 'stunpass'Alfred E. Heggestad2017-01-21
| | | | | | | | | the STUN username and password can now be configured with explicit parameters, example: ;stunuser=USERNAME;stunpass=PASSWORD;stunserver=stun:server.org Ref. https://github.com/alfredh/baresip/issues/200
* sdl2: NV12 was added in libsdl 2.0.4Alfred E. Heggestad2017-01-16
|
* sdl2: use SDL_PIXELFORMAT_ARGB8888 insteadAlfred E. Heggestad2017-01-16
| | | | thanks to @hargut for testing and tips
* sdl2: add more pixelformats (ref #202)Alfred E. Heggestad2017-01-15
|
* sdl2: check input argumentsAlfred E. Heggestad2017-01-15
|
* menu: split audev command into /ausrc and /auplayAlfred E. Heggestad2017-01-15
| | | | | | | | | | | | | | | | | you can use these commands to change the audio-source or audio-player at any time. If there are any active calls they will be updated. example: /ausrc alsa,default /ausrc aufile,input.wav /ausrc pulse, /auplay alsa,default /auplay pulse, ref https://github.com/alfredh/baresip/issues/185
* avcodec: fix typoAlfred E. Heggestad2017-01-14
|
* avcodec: configure h264 decoder by nameAlfred E. Heggestad2017-01-04
| | | | | | patch was written by @hargut fixes https://github.com/alfredh/baresip/pull/198
* swscale: add NV21 pixel formatAlfred E. Heggestad2017-01-04
|
* avformat: use correct libavcodec version checkAlfred E. Heggestad2017-01-04
| | | | | | | see ffmpeg/doc/apichanges: 2012-06-05 - 62b39d4 - lavc 54.24.100 Add pkt_duration field to AVFrame.
* prepare nvenc_h264 code for ffmpeg >= 3.2.x (#197)hargut2017-01-02
| | | | | | | | * prepare nvenc_h264 code for ffmpeg >= 3.2.x * fix line length * fix line length again ;)
* avformat: compile fix for old versions of ffmpegAlfred E. Heggestad2017-01-01
|
* amr: use MOD-CFLAGS instead of global CFLAGSAlfred E. Heggestad2016-12-28
|
* menc: make it re-entrantAlfred E. Heggestad2016-12-28
|
* gsm: additional CFLAGS only for this moduleAlfred E. Heggestad2016-12-27
|
* avformat: check ffmpeg versionAlfred E. Heggestad2016-12-27
|
* mnat: make it re-entrantAlfred E. Heggestad2016-12-26
|
* avformat: sleep frame duration (refs #163)Alfred E. Heggestad2016-12-26
|
* avformat: check pixel format after decodingAlfred E. Heggestad2016-12-26
|
* avformat: check prm and print correct time_baseAlfred E. Heggestad2016-12-26
|
* debug_cmd: update doxygen commentAlfred E. Heggestad2016-12-12
|
* aufile: convert samples from LE to Host-orderAlfred E. Heggestad2016-12-11
|