summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* lavfi/vf_pp7: convert to the video_enc_params APIAnton Khirnov2021-01-01
* lavfi/vf_spp: convert to the video_enc_params APIAnton Khirnov2021-01-01
* lavfi/vf_pp: convert to the video_enc_params APIAnton Khirnov2021-01-01
* lavfi: add common code to handle QP tablesAnton Khirnov2021-01-01
* lavfi/vf_qp: convert to the video_enc_params APIAnton Khirnov2021-01-01
* mpegvideo: use the AVVideoEncParams API for exporting QP tablesAnton Khirnov2021-01-01
* lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov2021-01-01
* lavu: move LOCAL_ALIGNED from internal.h to mem_internal.hAnton Khirnov2021-01-01
* avfilter: add temporal midway equalizer filterPaul B Mahol2021-01-01
* configure: update copyright yearLynne2021-01-01
* avcodec/svq1dec: Increase nb_bits of VLC to read it in one goAndreas Rheinhardt2020-12-31
* avcodec/dirac_arith: Make table only used here staticAndreas Rheinhardt2020-12-31
* avcodec/qdmc: Mark decoder as init-threadsafeAndreas Rheinhardt2020-12-31
* avcodec/opusdec: Mark decoder as init-threadsafeAndreas Rheinhardt2020-12-31
* avcodec/opusdec: Cleanup generically on init failureAndreas Rheinhardt2020-12-31
* avcodec/opusdec: Move per-stream fields to OpusStreamContextAndreas Rheinhardt2020-12-31
* avcodec/opusdec: Return error upon errorAndreas Rheinhardt2020-12-31
* avcodec/aacps_common: Use minimal VLC nb_bits/max_depthAndreas Rheinhardt2020-12-31
* avcodec/aacps: Factor out code shared by float and fixed point decoderAndreas Rheinhardt2020-12-31
* avcodec/mpegvideo: Don't zero-initialize unnecessarilyAndreas Rheinhardt2020-12-31
* avcodec/aacsbr_template: Remove pointless runtime initializationAndreas Rheinhardt2020-12-31
* avcodec/aacsbr: Remove remnants of tablegenAndreas Rheinhardt2020-12-31
* avcodec/atrac3plus_data: Mark array as constAndreas Rheinhardt2020-12-31
* avcodec/mlpenc: Simplify finding best codebookAndreas Rheinhardt2020-12-31
* avcodec/opusdec: Remove always-true checkAndreas Rheinhardt2020-12-31
* avfilter/vf_addroi: Use chars instead of strings for one-char stringsAndreas Rheinhardt2020-12-31
* avcodec/opustab: Make array staticAndreas Rheinhardt2020-12-31
* avcodec/motion_est, mpegvideo: Make pointers to static storage constAndreas Rheinhardt2020-12-31
* configure, libavcodec/speedhq: Fix compiling SpeedHQ encoderAndreas Rheinhardt2020-12-31
* avcodec/mpegvideo: Merge ff_mpv_decode_defaults into ff_mpv_decode_initAndreas Rheinhardt2020-12-31
* avcodec/h261dec: Don't use too big max_depth in get_vlc2()Andreas Rheinhardt2020-12-31
* avcodec/speedhq: Remove castAndreas Rheinhardt2020-12-31
* avcodec/mpeg12: ReindentationAndreas Rheinhardt2020-12-31
* avcodec/mpeg12: Make initializing VLCs thread-safeAndreas Rheinhardt2020-12-31
* avcodec/mpeg12: Don't initialize encoder-only parts of RLTableAndreas Rheinhardt2020-12-31
* avcodec/rl: Remove nonstatic storage of RL tablesAndreas Rheinhardt2020-12-31
* dnn_interface.h: fix redefining typedefsGuo, Yejun2020-12-31
* dnn/queue: add error check and cleanupGuo, Yejun2020-12-31
* dnn: fix issue when pthread is not supportedGuo, Yejun2020-12-31
* dnn: fix redefining typedefs and also refine naming with correct prefixGuo, Yejun2020-12-31
* hwcontext_drm: make dependency on Linux kernel headers optionalLynne2020-12-30
* avfilter/vf_w3fdif: add support for commandsPaul B Mahol2020-12-30
* avfilter/vf_xmedian: allow to control eof handlingPaul B Mahol2020-12-30
* avfilter/vf_xmedian: add timeline supportPaul B Mahol2020-12-30
* vf_dnn_processing.c: add async supportGuo, Yejun2020-12-29
* dnn_interface: change from 'void *userdata' to 'AVFilterContext *filter_ctx'Guo, Yejun2020-12-29
* dnn: add async execution support for openvino backendGuo, Yejun2020-12-29
* dnn_interface: add interface to support async executionGuo, Yejun2020-12-29
* dnn_backend_openvino.c: refine code for error handleGuo, Yejun2020-12-29
* dnn_backend_openvino.c: separate function execute_model_ovGuo, Yejun2020-12-29