112134 Commits (13d22dc45403abee69af51b4150668a4a627492c)
 

Author SHA1 Message Date
James Almer 13d22dc454
avcodec/dcadec: Do not explode EAGAIN 1 year ago
Michael Niedermayer 42b20c93ae
avcodec/decode: EAGAIN is not fully supported in decode_simple_internal() 1 year ago
Andreas Rheinhardt 63eb630915 avcodec/libvpxdec: Remove redundant unreferencing of AVFrame 1 year ago
James Almer ac64800edd avcodec/extract_extradata: filter what Metadata OBUs are included in AV1 extradata 1 year ago
James Almer abc346de73 configure: rework parsing --cpu arguments to support all features unless blacklisted 1 year ago
Paul B Mahol fa20f5cd9e avcodec/vlc: add correct upper limit for recursive function 1 year ago
Zhao Zhili ba9cd06c76 avutil/avutil: make AV_TIME_BASE_Q available in C++ 1 year ago
Zhao Zhili 1c61aa1a02 avcodec/jni: make global variables static 1 year ago
Zhao Zhili eb96dda5ed avdevice/android_camera: fix missing include for usleep 1 year ago
Anton Khirnov 5d58a35f98 fftools/ffmpeg: deprecate the -top option 1 year ago
Anton Khirnov 43a0004b5c fftools/ffmpeg_enc: apply -top to individual encoded frames 1 year ago
Anton Khirnov 74b643a51e fftools/ffmpeg_enc: refactor setting encoding field_order 1 year ago
Anton Khirnov 85e075587d lavf: deprecate AVFMT_FLAG_SHORTEST 1 year ago
Leo Izen 9b454fdaef
avformat/libssh: avoid deprecated functions 1 year ago
Andreas Rheinhardt da1d56776c avcodec/pthread_frame: Constify src pointees 1 year ago
Andreas Rheinhardt 1046cfe347 avcodec/pthread_frame: Remove FF_API_SLICE_OFFSET 1 year ago
Andreas Rheinhardt 0e6fdebd0d avcodec/vp3: Simplify shuffling frames, fix crash on alloc error 2 years ago
Andreas Rheinhardt 3614f7e1cc avcodec/vp3: Fix undefined pointer arithmetic 2 years ago
Andreas Rheinhardt f9b6e3e48d avcodec/pthread_frame: Only set PerThreadContext* when frame-threading 2 years ago
Andreas Rheinhardt 1982113467 avcodec/threadframe: Move ff_thread_can_start_frame() to thread.h 2 years ago
Andreas Rheinhardt bca2651a32 avcodec/pthread_frame: Fix doxygen comments 2 years ago
Andreas Rheinhardt aa8e3f0342 avcodec/pthread_frame: Remove unused enum values 2 years ago
Andreas Rheinhardt 7b2ed4d54a avcodec/thread: Remove outdated documentation 2 years ago
Paul B Mahol 5acc3c4cff avcodec/vmixdec: improve quality factors 2 years ago
Paul B Mahol 9e1ea3caba avformat: add CRI USM demuxer 2 years ago
Paul B Mahol f7dc5d76e0 avcodec/lagarith: use VLC for prob code length 2 years ago
Paul B Mahol 1ac2769009 avcodec/adx_parser: make packet split work if nb_channels is set 2 years ago
Paul B Mahol c5effe7d3d avfilter/x86/af_afir: add FMA3 SIMD 2 years ago
Michael Niedermayer 5f810435c2
avformat/hls: reduce default max reload to 3 2 years ago
Michael Niedermayer 80f6e0378b
avformat/format: Stop reading data at EOF during probing 2 years ago
Andreas Rheinhardt b5c07a368b avcodec/vp3: Don't truncate ptrdiff_t 2 years ago
Andreas Rheinhardt 11a9aab6c1 avcodec/vp3: Use range-based loop variables 2 years ago
Andreas Rheinhardt 5022be4e75 avcodec/vp3: Add const where appropriate 2 years ago
Andreas Rheinhardt 9c9458115e avcodec/vp3: Move work after ff_thread_finish_setup 2 years ago
Andreas Rheinhardt 4dae62f708 avcodec/dnxhddec: Use VLC symbol table to avoid lookup 2 years ago
James Almer 156f53e987 avcodec/evc_ps: make the sps parameter in ref_pic_list_struct const 2 years ago
Lynne 9310ffc809
vulkan_decode: don't call get_proc_addr on every frame's destruction 2 years ago
Lynne 552a5fa496
vulkan_hevc: switch from a buffer pool to a malloc and simplify 2 years ago
Michael Niedermayer 4565747056
avcodec/evc_ps: Check ref_pic_num and sps_max_dec_pic_buffering_minus1 2 years ago
Jun Zhao 5c635b7d8c lavc/videotoolboxenc: Get the encoder supported properties 2 years ago
Jun Zhao 213cba9696 lavc/videotoolboxenc: Dump the encoder 2 years ago
Andreas Rheinhardt 27562bf022 avcodec/x86/mpegvideoenc_template: Disable dead code 2 years ago
Andreas Rheinhardt fa77cb258b avcodec/h264dec: Fix data race when updating decode_error_flags 2 years ago
Andreas Rheinhardt d2bc039501 avcodec/error_resilience: Make applying decode_error_flags optional 2 years ago
Zhao Zhili 4f4dc0a1a2 avfilter/dnn_backend_openvino: fix wild pointer on error path 2 years ago
Zhao Zhili 791b88fcb4 avfilter/dnn_backend_openvino: fix input_port/output_port leaks 2 years ago
Zhao Zhili 37123100d2 avfilter/dnn_backend_openvino: fix leak of ov_shape_t 2 years ago
Zhao Zhili d2c5c3b7ef avfilter/dnn_backend_openvino: fix leak or ov_core_t on error path 2 years ago
Zhao Zhili e0880ef8cb avfilter/dnn_backend_openvino: fix use uninitialized values 2 years ago
Zhao Zhili 7cb6329296 avfilter/dnn_backend_openvino: reduce indentation in free_model_ov 2 years ago