summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* avfilter/vf_blend: add support for float formatsPaul B Mahol2020-05-26
* mfenc: Avoid including codecapi.h, fix building in UWP mode with clangMartin Storsjö2020-05-27
* mfenc: Remove an unused includeMartin Storsjö2020-05-27
* fftools/ffmpeg: add new abort_on flag which aborts if there is a stream which...Marton Balint2020-05-26
* hwcontext_vulkan: fix uploading and downloading from/to flipped imagesLynne2020-05-26
* opusenc: add apply_phase_inv optionLynne2020-05-26
* lavfi/vulkan: fix queue counts and set indicesLynne2020-05-26
* lavfi/vulkan: use dedicated allocation for buffers when necessaryLynne2020-05-26
* hwcontext_vulkan: check for dedicated allocation when mapping from drm/vaapiLynne2020-05-26
* hwcontext_vulkan: initialize the frames context when derivingLynne2020-05-26
* hwcontext_vulkan: use dedicated allocation for buffers when necessaryLynne2020-05-26
* hwcontext_vulkan: use host mapped buffers when uploading and downloadingLynne2020-05-26
* pngdec: add ability to check chunk CRCLynne2020-05-26
* mpegaudiodec_template: add ability to check CRCLynne2020-05-26
* apedec: add ability to check CRCLynne2020-05-26
* avutil/mem: Use max_alloc_size as-isAndreas Rheinhardt2020-05-26
* avformat/matroskadec: Beautify matroska_parse_laces()Andreas Rheinhardt2020-05-26
* avformat/oggparsevorbis: Error out on double init of vpMichael Niedermayer2020-05-26
* avcodec/mediacodec_wrapper: use MediaFormat to probe frame color characteristicsMatthieu Bouron2020-05-25
* avcodec/frame_thread_encoder: remove usage of avcodec_encode_video2()James Almer2020-05-25
* avformat: Replace ffurl_close() by ffurl_closep() where appropriateAndreas Rheinhardt2020-05-25
* libavformat/flacdec: Workaround for truncated metadata picture sizeMattias Wadman2020-05-25
* fate: add tests for h264 and vp9 video enc parameters exportAnton Khirnov2020-05-25
* h264dec: support exporting QP tables through the AVVideoEncParams APIAnton Khirnov2020-05-25
* avformat/id3v2: Remove unnecessary indirectionAndreas Rheinhardt2020-05-25
* avformat/id3v2: Avoid allocations for ID3v2ExtraMetaAndreas Rheinhardt2020-05-25
* avformat/aiffenc: Don't forget chaptersAndreas Rheinhardt2020-05-25
* avcodec: move avcodec_flush_buffers from decode.c to utils.cJames Almer2020-05-24
* libavcodec/libvpxenc: Don't free user-provided AVPacketAndreas Rheinhardt2020-05-23
* libavcodec/libmp3lame: Don't free user-provided AVPacketAndreas Rheinhardt2020-05-23
* avcodec/libopusenc: Don't free user-provided AVPacketAndreas Rheinhardt2020-05-23
* mfenc: Fix building with clang in MSVC modeMartin Storsjö2020-05-23
* lavfi/vulkan: use all enabled queues in the queue familyLynne2020-05-23
* lavfi/vulkan: fix 2 minor memory leaksLynne2020-05-23
* hwcontext_vulkan: move physical device feature discovery to device_initLynne2020-05-23
* hwcontext_vulkan: split uploading and downloading contextsLynne2020-05-23
* hwcontext_vulkan: set usage for DRM imports to the frames context usageLynne2020-05-23
* hwcontext_vulkan: do not OR the user-specified usage with our default flagsLynne2020-05-23
* hwcontext_vulkan: actually use the frames exec context for prep/import/exportLynne2020-05-23
* hwcontext_vulkan: support user-provided poolsLynne2020-05-23
* hwcontext_vulkan: use all enabled queues for transfers, make uploads asyncLynne2020-05-23
* hwcontext_vulkan: wrap ImageBufs into AVBufferRefsLynne2020-05-23
* hwcontext_vulkan: improve public header documentationLynne2020-05-23
* hwcontext_vulkan: expose the enabled device featuresLynne2020-05-23
* hwcontext_vulkan: expose the amount of queues for each queue familyLynne2020-05-23
* hwcontext: add av_hwdevice_ctx_create_derived_optsLynne2020-05-23
* oggdec: remove the oggparsedaala subdemuxerLynne2020-05-23
* lavfi: add untile filter.Nicolas George2020-05-23
* lavfi/framesync: use av_gcd_q().Nicolas George2020-05-23
* lavu: add av_gcd_q().Nicolas George2020-05-23