summaryrefslogtreecommitdiff
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
|
* test: fix for getopt on solarisAlfred 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
|
* additional debug (ref #225)Alfred E. Heggestad2017-03-25
|
* call: print warning if sdp_decode failsAlfred E. Heggestad2017-03-25
|
* 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
* video: check if any video-source modules are loadedAlfred E. Heggestad2017-03-23
|
* 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
|
* docs: draft changelog for 0.5.1Alfred E. Heggestad2017-03-03
|
* message: update doxygen commentsAlfred E. Heggestad2017-03-03
|
* version 0.5.1Alfred E. Heggestad2017-03-03
|
* 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
|
* test: initialize variableAlfred E. Heggestad2017-02-24
|
* gtk: fix build when USE_NOTIFICATIONS is offAlfred E. Heggestad2017-02-24
|
* test: init endpoint pointers to NULLAlfred E. Heggestad2017-02-24
|
* build modules and build with -WerrorAlfred 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
|
* cmd: rename functionAlfred E. Heggestad2017-01-29
|
* cmd: make struct commands opaqueAlfred E. Heggestad2017-01-28
|
* 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
* account: expose STUN credentialsAlfred E. Heggestad2017-01-21
|
* account: add tests and accessorsAlfred E. Heggestad2017-01-21
|
* 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
|
* update copyright to 2017Alfred E. Heggestad2017-01-07
|