Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-07fftools/ffprobe: Loop over correct number of streams when flushing decodersDerek Buitenhuis
2022-11-07avcodec/tests/fft: Fix building with CONFIG_MDCT disabledMartin Storsjö
2022-11-07avfilter/af_speechnorm: change initial gain statePaul B Mahol
2022-11-07avfilter/af_speechnorm: remove long search range for min gainPaul B Mahol
2022-11-07avfilter/af_speechnorm: implement rms optionPaul B Mahol
2022-11-07fate/video: vqc testcasePeter Ross
2022-11-07fate/audio: msnsiren test casePeter Ross
2022-11-07fate/microsoft: add mss2 region test casePeter Ross
2022-11-07libavcodec/qsvenc: Add skip_frame support to qsvencWenbin Chen
2022-11-07doc/encoders: add doc of the tier option for hevc_qsvnyanmisaka
2022-11-07libavcodec/qsvenc_hevc: add tier optionnyanmisaka
2022-11-07doc/filters.texi: update overlay_vaapi documentationsoftworkz
2022-11-07doc/filters.texi: remove incorrect statementsoftworkz
2022-11-07avfilter/overlay_vaapi: enable expressions for overlay parameterssoftworkz
2022-11-07avfilter/overlay_vaapi: precalculate blend_state, enable pixel alphasoftworkz
2022-11-07avfilter/overlay_vaapi: add framesync optionssoftworkz
2022-11-07avfilter/overlay_vaapi: remove redundant .get_buffer assignmentssoftworkz
2022-11-07avfilter/overlay_vaapi: reformat optionssoftworkz
2022-11-07avfilter/overlay_vaapi: handle secondary null inputsoftworkz
2022-11-07avfilter/overlay_vaapi: remove double framesync initsoftworkz
2022-11-07avfilter/overlay_vaapi: build filter params just oncesoftworkz
2022-11-07avfilter/overlay_vaapi: use FILTER_SINGLE_PIXFMTsoftworkz
2022-11-06avcodec/wmaprodec: Remove unused variableAndreas Rheinhardt
2022-11-06avcodec/vc1data: Mark tables as hiddenAndreas Rheinhardt
2022-11-06avcodec/motion_est: Remove unused fieldAndreas Rheinhardt
2022-11-06avcodec/mpegvideo_enc: Move initializing QpelDSPCtx to mpeg4videoenc.cAndreas Rheinhardt
2022-11-06avcodec/h263dec: Move initializing qpel DSP context to mpeg4videodec.cAndreas Rheinhardt
2022-11-06avcodec/vc1dec: Remove VC-1 decoders->H.263 decoder dependencyAndreas Rheinhardt
2022-11-06avcodec/mpegvideo_dec: Don't use MotionEstContext as scratch spaceAndreas Rheinhardt
2022-11-06avcodec/vc1_block: Remove redundant writeAndreas Rheinhardt
2022-11-06avcodec/vc1dec: Split VC-1 decoders from msmpeg4Andreas Rheinhardt
2022-11-06avcodec/msmpeg4data: Move data shared between msmpeg4 and VC-1 outAndreas Rheinhardt
2022-11-06avcodec/vc1dec: Return early upon errorAndreas Rheinhardt
2022-11-06avcodec/vc1dec: Factor (re)initializing code outAndreas Rheinhardt
2022-11-06avcodec/vc1dec: Don't open and close decoder during initAndreas Rheinhardt
2022-11-06avcodec/msmpeg4dec: Factor initializing VLCs shared with VC-1 outAndreas Rheinhardt
2022-11-06avcodec/vc1_block: Don't duplicate #definesAndreas Rheinhardt
2022-11-06avcodec/vc1: Move ff_vc1_init_common() to vc1dec.cAndreas Rheinhardt
2022-11-06avcodec/vc1data: Move VLC codes/lengths tables to a headerAndreas Rheinhardt
2022-11-06avcodec/vc1data: Remove declarations of inexistent arraysAndreas Rheinhardt
2022-11-06avcodec/vc1data: Remove duplicate definesAndreas Rheinhardt
2022-11-06avcodec/vc1: Move setting res_fasttx-IDCT functions to vc1dec.cAndreas Rheinhardt
2022-11-06avcodec/vc1_parser: Don't call ff_vc1_init_common()Andreas Rheinhardt
2022-11-06avcodec/vc1_parser: Set parse_only only onceAndreas Rheinhardt
2022-11-06avcodec/vc1: Don't use VLC to read bfractionAndreas Rheinhardt
2022-11-06avcodec/vc1: Don't check for errors for complete VLCAndreas Rheinhardt
2022-11-06avcodec/vc1: Remove always-false checkAndreas Rheinhardt
2022-11-06avcodec/vc1: Don't check for AVCodecContext.codecAndreas Rheinhardt
2022-11-06mips/aacsbr: port to lavu/txLynne
2022-11-06Revert "lavc: deprecate avcodec_dct, av_fft, av_dct, av_rdft and av_mdct"James Almer