summaryrefslogtreecommitdiffstats
path: root/libavcodec/libopenh264enc.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec: add metadata to identify wrappers and hardware decoderswm42017-12-141-0/+1
* Convert all AVClass struct declarations to designated initializers.Diego Biurrun2017-06-121-1/+4
* Drop pointless void* castsDiego Biurrun2016-11-131-2/+2
* libopenh264enc: Simplify init by setting FF_CODEC_CAP_INIT_CLEANUPMartin Storsjö2016-07-151-19/+8
* libopenh264enc: Return a more sensible error code in some init failure pathsMartin Storsjö2016-07-151-0/+2
* libopenh264: Support building with the 1.6 releaseMartin Storsjö2016-07-091-2/+24
* Add an OpenH264 decoder wrapperMartin Storsjö2016-06-281-41/+7
* libopenh264enc: Fix inconsistent whitespaceMartin Storsjö2016-06-241-2/+4
* Move const qualifier before type nameDiego Biurrun2016-03-231-1/+1
* lavc: Move rtp_payload_size to codec private optionsVittorio Giovara2016-01-211-8/+3
* openh264: Directly include the deprecation guards headerLuca Barbato2015-12-081-0/+1
* lavc: Deprecate coder_type and its symbolsVittorio Giovara2015-12-071-1/+10
* libopenh264enc: export CPB props side dataAnton Khirnov2015-12-061-0/+9
* libopenh264enc: Set AVOption data typeMichael Niedermayer2015-11-061-3/+3
* libopenh264enc: Count and warn about the number of skipped framesMartin Storsjö2015-10-281-0/+4
* libopenh264enc: Add an option for controlling the frame skippingMartin Storsjö2015-10-281-1/+3
* libopenh264enc: Added max_nal_size optionMario Gasparoni2015-10-091-0/+28
* libopenh264enc: Use av_log() to log messagesGregory J. Wolfe2015-09-291-0/+38
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-271-1/+1
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
* lavc: AV-prefix all codec flagsVittorio Giovara2015-07-271-2/+2
* Replace a few leftover instances of enum PixelFormat with enum AVPixelFormatMartin Storsjö2015-03-171-2/+2
* libopenh264enc: Add support for building with OpenH264 1.4Martin Storsjö2015-03-061-0/+8
* libopenh264: Log debug messages to a non-null contextMartin Storsjö2015-01-291-1/+1
* libopenh264enc: Move a declaration of a variable into an ifdefMartin Storsjö2015-01-201-2/+1
* libopenh264enc: Remove a workaround for silencing warnings about unused varia...Martin Storsjö2015-01-201-1/+0
* libopenh264enc: Fix a typo and some nitpicksMartin Storsjö2015-01-081-2/+2
* libavcodec: Add an OpenH264 encoder wrapperMartin Storsjö2015-01-061-0/+228
OpenPOWER on IntegriCloud