summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
...
* avcodec/hdrdec: Update w in inner loop of decompress()Michael Niedermayer2022-09-16
* avcodec/tta: Check 24bit scaling for overflowMichael Niedermayer2022-09-16
* avcodec/mobiclip: Check quantizer for overflowMichael Niedermayer2022-09-16
* avcodec/exr: Check preview psizeMichael Niedermayer2022-09-16
* avcodec/tiff: Fix loop detectionMichael Niedermayer2022-09-16
* lavc/mips: Fix hevc decoding bugs on MIPS paltform.Hao Chen2022-09-16
* lavc/mips: Fix bugs in me_cmp_msa.c file.Lu Wang2022-09-16
* avcodec/dca_lbr: Inline nb_bits for VLCsAndreas Rheinhardt2022-09-16
* avcodec/dca_lbr: Hardcode lpc table to save spaceAndreas Rheinhardt2022-09-16
* avcodec/dcahuff: Replace DCAVLC by ordinary VLCsAndreas Rheinhardt2022-09-16
* avcodec/dca_core: Don't use too big max_depth in get_vlc2()Andreas Rheinhardt2022-09-16
* avcodec/dca_core: Inline number of bits of scale factor VLCsAndreas Rheinhardt2022-09-16
* avcodec/dcahuff, dca_core, dca_lbr: Apply offset during VLC creationAndreas Rheinhardt2022-09-16
* avcodec/dcahuff: Combine tables, use ff_init_vlc_from_lengths()Andreas Rheinhardt2022-09-16
* avcodec/dcaenc: Create encoder-adapted tablesAndreas Rheinhardt2022-09-16
* avcodec/dcahuff: Always use three bits for transition mode VLCsAndreas Rheinhardt2022-09-16
* avcodec/dca_core, dcahuff: Don't use DCAVLC unnecessarilyAndreas Rheinhardt2022-09-16
* avcodec/dcahuff: Avoid redundant offset tableAndreas Rheinhardt2022-09-16
* avcodec/dcahuff: Remove unused defineAndreas Rheinhardt2022-09-16
* avcodec/dolby_e_parser: Remove unnecessary headersAndreas Rheinhardt2022-09-16
* avcodec/Makefile: Remove obsolete adx_parser->adx.c dependencyAndreas Rheinhardt2022-09-16
* avcodec/adx: Move ff_adx_decode_header() to adxdec.cAndreas Rheinhardt2022-09-16
* avcodec/tak*: use cached bitstream reader on !x86_32Paul B Mahol2022-09-16
* 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