summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* avcodec/mpegvideo_dec: Remove commented-out cruftAndreas Rheinhardt2022-08-18
* avcodec/ffv1enc: Remove redundant wrapperAndreas Rheinhardt2022-08-18
* avcodec/ffv1enc: Don't create and keep unnecessary referenceAndreas Rheinhardt2022-08-18
* avcodec/get_buffer: Don't get AVPixFmtDescriptor unnecessarilyAndreas Rheinhardt2022-08-18
* avcodec/mpegpicture: Reset fields explicitly instead of memsetting themAndreas Rheinhardt2022-08-18
* avcodec/h263dec: Don't set frame parameters redundantlyAndreas Rheinhardt2022-08-18
* avcodec/h263dec: Remove redundant code to set cur_pic_ptrAndreas Rheinhardt2022-08-18
* lavc/aarch64: hevc_add_res add 12bit variantsJ. Dekker2022-08-18
* aarch64: me_cmp: Remove a leftover unnecessary instructionMartin Storsjö2022-08-18
* lavc/aarch64: Add neon implementation for pix_abs8Hubert Mazur2022-08-18
* lavc/aarch64: Add neon implementation for sse8Hubert Mazur2022-08-18
* lavc/aarch64: Add neon implementation for pix_abs16_y2Hubert Mazur2022-08-18
* lavc/aarch64: Add neon implementation for sse4Hubert Mazur2022-08-18
* lavc/aarch64: Add neon implementation for sse16Hubert Mazur2022-08-18
* aarch64: me_cmp: Fix the indentation of function declarationsMartin Storsjö2022-08-18
* avcodec/me_cmp: Remove now incorrect av_assert2()Andreas Rheinhardt2022-08-17
* x86: Don't hardcode the height to 8 in sad8_xy2_mmxMartin Storsjö2022-08-17
* lavc/aarch64: reformat add_res funcsJ. Dekker2022-08-16
* avcodec/mpegvideo: Don't zero unnecessarilyAndreas Rheinhardt2022-08-15
* avcodec/mpegvideodec: Constify some functionsAndreas Rheinhardt2022-08-15
* avcodec/mpegpicture: Don't copy unnecessarily, fix raceAndreas Rheinhardt2022-08-15
* avcodec/avcodec: Remove redundant checkAndreas Rheinhardt2022-08-15
* avcodec/avcodec: Move initializing frame-thrd encoder to encode_preinitAndreas Rheinhardt2022-08-15
* configure: always enable gnu_windres if availableTimo Rothenpieler2022-08-13
* avcodec/mimic: Fix undefined pointer arithmeticAndreas Rheinhardt2022-08-12
* lavc/qsv: create mfx session using oneVPL for decoding/encodingHaihao Xiang2022-08-12
* qsv: restrict OPAQUE memory to MFX_VERSION < 2.0Haihao Xiang2022-08-12
* qsvenc: restrict MFX_RATECONTROL_LA_EXT to MFX_VERSION < 2.0Haihao Xiang2022-08-12
* qsvenc: restrict multi-frame encode to MFX_VERSION < 2.0Haihao Xiang2022-08-12
* qsv: restrict audio related code to MFX_VERSION < 2.0Haihao Xiang2022-08-12
* qsv: restrict user plugin to MFX_VERSION < 2.0Haihao Xiang2022-08-12
* qsv: remove mfx/ prefix from mfx headersHaihao Xiang2022-08-12
* avcodec/mpegvideo: Move setting mb_height to ff_mpv_init_context_frameAndreas Rheinhardt2022-08-10
* avcodec/mpegvideo_enc: Remove redundant castAndreas Rheinhardt2022-08-10
* avcodec/mpegvideo_enc: Remove redundant checkAndreas Rheinhardt2022-08-10
* avcodec/mpegvideo_enc: Don't copy Picture unnecessarilyAndreas Rheinhardt2022-08-10
* avcodec/mpegpicture: Move encoding_error and mb_var_sum to MpegEncCtxAndreas Rheinhardt2022-08-10
* avcodec/mpegpicture: Remove always-true checksAndreas Rheinhardt2022-08-10
* avcodec/mpegutils: Constify ff_print_debug_info2, ff_draw_horiz_bandAndreas Rheinhardt2022-08-10
* avcodec/mpegutils: Combine multiple av_log statementsAndreas Rheinhardt2022-08-10
* avcodec/wmv2dec: Zero mb_type array for I picturesAndreas Rheinhardt2022-08-10
* avcodec/vp9: Remove redundant reporting of progress on errorAndreas Rheinhardt2022-08-10
* avcodec/pthread_frame: Fix compiling with thread-unsafe-callbacks disabledAndreas Rheinhardt2022-08-10
* avcodec/mpegpicture: Move mb_var, mc_mb_var and mb_mean to MpegEncCtxAndreas Rheinhardt2022-08-09
* lavc/vaapi_encode: enable 8bit 4:4:4 encoding for HEVC and VP9Philip Langdale2022-08-09
* lavc/vaapi_decode: add missing flag when picking best pixel formatPhilip Langdale2022-08-09
* avcodec/nvdec: Use av_buffer_replace() where appropriateAndreas Rheinhardt2022-08-08
* avcodec/nvdec: Check av_buffer_ref()Andreas Rheinhardt2022-08-08
* avcodec/libspeexdec: Fix use of uninitialized valueAndreas Rheinhardt2022-08-08
* avcodec/cbs_h2645: Remove always-false checkAndreas Rheinhardt2022-08-08