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
2020-06-18avcodec/encode: restructure the old encode APIJames Almer
2020-06-18avcodec/encode: restructure the core encoding codeJames Almer
2020-06-03avcodec/internal: move packet related functions to their own headerJames Almer
2020-06-01avcodec/encode: Remove ff_alloc_packetAndreas Rheinhardt
2020-05-10avcodec/decode: remove unused AVCodecInternal compat_decode fieldJames Almer
2020-05-02avcodec/decode: use a single list bsf for codec decode bsfsMarton Balint
2020-04-10lavc: do not implicitly share the frame pool between threadsAnton Khirnov
2020-04-10lavc: replace AVCodecInternal.allocate_progress with an internal capAnton Khirnov
2020-02-05lavc/dvdsubdec: Move palette parsing to new functionMichael Kuron
2020-01-22avcodec/avcodec: Add codec_tags array to AVCodecMichael Niedermayer
2020-01-16avcodec: add a Producer Reference Time AVPacketSideData typeJames Almer
2019-09-04avcodec/decode: add a flags parameter to ff_reget_buffer()James Almer
2019-08-21avcodec/internal: Bump sane_nb_chanelsMichael Niedermayer
2019-04-20avcodec: add AV_CODEC_FLAG_DROPCHANGED to flagsGyan Doshi
2018-12-04avcodec/utils : add ff_int_from_list_or_default funcMartin Vignali
2018-07-13avcodec/internal: increase FF_SANE_NB_CHANNELS to 256Marton Balint
2018-02-15avcodec: remove unnecessary calls to ff_init_buffer_info()James Almer
2017-12-26lavc: remove complex debug code around avcodec init lockingwm4
2017-12-26lavc, lavf: move avformat static mutex from avcodec to avformatwm4
2017-12-25avcodec: add stride alignment needed for AVX-512James Darnley
2017-12-11Revert "libavcodec/utils.c: simplify avcodec locking with atomics"Hendrik Leppkes
2017-11-27lavc: Use hardware config information in ff_get_format()Mark Thompson
2017-11-26libavcodec/utils.c: simplify avcodec locking with atomicsRostislav Pehlivanov
2017-11-20Merge commit '3152058bf1dca318898550efacf0286f4836cae6'James Almer
2017-11-19libavcodec: Don't use dllexport, only dllimport when building DLLsMartin Storsjö
2017-11-11Merge commit 'accb06120c13a4ead442464d96f2fa318fa07a4e'James Almer
2017-11-11Merge commit 'abf1c058d1bd0ed1b820ea5e501a4484756f00b0'James Almer
2017-11-11avcodec: allow multiple hwaccels for the same codec/pixfmtwm4
2017-10-23Merge commit '94eed68ace9f2416af8457fcbf142b175928c06b'James Almer
2017-10-23Merge commit 'cbebc3251bc2544b469e0dcb176bc04779d8866c'James Almer
2017-10-22avcodec: remove ABI portion of the side data merging APIJames Almer
2017-09-08avcodec/pthread_slice: add ff_slice_thread_execute_with_mainfunc()Ilia Valiakhmetov
2017-09-01avcodec/internal: move FF_QSCALE_TYPE defines from avcodec.hJames Almer
2017-08-31configure: Use dllexport/dllimport for data symbols across DLLs with mingwMartin Storsjö
2017-08-31msvc: Properly specify dllexport for data symbols shared across dll boundariesMartin Storsjö
2017-05-08Merge commit '019ab88a95cb31b698506d90e8ce56695a7f1cc5'James Almer
2017-05-06avcodec: Avoid splitting side data repeatedlyMichael Niedermayer
2017-05-02avcodec/internal: update FF_CODEC_CAP_SETS_PKT_DTS doxyJames Almer
2017-04-30avcodec/pthread_frame, decode: allow errors to happen on drainingMuhammad Faiz
2017-04-23Merge commit '972c71e9cb63e24f57ee481e413199c7d88a8813'James Almer
2017-04-23Merge commit '061a0c14bb5767bca72e3a7227ca400de439ba09'James Almer
2017-04-23Merge commit '549d0bdca53af7a6e0c612ab4b03baecf3a5878f'James Almer
2017-03-23lavc: Drop deprecated options moved to private contextsVittorio Giovara
2017-03-17avcodec: estimate output bitrate for uncompressed video codecsTobias Rapp
2017-03-16lavc/internal: Constify AVPacket* in AVCodecInternal.Carl Eugen Hoyos
2017-03-16Merge commit '89aebc5bcc6e23a0a79c3f51c3a55c3571692ba0'James Almer
2017-03-09aacdec: do not mutate input packet metadatawm4
2017-01-12lavc: add an option for exporting cropping information to the callerAnton Khirnov
2016-12-14lavc: add support for filtering packets before decodingAnton Khirnov
2016-12-14decode: restructure the core decoding codeAnton Khirnov