summaryrefslogtreecommitdiff
path: root/libavcodec/libopenh264dec.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-1/+1
* avcodec/internal: Move ff_set_dimensions() to decode.hAndreas Rheinhardt2022-08-271-1/+0
* avcodec/internal: Move ff_get_buffer() to decode.hAndreas Rheinhardt2022-08-271-0/+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: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-051-2/+1
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-7/+7
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-0/+1
* avcodec/libopenh264dec: Increase array sizes, fix stack-buffer overreadAndreas Rheinhardt2021-12-061-2/+3
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avutil/frame: Remove deprecated AVFrame.pkt_pts fieldAndreas Rheinhardt2021-04-271-5/+0
* Merge commit 'eec93e57096aa4804862d62760442380c70d489b'James Almer2019-02-201-1/+9
|\
| * libopenh264dec: Use a newer decoding entry point functionMartin Storsjö2019-01-261-1/+9
* | Merge commit '83678dbbae64ad8c501e0c732c1117e642c25dae'James Almer2018-09-111-0/+9
|\ \ | |/
| * libopenh264dec: Export the decoded profile and level in AVCodecContextMartin Storsjö2018-08-311-0/+9
* | Merge commit 'e1e3a12242347dd11174b2fb9ddac8dc8df16224'James Almer2018-09-021-5/+14
|\ \ | |/
| * libopenh264: Add support for decoding of b-framesMartin Storsjö2018-08-011-5/+14
| * avcodec: add metadata to identify wrappers and hardware decoderswm42017-12-141-0/+1
* | avcodec: add metadata to identify wrappers and hardware decoderswm42017-12-141-0/+1
* | avcodec/libopenh264dec: check for ff_set_dimensions() return valueJames Almer2017-09-281-2/+4
* | Merge commit '030de53e9cc225dc767458aedcc87efd457b4f3b'James Almer2017-09-281-121/+25
|\ \ | |/
| * libopenh264dec: Let the framework use the h264_mp4toannexb bitstream filterMartin Storsjö2017-02-151-119/+25
* | avcodec/libopenh264dec: fix return error value when h264_mp4toannexb_bsf is n...James Almer2017-05-241-1/+1
* | Merge commit '36b380dcd52ef47d7ba0559ed51192c88d82a9bd'Hendrik Leppkes2016-11-181-10/+5
|\ \ | |/
| * libopenh264dec: Simplify the init thanks to FF_CODEC_CAP_INIT_CLEANUP being setMartin Storsjö2016-07-151-10/+5
| * libopenh264dec: Fix cleanup if the init failed earlyMartin Storsjö2016-07-151-1/+1
| * libopenh264: Support building with the 1.6 releaseMartin Storsjö2016-07-091-0/+2
| * Add an OpenH264 decoder wrapperMartin Storsjö2016-06-281-0/+245
* Merge commit '32c8359093d1ff4f45ed19518b449b3ac3769d27'Hendrik Leppkes2016-10-071-0/+4
* libopenh264: Support building with the 1.6 releaseMartin Storsjö2016-07-271-0/+2
* Add an OpenH264 decoder wrapperMartin Storsjö2016-07-271-0/+243