summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* 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