| Commit message (Expand) | Author | Age | Files | Lines |
* | lavc: deprecate AVCodecContext.ticks_per_frame | Anton Khirnov | 2023-05-15 | 1 | -1/+7 |
* | lavc/libkvazaar,libopenh264enc: drop redundant checks | Anton Khirnov | 2023-05-15 | 1 | -5/+0 |
* | lavc/libopenh264: refine the code | Jun Zhao | 2023-04-22 | 1 | -2/+3 |
* | lavc/libopenh264: Support full range videos in transcoding | Jun Zhao | 2023-04-22 | 1 | -1/+4 |
* | avcodec: remove FF_API_OPENH264_CABAC | James Almer | 2023-02-09 | 1 | -6/+0 |
* | avcodec: remove FF_API_OPENH264_SLICE_MODE | James Almer | 2023-02-09 | 1 | -16/+0 |
* | lavc: support AV_CODEC_CAP_ENCODER_REORDERED_OPAQUE in all no-delay encoders | Anton Khirnov | 2023-01-29 | 1 | -1/+2 |
* | avcodec/codec_internal: Add macro to set AVCodec.long_name | Andreas Rheinhardt | 2022-09-03 | 1 | -1/+1 |
* | avcodec: Make init-threadsafety the default | Andreas Rheinhardt | 2022-07-18 | 1 | -1/+1 |
* | avcodec/openh264: return (DE|EN)CODER_NOT_FOUND if version check fails | Andreas Schneider | 2022-07-08 | 1 | -1/+1 |
* | avcodec/codec_internal: Use union for FFCodec decode/encode callbacks | Andreas Rheinhardt | 2022-04-05 | 1 | -1/+1 |
* | avcodec/codec_internal: Rename AVCodecDefault->FFCodecDefault | Andreas Rheinhardt | 2022-03-21 | 1 | -1/+1 |
* | avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec | Andreas Rheinhardt | 2022-03-21 | 1 | -9/+9 |
* | avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h | Andreas Rheinhardt | 2022-03-21 | 1 | -0/+1 |
* | avcodec/libopenh264enc: set iEntropyCodingModeFlag by coder option | Limin Wang | 2022-01-14 | 1 | -7/+7 |
* | avcodec/libopenh264enc: make the profile configuablable correctly | Limin Wang | 2022-01-14 | 1 | -3/+3 |
* | avcodec/libopenh264enc: support for colorspace and range information | Limin Wang | 2022-01-14 | 1 | -0/+22 |
* | avcodec/libopenh264enc: Allow user-supplied buffers | Andreas Rheinhardt | 2021-05-23 | 1 | -4/+4 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avcodec: Remove deprecated coder type options | Andreas Rheinhardt | 2021-04-27 | 1 | -10/+0 |
* | lavc: rename AV_CODEC_CAP_AUTO_THREADS->AV_CODEC_CAP_OTHER_THREADS | Anton Khirnov | 2021-03-16 | 1 | -1/+1 |
* | lavc: replace internal use of AV_CODEC_CAP_AUTO_THREADS with an internal cap | Anton Khirnov | 2021-03-16 | 1 | -1/+2 |
* | lavc/libopenh264enc: use framerate if available | Jun Zhao | 2020-08-05 | 1 | -1/+10 |
* | lavc/libopenh264enc: Add coder option to replace cabac | Linjie Fu | 2020-05-13 | 1 | -13/+27 |
* | lavc/libopenh264enc: Allow specifying the profile through AVCodecContext | Linjie Fu | 2020-05-13 | 1 | -0/+15 |
* | lavc/libopenh264enc: Rewrite profile handling | Linjie Fu | 2020-05-13 | 1 | -4/+40 |
* | lavc/libopenh264enc: set slice_mode option to deprecated | Linjie Fu | 2020-04-29 | 1 | -2/+5 |
* | lavc/libopenh264enc: prompt slice number changing inside libopenh264 | Linjie Fu | 2020-04-29 | 1 | -0/+2 |
* | lavc/libopenh264enc: add bit rate control select support | Linjie Fu | 2020-04-29 | 1 | -1/+14 |
* | lavc/libopenh264enc: add default gop size and bit rate | Linjie Fu | 2020-04-29 | 1 | -2/+7 |
* | lavc/libopenh264enc: Add qmin/qmax support | Linjie Fu | 2020-04-29 | 1 | -0/+11 |
* | lavc/libopenh264enc: fix the if-else coding style | Linjie Fu | 2020-04-10 | 1 | -3/+2 |
* | avcodec/libopenh264enc: fix class_name | Tobias Rapp | 2018-11-13 | 1 | -1/+1 |
* | libopenh264enc: Handle sample_aspect_ratio | Valery Kot | 2018-11-05 | 1 | -0/+41 |
* | avcodec/openh264enc.c: generate IDR frame in response to I frame pict_type | Valery Kot | 2018-04-05 | 1 | -0/+4 |
* | avcodec: add metadata to identify wrappers and hardware decoders | wm4 | 2017-12-14 | 1 | -0/+1 |
* | Merge commit '97cfe1d8bd1968143e2ba9aa46ebe9504a835e24' | James Almer | 2017-11-01 | 1 | -1/+4 |
|\ |
|
| * | Convert all AVClass struct declarations to designated initializers. | Diego Biurrun | 2017-06-12 | 1 | -1/+4 |
* | | Merge commit '800d91d348c89fc8ca3fbec7696ab1ec8787acc6' | James Almer | 2017-03-31 | 1 | -2/+2 |
|\| |
|
| * | Drop pointless void* casts | Diego Biurrun | 2016-11-13 | 1 | -2/+2 |
* | | Merge commit '7a76371437f9562c3414f985523f883489e3936a' | Hendrik Leppkes | 2016-11-18 | 1 | -19/+8 |
|\| |
|
| * | libopenh264enc: Simplify init by setting FF_CODEC_CAP_INIT_CLEANUP | Martin Storsjö | 2016-07-15 | 1 | -19/+8 |
* | | Merge commit '2d097c16b833c532ac974a7f1fd05c0a1f3b7675' | Hendrik Leppkes | 2016-11-18 | 1 | -0/+2 |
|\| |
|
| * | libopenh264enc: Return a more sensible error code in some init failure paths | Martin Storsjö | 2016-07-15 | 1 | -0/+2 |
| * | libopenh264: Support building with the 1.6 release | Martin Storsjö | 2016-07-09 | 1 | -2/+24 |
| * | Add an OpenH264 decoder wrapper | Martin Storsjö | 2016-06-28 | 1 | -41/+7 |
* | | Merge commit '31aa5335c390c83a6c3ea955b155067c36c4a2c4' | Hendrik Leppkes | 2016-10-07 | 1 | -2/+4 |
|\| |
|
| * | libopenh264enc: Fix inconsistent whitespace | Martin Storsjö | 2016-06-24 | 1 | -2/+4 |
* | | libopenh264: Support building with the 1.6 release | Martin Storsjö | 2016-07-27 | 1 | -2/+24 |
* | | Add an OpenH264 decoder wrapper | Martin Storsjö | 2016-07-27 | 1 | -41/+7 |