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
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
2019-03-13avcodec/libdav1d: move the pix_fmt enum array up in the fileJames Almer
2019-03-13avcodec/libdav1d: route dav1d internal logs through av_log()James Almer
2019-01-08avcodec/libdav1d: properly free all output picture referencesJames Almer
2018-12-12avcodec/libdav1d: add support for 12bit streamsJames Almer
2018-11-29avcodec/libdav1d: add an option to toggle Film GrainJames Almer
2018-11-29avcodec/libdav1d: read profile from the sequence header referenced by the oup...James Almer
2018-11-29avcodec/libdav1d: use constants defined in the public API to limit thread countJames Almer
2018-11-29avcodec/libdav1d: remove init cleanup internal codec capJames Almer
2018-11-26avcodec/libdav1d: update the API usage after upstream changesJames Almer
2018-11-14avcodec/libdav1d: fix build after a recent API breakJames Almer
2018-11-06avcodec: libdav1d AV1 decoder wrapper.James Almer