summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* dnn_backend_native_layer_mathunary: add abs supportTing Fu2020-05-287-2/+145
* avcodec/decode: fix decoding when frames are allocated using AVHWAccel.alloc_...James Almer2020-05-271-1/+2
* tools/target_dec_fuzzer: Adjust max_pixels for AV_CODEC_ID_HAPMichael Niedermayer2020-05-271-0/+1
* tools/target_dec_fuzzer: Reduce maxpixels for HEVCMichael Niedermayer2020-05-271-0/+1
* tools/target_dec_fuzzer: Do not test AV_CODEC_FLAG2_FAST with AV_CODEC_ID_H264Michael Niedermayer2020-05-271-1/+1
* avformat/mpegts: use get_packet_size in mpegts_resync for determining raw_pac...Marton Balint2020-05-271-40/+11
* avcodec/adpcmenc: fix formattingZane van Iperen2020-05-271-5/+5
* avcodec: add adpcm_ima_ssi encoderZane van Iperen2020-05-277-2/+38
* avcodec/adpcmenc: add capabilities argument to ADPCM_ENCODER()Zane van Iperen2020-05-271-17/+18
* Use gcc/clang builtins for av_sat_(add|sub)_64_c if available.Dale Curtis2020-05-272-0/+16
* avformat: fix apm makefile dependencyZane van Iperen2020-05-271-1/+1
* avcodec/h264dec: Add FF_CODEC_CAP_INIT_CLEANUPLimin Wang2020-05-271-3/+1
* avcodec: Add FF_CODEC_CAP_INIT_CLEANUPLimin Wang2020-05-278-1/+13
* avcodec/adpcmenc: Add FF_CODEC_CAP_INIT_CLEANUPLimin Wang2020-05-271-1/+1
* configure: NotchLC depends on lzfPaul B Mahol2020-05-271-0/+1
* avformat/mpegtsenc: cosmeticLimin Wang2020-05-271-63/+29
* avformat/mpegtsenc: simplify code by using OFFSET() and ENC macrosLimin Wang2020-05-271-45/+47
* avcodec.h: move avcodec_get_{type,name} to codec_id.hAnton Khirnov2020-05-272-11/+12
* avcodec.h: split AVCodec API into its own headerAnton Khirnov2020-05-275-416/+469
* doc/APIchanges: fix typo in version numberAnton Khirnov2020-05-271-1/+1
* lavf/mp3dec: don't adjust start time; packets are not adjusted.Dale Curtis2020-05-272-5/+1
* lavc/vaapi_hevc: add missing max_8bit_constraint_flagLinjie Fu2020-05-271-0/+1
* lavc/hevc_refs: Fix the logic of find_ref_idx()Xu Guangxin2020-05-271-18/+20
* lavc/hevc: Add poc_msb_present filed in LongTermRPSXu Guangxin2020-05-272-3/+3
* avfilter/vf_blend: add support for float formatsPaul B Mahol2020-05-261-4/+108
* mfenc: Avoid including codecapi.h, fix building in UWP mode with clangMartin Storsjö2020-05-272-7/+14
* mfenc: Remove an unused includeMartin Storsjö2020-05-271-3/+1
* fftools/ffmpeg: add new abort_on flag which aborts if there is a stream which...Marton Balint2020-05-264-3/+11
* hwcontext_vulkan: fix uploading and downloading from/to flipped imagesLynne2020-05-261-2/+4
* opusenc: add apply_phase_inv optionLynne2020-05-263-2/+4
* lavfi/vulkan: fix queue counts and set indicesLynne2020-05-261-4/+2
* lavfi/vulkan: use dedicated allocation for buffers when necessaryLynne2020-05-261-3/+28
* hwcontext_vulkan: check for dedicated allocation when mapping from drm/vaapiLynne2020-05-261-38/+70
* hwcontext_vulkan: initialize the frames context when derivingLynne2020-05-261-0/+7
* hwcontext_vulkan: use dedicated allocation for buffers when necessaryLynne2020-05-261-3/+28
* hwcontext_vulkan: use host mapped buffers when uploading and downloadingLynne2020-05-262-41/+116
* pngdec: add ability to check chunk CRCLynne2020-05-261-0/+17
* mpegaudiodec_template: add ability to check CRCLynne2020-05-261-3/+17
* apedec: add ability to check CRCLynne2020-05-261-1/+25
* avutil/mem: Use max_alloc_size as-isAndreas Rheinhardt2020-05-261-6/+4
* avformat/matroskadec: Beautify matroska_parse_laces()Andreas Rheinhardt2020-05-261-16/+11
* avformat/oggparsevorbis: Error out on double init of vpMichael Niedermayer2020-05-261-1/+6
* avcodec/mediacodec_wrapper: use MediaFormat to probe frame color characteristicsMatthieu Bouron2020-05-251-0/+100
* avcodec/frame_thread_encoder: remove usage of avcodec_encode_video2()James Almer2020-05-252-14/+19
* avformat: Replace ffurl_close() by ffurl_closep() where appropriateAndreas Rheinhardt2020-05-2524-71/+43
* libavformat/flacdec: Workaround for truncated metadata picture sizeMattias Wadman2020-05-254-11/+42
* fate: add tests for h264 and vp9 video enc parameters exportAnton Khirnov2020-05-258-1/+1555
* h264dec: support exporting QP tables through the AVVideoEncParams APIAnton Khirnov2020-05-257-2/+84
* avformat/id3v2: Remove unnecessary indirectionAndreas Rheinhardt2020-05-2512-33/+33
* avformat/id3v2: Avoid allocations for ID3v2ExtraMetaAndreas Rheinhardt2020-05-254-47/+37