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-03avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt
2022-09-02avcodec/flac: Move ff_flac_get_max_frame_size() to flacenc.cAndreas Rheinhardt
2022-08-27avcodec/internal: Move ff_samples_to_time_base() to encode.hAndreas Rheinhardt
2022-08-05avcodec/flacdsp: Split encoder-only parts into a ctx of its ownAndreas Rheinhardt
2022-08-05avcodec/flacdsp: Remove unused function parameterAndreas Rheinhardt
2022-07-18avcodec: Make init-threadsafety the defaultAndreas Rheinhardt
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-15flac: convert to new channel layout APIAnton Khirnov
2022-01-06avcodec/golomb: Factor writing golomb codes outAndreas Rheinhardt
2021-07-22avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt
2021-05-23avcodec/flacenc: Avoid copying packet data, allow user-supplied buffersAndreas Rheinhardt
2021-05-02avcodec/flacenc: Mark encoder as init-threadsafeAndreas Rheinhardt
2021-04-28avcodec/flacenc: Remove always-true checkAndreas Rheinhardt
2021-04-28avcodec: Remove redundant freeing of extradata of encodersAndreas Rheinhardt
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2021-04-27avcodec: Remove private options from AVCodecContextAndreas Rheinhardt
2021-04-27avcodec: Remove sidedata-only-packet cruftAndreas Rheinhardt
2021-04-02avcodec/flacenc: Fix memleak upon init errorAndreas Rheinhardt
2021-03-30Avoid intermediate bitcount for number of bytes in PutBitContextAndreas Rheinhardt
2020-05-21avcodec: deprecate Lossless and Intra Only encoder capabilitesJames Almer
2017-09-24avcodec/flacenc: Replace "return -1" by named constantMichael Niedermayer
2016-08-28lavc/lpc: Add min_shift parameter in LPCJai Luthra
2016-06-29Merge commit 'b7f98659f21dce438c33b512e25fd64b8d07c347'Clément Bœsch
2016-06-07Remove unnecessary get_bits.h #includesDiego Biurrun
2016-02-08flacenc: Load default prediction_order parameters if none is selectedMichael Niedermayer
2016-02-01flacenc: Restore defaults and range for {min, max}_prediction_orderDerek Buitenhuis
2016-01-31avcodec/flacenc: Fix prediction_order parameterMichael Niedermayer
2016-01-31flacenc: Restore defaults and range for {min,max}_prediction_orderDerek Buitenhuis
2016-01-31Merge commit '243df1351d2d928caa084a5704ed783f0b83f072'Derek Buitenhuis
2016-01-24avcodec/flacenc: fix calculation of bits required in case of custom sample ratePaul B Mahol
2016-01-21lavc: Move {min,max}_prediction_order to codec private optionsVittorio Giovara
2015-12-20avcodec/flacenc: use designated initializers for AVClassPaul B Mahol
2015-12-04avcodec: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch
2015-11-22Merge commit '79d89cf2f4b62eeb653fd8139041c87e75f7ca65'Derek Buitenhuis
2015-11-16flacenc: Clamp user-supplied min/max prediction ordersVittorio Giovara
2015-10-12intmath: remove av_ctz.Ronald S. Bultje
2015-09-12lavc: Enable side data only packets by defaultVittorio Giovara
2015-09-12Merge commit '6064f697a321174232a3fad351afb21150c3e9e5'Hendrik Leppkes
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2015-07-27avcodec: Add a min size parameter to ff_alloc_packet2()Michael Niedermayer
2015-06-16avcodec/flacenc: Fix Invalid Rice orderGeorge Boyle
2015-06-02avcodec/flacenc: Simplify sizeof()Michael Niedermayer
2015-05-20avcodec/flacenc: Support Multi dimensional quantizationMichael Niedermayer
2015-05-19avcodec/flacenc: Mark pointers/array arguments const which are not changedMichael Niedermayer
2015-05-19avcodec/flacenc: Simplify md5 calculation code by using AV_WL24()Michael Niedermayer
2015-05-19avcodec/flacenc: Move udata and sums to FlacSubframeMichael Niedermayer
2015-05-19avcodec/flacenc: Support calculating rice parameters exactlyMichael Niedermayer