summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* avcodec/mpegvideo_enc: Fix a chroma mb size error in sse_mb()Wenbin Chen2022-07-09
* avcodec/hevc_cabac: Don't cast const away unnecessarilyAndreas Rheinhardt2022-07-09
* avcodec/hevc_refs: Constify ff_hevc_get_ref_list()Andreas Rheinhardt2022-07-09
* avcodec/hevc_sei: Use proper type for NALU typeAndreas Rheinhardt2022-07-09
* avcodec/h26[45]_metadata_bsf: Fix range of chroma_sample_loc_typeAndreas Rheinhardt2022-07-09
* avcodec/hevc_ps: Fix wrong copyright yearsAndreas Rheinhardt2022-07-09
* avcodec/dv: Remove unnecessary headerAndreas Rheinhardt2022-07-09
* avcodec/cbs: Mark init and close functions as av_coldAndreas Rheinhardt2022-07-09
* avcodec/encode: Avoid check whose result is known in advanceAndreas Rheinhardt2022-07-09
* avcodec: Add const to decoder packet data pointersAndreas Rheinhardt2022-07-09
* avcodec/apng: Add APNG_FCTL_CHUNK_SIZE defineAndreas Rheinhardt2022-07-09
* avcodec/aacdec: fix parsing of dual mono filesJames Almer2022-07-08
* avcodec/openh264: return (DE|EN)CODER_NOT_FOUND if version check failsAndreas Schneider2022-07-08
* avcodec/flashsv: Clear pointersMichael Niedermayer2022-07-07
* avcodec/aasc: Fix indentionMichael Niedermayer2022-07-07
* avcodec/flashsv: Check inflate() for failureMichael Niedermayer2022-07-07
* avcodec/smacker: fix indention after previous commitMichael Niedermayer2022-07-07
* avcodec/smacker: Optimize constant 16bit audio outputMichael Niedermayer2022-07-07
* avcodec/exrenc: add av_cold to some functionsPaul B Mahol2022-07-06
* avcodec/nvenc: add support for additional (10 bit) RGB pixel formatsTimo Rothenpieler2022-07-05
* get_bits: move check_marker() to mpegvideodec.hAnton Khirnov2022-07-04
* avcodec/mscc: Don't modify input packetAndreas Rheinhardt2022-07-04
* avcodec/decoders: Use const uint8_t* to access input packet dataAndreas Rheinhardt2022-07-04
* avcodec/dcadec: Treat the input packet's data as constAndreas Rheinhardt2022-07-04
* avcodec/libdavs2: workaround memory leakZhao Zhili2022-07-04
* avcodec/alsdec: No channels cannot be accessedMichael Niedermayer2022-07-03
* avcodec/qdrw: adjust max colors to array sizeMichael Niedermayer2022-07-03
* avcodec/pnmenc: support both endian variants for PFMPaul B Mahol2022-07-03
* avcodec: add PHM decoder and encoderPaul B Mahol2022-07-03
* avcodec/tests/snowenc: Remove unused-but-set variableAndreas Rheinhardt2022-07-03
* avcodec/qoidec: Remove unused-but-set variableAndreas Rheinhardt2022-07-03
* avcodec/j2kenc: Remove unused-but-set variableAndreas Rheinhardt2022-07-03
* avcodec/imc: Remove unused-but-set variableAndreas Rheinhardt2022-07-03
* avcodec/hevc_ps: Remove unused-but-set variableAndreas Rheinhardt2022-07-03
* avcodec/alacdsp: Make intermediates unsignedMichael Niedermayer2022-07-02
* avcodec/cbs_h2645: Remove unnecessary (h264|hevc)_sei.h inclusionsAndreas Rheinhardt2022-07-02
* avcodec/pthread_slice: Don't reinitialise initialised mutexAndreas Rheinhardt2022-07-01
* avcodec/v4l2_m2m: Check if the file descriptor is valid before closingWujian(Chin)2022-07-01
* avcodec/libx264: Avoid duplicating stringsAndreas Rheinhardt2022-07-01
* avcodec/ac3_parser{,_internal}: expose AC-3 bit_rate_codeJan Ekström2022-06-30
* avcodec/exrenc: add grayf32 format supportPaul B Mahol2022-06-30
* avcodec/hevcdec: Return immediately upon hevc_init_context() failureAndreas Rheinhardt2022-06-30
* avcodec/hevcdec: Remove redundant context_initializedAndreas Rheinhardt2022-06-30
* avcodec/avcodec: Don't mention removed functionAndreas Rheinhardt2022-06-30
* avcodec/pnmenc: reindentPaul B Mahol2022-06-29
* avcodec/pnmenc: add support for grayf32 in PFM imagePaul B Mahol2022-06-29
* lavc/aarch64: motion estimation functions in neonSwinney, Jonathan2022-06-28
* avcodec/libx265: make X265 CSP selection pixel format independentJan Ekström2022-06-27
* libavcodec/qsvenc: Enable fixed QP configure in qsv CQP runtimeYue Heng2022-06-27
* libavcodec/qsvenc_hevc: Use default value from MSDK to set bf.Wenbin Chen2022-06-27