summaryrefslogtreecommitdiff
path: root/modules/avcodec/avcodec.c
Commit message (Collapse)AuthorAge
* avcodec: use level_idc=0x1f for x264Alfred E. Heggestad2017-07-20
|
* vidcodec: make the API re-entrantAlfred E. Heggestad2017-05-20
|
* 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
* 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
* avcodec: add module descriptionAlfred E. Heggestad2016-02-14
|
* move H.264 packetization code from avcodec to coreAlfred E. Heggestad2015-10-25
|
* 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
* 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: 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