summaryrefslogtreecommitdiff
path: root/libavcodec/libdav1d.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/libdav1d: honor the requested skip_frame levelJames Almer2022-12-171-0/+9
* avcodec/libdav1d: reindent after the previous commitJames Almer2022-12-121-10/+10
* avcodec/libdav1d: set frame props from the reordered packetJames Almer2022-12-121-21/+24
* avcodec/libdav1d: don't use AVCodecInternal.in_pktJames Almer2022-12-121-11/+12
* avcodec/libdav1d: add an option to set max frame delayJames Almer2022-10-151-1/+10
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-1/+1
* lavc: use AVFrame.duration instead of AVFrame.pkt_durationAnton Khirnov2022-07-191-1/+1
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-1/+1
* avcodec/libdav1d: don't depend on the event flags API to init sequence params...James Almer2022-04-071-1/+2
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-1/+1
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-8/+8
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-0/+1
* 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