summaryrefslogtreecommitdiff
path: root/modules/avcodec/avcodec.h
Commit message (Collapse)AuthorAge
* avcodec: move backward defines to internal header fileAlfred E. Heggestad2018-03-28
|
* avcodec: configure h264 decoder by nameAlfred E. Heggestad2017-01-04
| | | | | | patch was written by @hargut fixes https://github.com/alfredh/baresip/pull/198
* 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
* vidcodec: add 'intra' parameter to decoder apiAlfred E. Heggestad2016-08-17
| | | | | | | | - the intra flag must be set to true, if the decoded video frame is a full intra frame (Key frame) - the video decoder can use this flag to cancel sending of FIR packets
* avcodec: make h264_decode staticAlfred E. Heggestad2016-08-17
|
* avcodec: remove unused prototypeAlfred E. Heggestad2016-08-17
|
* move H.264 packetization code from avcodec to coreAlfred E. Heggestad2015-10-25
|
* vidcodec: move packet-handler to encode_updateAlfred E. Heggestad2015-06-27
|
* 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