summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* lavc/golomb: unmerge the cached bitstream reader codebitstream_unmergeAlexandra Hájková2022-01-25
* lavc/get_bits: add a compat wrapper for the cached bitstream readerAnton Khirnov2022-01-25
* lavc/bitstream: make skip_remaining() publicAnton Khirnov2022-01-25
* lavc/bitstream: templatize for BE/LEAnton Khirnov2022-01-25
* lavc: add standalone cached bitstream readerAlexandra Hájková2022-01-25
* get_bits: move check_marker() to mpegvideo.hAnton Khirnov2022-01-25
* avcodec/h264_parse: Move ff_h264_get_profile() to h264_ps.hAndreas Rheinhardt2022-01-24
* avcodec/h264_*: Remove unnecessary internal.h inclusionsAndreas Rheinhardt2022-01-24
* avcodec/h264dec: Remove unnecessary headersAndreas Rheinhardt2022-01-24
* avcodec/h264*: Remove unnecessary h264_mvpred.h inclusionsAndreas Rheinhardt2022-01-24
* lavc/svq3: stop including h264dec.hAnton Khirnov2022-01-24
* lavc/x86/h264_qpel: stop unnecessarily including h264decAnton Khirnov2022-01-24
* lavc/vdpau: stop unnecessarily including h264decAnton Khirnov2022-01-24
* lavc/h264: move MB_TYPE defs from h264dec.h to h264_parseAnton Khirnov2022-01-24
* lavc/h264_parse: stop including h264dec.hAnton Khirnov2022-01-24
* lavc/h264data.h: stop including h264dec.hAnton Khirnov2022-01-24
* lavc/h264: move some shared code from h264dec to h264_parseAnton Khirnov2022-01-24
* lavc/h264_parser: add missing headersAnton Khirnov2022-01-24
* lavc/h264: replace MAX_DELAYED_PIC_COUNT by H264_MAX_DPB_FRAMESAnton Khirnov2022-01-24
* lavc/h264: replace MAX_DELAYED_PIC_COUNT with FF_ARRAY_ELEMS where appropriateAnton Khirnov2022-01-24
* lavc/h264dec.h: Move MMCOOpcode to h264_parse.hAnton Khirnov2022-01-24
* lavc/h264: replace MAX_MMCO_COUNT with H264_MAX_MMCO_COUNTAnton Khirnov2022-01-24
* avcodec/h264dec: Move find_start_code() to its only userAndreas Rheinhardt2022-01-24
* avcodec/h264_parser: don't alter decoder private dataJames Almer2022-01-24
* libavcodec/qsvenc: fix a memory leak problemWenbin Chen2022-01-24
* libavcodec/qsvenc: Add transform skip to hevc_qsvWenbin Chen2022-01-21
* libavcodec/qsvenc: Add low latency P-pyramid support to qsvWenbin Chen2022-01-21
* libavcodec/qsvenc: Add DisableDeblockingIdc support to qsvWenbin Chen2022-01-21
* libavcodec/qsvenc: Add max_frame_size support to hevc_qsvWenbin Chen2022-01-21
* lavc/qsvenc_hevc: add -pic_timing_sei optionHaihao Xiang2022-01-18
* lavc/qsvenc: add encode support for screen content coding extensionHaihao Xiang2022-01-18
* avcodec/libmp3lame: return proper error codesJames Almer2022-01-14
* avcodec/libopenh264enc: set iEntropyCodingModeFlag by coder optionLimin Wang2022-01-14
* avcodec/libopenh264enc: make the profile configuablable correctlyLimin Wang2022-01-14
* avcodec/libopenh264enc: support for colorspace and range informationLimin Wang2022-01-14
* avcodec/vp3: Don't output bogus warningAndreas Rheinhardt2022-01-13
* avcodec/mpegpicture: Decrease size of encoding_error arrayAndreas Rheinhardt2022-01-13
* avcodec/mpeg4videodec: Avoid multiple consecutive av_log()Andreas Rheinhardt2022-01-13
* avcodec/mpegvideo: Don't set unrestricted_mv for decodersAndreas Rheinhardt2022-01-13
* avcodec/h264pred: ReindentationAndreas Rheinhardt2022-01-13
* avcodec/h264pred: Remove dead > 8 pixels checks for 8bit codecsAndreas Rheinhardt2022-01-13
* avcodec/h264pred: Don't compile > 8 bit versions of VP7/8 functionsAndreas Rheinhardt2022-01-13
* avcodec/h264_slice: Inline H264 codec idAndreas Rheinhardt2022-01-13
* avcodec/svq3: Remove dead topright_samples_available variable, codeAndreas Rheinhardt2022-01-13
* avcodec/mpegvideo, svq3: Remove unused next_p_frame_damagedAndreas Rheinhardt2022-01-13
* avcodec/h264_slice, mpeg4videodec: Don't use %s to write single charAndreas Rheinhardt2022-01-13
* avcodec/mpeg4video: Split off data in a header of its ownAndreas Rheinhardt2022-01-13
* avcodec/v4l2_context: remove reinit variableMing Qian2022-01-11
* libavcodec/qsvdec.c: using queue count to unref frameChen,Wenbin2022-01-12
* avcodec/av1dec: honor the requested skip_frame levelJames Almer2022-01-11