summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* avcodec: add Micronas SC-4 parserPaul B Mahol2022-09-16
* avcodec: add MI-SC4 audio decoderPaul B Mahol2022-09-16
* avcodec/intrax8: Remove reference to inexistent parameterAndreas Rheinhardt2022-09-15
* avcodec/iff: Use unsigned to avoid compiler warningAndreas Rheinhardt2022-09-15
* avcodec/iff: Remove transient objects from the contextAndreas Rheinhardt2022-09-15
* avcodec/iff: Reindent after the previous commitsAndreas Rheinhardt2022-09-15
* avcodec/iff: Pass extradata and extradata_size explicitlyAndreas Rheinhardt2022-09-15
* avcodec/iff: Return early when possibleAndreas Rheinhardt2022-09-15
* avcodec/iff: Avoid redundant freesAndreas Rheinhardt2022-09-15
* avcodec/iff: Split extract_header into extradata and packet partAndreas Rheinhardt2022-09-15
* avcodec/adpcmenc: Round up required buffer sizeAndreas Rheinhardt2022-09-15
* avcodec/vorbisdec: don't use a flag to determine if frames have been outputJyrki Vesterinen2022-09-14
* Revert "avcodec/loongarch/h264chroma, vc1dsp_lasx: Add wrapper for __lasx_xvldx"Andreas Rheinhardt2022-09-14
* Revert "avcodec/loongarch: Add wrapper for __lsx_vldx"Andreas Rheinhardt2022-09-14
* avcodec/x86/audiodsp: add scalarproduct avx2Paul B Mahol2022-09-13
* avcodec/flac_parser: avoid returning too negative numberPaul B Mahol2022-09-13
* avcodec/arm/sbcenc: avoid callee preserved vfp registersJames Cowgill2022-09-13
* avcodec/bonk: Actually clip when using av_clip()Andreas Rheinhardt2022-09-12
* avcodec: add bonk audio decoderPaul B Mahol2022-09-12
* avcodec/ralf: Move variable from context to stackAndreas Rheinhardt2022-09-11
* avcodec/ralf: Move frame allocation after error checksAndreas Rheinhardt2022-09-11
* avcodec/dca_core: Only call emms_c() if neededAndreas Rheinhardt2022-09-11
* avcodec/vp8dsp: Constify src in vp8_mc_funcAndreas Rheinhardt2022-09-11
* avcodec/vp8: Move fade_present from context to stackAndreas Rheinhardt2022-09-11
* avcodec/vp8dsp: Remove declarations of inexistent functionsAndreas Rheinhardt2022-09-11
* avcodec/vp8: Remove unused macrosAndreas Rheinhardt2022-09-11
* avcodec/fmvc: Move frame allocation to a later stageMichael Niedermayer2022-09-10
* lavc/aarch64: Provide neon implementation of nsse16Hubert Mazur2022-09-09
* lavc/aarch64: Add neon implementation for vsse_intra16Hubert Mazur2022-09-09
* lavc/aarch64: Add neon implementation for vsad_intra16Hubert Mazur2022-09-09
* lavc/aarch64: Add neon implementation of vsse16Hubert Mazur2022-09-09
* lavc/aarch64: Add neon implementation for vsad16Hubert Mazur2022-09-09
* libavcodec/qsvenc: Add low_delay_brc reset support to qsvencWenbin Chen2022-09-09
* libavcodec/qsvenc: Add max/min qp reset support in qsvencWenbin Chen2022-09-09
* libavcodec/qsvenc: Add intra refresh reset support to qsvencWenbin Chen2022-09-09
* libavcodec/qsvenc: Add "slice" intra refresh type to qsvencWenbin Chen2022-09-09
* libavcodec/qsvenc: Add gop_size reset support to qsvencWenbin Chen2022-09-09
* libavcodec/qsvenc: Add max_frame_size reset support to qsvWenbin Chen2022-09-09
* libavcodec/qsvenc: skip parameter resetting on mjpeg_qsvWenbin Chen2022-09-09
* avcodec/flac_parser: add missed opportunity to check crcPaul B Mahol2022-09-08
* avcodec/flac_parser: ensure there are more headers for scoringPaul B Mahol2022-09-08
* avcodec/mips: Fix MMI macro replaces in HEVC DecoderQi Tiezheng2022-09-07
* lavc/qsv: Add support for decoding & encoding 8bit 4:4:4 contentHaihao Xiang2022-09-07
* lavc/qsvenc: use VBR if maxrate is not specified on WindowsHaihao Xiang2022-09-07
* avcodec/ffv1: Only allocate ThreadFrames for the decoderAndreas Rheinhardt2022-09-07
* avcodec/wmaprodec: Use symbol table more efficientlyAndreas Rheinhardt2022-09-07
* avcodec/wmaprodec: Move applying offset to VLC creationAndreas Rheinhardt2022-09-07
* avcodec/wmaprodec: Use ff_init_vlc_from_lengths() instead of init_vlcAndreas Rheinhardt2022-09-07
* avcodec/wmavoice: Avoid code tableAndreas Rheinhardt2022-09-07
* avcodec/dvdec: Avoid stack buffersAndreas Rheinhardt2022-09-07