summaryrefslogtreecommitdiff
path: root/libavcodec/libopenh264enc.c
Commit message (Expand)AuthorAge
* avcodec/defs: Add AV_PROFILE_* defines, deprecate FF_PROFILE_* definesAndreas Rheinhardt2023-09-07
* avcodec/utils: move ff_add_cpb_side_data() to encoder codeJames Almer2023-09-06
* lavc: deprecate AVCodecContext.ticks_per_frameAnton Khirnov2023-05-15
* lavc/libkvazaar,libopenh264enc: drop redundant checksAnton Khirnov2023-05-15
* lavc/libopenh264: refine the codeJun Zhao2023-04-22
* lavc/libopenh264: Support full range videos in transcodingJun Zhao2023-04-22
* avcodec: remove FF_API_OPENH264_CABACJames Almer2023-02-09
* avcodec: remove FF_API_OPENH264_SLICE_MODEJames Almer2023-02-09
* lavc: support AV_CODEC_CAP_ENCODER_REORDERED_OPAQUE in all no-delay encodersAnton Khirnov2023-01-29
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-03
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-18
* avcodec/openh264: return (DE|EN)CODER_NOT_FOUND if version check failsAndreas Schneider2022-07-08
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-05
* avcodec/codec_internal: Rename AVCodecDefault->FFCodecDefaultAndreas Rheinhardt2022-03-21
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-21
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-21
* avcodec/libopenh264enc: set iEntropyCodingModeFlag by coder optionLimin Wang2022-01-14
* avcodec/libopenh264enc: make the profile configuablable correctlyLimin Wang2022-01-14
* avcodec/libopenh264enc: support for colorspace and range informationLimin Wang2022-01-14
* avcodec/libopenh264enc: Allow user-supplied buffersAndreas Rheinhardt2021-05-23
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avcodec: Remove deprecated coder type optionsAndreas Rheinhardt2021-04-27
* lavc: rename AV_CODEC_CAP_AUTO_THREADS->AV_CODEC_CAP_OTHER_THREADSAnton Khirnov2021-03-16
* lavc: replace internal use of AV_CODEC_CAP_AUTO_THREADS with an internal capAnton Khirnov2021-03-16
* lavc/libopenh264enc: use framerate if availableJun Zhao2020-08-05
* lavc/libopenh264enc: Add coder option to replace cabacLinjie Fu2020-05-13
* lavc/libopenh264enc: Allow specifying the profile through AVCodecContextLinjie Fu2020-05-13
* lavc/libopenh264enc: Rewrite profile handlingLinjie Fu2020-05-13
* lavc/libopenh264enc: set slice_mode option to deprecatedLinjie Fu2020-04-29
* lavc/libopenh264enc: prompt slice number changing inside libopenh264Linjie Fu2020-04-29
* lavc/libopenh264enc: add bit rate control select supportLinjie Fu2020-04-29
* lavc/libopenh264enc: add default gop size and bit rateLinjie Fu2020-04-29
* lavc/libopenh264enc: Add qmin/qmax supportLinjie Fu2020-04-29
* lavc/libopenh264enc: fix the if-else coding styleLinjie Fu2020-04-10
* avcodec/libopenh264enc: fix class_nameTobias Rapp2018-11-13
* libopenh264enc: Handle sample_aspect_ratioValery Kot2018-11-05
* avcodec/openh264enc.c: generate IDR frame in response to I frame pict_typeValery Kot2018-04-05
* avcodec: add metadata to identify wrappers and hardware decoderswm42017-12-14
* Merge commit '97cfe1d8bd1968143e2ba9aa46ebe9504a835e24'James Almer2017-11-01
|\
| * Convert all AVClass struct declarations to designated initializers.Diego Biurrun2017-06-12
* | Merge commit '800d91d348c89fc8ca3fbec7696ab1ec8787acc6'James Almer2017-03-31
|\|
| * Drop pointless void* castsDiego Biurrun2016-11-13
* | Merge commit '7a76371437f9562c3414f985523f883489e3936a'Hendrik Leppkes2016-11-18
|\|
| * libopenh264enc: Simplify init by setting FF_CODEC_CAP_INIT_CLEANUPMartin Storsjö2016-07-15
* | Merge commit '2d097c16b833c532ac974a7f1fd05c0a1f3b7675'Hendrik Leppkes2016-11-18
|\|
| * libopenh264enc: Return a more sensible error code in some init failure pathsMartin Storsjö2016-07-15
| * libopenh264: Support building with the 1.6 releaseMartin Storsjö2016-07-09
| * Add an OpenH264 decoder wrapperMartin Storsjö2016-06-28
* | Merge commit '31aa5335c390c83a6c3ea955b155067c36c4a2c4'Hendrik Leppkes2016-10-07
|\|
| * libopenh264enc: Fix inconsistent whitespaceMartin Storsjö2016-06-24