Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-15avcodec/libdav1d: add an option to set max frame delayJames Almer
2022-09-03avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt
2022-07-19lavc: use AVFrame.duration instead of AVFrame.pkt_durationAnton Khirnov
2022-07-18avcodec: Make init-threadsafety the defaultAndreas Rheinhardt
2022-04-07avcodec/libdav1d: don't depend on the event flags API to init sequence params...James Almer
2022-04-05avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt
2022-03-21avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt
2022-03-21avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt
2022-02-01avcodec/libdav1d: free the Dav1dData packet on dav1d_send_data() failureJames Almer
2022-01-10avcodec/libdav1d: explicitly set Dav1dSettings.apply_grainJames Almer
2022-01-07avcodec/libdav1d: honor the requested strict_std_compliance level on supporte...James Almer
2021-11-07avcodec/libdav1d: Use av_memdup() where appropriateAndreas Rheinhardt
2021-11-07avcodec/libdav1d: Use AVCodecInternal.in_pkt instead of stack packetAndreas Rheinhardt
2021-11-07avcodec/libdav1d: Don't leak side-data-only packetsAndreas Rheinhardt
2021-09-21avcodec/libdav1d: let libdav1d choose optimal max frame delayJames Almer
2021-09-21avcodec/libdav1d: pass auto threads value to libdav1dJames Almer
2021-09-03avcodec/libdav1d: fix compilation after recent libdav1d API changesJames Almer
2021-08-24avcodec/libdav1d: signal the presence of Film Grain in the decoder contextJames Almer
2021-07-22avcodec/avcodec: Don't include cpu.hAndreas Rheinhardt
2021-07-14avcodec/libdav1d: parse sequence headers in extradata if availableJames Almer
2021-07-09avcodec/libdav1d: don't repeatedly parse the same sequence headerJames Almer
2021-07-09avcodec/libdav1d: use ff_decode_frame_props() to fill frame propertiesJames Almer
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2021-04-27avutil/frame: Remove deprecated AVFrame.pkt_pts fieldAndreas Rheinhardt
2021-03-16lavc: rename AV_CODEC_CAP_AUTO_THREADS->AV_CODEC_CAP_OTHER_THREADSAnton Khirnov
2021-03-16lavc: replace internal use of AV_CODEC_CAP_AUTO_THREADS with an internal capAnton Khirnov
2020-12-13avcodec/libdav1d: stop setting AVFrame->best_effort_timestampJames Almer
2020-11-27lavu/film_grain_params: fix typo in type enumLynne
2020-11-26libdav1d: correctly copy ar_coeffs_uv to our structLynne
2020-11-26libdav1d: use film grain export flag to export AVFilmGrainParams side dataLynne
2020-08-26avcodec/libdav1d: Call ff_set_sar in addition to setting the frame SARDerek Buitenhuis
2020-08-15avcodec/libdav1d: add support for A53 Closed CaptionsJames Almer
2020-07-22avcodec/libdav1d: use av_image_get_buffer_size() to calculate frame sizeJames Almer
2020-05-18avcodec/libdav1d: export frame sample aspect ratioJames Almer
2019-11-28Add options for spatial layers.Thierry Foucu
2019-11-13avcodec/libdav1d: export bitstream timing info when availableJames Almer
2019-10-22avcodec/libdav1d: fix setting AVFrame reordered_opaqueJames Almer
2019-10-17avcodec/libdav1d: set AVFrame reordered_opaqueJames Almer
2019-09-15avcodec/libdav1d: use the library default for the filmgrain optionJames Almer
2019-08-15avcodec/libdav1d: allow setting frame size limit in pixelsJames Almer
2019-05-27avcodec/libdav1d: add support for RGB streamsJames Almer
2019-05-27avcodec/libdav1d: assert Dav1dPicture allocator_data is set before referencin...James Almer
2019-05-27avcodec/libdav1d: export level from the Sequence HeaderJames Almer
2019-05-20avcodec/libdav1d: fine tune thread distributionJames Almer
2019-03-19avcodec/libdav1d: use a reference to the allocated buffer instead of wrapping...James Almer
2019-03-19avcodec/libdav1d: reset pool size on allocation failureJames Almer
2019-03-13avcodec/libdav1d: unref the frame on failureJames Almer
2019-03-13libdav1d: Add support for reading hdr10 metadataVittorio Giovara
2019-03-13avcodec/libdav1d: consistently use AVERROR return valuesJames Almer
2019-03-13avcodec/libdav1d: use a custom picture allocatorJames Almer