Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-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
2015-09-05avcodec: remove deprecated old audio encode APIHendrik Leppkes
2015-08-18Move ff_dlog from lavc to lavu.Ronald S. Bultje
2015-08-04avcodec/internal: improve min_size documentation for ff_alloc_packet2()Michael Niedermayer
2015-07-28Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer
2015-07-27lavc: Consistently prefix input buffer definesVittorio Giovara
2015-07-27avcodec/internal: Deprecate ff_alloc_packet() in favor of ff_alloc_packet2()Michael Niedermayer
2015-07-27avcodec: Add a min size parameter to ff_alloc_packet2()Michael Niedermayer
2015-07-22Replace AV_PKT_DATA_QUALITY_FACTOR by AV_PKT_DATA_QUALITY_STATSMichael Niedermayer
2015-07-17lavc: Allow 64 channels internally.Carl Eugen Hoyos
2015-07-03Merge commit '910247f1720c6aae422723c05dac6d0b19f20bec'Michael Niedermayer
2015-07-03lavc: Deprecate avctx.{inter,intra}_quant_biasVittorio Giovara
2015-04-24Merge commit '5bba3ab0cf7a0238ee1ea31ca2da08ce860fd8f9'Michael Niedermayer
2015-04-24internal: Make dlog/tlog a no-op when disabledVittorio Giovara
2015-04-20avcodec/internal: Fix ff_dlog() define like av_dlog()Michael Niedermayer
2015-04-20Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25'Michael Niedermayer