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
2022-09-29avcodec/codec_internal: Avoid deprecation warnings for channel_layoutsAndreas Rheinhardt
2022-09-22avcodec/mlpenc: Remove dead channel layout checksAndreas Rheinhardt
2022-09-22avcodec/mlpenc: Simplify channel layout comparisonsAndreas Rheinhardt
2022-09-22avcodec/mlpenc: Fix channel layoutsAndreas Rheinhardt
2022-09-21avcodec/mlpenc: analyze only if there are samplesPaul B Mahol
2022-09-18avcodec/mlpenc: improve encoding of stereo TrueHD and add mono supportPaul B Mahol
2022-09-18avcodec/mlpenc: rename some variables to better alternativesPaul B Mahol
2022-09-03avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt
2022-08-27avcodec: Make ff_alloc_packet() based encoders accept user buffersAndreas Rheinhardt
2022-08-05avcodec: Constify frame->data pointers for encoders where possibleAndreas Rheinhardt
2022-07-18avcodec: Make init-threadsafety the defaultAndreas Rheinhardt
2022-04-13avcodec/mlpenc: fix encoding after receiving last framePaul B Mahol
2022-04-12avcodec/mlpenc: simplify calling functionPaul B Mahol
2022-04-12avcodec/mlpenc: use FFMAX()Paul B Mahol
2022-04-12avcodec/mlpenc: improve handling of last samplesPaul B Mahol
2022-04-05avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt
2022-03-21avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt
2022-03-21avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt
2022-03-16configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö
2022-03-15mlp: convert to new channel layout APIAnton Khirnov
2021-12-18avcodec/thd: fix special stereo supportPaul B Mahol
2021-09-28avcodec/mlpenc: Set AV_PKT_FLAG_KEY manuallyAndreas Rheinhardt
2021-09-24avcodec/mlpenc: fix encoding stereo single stream in TrueHDPaul B Mahol
2021-09-09avcodec/mlpenc: Fix mixed declarations and code warningAndreas Rheinhardt
2021-09-07avcodec/mlpenc: simplify some complicated expressions morePaul B Mahol
2021-09-07avcodec/mlpenc: simplify strange pointer initializationsPaul B Mahol
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-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-02avcodec/mlpenc: add support for 24bit encodingPaul B Mahol
2021-08-31avcodec/mlpenc: fix encoding last samples when not within full intervalPaul B Mahol
2021-07-22avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt
2021-06-08avcodec/encode: Always use intermediate buffer in ff_alloc_packet2()Andreas Rheinhardt
2021-05-02avcodec/mlpenc: Make encoders init-threadsafeAndreas Rheinhardt
2021-05-02avcodec/mlpenc: Add const where appropriateAndreas Rheinhardt
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt