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
2016-01-21lavc: Move pre_me to codec private optionsVittorio Giovara
2016-01-21lavc: Move me_penalty_compensation to codec private optionsVittorio Giovara
2016-01-21lavc: Move prediction_method to codec private optionsVittorio Giovara
2016-01-21lavc: Move rtp_payload_size to codec private optionsVittorio Giovara
2016-01-21lavc: Move mpeg_quant to codec private optionsVittorio Giovara
2016-01-21lavc: Move noise_reduction to codec private optionsVittorio Giovara
2016-01-21lavc: Move scenechange_threshold to codec private optionsVittorio Giovara
2016-01-21lavc: Move frame_skip_* to codec private optionsVittorio Giovara
2016-01-21lavc: Move brd_scale to codec private optionsVittorio Giovara
2016-01-21lavc: Move b_frame_strategy and b_sensitivity to codec private optionsVittorio Giovara
2016-01-21avcodec/mpegvideo_enc: Check for integer overflow in ff_mpv_reallocate_putbit...Michael Niedermayer
2016-01-12avcodec/mpeg4video: Check time_incrMichael Niedermayer
2016-01-07avcodec/mpegvideo_enc: Clip bits_per_raw_sample within valid rangeMichael Niedermayer
2016-01-05avcodec/motion_est: Fix mv_penalty table sizeMichael Niedermayer
2015-12-18Merge commit '458e53f51fc75d08df884f8e9eb3d7ded23e97b3'Hendrik Leppkes
2015-12-18Merge commit '16216b713f9a21865cc07993961cf5d0ece24916'Hendrik Leppkes
2015-12-17Merge commit '2507b5dd674834be7261772996f47ae3b95cca69'Hendrik Leppkes
2015-12-17Merge commit '3f5c99fcbb2c366d7bdef8500c19f43a33bdb6b9'Hendrik Leppkes
2015-12-12mpegvideo_enc: actually add the side data with vbv_delay to the packetAnton Khirnov
2015-12-07lavc: Drop exporting 2-pass encoding statsVittorio Giovara
2015-12-06mpegvideo_enc: export vbv_delay in side dataAnton Khirnov
2015-12-06mpegvideo_enc: export CPB props side dataAnton Khirnov
2015-12-04avcodec: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch
2015-11-29Merge commit '462a54e2291e1fa18e1f1254d09739dfbb795617'Hendrik Leppkes
2015-11-24avcodec/mpegvideo_enc: Remove slice structured mode from H.263 as well as the...Michael Niedermayer
2015-11-22Merge commit 'f6c94457b44f41d900cd0991857f54e1f0ccedd6'Derek Buitenhuis
2015-11-22Merge commit 'd80f0a4ad634b3949b91b85f21fd608c0cddeef7'Derek Buitenhuis
2015-11-20lavc: Deprecate avctx.rtp_callback fieldVittorio Giovara
2015-11-20mpegvideo_enc: enable rtp_mode when multiple slices are usedAnton Khirnov
2015-11-20mpevideo_enc: disallow multiple slices for h261 and flvAnton Khirnov
2015-10-27Merge commit 'ce70f28a1732c74a9cd7fec2d56178750bd6e457'Hendrik Leppkes
2015-10-27Merge commit '447b5b278c689b21bbb7b5747c8773145cbd9448'Hendrik Leppkes
2015-10-26avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato
2015-10-26mpegvideo_enc: Fix encoding videos with less frames than the delay of the enc...Alexis Ballier
2015-10-26mpegvideo_enc: Merge ifs with identical conditionsMichael Niedermayer
2015-10-26mpegvideo_enc: Factor new_picture unref outMichael Niedermayer
2015-10-18libavcodec/mpegvideo_enc.c: Fix encoding videos with less frames than the del...Alexis Ballier
2015-10-18avcodec/mpegvideo_enc: Merge ifs with identical conditionsMichael Niedermayer
2015-10-18avcodec/mpegvideo_enc: Factor new_picture unref outMichael Niedermayer
2015-10-13mpegvideo: dnxhdenc: permute 10bits contentChristophe Gisquet
2015-10-10avcodec/mpegvideoenc: fix undefined negative left shiftGanesh Ajjanagadde
2015-10-03Merge commit '1aa24df74c052a73175c43e57d35b4835e537ec8'Hendrik Leppkes
2015-09-30lavu: Deprecate AVFrame.error[]Vittorio Giovara
2015-09-29Merge commit 'cf7d2f2d2134c0854edf2db91e7436ac2bc9874f'Hendrik Leppkes
2015-09-29lavc: Simplify checking quant bias optionVittorio Giovara
2015-09-22avcodec/mpegvideo_enc: Avoid fine lambda steps in VBV retry code when RD is n...Michael Niedermayer
2015-09-18avcodec/mpeg12enc: Basic support for encoding non even QPs for -non_linear_qu...Michael Niedermayer
2015-09-18avcodec/mpegvideo_enc: Add missing entry to non_linear_qscale tableMichael Niedermayer
2015-09-15lavc: Switch bitrate to 64bit unless compatibility with avconv was requested.Michael Niedermayer
2015-09-09avformat/mpegvideo_enc: Move sponsorship notice to its own comment blockMichael Niedermayer