summaryrefslogtreecommitdiff
path: root/libavcodec/libdav1d.c
Commit message (Expand)AuthorAge
* avcodec/libdav1d: explicitly set Dav1dSettings.apply_grainJames Almer2022-01-10
* avcodec/libdav1d: honor the requested strict_std_compliance level on supporte...James Almer2022-01-06
* avcodec/libdav1d: Use av_memdup() where appropriateAndreas Rheinhardt2021-11-07
* avcodec/libdav1d: Use AVCodecInternal.in_pkt instead of stack packetAndreas Rheinhardt2021-11-07
* avcodec/libdav1d: Don't leak side-data-only packetsAndreas Rheinhardt2021-11-07
* avcodec/libdav1d: let libdav1d choose optimal max frame delayJames Almer2021-09-21
* avcodec/libdav1d: pass auto threads value to libdav1dJames Almer2021-09-20
* avcodec/libdav1d: fix compilation after recent libdav1d API changesJames Almer2021-09-03
* avcodec/libdav1d: signal the presence of Film Grain in the decoder contextJames Almer2021-08-24
* avcodec/avcodec: Don't include cpu.hAndreas Rheinhardt2021-07-22
* avcodec/libdav1d: parse sequence headers in extradata if availableJames Almer2021-07-14
* avcodec/libdav1d: don't repeatedly parse the same sequence headerJames Almer2021-07-09
* avcodec/libdav1d: use ff_decode_frame_props() to fill frame propertiesJames Almer2021-07-09
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avutil/frame: Remove deprecated AVFrame.pkt_pts fieldAndreas 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
* avcodec/libdav1d: stop setting AVFrame->best_effort_timestampJames Almer2020-12-13
* lavu/film_grain_params: fix typo in type enumLynne2020-11-27
* libdav1d: correctly copy ar_coeffs_uv to our structLynne2020-11-26
* libdav1d: use film grain export flag to export AVFilmGrainParams side dataLynne2020-11-25
* avcodec/libdav1d: Call ff_set_sar in addition to setting the frame SARDerek Buitenhuis2020-08-26
* avcodec/libdav1d: add support for A53 Closed CaptionsJames Almer2020-08-15
* avcodec/libdav1d: use av_image_get_buffer_size() to calculate frame sizeJames Almer2020-07-22
* avcodec/libdav1d: export frame sample aspect ratioJames Almer2020-05-18
* Add options for spatial layers.Thierry Foucu2019-11-28
* avcodec/libdav1d: export bitstream timing info when availableJames Almer2019-11-12
* avcodec/libdav1d: fix setting AVFrame reordered_opaqueJames Almer2019-10-22
* avcodec/libdav1d: set AVFrame reordered_opaqueJames Almer2019-10-17
* avcodec/libdav1d: use the library default for the filmgrain optionJames Almer2019-09-15
* avcodec/libdav1d: allow setting frame size limit in pixelsJames Almer2019-08-14
* avcodec/libdav1d: add support for RGB streamsJames Almer2019-05-27
* avcodec/libdav1d: assert Dav1dPicture allocator_data is set before referencin...James Almer2019-05-27
* avcodec/libdav1d: export level from the Sequence HeaderJames Almer2019-05-27
* avcodec/libdav1d: fine tune thread distributionJames Almer2019-05-20
* avcodec/libdav1d: use a reference to the allocated buffer instead of wrapping...James Almer2019-03-19
* avcodec/libdav1d: reset pool size on allocation failureJames Almer2019-03-19
* avcodec/libdav1d: unref the frame on failureJames Almer2019-03-12
* libdav1d: Add support for reading hdr10 metadataVittorio Giovara2019-03-12
* avcodec/libdav1d: consistently use AVERROR return valuesJames Almer2019-03-12
* avcodec/libdav1d: use a custom picture allocatorJames Almer2019-03-12
* avcodec/libdav1d: move the pix_fmt enum array up in the fileJames Almer2019-03-12
* avcodec/libdav1d: route dav1d internal logs through av_log()James Almer2019-03-12
* avcodec/libdav1d: properly free all output picture referencesJames Almer2019-01-08
* avcodec/libdav1d: add support for 12bit streamsJames Almer2018-12-12
* avcodec/libdav1d: add an option to toggle Film GrainJames Almer2018-11-28
* avcodec/libdav1d: read profile from the sequence header referenced by the oup...James Almer2018-11-28
* avcodec/libdav1d: use constants defined in the public API to limit thread countJames Almer2018-11-28
* avcodec/libdav1d: remove init cleanup internal codec capJames Almer2018-11-28
* avcodec/libdav1d: update the API usage after upstream changesJames Almer2018-11-25