summaryrefslogtreecommitdiffstats
path: root/libavcodec/mpegvideo_enc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* rv10: check size of s->mb_width * s->mb_heightAndreas Cadhalpun2015-03-051-2/+5
* mpegvideo_enc: initialize the encoding contextVittorio Giovara2015-01-291-1/+1
* mpegvideo_enc: Draw edges on input for non-multiple of 16 resolutionsMichael Niedermayer2015-01-231-3/+14
* msmpeg4: check memory allocations and propagate errorsVittorio Giovara2015-01-061-1/+2
* h261enc: Disallow sliced encodingMartin Storsjö2014-12-181-0/+1
* mpegvideo_enc: factor out denominator and explicitly cast operandsVittorio Giovara2014-11-061-9/+7
* mpegvideo_enc: rework direct mode checkVittorio Giovara2014-11-061-20/+10
* lavc: make lmax/lmin into private options of mpegvideo encodersAnton Khirnov2014-10-181-1/+5
* lavc: make border_masking into private options of mpegvideo encodersAnton Khirnov2014-10-181-1/+8
* lavc: deprecate unused mb_threshold fieldAnton Khirnov2014-10-181-7/+0
* lavc: make rc_buffer_aggressivity/rc_initial_cplx into private options of mpe...Anton Khirnov2014-10-181-0/+4
* lavc: make rc_eq into private options of mpegvideo encodersAnton Khirnov2014-10-181-0/+7
* lavc: make rc_qmod_* into private options of mpegvideo encodersAnton Khirnov2014-10-181-0/+4
* lavc: make rc_qsquish a private option of mpegvideo encodersAnton Khirnov2014-10-181-0/+7
* Split off floating point AAN (I)DCT into separate componentsDiego Biurrun2014-09-071-2/+4
OpenPOWER on IntegriCloud