Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-09-09avcodec/qsv_enc: do not reuse enc_ctrl from previous framesXu Guangxin
2021-09-09avcodec/mlpenc: Fix mixed declarations and code warningAndreas Rheinhardt
2021-09-09avcodec/siren: decode_vector: remove unused parameterPeter Ross
2021-09-09avcodec/siren: replace magic numbers with macro valuePeter Ross
2021-09-09avcodec/libvpxenc: Apply codec options to alpha codec contextAdam Chelminski
2021-09-08avcodec/iirfilter: Make ff_iir_filter_flt() staticAndreas Rheinhardt
2021-09-08avcodec/snow_dwt: Make ff_snow_(horizont|vertic)al_compose97i staticAndreas Rheinhardt
2021-09-08avcodec/jpeg2000: Make ff_tag_tree_size() staticAndreas Rheinhardt
2021-09-08avcodec/mqcenc: Make ff_mqc_flush() staticAndreas Rheinhardt
2021-09-08avcodec/qsv: Make ff_qsv_map_error() staticAndreas Rheinhardt
2021-09-08avcodec/h263dec: Make ff_h263_hw_config_list staticAndreas Rheinhardt
2021-09-08avcodec/cbs: Make ff_cbs_alloc_unit_data() staticAndreas Rheinhardt
2021-09-08avcodec/bsf: ff_list_bsf staticAndreas Rheinhardt
2021-09-08libavcodec/qsv: enabling d3d11va support, added mfxhdlpairArtem Galin
2021-09-08avcodec/h264_parser: Fix nalsize checkMichael Niedermayer
2021-09-07avcodec/mlpenc: simplify some complicated expressions morePaul B Mahol
2021-09-07avcodec/mlpenc: simplify strange pointer initializationsPaul B Mahol
2021-09-07avcodec/mlpdec: fix integer sanitizer warning under clangPaul B Mahol
2021-09-07avcodec/siren: MSN Siren decoderPeter Ross
2021-09-07avcodec/mlpenc: remove convoluted incomplete multiple substreams support codePaul B Mahol
2021-09-07avcodec/mlpenc: use variables local to for loopsPaul B Mahol
2021-09-06avcodec/nvenc: add constrainedFrame encoding supportLimin Wang
2021-09-06avcodec/nvenc: add single slice intra refresh supportLimin Wang
2021-09-06avcodec/nvenc: add intra refresh supportLimin Wang
2021-09-06avcodec/nvenc: make number of slices per frame configurableLimin Wang
2021-09-05avcodec/jpeg2000dec: Check that atom header is within bytsetreamMichael Niedermayer
2021-09-05avcodec/apedec: Fix 2 integer overflows in filter_3800()Michael Niedermayer
2021-09-05avcodec/xpmdec: Move allocations down after more error checksMichael Niedermayer
2021-09-05avcodec/argo: Move U, fix shiftMichael Niedermayer
2021-09-05avcodec/mlp: move sync defines to common headerPaul B Mahol
2021-09-05avcodec/mlpenc: remove frame_size array from private contextPaul B Mahol
2021-09-05avcodec/mlpenc: stop using hardcoded valuePaul B Mahol
2021-09-05avcodec/mlpenc: use av_shrink_packet()Paul B Mahol
2021-09-05avcodec/mlpenc: remove no more needed gotoPaul B Mahol
2021-09-05avcodec/mlpenc: fix removal of packet timestamp/size from queuePaul B Mahol
2021-09-05avcodec/mlpenc: remove not needed buf_size checksPaul B Mahol
2021-09-05avcodec/mlpenc: fix indentationPaul B Mahol
2021-09-05avcodec/mlpenc: stop returning packets with no dataPaul B Mahol
2021-09-05avcodec/mlpenc: simplify compare_best_offset()Paul B Mahol
2021-09-05avcodec/mlpenc: use ff_ctz()Paul B Mahol
2021-09-05avcodec/mlpenc: remove unused itemPaul B Mahol
2021-09-04avcodec/mlpenc: remove log messages when allocation fails at initPaul B Mahol
2021-09-04avcodec/mlpenc: allocate filter buffers once at initPaul B Mahol
2021-09-04avcodec/mlpenc: simplify allocations in mlp_encode_init()Paul B Mahol
2021-09-04avcodec/omx: ReindentationAndreas Rheinhardt
2021-09-04avcodec/omx: Check initializing mutexes/conditionsAndreas Rheinhardt
2021-09-04avcodec/frame_thread_encoder: Mark init and free functions as av_coldAndreas Rheinhardt
2021-09-04avcodec/frame_thread_encoder: Return proper error codesAndreas Rheinhardt
2021-09-04avcodec/frame_thread_encoder: Don't shadow variablesAndreas Rheinhardt
2021-09-04avcodec/frame_thread_encoder: Reindent after the previous commitAndreas Rheinhardt