summaryrefslogtreecommitdiff
path: root/libavcodec/mpegvideo_enc.c
Commit message (Expand)AuthorAge
* Reduce the scope of some variablesDiego Biurrun2016-05-11
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* mpegvideo_enc: use avcodec_free_context() instead of av_free()Anton Khirnov2016-02-26
* lavc: Move pre_me to codec private optionsVittorio Giovara2016-01-21
* lavc: Move me_penalty_compensation to codec private optionsVittorio Giovara2016-01-21
* lavc: Move prediction_method to codec private optionsVittorio Giovara2016-01-21
* lavc: Move rtp_payload_size to codec private optionsVittorio Giovara2016-01-21
* lavc: Move mpeg_quant to codec private optionsVittorio Giovara2016-01-21
* lavc: Move noise_reduction to codec private optionsVittorio Giovara2016-01-21
* lavc: Move scenechange_threshold to codec private optionsVittorio Giovara2016-01-21
* lavc: Move frame_skip_* to codec private optionsVittorio Giovara2016-01-21
* lavc: Move brd_scale to codec private optionsVittorio Giovara2016-01-21
* lavc: Move b_frame_strategy and b_sensitivity to codec private optionsVittorio Giovara2016-01-21
* mpegvideo_enc: actually add the side data with vbv_delay to the packetAnton Khirnov2015-12-12
* lavc: Drop exporting 2-pass encoding statsVittorio Giovara2015-12-07
* mpegvideo_enc: export vbv_delay in side dataAnton Khirnov2015-12-06
* mpegvideo_enc: export CPB props side dataAnton Khirnov2015-12-06
* lavc: Deprecate avctx.rtp_callback fieldVittorio Giovara2015-11-20
* mpegvideo_enc: enable rtp_mode when multiple slices are usedAnton Khirnov2015-11-20
* mpevideo_enc: disallow multiple slices for h261 and flvAnton Khirnov2015-11-20
* avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-26
* mpegvideo_enc: Fix encoding videos with less frames than the delay of the enc...Alexis Ballier2015-10-25
* mpegvideo_enc: Merge ifs with identical conditionsMichael Niedermayer2015-10-25
* mpegvideo_enc: Factor new_picture unref outMichael Niedermayer2015-10-25
* lavu: Deprecate AVFrame.error[]Vittorio Giovara2015-09-30
* lavc: Simplify checking quant bias optionVittorio Giovara2015-09-29
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* lavc: AV-prefix all codec flagsVittorio Giovara2015-07-27
* lavc: Deprecate avctx.me_methodVittorio Giovara2015-07-27
* Deprecate avctx.coded_frameVittorio Giovara2015-07-20
* Add a quality factor packet side dataVittorio Giovara2015-07-20
* Gather all coded_frame allocations and free functions to a single placeVittorio Giovara2015-07-20
* mpegvideo_enc: Drop unnneded initializationVittorio Giovara2015-07-20
* lavc: Deprecate avctx.{inter,intra}_quant_biasVittorio Giovara2015-07-02
* mpegvideo: Expand macroVittorio Giovara2015-06-12
* mpegvideo: rv10: Move function declaration to a separate headerVittorio Giovara2015-06-12
* mpegvideo: h263: Move all tables to a single fileVittorio Giovara2015-06-12
* mpegvideo: Move block permutation function where is usedVittorio Giovara2015-06-10
* mpegvideo: Split picture allocation for encoding and decodingVittorio Giovara2015-06-08
* mpegvideo: Move various temporary buffers to a separate contextVittorio Giovara2015-06-08
* mpegvideo: Move tables to a separate fileVittorio Giovara2015-05-31
* mpegvideo: wmv2: Move function declarationsVittorio Giovara2015-05-31
* mpegvideo: Rework various functions not to use MpegEncContext directlyVittorio Giovara2015-05-22
* mpegvideo: Have ff_mpeg_ref_picture use AVCodecContext directlyVittorio Giovara2015-05-22
* mpegvideo: Have ff_mpeg_unref_picture use AVCodecContext directlyVittorio Giovara2015-05-22
* mpegvideo: Drop flags and flags2Vittorio Giovara2015-05-22
* h263: Convert function to macroVittorio Giovara2015-04-28
* mpegvideo_enc: Simplify picture allocationVittorio Giovara2015-04-19
* lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-19
* mpegvideo_enc: Check AVCodecContext allocationVittorio Giovara2015-03-12