summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* avfilter/internal: Factor out executing a filter's execute_funcAndreas Rheinhardt2021-08-15
* avfilter/vf_colorcorrect: add subsampling formats supportPaul B Mahol2021-08-15
* avfilter/vf_colorcorrect: remove code touching Y componentPaul B Mahol2021-08-15
* avcodec/h264_sei: fix H.274 film grain parsingNiklas Haas2021-08-15
* avfilter/avf_showspectrum: add unwrapped phase data modePaul B Mahol2021-08-15
* avcodec/trace_headers_bsf: also parse extradata in packet side dataJames Almer2021-08-14
* avcodec/cbs_bsf: use ff_cbs_read_packet_side_data() to parse extradata in pac...James Almer2021-08-14
* avcodec/cbs: add a helper to read extradata within packet side dataJames Almer2021-08-14
* avformat/isom_tags: prefer in24 for 24bit PCM in MOVJan Ekström2021-08-14
* compat/cuda: add __expf() implementationTimo Rothenpieler2021-08-14
* libavformat/isom_tags.c: add ipcm to list of tagsStephen Hutchinson2021-08-14
* avformat/mxfdec: store parition score instead of partition pointer in metadataMarton Balint2021-08-14
* avcodec/smc: use shorter way to access GetByteContextPaul B Mahol2021-08-14
* avcodec/smc: use unchecked reader for call after checking remaining sizePaul B Mahol2021-08-14
* lavfi/formats: describe conversion in negotiation structure.Nicolas George2021-08-14
* lavfi/formats: put merge functions in structures.Nicolas George2021-08-14
* lavu/internal: add FF_FIELD_AT().Nicolas George2021-08-14
* hwcontext_vulkan: use GPU memcpy when copying to system RAMLynne2021-08-14
* imgutils: expose av_image_copy_plane_uc_from()Lynne2021-08-14
* avfilter/vf_transpose_npp: Use correct array nameAndreas Rheinhardt2021-08-13
* avcodec/smc: use uint8_t type instead of longer variantPaul B Mahol2021-08-13
* avcodec/smc: report error codes instead of silently ignoring themPaul B Mahol2021-08-13
* avcodec/smc: 0xF0 opcode operates like 0xE0 opcodePaul B Mahol2021-08-13
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-13
* Fix for bug #9231: B-frames parameter is ignored in videotoolboxencAnselm Busse2021-08-13
* lavc/qsvenc: allows the SDK runtime to choose LowPower/non-LowPower modesHaihao Xiang2021-08-12
* avutil/mem: Correct av_calloc() documentationAndreas Rheinhardt2021-08-12
* avutil/mem: Reinline av_size_mult() internallyAndreas Rheinhardt2021-08-12
* avformat/oggdec: Use av_realloc_array()Andreas Rheinhardt2021-08-12
* avfilter/vf_scale: Avoid unnecessary indirectionAndreas Rheinhardt2021-08-12
* libavformat/file.c: 'file_delete()' and 'file_move()' require 'CONFIG_FILE_PR...Michael Witten2021-08-12
* doc/examples/qsvdec: simplify this example via hw_device_ctx interfaceHaihao Xiang2021-08-11
* qsvdec: add support for HW_DEVICE_CTX methodHaihao Xiang2021-08-11
* avfilter/avfilter: Use av_memdup where appropriateAndreas Rheinhardt2021-08-11
* fftools/cmdutils: Use av_strstart() instead of strncmp()Andreas Rheinhardt2021-08-11
* libavcodec/qsvence: Use QSV encoder defaults as ffmpeg defaultsSoft Works2021-08-11
* avfilter/af_join: fix eof timestamps and blocking in many scenariosPaul B Mahol2021-08-10
* avcodec/h264_slice: use ff_h264_replace_picture when syncing thread contextsJames Almer2021-08-10
* avcodec/h264_picture: add ff_h264_replace_picture()James Almer2021-08-10
* avcodec/h264_picture: split copying H264Picture some fields into a separate f...James Almer2021-08-10
* avcodec/h264_slice: clear old slice POC values on parsing failureJames Almer2021-08-10
* avcodec/faxcompr: Check for end of input in cmode == 1 in decode_group3_2d_li...Michael Niedermayer2021-08-10
* avcodec/vc1dec: Disable error concealment for *IMAGEMichael Niedermayer2021-08-10
* avcodec/sbrdsp_fixed: Fix negation overflow in sbr_neg_odd_64_c()Michael Niedermayer2021-08-10
* avcodec/argo: Check for even dimensionsMichael Niedermayer2021-08-10
* lavfi/dnn: DNNAsyncExecModule Execution Failure HandlingShubhanshu Saxena2021-08-10
* lavfi/dnn_backend_tf: Error Handling for tf_create_inference_requestShubhanshu Saxena2021-08-10
* lavfi/dnn: Extract Common Parts from get_output functionsShubhanshu Saxena2021-08-10
* lavfi/dnn_backend_tf: Add TF_Status to TFRequestItemShubhanshu Saxena2021-08-10
* lavfi/dnn_backend_tf: Error Handling for execute_model_tfShubhanshu Saxena2021-08-10