summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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
|
* 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
|
* add test for sndfile on *BSD. (#194)jungle-boogie2016-12-27
|
* unload modules last (fixes #186)Alfred E. Heggestad2016-12-26
|
* 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
|
* debian: fixed README pathJuha Heinanen2016-12-24
|
* debian: upgrade to libre,librem 0.5.0Alfred E. Heggestad2016-12-23
|
* update changelog etc. before 0.5.0 releaseAlfred E. Heggestad2016-12-22
|
* update libre and librem to 0.5.0Alfred E. Heggestad2016-12-22
|
* debug_cmd: update doxygen commentAlfred E. Heggestad2016-12-12
|