summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
...
* aarch64: Implement stack spilling in a consistent way.Reimar Döffinger2022-10-11
* avcodec/opustab: Avoid indirection to access ff_celt_windowAndreas Rheinhardt2022-10-10
* lavc/qsvenc_hevc: use open GOP by defaultHaihao Xiang2022-10-10
* lavc/qsv: add support for decoding & encoding 12bit contentFei Wang2022-10-10
* lavc/qsv: add support for decoding & encoding 10bit 4:4:4 contentHaihao Xiang2022-10-10
* lavc/qsv: specify Shift for each format tooHaihao Xiang2022-10-10
* lavc/aacpsdsp: fix clobber on RISC-V LP64D/ILP32DRémi Denis-Courmont2022-10-10
* lavc/opusdsp: RISC-V V (512-bit) postfilterRémi Denis-Courmont2022-10-10
* lavc/opusdsp: RISC-V V (256-bit) postfilterRémi Denis-Courmont2022-10-10
* lavc/opusdsp: RISC-V V (128-bit) postfilterRémi Denis-Courmont2022-10-10
* lavc/x86/simple_idct: Fix linking shared libavcodec with MS link.exeCarl Eugen Hoyos2022-10-10
* avcodec/opus: Rename opus.c->opus_celt.c, opus_celt.c->opusdec_celt.cAndreas Rheinhardt2022-10-09
* avcodec/mjpegenc_common: Don't flush unnecessarilyAndreas Rheinhardt2022-10-09
* avcodec/speedhqenc: Remove unnecessary headersAndreas Rheinhardt2022-10-09
* avcodec/vc2enc: Don't use bitcount when byte-alignedAndreas Rheinhardt2022-10-09
* avcodec/me_cmp: Mark ff_square_tab as hiddenAndreas Rheinhardt2022-10-09
* avcodec/asvdec: Remove unnecessary emms_c()Andreas Rheinhardt2022-10-09
* avcodec/ljpegenc: Remove unnecessary emms_c()Andreas Rheinhardt2022-10-09
* avcodec/ljpegenc: Remove unused IDCTDSPContextAndreas Rheinhardt2022-10-09
* avcodec/mjpegenc_common: Don't check luma/chroma matrices unnecessarilyAndreas Rheinhardt2022-10-09
* avcodec/huffyuv: Update outdated linkAndreas Rheinhardt2022-10-09
* avcodec/huffyuv: Speed up generating Huffman codesAndreas Rheinhardt2022-10-09
* avcodec/huffyuv: Split HYuvContext into decoder and encoder contextAndreas Rheinhardt2022-10-09
* avcodec/huffyuv: Inline ff_huffyuv_common_init() in its callersAndreas Rheinhardt2022-10-09
* avcodec/huffyuv: Use AVCodecContext.(width|height) directlyAndreas Rheinhardt2022-10-09
* avcodec/huffyuvenc: Avoid unnecessary function callAndreas Rheinhardt2022-10-09
* avcodec/huffyuvenc: Improve code localityAndreas Rheinhardt2022-10-09
* avocdec/huffyuvdec: Don't use HYuvContext.avctxAndreas Rheinhardt2022-10-09
* avcodec/huffyuvencdsp: Pass pix_fmt directly when initing dspAndreas Rheinhardt2022-10-09
* avcodec/huffyuvenc: Don't second-guess error codeAndreas Rheinhardt2022-10-09
* avcodec/huffyuvenc: Remove redundant callAndreas Rheinhardt2022-10-09
* avcodec/huffyuvenc: Remove always-false checkAndreas Rheinhardt2022-10-09
* avcodec/huffyuvenc: Avoid pointless indirectionsAndreas Rheinhardt2022-10-09
* avcodec/huffyuvenc: Remove redundant castsAndreas Rheinhardt2022-10-09
* avcodec/ylc: Remove inclusion of huffyuvdsp.hAndreas Rheinhardt2022-10-09
* avcodec/opus_pvq: Don't build ppp_pvq_search_c when unusedAndreas Rheinhardt2022-10-08
* avcodec/opus_rc: Don't duplicate defineAndreas Rheinhardt2022-10-08
* avcodec/opus: Use prefix for definesAndreas Rheinhardt2022-10-08
* avcodec/opusenc_psy: Remove unused/write-only context membersAndreas Rheinhardt2022-10-08
* avcodec/opusenc_psy: Remove unused function parameterAndreas Rheinhardt2022-10-08
* avcodec/asvenc: Remove unnecessary emms_c()Andreas Rheinhardt2022-10-08
* avcodec/wmv2enc: Inline extradata sizeAndreas Rheinhardt2022-10-07
* avcodec/msmpeg4enc: Fix indentationAndreas Rheinhardt2022-10-07
* lavc/cbs_av1: restore CodedBitstreamAV1Context when AVERROR(ENOSPC)Haihao Xiang2022-10-07
* avcodec/mpegvideo_enc: Call ff_mpeg1_encode_init() earlierAndreas Rheinhardt2022-10-06
* avcodec/h261enc: Store the H.261 format valueAndreas Rheinhardt2022-10-06
* avcodec/mpegvideo_enc: Move H.261 size check to h261enc.cAndreas Rheinhardt2022-10-06
* avcodec/mpegvideo_enc: Call ff_h261_encode_init() earlierAndreas Rheinhardt2022-10-06
* avcodec/mpegvideo_enc: Move SpeedHQ check to speedhqenc.cAndreas Rheinhardt2022-10-06
* avcodec/fraps: Fix segfault with negative linesizesAndreas Rheinhardt2022-10-05