summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* 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
* avcodec/cbs: Remove ff_cbs_alloc_unit_contentAndreas Rheinhardt2022-08-08
* avcodec/cbs_jpeg: Use table-based alloc/freeAndreas Rheinhardt2022-08-08
* avcodec/cbs_internal: Use unions to shrink size of descriptorsAndreas Rheinhardt2022-08-08
* avcodec/cbs_internal, cbs_h2645: Add and use new descriptor macrosAndreas Rheinhardt2022-08-08
* avcodec/cbs: Use smaller scope for variables, add constAndreas Rheinhardt2022-08-08
* avcodec/cbs: Remove redundant assignmentAndreas Rheinhardt2022-08-08
* avcodec/cbs: Avoid code duplication for making unit refcounted/writableAndreas Rheinhardt2022-08-08
* avcodec/error_resilience: Avoid overhead of AVBuffer APIAndreas Rheinhardt2022-08-08
* avcodec/jpeg2000: Fast fail if HTJ2K codeblocks are present.caleb2022-08-07
* avformat/riff: map AYUV fourcc to RAWVIDEO decoderJames Almer2022-08-07
* avcodec: WBMP (Wireless Application Protocol Bitmap) image formatPeter Ross2022-08-07
* avcodec/nvenc: hardcode color characteristics for internal RGB2YUV conversionTimo Rothenpieler2022-08-06
* avcodec/nvdec_hevc: Fix off-by-one errorAndreas Rheinhardt2022-08-06
* avcodec/acelp_*: Remove unnecessary headersAndreas Rheinhardt2022-08-05
* avcodec/avcodec: Remove legacy cruftAndreas Rheinhardt2022-08-05
* avcodec/aacenc_quantization: Deduplicate quantization functionsAndreas Rheinhardt2022-08-05
* avcodec/aacenc_tns: Remove unused headerAndreas Rheinhardt2022-08-05
* avcodec/aacenc_quantization: Remove always-zero function parameterAndreas Rheinhardt2022-08-05