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-09-04lavc/vaapi: Add support for remaining 10/12bit profilesPhilip Langdale
2022-09-03avcodec/codec_internal: Add macros for update_thread_context(_for_user)Andreas Rheinhardt
2022-09-03avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt
2022-08-27avcodec/internal: Move ff_set_dimensions() to decode.hAndreas Rheinhardt
2022-08-10avcodec/vp9: Remove redundant reporting of progress on errorAndreas Rheinhardt
2022-08-04lavc/vaapi: Declare support for decoding 8bit 4:4:4 contentPhilip Langdale
2022-07-28avcodec/vp8, vp9: Avoid using VP56mv and VP56Frame in VP8/9Andreas Rheinhardt
2022-07-28avcodec/vp56: Move VP5-9 range coder functions to a header of their ownAndreas Rheinhardt
2022-07-28avcodec/vp56: Move VP8/9-only rac functions to a header of their ownAndreas Rheinhardt
2022-07-18avcodec: Make init-threadsafety the defaultAndreas Rheinhardt
2022-04-05avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt
2022-04-05avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas 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-03-16configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö
2022-02-09avcodec/threadframe: Add ff_thread_(get|release)_ext_buffer()Andreas Rheinhardt
2022-02-09avcodec/thread: Move ff_thread_(await|report)_progress to new headerAndreas Rheinhardt
2021-11-29lavc/videotoolbox: add VP9 hardware accelerationrcombs
2021-09-20Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt
2021-09-04avcodec/vp9: Remove vp9_free_entries()Andreas Rheinhardt
2021-09-04avcodec/vp9: Use av_freep() instead of av_free()Andreas Rheinhardt
2021-09-04avcodec/vp9: Don't free buffer known to be NULLAndreas Rheinhardt
2021-09-04avcodec/vp9: Check initializing conditions/mutexesAndreas Rheinhardt
2021-09-04avcodec/vp9: Do not destroy uninitialized mutexes/conditionsAndreas Rheinhardt
2021-05-10avcodec/vp9: Mark decoder as init-threadsafeAndreas Rheinhardt
2021-05-10avcodec/vp9: Inline function with only one caller into itAndreas Rheinhardt
2021-05-10avcodec/vp9: Remove excessive log messagesAndreas Rheinhardt
2021-05-10avcodec/vp9: Cleanup generically on init failureAndreas Rheinhardt
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2021-04-27avutil/frame: Remove deprecated AVFrame.pkt_pts fieldAndreas Rheinhardt
2021-01-01Mark some pointers as constAndreas Rheinhardt
2020-10-11avcodec/vp9: Fix stack-buffer overflow with VP9 VDPAU availableAndreas Rheinhardt
2020-10-08VP9 Profile 2 VDPAU supportManojGuptaBonda
2020-05-12vp9dec: support exporting QP tables through the AVVideoEncParams APIAnton Khirnov
2020-05-12vp9dec: factorise freeing per-tile allocated dataAnton Khirnov
2020-05-05lavc/vp9: fix reference frame dimensions check for SINGLE_REFERENCE modeLinjie Fu
2020-04-26lavc: Rename hwaccel.h to hwconfig.hMark Thompson
2020-04-25avcodec/vp9: prevent null pointer use on init_frames() failurePeter Ross
2020-04-10pthread_frame: merge the functionality for normal decoder init and init_threa...Anton Khirnov
2020-04-10lavc: replace AVCodecInternal.allocate_progress with an internal capAnton Khirnov
2020-03-26avcodec/vp9: use a buffer pool to allocate VP9Frame extradataJames Almer
2019-12-31avcodec: Replace get_bits_long() by get_bits() where possibleMichael Niedermayer
2019-10-26Add support for VP9 VDPAU hwaccel decodeManojGuptaBonda
2019-06-20libavcodec: Reduce the size of some arraysAndreas Rheinhardt
2018-10-30avcodec/vp9: Check in decode_tiles() if there is data remainingMichael Niedermayer
2018-04-13avcodec/vp9: add profile 2 10-bit DXVA2/D3D11 decoding supportHendrik Leppkes
2017-12-15avcodec/vp9: mark frame as finished on decode_tiles() failureMichael Niedermayer
2017-11-29vp9: use superframe split BSFwm4
2017-11-27lavc: Add hardware config metadata for decoders supporting hardware outputMark Thompson
2017-11-13avcodec: implement vp9 nvdec hwaccelTimo Rothenpieler