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
2020-10-01avcodec/cuviddec: backport extradata fixesTimo Rothenpieler
2020-09-30avcodec/cuviddec: handle arbitrarily sized extradataTimo Rothenpieler
2018-10-14avcodec/cuviddec: properly take deinterlacing and display delay into account ...Timo Rothenpieler
2017-06-01avcodec/cuvid: make capability check optionalTimo Rothenpieler
2017-05-09avcodec/cuvid: use capability check instead of dummy decoderTimo Rothenpieler
2017-05-05cuvid: support AVCodecContext.hw_device_ctx APIwm4
2017-04-23avcodec: do not use AVFrame accessorMuhammad Faiz
2017-04-23Merge commit '061a0c14bb5767bca72e3a7227ca400de439ba09'James Almer
2017-03-09avcodec/cuvid: add support for cropping/resizingTimo Rothenpieler
2017-02-18avcodec/cuvid: add drop_second_field as input optionMiroslav Slugeň
2017-02-18avcodec/cuvid: don't overwrite deinterlace at progressive inputMiroslav Slugeň
2017-02-14avcodec/cuvid: add format mismatch debug logsTimo Rothenpieler
2017-02-14avcodec/cuvid: set width and height before calling get_formatTimo Rothenpieler
2017-02-14avcodec/cuvid: update hw_frames_ctx reference after get_format callTimo Rothenpieler
2017-01-23avcodec/cuvid: fail early if GPU can't handle video resolutionPavel Koshevoy
2016-12-12avcodec/cuvid: fix compilation with msvc11Timo Rothenpieler
2016-11-24avcodec/cuvid: Restore initialization of pixel format in init()Philip Langdale
2016-11-22avcodec/cuvid: Add support for P010/P016 as an output surface formatPhilip Langdale
2016-11-22avcodec/cuvid: allow setting number of used surfacesMiroslav Slugen
2016-11-22avcodec/cuvid: use dynamically loaded CUDA/CUVIDTimo Rothenpieler
2016-10-31avcodec/cuvid: Don't claim to decode h.263 (it doesn't)Philip Langdale
2016-10-23avcodec/cuvid: Allow reinitialization of decoderPhilip Langdale
2016-10-07Merge commit '32c8359093d1ff4f45ed19518b449b3ac3769d27'Hendrik Leppkes
2016-10-04avcodec/cuvid: don't align frame sizeTimo Rothenpieler
2016-09-29avcodec/cuvid: make use of new av_hwdevice_ctx_create apiTimo Rothenpieler
2016-09-29avcodec/cuvid: support a pre-initialized hw_frames_ctxTimo Rothenpieler
2016-09-29avcodec/cuvid: use actual frame size for buffer allocationTimo Rothenpieler
2016-09-23avcodec/cuvid: mark as avoid for probingTimo Rothenpieler
2016-09-23cuvid: Pass bit depth information to decoderPhilip Langdale
2016-09-23cuvid: Use bundled headersPhilip Langdale
2016-09-21avcodec/cuvid: add support for hardware deinterlacingTimo Rothenpieler
2016-09-21avcodec/cuvid: implement new send_packet/receive_frame apiTimo Rothenpieler
2016-09-17avcodec/cuvid: Check for non 420 chroma formats - they aren't supportedPhilip Langdale
2016-09-17avcodec/cuvid: Fully re-initialize the parser after a flush.Philip Langdale
2016-09-10avcodec/cuvid: Always check for internal errors during parsingPhilip Langdale
2016-09-09avcodec/cuvid: check for and warn about invalid pkt_timebaseTimo Rothenpieler
2016-09-09avcodec/cuvid: use pkt_timebase instead of time_baseTimo Rothenpieler
2016-09-06cuvid: Implement flush to support seeking in media playersPhilip Langdale
2016-09-06cuvid: Add hwaccels and decoders for remaining supported formatsPhilip Langdale
2016-06-10avcodec/cuvid: add cuvid decoderTimo Rothenpieler