summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* fftools/ffmpeg: drop init_input_threads()Anton Khirnov2022-10-25
* fftools/ffmpeg_demux: add demuxer private dataAnton Khirnov2022-10-25
* fftools/ffmpeg_opt: move opening input files to ffmpeg_demux.cAnton Khirnov2022-10-25
* lavc/qsvenc_hevc: accept HDR metadata if haveHaihao Xiang2022-10-25
* lavc/qsvenc: enlarge the maximum number of ExtParam buffers on mfxEncodeCtrlHaihao Xiang2022-10-25
* lavc/qsvenc: fix check to avoid segfaultHaihao Xiang2022-10-25
* avutil/integer: Use '|' instead of '+' where it is more naturalAndreas Rheinhardt2022-10-24
* avutil/integer: Fix undefined left shifts of negative numbersAndreas Rheinhardt2022-10-24
* avutil/aes: Don't use out-of-bounds indexAndreas Rheinhardt2022-10-24
* avutil/aes: Don't use misaligned pointersAndreas Rheinhardt2022-10-24
* avcodec/motion_est_template: Avoid using last + 1 element of arrayAndreas Rheinhardt2022-10-24
* avcodec/snow_dwt: Fix left shifts of negative numbersAndreas Rheinhardt2022-10-24
* doc/encoders: Add doc for av1_qsvWenbin Chen2022-10-24
* libavcodec/qsvenc_av1: add av1_qsv encoderWenbin Chen2022-10-24
* fftools/ffmpeg: set thread namesAnton Khirnov2022-10-24
* lavf: set internal thread namesAnton Khirnov2022-10-24
* lavc/pthread_frame: set worker thread namesAnton Khirnov2022-10-24
* lavu/thread: add an internal function for setting thread nameAnton Khirnov2022-10-24
* avcodec/mpegvideo: Don't use ScanTable where unnecessaryAndreas Rheinhardt2022-10-24
* avcodec/mpegvideo: Move ASM-offset warning to its proper placeAndreas Rheinhardt2022-10-24
* avcodec/eatgq: Move transient GetByteContext from context to stackAndreas Rheinhardt2022-10-24
* avcodec/idctdsp: Move ScanTable to mpegvideoAndreas Rheinhardt2022-10-24
* avcodec/wmv2dec: Remove unnecessary ScanTablesAndreas Rheinhardt2022-10-24
* avcodec/speedhqdec: Only keep what is used from ScanTableAndreas Rheinhardt2022-10-24
* avcodec/mjpegenc_common: Only pass what is used from ScanTableAndreas Rheinhardt2022-10-24
* avcodec/mjpegdec: Only keep what is used from ScanTableAndreas Rheinhardt2022-10-24
* avcodec/mimic: Only keep what is used from ScanTableAndreas Rheinhardt2022-10-24
* avcodec/mdec: Only keep what is used from ScanTableAndreas Rheinhardt2022-10-24
* avcodec/intrax8: Only keep what is used from ScanTableAndreas Rheinhardt2022-10-24
* avcodec/g2meet: Pre-permute quantization tablesAndreas Rheinhardt2022-10-24
* avcodec/g2meet: Only keep what is used from ScanTableAndreas Rheinhardt2022-10-24
* avcodec/cavs: Only keep what is needed from IDCTDSP-APIAndreas Rheinhardt2022-10-24
* avcodec/dnxhddec: Only keep what is used from ScanTableAndreas Rheinhardt2022-10-24
* avcodec/asvdec: Only keep what is used from ScanTableAndreas Rheinhardt2022-10-24
* avcodec/agm: Only keep what is used from ScanTableAndreas Rheinhardt2022-10-24
* avcodec/idctdsp: Add function to apply permutation to arrayAndreas Rheinhardt2022-10-24
* avcodec/imm4: Remove useless ScanTableAndreas Rheinhardt2022-10-24
* avcodec/aic: Remove useless ScanTableAndreas Rheinhardt2022-10-24
* avcodec/eatqi: Don't use IDCTDSP-API unnecessarilyAndreas Rheinhardt2022-10-24
* avcodec/eatgq: Don't use IDCTDSP-API unnecessarilyAndreas Rheinhardt2022-10-24
* avcodec/eamad: Don't use IDCTDSP-API unnecessarilyAndreas Rheinhardt2022-10-24
* configure: Add idctdsp dependency to codecs that need itAndreas Rheinhardt2022-10-24
* avcodec/snowenc: Fix invalid left shift of negative numbersAndreas Rheinhardt2022-10-23
* lavu/hwcontext_vaapi: Fix type specifier for uintptr_tCarl Eugen Hoyos2022-10-23
* lavf/hevc: Fix type specifiers, missed in 8b5d1553Carl Eugen Hoyos2022-10-23
* avfilter/vf_curves: add PCHIP interpolator and interp optionTakeshi (Kesh) Ikuma2022-10-22
* avocdec/cbs_internal: Rename CBS_MAX_UNIT_TYPES->CBS_MAX_LIST_UNIT_TYPESAndreas Rheinhardt2022-10-22
* avcodec/cbs: Remove CBS_CONTENT_TYPE_PODAndreas Rheinhardt2022-10-22
* avfilter/vf_fftdnoiz: improve filtering at edgesPaul B Mahol2022-10-22
* avcodec/speedhqdec: Remove write-only AVCodecContext*Andreas Rheinhardt2022-10-21