1613 Commits (67afafc2c94b861a22bd755956fec22a5d25f87a)

Author SHA1 Message Date
Steve Lhomme befe241744 directx_va: fix detection of mingw-w64 v13 dxva.h 8 months ago
Steve Lhomme 1089af38fc avcodec: use AV_LEVEL_xxx instead of FF_LEVEL_xxx 8 months ago
Steve Lhomme ffd813653f avcodec: use AV_PROFILE_xxx instead of FF_PROFILE_xxx 11 months ago
Steve Lhomme bde8f7e2ee avcodec/video: use frame flags instead of fields 2 years ago
Steve Lhomme b7039d8300 avcodec: encoder: remove AV_INPUT_BUFFER_MIN_SIZE usage 11 months ago
Thomas Guillem 74de0fda0b avcodec: enable AV1-hw only for Windows 1 year ago
Zhao Zhili e8f8bfe4ed avcodec: map VLC_CODEC_YUVA_444_12 5 years ago
Steve Lhomme 6639b10151 modules: transform milliseconds value into vlc_tick_t with VLC_TICK_FROM_MS 8 years ago
Steve Lhomme 43e848065c avcodec/encoder: use avcodec_free_context in place of avcodec_close() 2 years ago
Steve Lhomme 82cee41e0a avcodec/encoder: use AV_CODEC_CONFIG_SAMPLE_FORMAT to get supported sample formats 2 years ago
Steve Lhomme 9f5ad85d44 avcodec/encoder: use AV_CODEC_CONFIG_PIX_FORMAT to get supported pixel formats 2 years ago
Steve Lhomme 5815fdd7ea avcodec/encoder: use AV_CODEC_CONFIG_FRAME_RATE to get supported frame rates 2 years ago
Steve Lhomme 2748c79f9e avcodec/encoder: use frame flags instead of fields 2 years ago
Steve Lhomme 2f0e6205d6 avcodec: use AV_CODEC_PROP_FIELDS to tell the number of ticks 2 years ago
Steve Lhomme c0da09ef70 avcodec: don't assume ticks_per_frame can be 0 2 years ago
David Rosca ba5dc03aec
avcodec: vaapi: Support VAAPI with latest FFmpeg 2 years ago
François Cartegnie 1713be552f avcodec: add a define to test for AVCodecContext.ch_layout availability 2 years ago
Steve Lhomme e5072b3404 ffmpeg: fix libavutil version check for AVFrame.ch_layout 2 years ago
Steve Lhomme 0939d55b81 avcodec: fix libavcodec version check for AVCodecContext.ch_layout 2 years ago
Steve Lhomme 0bcb306b7c ffmpeg: fix libavutil version check for av_channel_layout_default() 2 years ago
François Cartegnie d1fb5c6cb3 codec: avcodec: fix ch_layout requirement 2 years ago
Ilkka Ollakka 763dc3eba5 avcodec/audio: make channel mapping array 0 terminated 3 years ago
Steve Lhomme b2b54eb1ef avcodec: use ARRAY_SIZE instead of custom code 4 years ago
Zhao Zhili 534564b289 codec: avcodec: check open codec return value 5 years ago
Steve Lhomme ce084152c9 avcommon: use a specific macro to check the FFmpeg libavcodec version 2 years ago
Steve Lhomme 930ddc0d0f avcommon: rename LIBAVCODEC_VERSION_CHECK to LIBAV_CODEC_VERSION_CHECK 2 years ago
Steve Lhomme d406a31276 avcommon: use a specific macro to check the FFmpeg libavformat version 2 years ago
Steve Lhomme 554a97ab33 avcommon: rename LIBAVFORMAT_VERSION_CHECK to LIBAV_FORMAT_VERSION_CHECK 2 years ago
Steve Lhomme 5efaca393b avcommon: use a specific macro to check the FFmpeg libavutil version 2 years ago
Steve Lhomme 8fef83731a avcommon: rename LIBAVUTIL_VERSION_CHECK to LIBAV_UTIL_VERSION_CHECK 2 years ago
François Cartegnie a618e31cf2 mux: avformat: fix avio callbacks signature with ffmpeg 6.1 2 years ago
François Cartegnie e020f9abb3 codec: avcodec: bypass removed define for Intel workarounds 2 years ago
Ilkka Ollakka bb62989ccc avcodec: use ch_layout for channel layout in audio encoder 3 years ago
Ilkka Ollakka fa001cda7f avcodec: add handling of new ch_layout in audio encoder 3 years ago
François Cartegnie 3db6e67768 codec: avcodec: fix audio channel_layout conditionals 2 years ago
François Cartegnie 58c05240c2 avcodec: encoder: fix channel_layout conditionals 2 years ago
François Cartegnie b8ad80a20e codec: avcodec: map AYUV as RAWVIDEO with ffmpeg 6.0 2 years ago
Ilkka Ollakka c44edb85e4 avcodec: use p_enc audio channels instead of context channels in encoder 3 years ago
Ilkka Ollakka 99b1496618 avcodec: audio decoder to use ch_layout 3 years ago
Ilkka Ollakka c7709e7a04 avcodec: use p_dec->fmt_out instead of context channels on audio channel-count 3 years ago
Rémi Denis-Courmont 81d6d56df6 avcodec: avoid signedness mismatch warning 8 years ago
Martin Storsjö 720c55a08c directx_va: Fix building with latest mingw-w64 from git 2 years ago
Steve Lhomme 5ae924bf21 dxva2: add missing mask initializers 3 years ago
Steve Lhomme b758e19479 avcodec: encoder: fix MPEG4 matrix passed as const 7 years ago
Steve Lhomme 585aee4fad avcodec: fix crash when AV1 hardware decoder fails 3 years ago
Steve Lhomme dfdc90c30a avcodec: va: set the software source for special AV1 decoder 3 years ago
Steve Lhomme 632652bc15 avcodec: va: move the AV1 profile extraction in a function 3 years ago
Steve Lhomme ed9fc431df avcodec: va: pass the software AVPixFmtDescriptor for AV1 special decoder 3 years ago
Steve Lhomme ba02ef6056 dxva: use the actual surface size to test decoder support 3 years ago
Thomas Guillem fae285f413 avcodec: video: fix swfmt detection when using a hw_device_ctx 5 years ago