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-05-11Reduce the scope of some variablesDiego Biurrun
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2016-02-26mpegvideo_enc: use avcodec_free_context() instead of av_free()Anton Khirnov
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
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-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-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-09-30lavu: Deprecate AVFrame.error[]Vittorio Giovara
2015-09-29lavc: Simplify checking quant bias optionVittorio Giovara
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2015-07-27lavc: AV-prefix all codec flagsVittorio Giovara
2015-07-27lavc: Deprecate avctx.me_methodVittorio Giovara
2015-07-20Deprecate avctx.coded_frameVittorio Giovara
2015-07-20Add a quality factor packet side dataVittorio Giovara
2015-07-20Gather all coded_frame allocations and free functions to a single placeVittorio Giovara
2015-07-20mpegvideo_enc: Drop unnneded initializationVittorio Giovara
2015-07-03lavc: Deprecate avctx.{inter,intra}_quant_biasVittorio Giovara
2015-06-12mpegvideo: Expand macroVittorio Giovara
2015-06-12mpegvideo: rv10: Move function declaration to a separate headerVittorio Giovara
2015-06-12mpegvideo: h263: Move all tables to a single fileVittorio Giovara
2015-06-10mpegvideo: Move block permutation function where is usedVittorio Giovara
2015-06-08mpegvideo: Split picture allocation for encoding and decodingVittorio Giovara
2015-06-08mpegvideo: Move various temporary buffers to a separate contextVittorio Giovara
2015-05-31mpegvideo: Move tables to a separate fileVittorio Giovara
2015-05-31mpegvideo: wmv2: Move function declarationsVittorio Giovara
2015-05-22mpegvideo: Rework various functions not to use MpegEncContext directlyVittorio Giovara
2015-05-22mpegvideo: Have ff_mpeg_ref_picture use AVCodecContext directlyVittorio Giovara
2015-05-22mpegvideo: Have ff_mpeg_unref_picture use AVCodecContext directlyVittorio Giovara
2015-05-22mpegvideo: Drop flags and flags2Vittorio Giovara
2015-04-28h263: Convert function to macroVittorio Giovara
2015-04-20mpegvideo_enc: Simplify picture allocationVittorio Giovara
2015-04-19lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara
2015-03-12mpegvideo_enc: Check AVCodecContext allocationVittorio Giovara