summaryrefslogtreecommitdiff
path: root/modules/avcodec
Commit message (Collapse)AuthorAge
* win32 porting (VC2010)Alfred E. Heggestad2015-07-18
| | | | | | | | https://github.com/alfredh/baresip/pull/52 original patch by Victor Sergienko - the copy of windows .h header files was not included
* vidcodec: move packet-handler to encode_updateAlfred E. Heggestad2015-06-27
|
* use correct definition of kilobit (1000 bits)Alfred E. Heggestad2014-12-07
| | | | http://en.wikipedia.org/wiki/Kilobit
* improve FFmpeg/libav module detectionAlfred E. Heggestad2014-11-22
| | | | | | | - remove FFmpeg keyword, as both FFmpeg and libav is supported - avcodec.so need libavcodec - avformat.so needs libavformat and others - also made the "quicktime.so" module deprecated
* avcodec: check that format in to encoder is VID_FMT_YUV420PAlfred E. Heggestad2014-11-02
|
* avcodec: use codecid with AV_ prefixAlfred E. Heggestad2014-09-06
| | | | | | | | | | - use enum AVCodecID instead of enum CodecID - use AV_CODEC_ID_xxx instead of CODEC_ID_xxx - extend a backwards compatible macro-wrapper in avcodec.h avcodec should still compile on old versions of FFmpeg. please let us know if it does not :)
* baresip 0.4.10Alfred E. Heggestad2014-02-09