aboutsummaryrefslogtreecommitdiff
path: root/libavcodec
AgeCommit message (Expand)Author
2020-08-11avcodec/cfhdenc: mark filter as always inlinePaul B Mahol
2020-08-11avcodec/cfhdenc: optimize writting of small runcodesPaul B Mahol
2020-08-11avcodec/cfhdenc: improve quality vs size ratioPaul B Mahol
2020-08-10avcodec/jpeg2000dec: Check remaining data in packed_headers_stream before useMichael Niedermayer
2020-08-09avcodec/cfhd: improve SampleIndex tag outputPaul B Mahol
2020-08-09avcodec/cfhd: log version tags tooPaul B Mahol
2020-08-09avcodec/cfhd: read prescale table tagPaul B Mahol
2020-08-09avcodec/cfhd: use init_get_bits8()Paul B Mahol
2020-08-09avcodec/cfhd: reindentPaul B Mahol
2020-08-09avcodec/cfhd: check if band encoding is validPaul B Mahol
2020-08-09libavcodec/j2kenc: Support for all Progression ordersGautam Ramakrishnan
2020-08-08avcodec/cfhdenc: free alpha buffer on closingPaul B Mahol
2020-08-08avcodec/cfhdenc: add gbrap12 pixel format supportPaul B Mahol
2020-08-08avcodec/cfhdenc: compand coefficientsPaul B Mahol
2020-08-08avcodec/cfhd: add 3d transform supportPaul B Mahol
2020-08-08avcodec/cfhd: remove some unused or only write itemsPaul B Mahol
2020-08-08avcodec/cfhdenc: also write FrameNumber tagPaul B Mahol
2020-08-08avcodec/put_bits: Make skip_put_bits() less dangerousAndreas Rheinhardt
2020-08-07avcodec: add adpcm_argo encoderZane van Iperen
2020-08-07avcodec/adpcm_argo: add ff_adpcm_argo_expand_nibble() and cleanup parametersZane van Iperen
2020-08-07avcodec/tiff: Check bpp/bppcount for 0Michael Niedermayer
2020-08-07avcodec/snowdec: Sanity check hcoeffMichael Niedermayer
2020-08-06avcodec/libx264: fix chroma quantizer offset usageTakio Yamaoka
2020-08-06avcodec/mpegaudiodec_template: Fix some whitespace issuesMichael Niedermayer
2020-08-06avcodec/jpeg2000dec: Handle reducedresno of 32Michael Niedermayer
2020-08-06libavcodec/j2kenc: Allow Encoder to use SOP and EPH markersGautam Ramakrishnan
2020-08-05lavc/libopenh264enc: use framerate if availableJun Zhao
2020-08-04avcodec/mpegaudiodec_template: Check CRCs for layer1 and layer2Michael Niedermayer
2020-08-04avcodec/adpcm_argo: fix incorrect documentationZane van Iperen
2020-08-04avcodec/cfhd: fix overflow in multiplication in LUT calculationPaul B Mahol
2020-08-04avcodec/aacdec_template: add support for 22.2 / channel_config 13Jan Ekström
2020-08-04avcodec/aacdec_template: mark second LFE element as LFE2Jan Ekström
2020-08-04avcodec/aacdectab: add mapping for 22.2Jan Ekström
2020-08-04avcodec/mpeg4audio: add newer channel_coding mappingsJan Ekström
2020-08-03avcodec/cfhd: correct 71 tag usagePaul B Mahol
2020-08-03avcodec/cfhdenc: fix setting default compression levelPaul B Mahol
2020-08-03avcodec/cfhdenc: extend quantization tablePaul B Mahol
2020-08-03avcodec/cfhd: use LUT for 9 and 18 codebook decompandingPaul B Mahol
2020-08-03avcodec/cfhdenc: fix PrescaleTable for YUV422P10Paul B Mahol
2020-08-03avcodec/mpegaudiodec_template: disable CRC checking for layers 1 and 2James Almer
2020-08-03Revert "mpegaudiodec_template: disable CRC checking for layers 1 and 2"James Almer
2020-08-02mpegaudiodec_template: disable CRC checking for layers 1 and 2Lynne
2020-08-02avcodec/v4l2_m2m: reindent after last commitAndriy Gelman
2020-08-02avcodec/v4l2_m2m: adapt to call close() on init failAndriy Gelman
2020-08-02avcodec/cfhd: set correct bits_per_raw_samplePaul B Mahol
2020-08-02avcodec/cfhd: add more tag namesPaul B Mahol
2020-08-02avcodec: add CFHD encoderPaul B Mahol
2020-08-02avcodec/cfhd: improve decompanding quality with reference implementationPaul B Mahol
2020-08-02avcodec/cfhd: fix non-aligned to 8 height decodingPaul B Mahol
2020-08-02avcodec/cfhd: move if/else out of loop in inverse transformPaul B Mahol