50225 Commits (42d5ddb2de8fccec7606c785e4adef3392df1c1c)

Author SHA1 Message Date
Tomas Härdin 42d5ddb2de lavc/speedhqdec: Add AV_CODEC_CAP_SLICE_THREADS 9 months ago
James Almer 4d59d58ea6 avcodec/aac/aacdec_usac: remove unnecessary cast 9 months ago
Michael Niedermayer 6106177ad6
avcodec/proresenc_anatoliy: Assert that AV_PROFILE_UNKNOWN is replaced 9 months ago
Michael Niedermayer 160b81ce2a
avcodec/pcm-dvdenc: 64bit pkt-size 9 months ago
Michael Niedermayer 19db9636c5
avcodec/notchlc: Check init_get_bits8() for failure 9 months ago
Michael Niedermayer 161d0aa2a8
avcodec/tests/dct: Use 64bit in intermediate for error computation 9 months ago
Michael Niedermayer d741638042
avcodec/scpr3: Check add_dec() for failure 9 months ago
Michael Niedermayer e5098589b0
avcodec/rv34: assert that size is not 0 in rv34_gen_vlc_ext() 9 months ago
Michael Niedermayer 6f976db251
avcodec/wavpackenc: Use unsigned for potential 31bit shift 9 months ago
Michael Niedermayer 30f2bac9f7
avcodec/wavpack: Remove dead assignments 9 months ago
Michael Niedermayer 2e5433dc12
avcodec/vvc/mvs: Initialize mvf 9 months ago
Michael Niedermayer 12391b732f
avcodec/tests/jpeg2000dwt: Use 64bit in comparission 9 months ago
Michael Niedermayer 847a53f264
avcodec/tests/jpeg2000dwt: Use 64bit in err2 computation 9 months ago
Lynne 18757b26bd
aacdec_usac: fix typo in fac_length 9 months ago
James Almer d8ffd65bfd avcodec/aac/aacdec_usac: remove call to realloc 9 months ago
Lynne 7852d9e604
libavcodec: bump minor version for xHE-AAC 9 months ago
Lynne eee5fa0808
aacdec: add a decoder for AAC USAC (xHE-AAC) 9 months ago
Lynne 23b45d7e20
aactab: add new scalefactor offset tables for 96/768pt windows 9 months ago
Lynne a300ec3569
aactab: add tables for the new USAC arithmetic coder 9 months ago
Lynne 7cd8a3f509
aactab: add deemphasis tables for USAC 9 months ago
Lynne 0513c5cd25
aacdec_dsp: implement 768-point transform and windowing 9 months ago
Lynne f8543f3763
aacdec: expose decode_tns 9 months ago
Lynne 0f2303f629
aacdec: expose channel layout related functions 9 months ago
Lynne 39b8d84b53
aacdec: move from scalefactor ranged arrays to flat arrays 9 months ago
Rémi Denis-Courmont 6c6bec04f3 lavc/vc1dsp: fix R-V V avg_mspel_pixels 9 months ago
Andreas Rheinhardt 2c38ca3d37 avcodec/hevc_ps: Fix UB 1 << 31 9 months ago
Michael Niedermayer 00d029d5c0
avcodec/sga: Make it clear that the return is intentionally not checked 9 months ago
James Almer 7e182a8d92 avcodec/videotoolbox: use the correct HEVCSPS field name 9 months ago
Rémi Denis-Courmont 06fc919aad lavc/sbrdsp: add support for 256-bit vectors 9 months ago
Anton Khirnov 63a96dbcce lavc/hevc_ps: compactify ShortTermRPS 9 months ago
Anton Khirnov 9127819d51 lavc/hevc_ps: reduce the size of ShortTermRPS.used 9 months ago
Anton Khirnov d893667867 lavc/hevc_ps: do not store delta_poc_s[01] in ShortTermRPS 9 months ago
Anton Khirnov 4264e4056c lavc/hevc_ps: fix variable signedness in ff_hevc_decode_short_term_rps() 9 months ago
Anton Khirnov 6fed1841a1 lavc/hevc_ps/HEVCSPS: change flags into uint8_t 9 months ago
Anton Khirnov bd1a06dc43 lavc/hevc_ps: reduce the size of used_by_curr_pic_lt_sps_flag 9 months ago
Anton Khirnov 72bdbce00d lavc/hevcdec: drop a useless execute() call with 1 job 9 months ago
Anton Khirnov f0aece90d9 lavc/hevcdec: allocate local_ctx as array of structs rather than pointers 9 months ago
Anton Khirnov 25ce44efa5 lavc/hevcdec: track local context count separately from WPP thread count 9 months ago
Anton Khirnov a1471ec8ad lavc/hevcdec: rename HEVCContext.HEVClcList to local_ctx 9 months ago
James Almer e0db1f51d6 avcodec/lpc: account for odd len values 9 months ago
James Almer 8a1c491354 avcodec/packet: remove reference to old AV_SIDE_DATA_PARAM_CHANGE_ values 9 months ago
Andreas Rheinhardt 8cbf7e8408 avcodec/diracdec: Mark flush as av_cold 9 months ago
Andreas Rheinhardt 0f3090cbd1 avcodec/diracdec: Use FF_CODEC_CAP_INIT_CLEANUP 9 months ago
Andreas Rheinhardt d9bd5baf9d avcodec/vc2enc: Use already available AVPixFmtDescriptor 9 months ago
Andreas Rheinhardt d1d40a7c9b avcodec/vc2enc: Move transient PutBitContext from ctx to stack 9 months ago
Andreas Rheinhardt c309285666 avcodec/vc2enc: Avoid relocations for short strings 9 months ago
Andreas Rheinhardt 02ecf8d7f3 avcodec/vc2enc: Fix slice length 9 months ago
Andreas Rheinhardt eac8dcb187 avcodec/vc2enc: Remove superfluous error message 9 months ago
Andreas Rheinhardt b1702afdfd avcodec/vc2enc: Constify slices->main context pointers 9 months ago
Andreas Rheinhardt 6d86146fce avcodec/vc2enc: Avoid void* where possible 9 months ago