summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* avcodec: [loongarch] Optimize pred16x16_plane with LASX.Hao Chen2021-12-15
* avcodec: [loongarch] Optimize h264_deblock with LASX.Jin Bo2021-12-15
* avcodec: [loongarch] Optimize h264idct with LASX.Lu Wang2021-12-15
* avcodec: [loongarch] Optimize h264dsp with LASX.gxw2021-12-15
* avcodec: [loongarch] Optimize h264qpel with LASX.Shiyou Yin2021-12-15
* avcodec: [loongarch] Optimize h264_chroma_mc with LASX.Shiyou Yin2021-12-15
* avcodec/mmaldec: Deduplicate AVClassesAndreas Rheinhardt2021-12-12
* avcodec/mmaldec: Avoid creating unnecessary reference, simplify codeAndreas Rheinhardt2021-12-12
* avcodec/mmaldec: fix pointer type warningHo Ming Shun2021-12-12
* avcodec/mmaldec: re-use AVPacket for extra_dataHo Ming Shun2021-12-12
* avcodec/mmaldec: use decoupled dataflowHo Ming Shun2021-12-12
* avcodec/movtextenc: Check for existence of font name before using itCharlie Monroe2021-12-11
* avcodec/movtextdec: Fix wrong error codeAndreas Rheinhardt2021-12-11
* avcodec/movtextdec: Switch to pointer comparisons and bytestream APIAndreas Rheinhardt2021-12-11
* avcodec/movtextdec: Redo TextSampleModifierBox size checksAndreas Rheinhardt2021-12-11
* avcodec/movtextdec: Use const where appropriateAndreas Rheinhardt2021-12-11
* avcodec/movtextdec: Improve size checkAndreas Rheinhardt2021-12-11
* avcodec/movtextdec: Switch to smaller typeAndreas Rheinhardt2021-12-11
* avcodec/apedec: Change avg to uint32_tMichael Niedermayer2021-12-09
* avcodec/targa: Do not return images when there is no image in the tgaMichael Niedermayer2021-12-09
* avcodec/bitpacked_enc: suppport for frame thread encodeLimin Wang2021-12-09
* avcodec/bitpacked_dec: support for frame thread decodeLimin Wang2021-12-09
* avcodec/bitpacked_dec: setting pict_type and key_frame after decode()Limin Wang2021-12-09
* avcodec/bitpacked_dec: remove AV_CODEC_CAP_EXPERIMENTAL capabilitiesLimin Wang2021-12-09
* avcodec/movtextdec: Sanitize style entriesAndreas Rheinhardt2021-12-08
* avcodec/movtextdec: Perform RGB->BGR color conversion earlyAndreas Rheinhardt2021-12-08
* avcodec/movtextdec: Deduplicate parsing of StyleRecordsAndreas Rheinhardt2021-12-08
* avcodec/movtextdec: Rename several structure elementsAndreas Rheinhardt2021-12-08
* avcodec/libkvazaar: Increase array sizeAndreas Rheinhardt2021-12-08
* packet: add description for the AVPacket.time_base fieldLynne2021-12-06
* avcodec/gemdec: Move all support checks before image allocationMichael Niedermayer2021-12-06
* avcodec/avpacket: Perform fewer reallocations in repeated av_grow_packet()Michael Niedermayer2021-12-06
* avcodec/libopenh264dec: Increase array sizes, fix stack-buffer overreadAndreas Rheinhardt2021-12-06
* avcodec/videotoolbox: fix use of unknown builtin '__builtin_available'Limin Wang2021-12-04
* all: Remove unused-but-set variablesAndreas Rheinhardt2021-12-03
* all: Use av_memdup() where appropriateAndreas Rheinhardt2021-12-03
* avcodec/h264_redundant_pps_bsf: Inline constantAndreas Rheinhardt2021-12-03
* avcodec/h264_redundant_pps_bsf: Support multiple input PPSAndreas Rheinhardt2021-12-03
* avcodec/h264_redundant_pps_bsf: Remove flush callbackAndreas Rheinhardt2021-12-03
* avcodec/movtextenc: Simplify writing a single charAndreas Rheinhardt2021-12-02
* avcodec/movtextenc: Remove redundant byte countAndreas Rheinhardt2021-12-02
* avcodec/movtextenc: Fix encoding of subtitles with multiple rectsAndreas Rheinhardt2021-12-02
* avcodec/movtextenc: Check for too long subtitlesAndreas Rheinhardt2021-12-02
* avcodec/movtextenc: Reset AVBPrint at the beginning, not end of encodingAndreas Rheinhardt2021-12-02
* avcodec/movtextenc: Fix infinite loop due to variable truncationAndreas Rheinhardt2021-12-02
* avcodec/vp3: Check version in all cases when VP4 code is not builtMichael Niedermayer2021-12-01
* avcodec/gemdec: Check tag & planes before image allocationMichael Niedermayer2021-12-01
* avcodec: [loongarch] Optimize decode_significance/_8x8_loongarch.Hao Chen2021-12-01
* avcodec: [loongarch] optimize get_cabac.Shiyou Yin2021-12-01
* avcodec/vaapi_encode: Fix segfault upon closing uninitialized encoderAndreas Rheinhardt2021-12-01