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-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
2021-03-20avcodec/avcodec: Perform sub_charenc/iconv checks before AVCodec.init()Andreas Rheinhardt
2021-03-20avcodec/avcodec: Check earlier for codec id/type mismatchAndreas Rheinhardt
2021-03-19avcodec: move core AVCodecContext functions from util.c to a new fileJames Almer
2004-09-30broken mess removialMichael Niedermayer
2004-07-14libdts support by (Benjamin Zores <ben at geexbox dot org>)Michael Niedermayer
2003-07-10flash video (flv) support patch by (Garrick Meeker <gmeeker at theoryllc dot ...Garrick Meeker
2003-03-06per file doxyMichael Niedermayer
2003-02-10* still unfinished code for OptionsZdenek Kabelac
2002-11-11* useless commit - ignoreZdenek Kabelac
2002-05-14* first shot for the new avcodec APIZdenek Kabelac