summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* avcodec/8bps: fix style issuePaul B Mahol2022-09-171-1/+1
* avcodec/mlpdec: fix decoding of overlapping channels in substreamsPaul B Mahol2022-09-171-6/+19
* avcodec: add XWD parserPaul B Mahol2022-09-173-0/+105
* avcodec/tta: simplify final samples conversionPaul B Mahol2022-09-171-12/+8
* avfilter/vf_libvmaf: Update ssim, ms_ssim options descriptionYondon Fu2022-09-161-2/+2
* avcodec/apedec: Fix integer overflow in filter_3800()Michael Niedermayer2022-09-161-1/+1
* tools/target_dec_fuzzer: Adjust threshold for Jpeg2000Michael Niedermayer2022-09-161-1/+1
* avcodec/hdrdec: Update w in inner loop of decompress()Michael Niedermayer2022-09-161-1/+1
* avcodec/tta: Check 24bit scaling for overflowMichael Niedermayer2022-09-161-2/+9
* avcodec/mobiclip: Check quantizer for overflowMichael Niedermayer2022-09-161-2/+2
* avcodec/exr: Check preview psizeMichael Niedermayer2022-09-161-2/+5
* avcodec/tiff: Fix loop detectionMichael Niedermayer2022-09-161-2/+2
* lavc/mips: Fix hevc decoding bugs on MIPS paltform.Hao Chen2022-09-166-1628/+3021
* lavc/mips: Fix bugs in me_cmp_msa.c file.Lu Wang2022-09-161-28/+173
* avcodec/dca_lbr: Inline nb_bits for VLCsAndreas Rheinhardt2022-09-163-27/+39
* avcodec/dca_lbr: Hardcode lpc table to save spaceAndreas Rheinhardt2022-09-161-4/+11
* avcodec/dcahuff: Replace DCAVLC by ordinary VLCsAndreas Rheinhardt2022-09-163-20/+12
* avcodec/dca_core: Don't use too big max_depth in get_vlc2()Andreas Rheinhardt2022-09-161-1/+1
* avcodec/dca_core: Inline number of bits of scale factor VLCsAndreas Rheinhardt2022-09-163-7/+9
* avcodec/dcahuff, dca_core, dca_lbr: Apply offset during VLC creationAndreas Rheinhardt2022-09-164-28/+24
* avcodec/dcahuff: Combine tables, use ff_init_vlc_from_lengths()Andreas Rheinhardt2022-09-163-1225/+766
* avcodec/dcaenc: Create encoder-adapted tablesAndreas Rheinhardt2022-09-163-66/+96
* avcodec/dcahuff: Always use three bits for transition mode VLCsAndreas Rheinhardt2022-09-163-4/+4
* avcodec/dca_core, dcahuff: Don't use DCAVLC unnecessarilyAndreas Rheinhardt2022-09-163-7/+6
* avcodec/dcahuff: Avoid redundant offset tableAndreas Rheinhardt2022-09-161-20/+10
* avcodec/dcahuff: Remove unused defineAndreas Rheinhardt2022-09-161-1/+0
* avcodec/dolby_e_parser: Remove unnecessary headersAndreas Rheinhardt2022-09-161-2/+0
* avformat/ape: fix overflow in total_blocksPaul B Mahol2022-09-161-2/+2
* avformat/ape: set packet durationPaul B Mahol2022-09-161-0/+1
* avformat/bonk: Don't set data_offset to what it would be set to anywayAndreas Rheinhardt2022-09-161-1/+0
* avcodec/Makefile: Remove obsolete adx_parser->adx.c dependencyAndreas Rheinhardt2022-09-161-1/+1
* avcodec/adx: Move ff_adx_decode_header() to adxdec.cAndreas Rheinhardt2022-09-163-79/+71
* avcodec/tak*: use cached bitstream reader on !x86_32Paul B Mahol2022-09-163-0/+3
* avformat: add LAF demuxerPaul B Mahol2022-09-166-1/+277
* avcodec: add Micronas SC-4 parserPaul B Mahol2022-09-163-0/+83
* avcodec: add MI-SC4 audio decoderPaul B Mahol2022-09-169-1/+200
* lavu/riscv: fix off-by-one in bit-magnitude clipRémi Denis-Courmont2022-09-151-2/+2
* avcodec/intrax8: Remove reference to inexistent parameterAndreas Rheinhardt2022-09-151-1/+0
* avcodec/iff: Use unsigned to avoid compiler warningAndreas Rheinhardt2022-09-151-2/+3
* avcodec/iff: Remove transient objects from the contextAndreas Rheinhardt2022-09-151-5/+2
* avcodec/iff: Reindent after the previous commitsAndreas Rheinhardt2022-09-151-132/+128
* avcodec/iff: Pass extradata and extradata_size explicitlyAndreas Rheinhardt2022-09-151-7/+8
* avcodec/iff: Return early when possibleAndreas Rheinhardt2022-09-151-4/+6
* avcodec/iff: Avoid redundant freesAndreas Rheinhardt2022-09-151-11/+2
* avcodec/iff: Split extract_header into extradata and packet partAndreas Rheinhardt2022-09-151-55/+61
* avcodec/adpcmenc: Round up required buffer sizeAndreas Rheinhardt2022-09-151-1/+1
* avfilter/vf_colorspace_cuda: mark fall-throughTimo Rothenpieler2022-09-151-0/+1
* avutil/lfg: fix comment typoRémi Denis-Courmont2022-09-151-1/+1
* avfilter/vf_drawbox: use the correct macro to fill rgb plane pointersJames Almer2022-09-151-1/+1
* fftools/ffplay: fix rotation incorrect when frame contains the displaymatrixWang Yaqiang2022-09-151-2/+8