summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* lavfi/tests/formats: reindent.Nicolas George2020-05-23
* lavfi/formats: remove dead code.Nicolas George2020-05-23
* lavfi/vf_crop: use ff_formats_pixdesc_filter().Nicolas George2020-05-23
* lavfi/formats: add ff_formats_pixdesc_filter().Nicolas George2020-05-23
* avformat/webm_chunk: Open AVIOContext before initializing sub-muxerAndreas Rheinhardt2020-05-23
* avformat/matroskaenc: Forward errors from avpriv_split_xiph_headers()Andreas Rheinhardt2020-05-23
* avformat/matroskadec: Use proper context for loggingAndreas Rheinhardt2020-05-23
* avcodec/xiph: Return better error codesAndreas Rheinhardt2020-05-23
* avformat/segment: Propagate dispositionAndreas Rheinhardt2020-05-23
* avformat/segment: Access AVStream more directlyAndreas Rheinhardt2020-05-23
* avformat/webmdashenc: Simplify parsing stringsAndreas Rheinhardt2020-05-23
* avformat/webmdashenc: Don't segfault on invalid argumentsAndreas Rheinhardt2020-05-23
* avformat/webmdashenc: Remove possibility of infinite loopAndreas Rheinhardt2020-05-23
* avformat/webmdashenc: Be more strict when parsing stream indicesAndreas Rheinhardt2020-05-23
* avformat/webmdashenc: Avoid allocation for parsing a numberAndreas Rheinhardt2020-05-23
* avformat/mux: Remove unnecessary unreferencing of AVPacketAndreas Rheinhardt2020-05-23
* avformat/avformat: Remove redundant "NOT PART OF PUBLIC API"Andreas Rheinhardt2020-05-23
* avfilter/vf_lut3d: initial float pixel format supportMark Reid2020-05-23
* avcodec/ass: explicitly set ScaledBorderAndShadowOneric2020-05-23
* avcodec: move mpeg4 profiles to profiles.hMarton Balint2020-05-22
* avcodec: move msbc profile to encoderMarton Balint2020-05-22
* avcodec/options_table: remove dts profilesMarton Balint2020-05-22
* avcodec: move aacenc profiles to profiles.hMarton Balint2020-05-22
* avcodec/options_table: make AVCodecContext->profile search for child constantsMarton Balint2020-05-22
* avutil/opt: add AV_OPT_FLAG_CHILD_CONSTSMarton Balint2020-05-22