summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* avcodec/fmvc: Move frame allocation to a later stageMichael Niedermayer2022-09-101-6/+15
* lavc/aarch64: Provide neon implementation of nsse16Hubert Mazur2022-09-092-0/+137
* lavc/aarch64: Add neon implementation for vsse_intra16Hubert Mazur2022-09-092-0/+66
* lavc/aarch64: Add neon implementation for vsad_intra16Hubert Mazur2022-09-092-0/+51
* lavc/aarch64: Add neon implementation of vsse16Hubert Mazur2022-09-092-0/+91
* lavc/aarch64: Add neon implementation for vsad16Hubert Mazur2022-09-092-0/+70
* libavcodec/qsvenc: Add low_delay_brc reset support to qsvencWenbin Chen2022-09-092-1/+24
* libavcodec/qsvenc: Add max/min qp reset support in qsvencWenbin Chen2022-09-092-0/+87
* libavcodec/qsvenc: Add intra refresh reset support to qsvencWenbin Chen2022-09-092-0/+38
* libavcodec/qsvenc: Add "slice" intra refresh type to qsvencWenbin Chen2022-09-092-0/+2
* libavcodec/qsvenc: Add gop_size reset support to qsvencWenbin Chen2022-09-092-0/+18
* libavcodec/qsvenc: Add max_frame_size reset support to qsvWenbin Chen2022-09-092-0/+22
* libavcodec/qsvenc: skip parameter resetting on mjpeg_qsvWenbin Chen2022-09-091-1/+1
* avcodec/flac_parser: add missed opportunity to check crcPaul B Mahol2022-09-081-2/+16
* avcodec/flac_parser: ensure there are more headers for scoringPaul B Mahol2022-09-081-2/+2
* avcodec/mips: Fix MMI macro replaces in HEVC DecoderQi Tiezheng2022-09-071-8/+8
* lavc/qsv: Add support for decoding & encoding 8bit 4:4:4 contentHaihao Xiang2022-09-074-0/+18
* lavc/qsvenc: use VBR if maxrate is not specified on WindowsHaihao Xiang2022-09-074-3/+10
* avcodec/ffv1: Only allocate ThreadFrames for the decoderAndreas Rheinhardt2022-09-072-14/+22
* avcodec/wmaprodec: Use symbol table more efficientlyAndreas Rheinhardt2022-09-072-97/+72
* avcodec/wmaprodec: Move applying offset to VLC creationAndreas Rheinhardt2022-09-071-2/+2
* avcodec/wmaprodec: Use ff_init_vlc_from_lengths() instead of init_vlcAndreas Rheinhardt2022-09-072-357/+236
* avcodec/wmavoice: Avoid code tableAndreas Rheinhardt2022-09-071-11/+3
* avcodec/dvdec: Avoid stack buffersAndreas Rheinhardt2022-09-072-13/+15
* avcodec/dvdec: Mark dv_init_static() as av_coldAndreas Rheinhardt2022-09-071-1/+1
* avcodec/dv_tablegen, dvdata: Remove ff_dv_vlc_bitsAndreas Rheinhardt2022-09-073-56/+4
* avcodec/dvdec: Use ff_init_vlc_from_lengths()Andreas Rheinhardt2022-09-071-6/+3
* avcodec/dvdata: Order code table by codesAndreas Rheinhardt2022-09-072-9/+5
* avcodec/decode: remove superfluous initial channels fieldsJames Almer2022-09-062-16/+0
* lavc/pthread_frame: avoid leaving stale hwaccel state in worker threadsAnton Khirnov2022-09-061-12/+35
* lavc: fix and extend AVCodecContext.hwaccel_context doxyAnton Khirnov2022-09-061-7/+20
* avcodec/libtheoraenc: Do not use invalid error codeAndreas Rheinhardt2022-09-061-2/+2
* avcodec/x86/flacdsp_init: Remove double ';'Andreas Rheinhardt2022-09-051-1/+1
* avcodec/cfhddata: Reduce stack usageAndreas Rheinhardt2022-09-051-24/+23
* avcodec/cfhd, cfhddata: Free VLC as soon as it is not neededAndreas Rheinhardt2022-09-053-14/+10
* avcodec/cfhddata: Avoid code duplication when creating codebooksAndreas Rheinhardt2022-09-051-55/+39
* avcodec/cfhddata: Avoid code tablesAndreas Rheinhardt2022-09-051-261/+111
* avcodec/cfhd, cfhddata: Simplify check for escapeAndreas Rheinhardt2022-09-052-4/+4
* avcodec/flac: smallest frame is 10 bytesPaul B Mahol2022-09-052-2/+2
* avcodec/x86/flacdsp: fix bug in decorrelationPaul B Mahol2022-09-052-20/+44
* lavc/dv: rename constants to follow our naming conventionsAnton Khirnov2022-09-053-37/+37
* lavc/dv.h: move encoder/decoder-specific code to a new headerAnton Khirnov2022-09-055-36/+70
* lavc/dvenc: stop using DVVideoContextAnton Khirnov2022-09-052-34/+28
* lavc/dvdec: stop using DVVideoContextAnton Khirnov2022-09-051-7/+21
* lavc/dv: do not pass DVVideoContext to dv_calculate_mb_xy()Anton Khirnov2022-09-053-4/+5
* lavc/dv: do not pass DVVideoContext to ff_dv_init_dynamic_tables()Anton Khirnov2022-09-054-6/+6
* lavc/dv: remove ff_dvvideo_init()Anton Khirnov2022-09-054-14/+14
* lavc/dvdec: drop the only use of DVVideoContext.avctxAnton Khirnov2022-09-051-1/+1
* avcodec/speedhq: Check widthMichael Niedermayer2022-09-051-1/+1
* avcodec/speexdec: improve support for speex in non-oggPaul B Mahol2022-09-041-5/+11