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-08-21avcodec/mpegvideo_dec: Combine two loopsAndreas Rheinhardt
2022-08-20The vuya pixel format was recently added, so this lavc workaround is no longerJames Almer
2022-08-19avutil/half2float: move non-inline init code out of headerTimo Rothenpieler
2022-08-19avutil/half2float: move tables to header-internal structsTimo Rothenpieler
2022-08-19avutil/half2float: adjust conversion of NaNTimo Rothenpieler
2022-08-19avutil: move half-precision float helper to avutilTimo Rothenpieler
2022-08-18avcodec/mpegvideo_dec: Don't sync AVCodecContext fields manuallyAndreas Rheinhardt
2022-08-18avcodec/mpegvideo_dec: Remove commented-out cruftAndreas Rheinhardt
2022-08-18avcodec/ffv1enc: Remove redundant wrapperAndreas Rheinhardt
2022-08-18avcodec/ffv1enc: Don't create and keep unnecessary referenceAndreas Rheinhardt
2022-08-18avcodec/get_buffer: Don't get AVPixFmtDescriptor unnecessarilyAndreas Rheinhardt
2022-08-18avcodec/mpegpicture: Reset fields explicitly instead of memsetting themAndreas Rheinhardt
2022-08-18avcodec/h263dec: Don't set frame parameters redundantlyAndreas Rheinhardt
2022-08-18avcodec/h263dec: Remove redundant code to set cur_pic_ptrAndreas Rheinhardt
2022-08-18lavc/aarch64: hevc_add_res add 12bit variantsJ. Dekker
2022-08-18aarch64: me_cmp: Remove a leftover unnecessary instructionMartin Storsjö
2022-08-18lavc/aarch64: Add neon implementation for pix_abs8Hubert Mazur
2022-08-18lavc/aarch64: Add neon implementation for sse8Hubert Mazur
2022-08-18lavc/aarch64: Add neon implementation for pix_abs16_y2Hubert Mazur
2022-08-18lavc/aarch64: Add neon implementation for sse4Hubert Mazur
2022-08-18lavc/aarch64: Add neon implementation for sse16Hubert Mazur
2022-08-18aarch64: me_cmp: Fix the indentation of function declarationsMartin Storsjö
2022-08-17avcodec/me_cmp: Remove now incorrect av_assert2()Andreas Rheinhardt
2022-08-17x86: Don't hardcode the height to 8 in sad8_xy2_mmxMartin Storsjö
2022-08-16lavc/aarch64: reformat add_res funcsJ. Dekker
2022-08-15avcodec/mpegvideo: Don't zero unnecessarilyAndreas Rheinhardt
2022-08-15avcodec/mpegvideodec: Constify some functionsAndreas Rheinhardt
2022-08-15avcodec/mpegpicture: Don't copy unnecessarily, fix raceAndreas Rheinhardt
2022-08-15avcodec/avcodec: Remove redundant checkAndreas Rheinhardt
2022-08-15avcodec/avcodec: Move initializing frame-thrd encoder to encode_preinitAndreas Rheinhardt
2022-08-13configure: always enable gnu_windres if availableTimo Rothenpieler
2022-08-12avcodec/mimic: Fix undefined pointer arithmeticAndreas Rheinhardt
2022-08-12lavc/qsv: create mfx session using oneVPL for decoding/encodingHaihao Xiang
2022-08-12qsv: restrict OPAQUE memory to MFX_VERSION < 2.0Haihao Xiang
2022-08-12qsvenc: restrict MFX_RATECONTROL_LA_EXT to MFX_VERSION < 2.0Haihao Xiang
2022-08-12qsvenc: restrict multi-frame encode to MFX_VERSION < 2.0Haihao Xiang
2022-08-12qsv: restrict audio related code to MFX_VERSION < 2.0Haihao Xiang
2022-08-12qsv: restrict user plugin to MFX_VERSION < 2.0Haihao Xiang
2022-08-12qsv: remove mfx/ prefix from mfx headersHaihao Xiang
2022-08-10avcodec/mpegvideo: Move setting mb_height to ff_mpv_init_context_frameAndreas Rheinhardt
2022-08-10avcodec/mpegvideo_enc: Remove redundant castAndreas Rheinhardt
2022-08-10avcodec/mpegvideo_enc: Remove redundant checkAndreas Rheinhardt
2022-08-10avcodec/mpegvideo_enc: Don't copy Picture unnecessarilyAndreas Rheinhardt
2022-08-10avcodec/mpegpicture: Move encoding_error and mb_var_sum to MpegEncCtxAndreas Rheinhardt
2022-08-10avcodec/mpegpicture: Remove always-true checksAndreas Rheinhardt
2022-08-10avcodec/mpegutils: Constify ff_print_debug_info2, ff_draw_horiz_bandAndreas Rheinhardt
2022-08-10avcodec/mpegutils: Combine multiple av_log statementsAndreas Rheinhardt
2022-08-10avcodec/wmv2dec: Zero mb_type array for I picturesAndreas Rheinhardt
2022-08-10avcodec/vp9: Remove redundant reporting of progress on errorAndreas Rheinhardt
2022-08-10avcodec/pthread_frame: Fix compiling with thread-unsafe-callbacks disabledAndreas Rheinhardt