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-22avcodec/avcodec: Always use old channel count/layout if setAndreas Rheinhardt
2022-09-22avcodec/avcodec: Check for more invalid channel layoutsAndreas Rheinhardt
2022-09-22avcodec/avcodec: Uninitialize AVChannelLayout before overwriting itAndreas Rheinhardt
2022-09-19avcodec/avcodec: Use the new API fields to validate the layout returned by de...James Almer
2022-08-15avcodec/avcodec: Remove redundant checkAndreas Rheinhardt
2022-08-15avcodec/avcodec: Move initializing frame-thrd encoder to encode_preinitAndreas Rheinhardt
2022-08-02lavc: add API for exporting reconstructed frames from encodersAnton Khirnov
2022-07-30avcodec: add common fflcms2 boilerplateNiklas Haas
2022-07-22avcodec/aacdec: remove skip samples multiplierJames Almer
2022-07-18avcodec: Make init-threadsafety the defaultAndreas Rheinhardt
2022-05-12avcodec/internal: Hide stuff only used by the core decode APIAndreas Rheinhardt
2022-05-11lavc: drop a confusing message about "thread emulation"Anton Khirnov
2022-05-11lavc/avcodec: only allocate decoding packets for decodersAnton Khirnov
2022-05-10lib*/version: Move library version functions into files of their ownAndreas Rheinhardt
2022-04-13avcodec/avcodec: Don't reset decoder-fields for encoders when flushingAndreas Rheinhardt
2022-04-13avcodec/avcodec: Simplify accessing AVSubtitleRect via dedicated pointerAndreas Rheinhardt
2022-04-13avcodec/avcodec: Avoid av_frame_unref(NULL)Andreas Rheinhardt
2022-04-13lavc/encode: drop EncodeSimpleContextAnton Khirnov
2022-04-13lavc/avcodec: only allocate the encoding frame for encodersAnton Khirnov
2022-04-13lavc/avcodec: simplify codec id/type validity checkingAnton Khirnov
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-16libavcodec: Split version.hMartin Storsjö
2022-03-15lavc: drop temporary compat wrappers for channel layout API changeAnton Khirnov
2022-03-15lavc: switch to the new channel layout APIVittorio Giovara
2022-02-18avcodec/avcodec: Decrease the amount of time while holding the lockAndreas Rheinhardt
2022-02-07lavc/avcodec: switch to new FIFO APIAnton Khirnov
2021-11-07avcodec/internal: Allow receive_frame codecs to use decode_simple pktAndreas Rheinhardt
2021-09-26avcodec/avcodec: Simplify check for flushing of bsfAndreas Rheinhardt
2021-09-26avcodec/avcodec: Remove redundant assertAndreas Rheinhardt
2021-09-26avcodec/avcodec: Make sanity check stricterAndreas Rheinhardt
2021-08-24avcodec: add a Film Grain codec property flagJames Almer
2021-07-22avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt
2021-07-22avcodec/avcodec: Stop including bsf.h in avcodec.hAndreas Rheinhardt
2021-06-08avcodec/avcodec: Don't free options on failure in avcodec_open2()Andreas Rheinhardt
2021-06-08avcodec/avcodec: Avoid redundant copies of options in avcodec_open2Andreas Rheinhardt
2021-06-08avcodec/frame_thread_encoder: Avoid dictionariesAndreas Rheinhardt
2021-04-28avcodec/avcodec: Use avcodec_close() on avcodec_open2() failureAndreas Rheinhardt
2021-04-28avcodec/avcodec: Store whether AVCodec->close needs to be calledAndreas Rheinhardt
2021-04-28avcodec/avcodec: Free frame_thread_encoder on avcodec_open2() errorAndreas Rheinhardt
2021-04-27avcodec: Remove deprecated old encode/decode APIsAndreas Rheinhardt
2021-04-27avcodec: Remove deprecated AVCodecContext.coded_frameAndreas Rheinhardt
2021-04-27avcodec: Remove lock manager APIAndreas Rheinhardt
2021-04-24avcodec/avcodec: Actually honour the documentation of subtitle_headerAndreas Rheinhardt
2021-03-24avcodec/avcodec: Use AVBPrint in avcodec_string()Andreas Rheinhardt
2021-03-24avcodec/avcodec: Update check for identical colorspace/primaries/trc namesAndreas Rheinhardt
2021-03-24avcodec/avcodec: Don't use NULL for %s printf specifierAndreas Rheinhardt
2021-03-24avcodec/avcodec: Use dedicated pointer to access AVCodecInternalAndreas Rheinhardt
2021-03-20avcodec/avcodec: Move decoder channel count check to ff_decode_preinitAndreas Rheinhardt
2021-03-20avcodec/avcodec: Sanitize options before using themAndreas Rheinhardt