summaryrefslogtreecommitdiff
path: root/libavcodec/libdav1d.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/libdav1d: don't depend on the event flags API to init sequence params...James Almer2022-04-071-1/+2
* avcodec/libdav1d: free the Dav1dData packet on dav1d_send_data() failureJames Almer2022-02-011-1/+3
* avcodec/libdav1d: explicitly set Dav1dSettings.apply_grainJames Almer2022-01-101-2/+2
* avcodec/libdav1d: honor the requested strict_std_compliance level on supporte...James Almer2022-01-061-0/+3
* avcodec/libdav1d: Use av_memdup() where appropriateAndreas Rheinhardt2021-11-071-2/+2
* avcodec/libdav1d: Use AVCodecInternal.in_pkt instead of stack packetAndreas Rheinhardt2021-11-071-11/+17
* avcodec/libdav1d: Don't leak side-data-only packetsAndreas Rheinhardt2021-11-071-0/+3
* avcodec/libdav1d: let libdav1d choose optimal max frame delayJames Almer2021-09-211-1/+1
* avcodec/libdav1d: pass auto threads value to libdav1dJames Almer2021-09-201-0/+4
* avcodec/libdav1d: fix compilation after recent libdav1d API changesJames Almer2021-09-031-2/+19
* avcodec/libdav1d: signal the presence of Film Grain in the decoder contextJames Almer2021-08-241-0/+5
* avcodec/avcodec: Don't include cpu.hAndreas Rheinhardt2021-07-221-0/+1
* avcodec/libdav1d: parse sequence headers in extradata if availableJames Almer2021-07-141-0/+43
* avcodec/libdav1d: don't repeatedly parse the same sequence headerJames Almer2021-07-091-0/+10
* avcodec/libdav1d: use ff_decode_frame_props() to fill frame propertiesJames Almer2021-07-091-31/+40
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avutil/frame: Remove deprecated AVFrame.pkt_pts fieldAndreas Rheinhardt2021-04-271-5/+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
* avcodec/libdav1d: stop setting AVFrame->best_effort_timestampJames Almer2020-12-131-1/+1
* lavu/film_grain_params: fix typo in type enumLynne2020-11-271-1/+1
* libdav1d: correctly copy ar_coeffs_uv to our structLynne2020-11-261-2/+4
* libdav1d: use film grain export flag to export AVFilmGrainParams side dataLynne2020-11-251-1/+40
* avcodec/libdav1d: Call ff_set_sar in addition to setting the frame SARDerek Buitenhuis2020-08-261-0/+1
* avcodec/libdav1d: add support for A53 Closed CaptionsJames Almer2020-08-151-0/+30
* avcodec/libdav1d: use av_image_get_buffer_size() to calculate frame sizeJames Almer2020-07-221-4/+4
* avcodec/libdav1d: export frame sample aspect ratioJames Almer2020-05-181-0/+6
* Add options for spatial layers.Thierry Foucu2019-11-281-0/+8
* avcodec/libdav1d: export bitstream timing info when availableJames Almer2019-11-121-0/+7
* avcodec/libdav1d: fix setting AVFrame reordered_opaqueJames Almer2019-10-221-1/+26
* avcodec/libdav1d: set AVFrame reordered_opaqueJames Almer2019-10-171-0/+2
* avcodec/libdav1d: use the library default for the filmgrain optionJames Almer2019-09-151-2/+3
* avcodec/libdav1d: allow setting frame size limit in pixelsJames Almer2019-08-141-0/+1
* avcodec/libdav1d: add support for RGB streamsJames Almer2019-05-271-1/+12
* avcodec/libdav1d: assert Dav1dPicture allocator_data is set before referencin...James Almer2019-05-271-1/+1
* avcodec/libdav1d: export level from the Sequence HeaderJames Almer2019-05-271-0/+2
* avcodec/libdav1d: fine tune thread distributionJames Almer2019-05-201-3/+13
* avcodec/libdav1d: use a reference to the allocated buffer instead of wrapping...James Almer2019-03-191-16/+4
* avcodec/libdav1d: reset pool size on allocation failureJames Almer2019-03-191-1/+3
* avcodec/libdav1d: unref the frame on failureJames Almer2019-03-121-8/+16
* libdav1d: Add support for reading hdr10 metadataVittorio Giovara2019-03-121-0/+28
* avcodec/libdav1d: consistently use AVERROR return valuesJames Almer2019-03-121-4/+4
* avcodec/libdav1d: use a custom picture allocatorJames Almer2019-03-121-0/+60
* avcodec/libdav1d: move the pix_fmt enum array up in the fileJames Almer2019-03-121-7/+7
* avcodec/libdav1d: route dav1d internal logs through av_log()James Almer2019-03-121-0/+9
* avcodec/libdav1d: properly free all output picture referencesJames Almer2019-01-081-35/+40
* avcodec/libdav1d: add support for 12bit streamsJames Almer2018-12-121-6/+6
* avcodec/libdav1d: add an option to toggle Film GrainJames Almer2018-11-281-0/+3
* avcodec/libdav1d: read profile from the sequence header referenced by the oup...James Almer2018-11-281-9/+1
* avcodec/libdav1d: use constants defined in the public API to limit thread countJames Almer2018-11-281-2/+2