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-13avcodec/smcenc: unbreak skip blocks for inter codingHEADmasterPaul B Mahol
2022-11-13avcodec/smcenc: more y<height checks to fix invalid readsPaul B Mahol
2022-11-13avcodec/rpzaenc: stop assuming prev and current frame linesize matchPaul B Mahol
2022-11-12lavc: bump micro versionrcombs
2022-11-12lavc/libaribb24: add default_profile optionrcombs
2022-11-12avcodec/rpzaenc: stop accessing out of bounds framePaul B Mahol
2022-11-12avcodec/smcenc: stop accessing out of bounds framePaul B Mahol
2022-11-12avcodec/siren: indentPeter Ross
2022-11-11avcodec/mpeg4data: Move ff_mpeg4_resync_prefix to its only userAndreas Rheinhardt
2022-11-11avcodec/h261dec: Don't update block_index unnecessarilyAndreas Rheinhardt
2022-11-11avcodec: Remove unnecessary fft, dct inclusionsAndreas Rheinhardt
2022-11-10avcodec/bonk: steplet cannot become negativeMichael Niedermayer
2022-11-10avcodec/bonk: Check step against overflowMichael Niedermayer
2022-11-10avcodec/bonk: Simplify read_uint_max()Michael Niedermayer
2022-11-10avcodec/bonk: Use unsigned in predictor_calc_error() to avoid undefined overf...Michael Niedermayer
2022-11-10avcodec/dts2pts_bsf: Check ctx for NULL before ff_cbs_flush()Michael Niedermayer
2022-11-10libx265: support ATSC A/53 captionserankor
2022-11-10avcodec/nvenc: remove unsupported AV1 High ProfileTimo Rothenpieler
2022-11-10avcodec/nvenc: fix AV1 darWidth/Height calculationTimo Rothenpieler
2022-11-10avcodec/clearvideo: Avoid allocations when decoding tilesAndreas Rheinhardt
2022-11-10avcodec/clearvideo: Use const where appropriateAndreas Rheinhardt
2022-11-10avcodec/clearvideo: Redo updating predicitionAndreas Rheinhardt
2022-11-10avcodec/clearvideo: Move tile_do_block() upwardsAndreas Rheinhardt
2022-11-10avcodec/clearvideo: Remove unnecessary level parameterAndreas Rheinhardt
2022-11-09avcodec/x86/cavsdsp: Remove unused 3DNow-macroAndreas Rheinhardt
2022-11-07avcodec/tests/fft: Fix building with CONFIG_MDCT disabledMartin Storsjö
2022-11-07libavcodec/qsvenc: Add skip_frame support to qsvencWenbin Chen
2022-11-07libavcodec/qsvenc_hevc: add tier optionnyanmisaka
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