summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* lavfi/vulkan: use av_get_random_seed instead of randLynne2020-05-29
* avformat/oggdec: Avoid duplicating buffer when adding side-dataAndreas Rheinhardt2020-05-28
* avformat/img2dec: Avoid duplicating buffer when adding side-dataAndreas Rheinhardt2020-05-28
* avformat/concatdec: Avoid duplicating buffer when adding side-dataAndreas Rheinhardt2020-05-28
* avformat/flvdec: Avoid duplicating extradata when adding side-dataAndreas Rheinhardt2020-05-28
* avformat/hlsenc, hlsplaylist: CosmeticsAndreas Rheinhardt2020-05-28
* avformat/hlsenc: Avoid duplicating strings when parsingAndreas Rheinhardt2020-05-28
* avformat/hlsenc: Don't unnecessarily duplicate baseurl stringAndreas Rheinhardt2020-05-28
* avformat/hlsplaylist: Add const where appropriateAndreas Rheinhardt2020-05-28
* lavf/mpegtsenc: misc style fixesJun Zhao2020-05-28
* lavc/libx264: misc style fixesJun Zhao2020-05-28
* doc: add dia_size option documentationLimin Wang2020-05-28
* dnn-layer-mathunary-test: add unit test for absTing Fu2020-05-28
* dnn_backend_native_layer_mathunary: add abs supportTing Fu2020-05-28
* avcodec/decode: fix decoding when frames are allocated using AVHWAccel.alloc_...James Almer2020-05-27
* tools/target_dec_fuzzer: Adjust max_pixels for AV_CODEC_ID_HAPMichael Niedermayer2020-05-27
* tools/target_dec_fuzzer: Reduce maxpixels for HEVCMichael Niedermayer2020-05-27
* tools/target_dec_fuzzer: Do not test AV_CODEC_FLAG2_FAST with AV_CODEC_ID_H264Michael Niedermayer2020-05-27
* avformat/mpegts: use get_packet_size in mpegts_resync for determining raw_pac...Marton Balint2020-05-27
* avcodec/adpcmenc: fix formattingZane van Iperen2020-05-27
* avcodec: add adpcm_ima_ssi encoderZane van Iperen2020-05-27
* avcodec/adpcmenc: add capabilities argument to ADPCM_ENCODER()Zane van Iperen2020-05-27
* Use gcc/clang builtins for av_sat_(add|sub)_64_c if available.Dale Curtis2020-05-27
* avformat: fix apm makefile dependencyZane van Iperen2020-05-27
* avcodec/h264dec: Add FF_CODEC_CAP_INIT_CLEANUPLimin Wang2020-05-27
* avcodec: Add FF_CODEC_CAP_INIT_CLEANUPLimin Wang2020-05-27
* avcodec/adpcmenc: Add FF_CODEC_CAP_INIT_CLEANUPLimin Wang2020-05-27
* configure: NotchLC depends on lzfPaul B Mahol2020-05-27
* avformat/mpegtsenc: cosmeticLimin Wang2020-05-27
* avformat/mpegtsenc: simplify code by using OFFSET() and ENC macrosLimin Wang2020-05-27
* avcodec.h: move avcodec_get_{type,name} to codec_id.hAnton Khirnov2020-05-27
* avcodec.h: split AVCodec API into its own headerAnton Khirnov2020-05-27
* doc/APIchanges: fix typo in version numberAnton Khirnov2020-05-27
* lavf/mp3dec: don't adjust start time; packets are not adjusted.Dale Curtis2020-05-27
* lavc/vaapi_hevc: add missing max_8bit_constraint_flagLinjie Fu2020-05-27
* lavc/hevc_refs: Fix the logic of find_ref_idx()Xu Guangxin2020-05-27
* lavc/hevc: Add poc_msb_present filed in LongTermRPSXu Guangxin2020-05-27
* 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