summaryrefslogtreecommitdiffstats
path: root/libavcodec/mpegvideo_enc.c
Commit message (Expand)AuthorAgeFilesLines
* Reduce the scope of some variablesDiego Biurrun2016-05-111-2/+2
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-18/+19
* mpegvideo_enc: use avcodec_free_context() instead of av_free()Anton Khirnov2016-02-261-2/+1
* lavc: Move pre_me to codec private optionsVittorio Giovara2016-01-211-1/+4
* lavc: Move me_penalty_compensation to codec private optionsVittorio Giovara2016-01-211-2/+4
* lavc: Move prediction_method to codec private optionsVittorio Giovara2016-01-211-1/+4
* lavc: Move rtp_payload_size to codec private optionsVittorio Giovara2016-01-211-2/+11
* lavc: Move mpeg_quant to codec private optionsVittorio Giovara2016-01-211-1/+7
* lavc: Move noise_reduction to codec private optionsVittorio Giovara2016-01-211-4/+12
* lavc: Move scenechange_threshold to codec private optionsVittorio Giovara2016-01-211-2/+10
* lavc: Move frame_skip_* to codec private optionsVittorio Giovara2016-01-211-5/+18
* lavc: Move brd_scale to codec private optionsVittorio Giovara2016-01-211-3/+10
* lavc: Move b_frame_strategy and b_sensitivity to codec private optionsVittorio Giovara2016-01-211-11/+17
* mpegvideo_enc: actually add the side data with vbv_delay to the packetAnton Khirnov2015-12-121-0/+7
* lavc: Drop exporting 2-pass encoding statsVittorio Giovara2015-12-071-3/+12
* mpegvideo_enc: export vbv_delay in side dataAnton Khirnov2015-12-061-0/+13
* mpegvideo_enc: export CPB props side dataAnton Khirnov2015-12-061-0/+9
* lavc: Deprecate avctx.rtp_callback fieldVittorio Giovara2015-11-201-0/+8
* mpegvideo_enc: enable rtp_mode when multiple slices are usedAnton Khirnov2015-11-201-3/+7
* mpevideo_enc: disallow multiple slices for h261 and flvAnton Khirnov2015-11-201-0/+6
* avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-261-1/+1
* mpegvideo_enc: Fix encoding videos with less frames than the delay of the enc...Alexis Ballier2015-10-251-4/+16
* mpegvideo_enc: Merge ifs with identical conditionsMichael Niedermayer2015-10-251-2/+0
* mpegvideo_enc: Factor new_picture unref outMichael Niedermayer2015-10-251-3/+2
* lavu: Deprecate AVFrame.error[]Vittorio Giovara2015-09-301-9/+15
* lavc: Simplify checking quant bias optionVittorio Giovara2015-09-291-4/+2
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
* lavc: AV-prefix all codec flagsVittorio Giovara2015-07-271-35/+35
* lavc: Deprecate avctx.me_methodVittorio Giovara2015-07-271-0/+4
* Deprecate avctx.coded_frameVittorio Giovara2015-07-201-0/+4
* Add a quality factor packet side dataVittorio Giovara2015-07-201-0/+7
* Gather all coded_frame allocations and free functions to a single placeVittorio Giovara2015-07-201-2/+1
* mpegvideo_enc: Drop unnneded initializationVittorio Giovara2015-07-201-2/+0
* lavc: Deprecate avctx.{inter,intra}_quant_biasVittorio Giovara2015-07-021-2/+8
* mpegvideo: Expand macroVittorio Giovara2015-06-121-3/+18
* mpegvideo: rv10: Move function declaration to a separate headerVittorio Giovara2015-06-121-0/+1
* mpegvideo: h263: Move all tables to a single fileVittorio Giovara2015-06-121-0/+1
* mpegvideo: Move block permutation function where is usedVittorio Giovara2015-06-101-2/+38
* mpegvideo: Split picture allocation for encoding and decodingVittorio Giovara2015-06-081-2/+9
* mpegvideo: Move various temporary buffers to a separate contextVittorio Giovara2015-06-081-7/+7
* mpegvideo: Move tables to a separate fileVittorio Giovara2015-05-311-0/+1
* mpegvideo: wmv2: Move function declarationsVittorio Giovara2015-05-311-0/+1
* mpegvideo: Rework various functions not to use MpegEncContext directlyVittorio Giovara2015-05-221-2/+2
* mpegvideo: Have ff_mpeg_ref_picture use AVCodecContext directlyVittorio Giovara2015-05-221-5/+5
* mpegvideo: Have ff_mpeg_unref_picture use AVCodecContext directlyVittorio Giovara2015-05-221-9/+9
* mpegvideo: Drop flags and flags2Vittorio Giovara2015-05-221-28/+28
* h263: Convert function to macroVittorio Giovara2015-04-281-1/+1
* mpegvideo_enc: Simplify picture allocationVittorio Giovara2015-04-191-7/+5
* lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-191-3/+3
* mpegvideo_enc: Check AVCodecContext allocationVittorio Giovara2015-03-121-0/+2
OpenPOWER on IntegriCloud