summaryrefslogtreecommitdiff
path: root/libavcodec/mpegvideo_enc.c
Commit message (Expand)AuthorAge
* 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
* rv10: check size of s->mb_width * s->mb_heightAndreas Cadhalpun2015-03-05
* mpegvideo_enc: initialize the encoding contextVittorio Giovara2015-01-29
* mpegvideo_enc: Draw edges on input for non-multiple of 16 resolutionsMichael Niedermayer2015-01-23
* msmpeg4: check memory allocations and propagate errorsVittorio Giovara2015-01-06
* h261enc: Disallow sliced encodingMartin Storsjö2014-12-18
* mpegvideo_enc: factor out denominator and explicitly cast operandsVittorio Giovara2014-11-06
* mpegvideo_enc: rework direct mode checkVittorio Giovara2014-11-06
* lavc: make lmax/lmin into private options of mpegvideo encodersAnton Khirnov2014-10-18
* lavc: make border_masking into private options of mpegvideo encodersAnton Khirnov2014-10-18
* lavc: deprecate unused mb_threshold fieldAnton Khirnov2014-10-18
* lavc: make rc_buffer_aggressivity/rc_initial_cplx into private options of mpe...Anton Khirnov2014-10-18
* lavc: make rc_eq into private options of mpegvideo encodersAnton Khirnov2014-10-18
* lavc: make rc_qmod_* into private options of mpegvideo encodersAnton Khirnov2014-10-18