summaryrefslogtreecommitdiff
path: root/libavcodec/libopenh264enc.c
Commit message (Expand)AuthorAgeFilesLines
* lavc: deprecate AVCodecContext.ticks_per_frameAnton Khirnov2023-05-151-1/+7
* lavc/libkvazaar,libopenh264enc: drop redundant checksAnton Khirnov2023-05-151-5/+0
* lavc/libopenh264: refine the codeJun Zhao2023-04-221-2/+3
* lavc/libopenh264: Support full range videos in transcodingJun Zhao2023-04-221-1/+4
* avcodec: remove FF_API_OPENH264_CABACJames Almer2023-02-091-6/+0
* avcodec: remove FF_API_OPENH264_SLICE_MODEJames Almer2023-02-091-16/+0
* lavc: support AV_CODEC_CAP_ENCODER_REORDERED_OPAQUE in all no-delay encodersAnton Khirnov2023-01-291-1/+2
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-1/+1
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-1/+1
* avcodec/openh264: return (DE|EN)CODER_NOT_FOUND if version check failsAndreas Schneider2022-07-081-1/+1
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-1/+1
* avcodec/codec_internal: Rename AVCodecDefault->FFCodecDefaultAndreas Rheinhardt2022-03-211-1/+1
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-9/+9
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-0/+1
* avcodec/libopenh264enc: set iEntropyCodingModeFlag by coder optionLimin Wang2022-01-141-7/+7
* avcodec/libopenh264enc: make the profile configuablable correctlyLimin Wang2022-01-141-3/+3
* avcodec/libopenh264enc: support for colorspace and range informationLimin Wang2022-01-141-0/+22
* avcodec/libopenh264enc: Allow user-supplied buffersAndreas Rheinhardt2021-05-231-4/+4
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avcodec: Remove deprecated coder type optionsAndreas Rheinhardt2021-04-271-10/+0
* lavc: rename AV_CODEC_CAP_AUTO_THREADS->AV_CODEC_CAP_OTHER_THREADSAnton Khirnov2021-03-161-1/+1
* lavc: replace internal use of AV_CODEC_CAP_AUTO_THREADS with an internal capAnton Khirnov2021-03-161-1/+2
* lavc/libopenh264enc: use framerate if availableJun Zhao2020-08-051-1/+10
* lavc/libopenh264enc: Add coder option to replace cabacLinjie Fu2020-05-131-13/+27
* lavc/libopenh264enc: Allow specifying the profile through AVCodecContextLinjie Fu2020-05-131-0/+15
* lavc/libopenh264enc: Rewrite profile handlingLinjie Fu2020-05-131-4/+40
* lavc/libopenh264enc: set slice_mode option to deprecatedLinjie Fu2020-04-291-2/+5
* lavc/libopenh264enc: prompt slice number changing inside libopenh264Linjie Fu2020-04-291-0/+2
* lavc/libopenh264enc: add bit rate control select supportLinjie Fu2020-04-291-1/+14
* lavc/libopenh264enc: add default gop size and bit rateLinjie Fu2020-04-291-2/+7
* lavc/libopenh264enc: Add qmin/qmax supportLinjie Fu2020-04-291-0/+11
* lavc/libopenh264enc: fix the if-else coding styleLinjie Fu2020-04-101-3/+2
* avcodec/libopenh264enc: fix class_nameTobias Rapp2018-11-131-1/+1
* libopenh264enc: Handle sample_aspect_ratioValery Kot2018-11-051-0/+41
* avcodec/openh264enc.c: generate IDR frame in response to I frame pict_typeValery Kot2018-04-051-0/+4
* avcodec: add metadata to identify wrappers and hardware decoderswm42017-12-141-0/+1
* Merge commit '97cfe1d8bd1968143e2ba9aa46ebe9504a835e24'James Almer2017-11-011-1/+4
|\
| * Convert all AVClass struct declarations to designated initializers.Diego Biurrun2017-06-121-1/+4
* | Merge commit '800d91d348c89fc8ca3fbec7696ab1ec8787acc6'James Almer2017-03-311-2/+2
|\ \ | |/
| * Drop pointless void* castsDiego Biurrun2016-11-131-2/+2
* | Merge commit '7a76371437f9562c3414f985523f883489e3936a'Hendrik Leppkes2016-11-181-19/+8
|\ \ | |/
| * libopenh264enc: Simplify init by setting FF_CODEC_CAP_INIT_CLEANUPMartin Storsjö2016-07-151-19/+8
* | Merge commit '2d097c16b833c532ac974a7f1fd05c0a1f3b7675'Hendrik Leppkes2016-11-181-0/+2
|\ \ | |/
| * 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
* | Merge commit '31aa5335c390c83a6c3ea955b155067c36c4a2c4'Hendrik Leppkes2016-10-071-2/+4
|\ \ | |/
| * libopenh264enc: Fix inconsistent whitespaceMartin Storsjö2016-06-241-2/+4
* | libopenh264: Support building with the 1.6 releaseMartin Storsjö2016-07-271-2/+24
* | Add an OpenH264 decoder wrapperMartin Storsjö2016-07-271-41/+7