summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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
|
* aufile: convert samples from LE to Host-orderAlfred E. Heggestad2016-12-11
|
* copyright yearAlfred E. Heggestad2016-12-10
|
* vidloop: add codec-name as optional parameterAlfred E. Heggestad2016-12-10
|
* auloop: update documentationAlfred E. Heggestad2016-12-10
|
* coreaudio: minor doc updateAlfred E. Heggestad2016-12-10
|
* cmd: remove debug lineAlfred E. Heggestad2016-12-10
|
* update doxygen commentsAlfred E. Heggestad2016-12-10
|
* ua: simplify ua_call()Alfred E. Heggestad2016-12-09
|
* minor tuning of commandsAlfred E. Heggestad2016-12-09
|
* b2bua: updated command APIAlfred E. Heggestad2016-12-08
|
* gtk: make init/close a bit more robustAlfred E. Heggestad2016-12-08
|
* avcodec: fix warningsAlfred E. Heggestad2016-12-08
|
* avformat: check against version 57.33.100 or higherAlfred E. Heggestad2016-12-08
|
* avformat: use codecpar for newer versions (refs #178)Alfred E. Heggestad2016-12-08
|
* video: start video on updateAlfred E. Heggestad2016-12-07
| | | | | | | - if we receive an updated SDP from re-INVITE which has the video line enabled, start the video stream Thanks to Gary Metalle for the original patch
* pcp: make logline a bit less wideAlfred E. Heggestad2016-12-07
|
* test: fix build when USE_VIDEO is offAlfred E. Heggestad2016-12-07
|
* test: added testcase for call with videoAlfred E. Heggestad2016-12-07
|
* docs: move TODO items to Roadmap WikiAlfred E. Heggestad2016-11-30
|
* avcodec: add config exampleAlfred E. Heggestad2016-11-30
|
* Avcodec h264enc (#181)Alfred E. Heggestad2016-11-30
| | | | | | | | | | | | * avcodec: add option to specify H.264 encoder https://github.com/alfredh/baresip/pull/158 refs #158 Thanks to @hargut for the original patch and idea * avcodec: fix build for older versions of ffmpeg
* vidloop: add command vidloop_codec for using a CodecAlfred E. Heggestad2016-11-30
|
* gst1: remove empty header fileAlfred E. Heggestad2016-11-29
|
* README cleanupAlfred E. Heggestad2016-11-29
|
* README: change to markdown formatAlfred E. Heggestad2016-11-29
|
* main: add support for multiple -e commands argumentsAlfred E. Heggestad2016-11-29
|