aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/nvdec_mpeg12.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/mpegutils: Move definitions to better placesAndreas Rheinhardt2024-04-081-0/+1
* avcodec/avcodec: Add FFHWAccel, hide internals of AVHWAccelAndreas Rheinhardt2023-08-071-10/+11
* avcodec/nvdec_mpeg2: fix order of quant matrix coefficientsHendrik Leppkes2023-05-151-2/+3
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-161-0/+2
* avcodec/mpegvideo: Move encoder-only stuff to a new headerAndreas Rheinhardt2022-02-131-0/+1
* avcodec/nvdec_mpeg12: set field flagsTimo Rothenpieler2020-01-021-0/+4
* avcodec/nvdec: Explicitly mark codecs that support 444 output formatsPhilip Langdale2019-02-161-1/+1
* lavc: Mark all AVHWAccel structures as constMark Thompson2017-11-261-2/+2
* avcodec: Implement mpeg1 nvdec hwaccelPhilip Langdale2017-11-201-1/+17
* avcodec: Refactor common nvdec hwaccel logicPhilip Langdale2017-11-201-49/+4
* avcodec: Implement mpeg2 nvdec hwaccelPhilip Langdale2017-11-181-0/+152