summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* avcodec/x86/lpc, vp8dsp_init: Remove redundant checksAndreas Rheinhardt2022-06-18
* avcodec/vlc: Use structure instead of VLC_TYPE array as VLC elementAndreas Rheinhardt2022-06-17
* libavcodec/qsvenc: add ROI support to qsv encoderWenbin Chen2022-06-17
* avcodec/mace: fix some style issuesPaul B Mahol2022-06-16
* avcodec/exif: Move tag_list out of headerAndreas Rheinhardt2022-06-15
* all: Replace if (ARCH_FOO) checks by #if ARCH_FOOAndreas Rheinhardt2022-06-15
* avcodec/binkaudio: Clear state on EAGAINMichael Niedermayer2022-06-14
* avcodec/x86/h264_qpel_8bit: Remove unused functionAndreas Rheinhardt2022-06-11
* avcodec/x86/rv34dsp: Remove unused ff_rv34_idct_dc_mmxextAndreas Rheinhardt2022-06-11
* avcodec/x86/fpel: Remove unused ff_avg_pixels4_mmxAndreas Rheinhardt2022-06-11
* avcodec/videodsp: Make ff_emulated_edge_mc_16 staticAndreas Rheinhardt2022-06-11
* avcodec/v4l2_m2m: Remove unused ff_v4l2_m2m_codec_full_reinitAndreas Rheinhardt2022-06-11
* avcodec/hevcdec: Make ff_hevc_pel_weight staticAndreas Rheinhardt2022-06-11
* avcodec/x86/hevcdsp_init: Remove unnecessary inclusion of get_bits.hAndreas Rheinhardt2022-06-11
* avcodec/x86/qpeldsp: Remove unused ff_put_no_rnd_pixels16_l2_3dnowAndreas Rheinhardt2022-06-11
* avcodec/libx264: Set min build version to 158 for msvcMatt Oliver2022-06-11
* libavcodec/jpeg2000_parser: Localize m->bytes_readTomas Härdin2022-06-10
* libavcodec/jpeg2000_parser: ReindentTomas Härdin2022-06-10
* libavcodec/jpeg2000_parser: Rearrange ifsTomas Härdin2022-06-10
* libavcodec/jpeg2000_parser: LUTify info_marker()Tomas Härdin2022-06-10
* libavcodec/jpeg2000_parser: next_state is just a temporaryTomas Härdin2022-06-10
* libavcodec/jpeg2000_parser: Simplify, fix reset_context()Tomas Härdin2022-06-10
* libavcodec/jpeg2000_parser: Speed up long skipsTomas Härdin2022-06-10
* avcodec/wmalosslessdec: Check channels after setting themMichael Niedermayer2022-06-09
* avcodec/texturedspenc: Fix indexing in color distribution determinationMichael Niedermayer2022-06-09
* avcodec/dvdsubdec, dvbsubdec: remove bitmap dumping in DEBUG buildssoftworkz2022-06-08
* libavcodec/qsvenc: Add min/max QP control options for I/P/B frameYue Heng2022-06-06
* lavc/vaapi_encode: add support for maxframesizeLinjie Fu2022-06-06
* avcodec: add QOI decoder and demuxer and parser and encoder and muxerPaul B Mahol2022-06-05
* lavc/h264_ps: always include the stop bit in [s|p]ps->datarcombs2022-06-01
* lavc/videotoolboxdec: insert emu-prevention bytes for HEVC as wellrcombs2022-06-01
* lavc/videotoolboxdec: fix writing too many 1 bits for the reserved fieldsrcombs2022-06-01
* lavc/videotoolboxdec: fix generating HEVC general_profile_compatibility_flagsrcombs2022-06-01
* lavc/videotoolboxdec: fix escaping sequential zero sequencesrcombs2022-06-01
* lavc/videotoolboxdec: warn on nonzero status in the callbackrcombs2022-06-01
* vp9: don't overread by 4 pixels in ff_vp9_avg4_mmxext().Ronald S. Bultje2022-06-01
* avcodec/libaomenc: Expose the allintra usage modeVignesh Venkatasubramanian2022-05-31
* avcodec/vp9: ipred_hd_16x16_16 avx2 implementationSemen Belozerov2022-05-31
* avcodec/wavpack: Remove redundant av_channel_layout_uninit()Andreas Rheinhardt2022-05-31
* avcodec/ffv1enc: Fix undefined left shifts of negative numbersAndreas Rheinhardt2022-05-30
* avcodec/iff: Remove redundant #ifAndreas Rheinhardt2022-05-30
* avcodec/ffv1enc: Eliminate float/double from find_best_state()Michael Niedermayer2022-05-30
* avcodec/pcm-dvdenc: Mark unreachable defaultsMichael Niedermayer2022-05-30
* mfenc: Use dlopen instead of LoadLibrary for loading mfplat.dllMartin Storsjö2022-05-28
* avcodec/libaomenc: Add unmet target level warningBohan Li2022-05-27
* lavc/aarch64: hevc_sao reschedule slightlyJ. Dekker2022-05-26
* avcodec/mfenc: Dynamically load MFPlat.DLLTrystan Mata2022-05-25
* qsv: add requirement for the mininal version of libmfxHaihao Xiang2022-05-25
* libavcodec/qsvenc: expose only supported optionsDmitry Rogozhkin2022-05-25
* lavc/aarch64: add hevc sao edge 8x8J. Dekker2022-05-25