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
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
2016-12-14decode: be more explicit about storing the last packet propertiesAnton Khirnov
2016-11-16Fix -Werror=parentheses errorThierry Foucu
2016-10-01ffmpeg: move subframe warning to libavcodecwm4
2016-06-19libavcodec: factor out SEI generation for A53 captionsAndrey Turkin
2016-04-21lavc: introduce a new decoding/encoding API with decoupled input/outputwm4
2016-04-21avcodec: Add avpriv_codec_get_cap_skip_frame_fill_param()Michael Niedermayer
2016-03-23lavc: introduce a new decoding/encoding API with decoupled input/outputwm4
2015-12-18Merge commit '34138ece23c8ddae543269212a051c00d49e67d7'Hendrik Leppkes
2015-12-17Merge commit '11c9bd633f635f07a762be1ecd672de55daf4edc'Hendrik Leppkes
2015-12-16lavc: move exp2fi to ff_exp2fi in internal.hGanesh Ajjanagadde
2015-12-08log: Use a do {} while (0) for tlogLuca Barbato
2015-12-06libopenh264enc: export CPB props side dataAnton Khirnov
2015-12-05log: Use a do {} while (0) for dlogLuca Barbato
2015-11-17avcodec/internal: Fix skiped typoMichael Niedermayer
2015-11-15lavc/internal: add FF_CODEC_CAP_SKIP_FRAME_FILL_PARAMMatthieu Bouron
2015-10-22avcodec: rename avpriv_color_frame to ff_color_frameAndreas Cadhalpun
2015-10-02avcodec: Don't lock during open if the codec has threadsafe initDerek Buitenhuis
2015-09-20avcodec/internal: Use do {} while() for ff_tlog()Michael Niedermayer
2015-09-19avcodec/internal: silence -Wempty-body on clangGanesh Ajjanagadde
2015-09-12lavc: allow asynchronous decoders to return correct pkt_dts valueswm4
2015-09-12Merge commit '87a051f97633010f71dfc1d23d806856499bf231'Hendrik Leppkes