summaryrefslogtreecommitdiffstats
path: root/libavcodec/mpegvideo_enc.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume2014-08-151-3/+3
* mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixesDiego Biurrun2014-08-151-30/+30
* idct: remove call to ff_idctdsp_init from ff_MPV_common_initJohn Stebbins2014-08-141-0/+1
* mpegvideo: Move QMAT_SHIFT* defines to the only place they are usedDiego Biurrun2014-07-251-0/+3
* mpegvideo: Move QUANT_BIAS_SHIFT define to the only place it is usedDiego Biurrun2014-07-231-0/+2
* idct: Convert IDCT permutation #defines to an enumDiego Biurrun2014-07-181-1/+1
* dsputil: Split motion estimation compare bits off into their own contextDiego Biurrun2014-07-171-52/+44
* dsputil: Split off pixel block routines into their own contextDiego Biurrun2014-07-091-23/+24
* dsputil: Split off FDCT bits into their own contextDiego Biurrun2014-07-071-10/+11
* dsputil: Move draw_edges() to mpegvideoencdspDiego Biurrun2014-07-061-12/+16
* dsputil: Move pix_sum, pix_norm1, shrink function pointers to mpegvideoencDiego Biurrun2014-07-061-12/+19
* dsputil: Split off *_8x8basis to a separate contextDiego Biurrun2014-07-061-5/+8
* dsputil: Split off IDCT bits into their own contextDiego Biurrun2014-06-301-9/+11
* mjpeg: Split off bits shared by MJPEG and LJPEG encodersDiego Biurrun2014-06-301-0/+1
* mpeg: Change ff_convert_matrix() to take an MpegEncContext parameterDiego Biurrun2014-06-271-4/+5
* mpegvideoenc: check color_rangeVittorio Giovara2014-06-101-6/+16
* dsputil: Split off quarterpel bits into their own contextDiego Biurrun2014-05-291-3/+6
* lavc: move CODEC_FLAG_MV0 to mpegvideoAnton Khirnov2014-05-011-0/+7
* lavc: move CODEC_FLAG_NORMALIZE_AQP to mpegvideoAnton Khirnov2014-05-011-0/+7
* lavc: deprecate CODEC_FLAG_INPUT_PRESERVEDAnton Khirnov2014-05-011-2/+1
* mpegvideo: Use the current_picture ptsMichael Niedermayer2014-04-211-2/+2
* mpegvideo: operate with pointers to AVFrames instead of whole structswm42014-04-091-100/+100
* mpegvideo: move mpegvideo formats-related defines to mpegutils.hVittorio Giovara2014-03-161-0/+1
* dsputil: cosmetics: Lose camelCase on ff_cropTbl and ff_squareTbl namesDiego Biurrun2014-03-131-1/+1
* dsputil: Drop ff_check_alignment() functionDiego Biurrun2014-03-131-6/+0
* avutil: remove timer.h include from internal.hJanne Grunau2014-01-251-0/+1
* mpegvideo_enc: Don't call ff_h263dsp_init unconditionallyMartin Storsjö2014-01-221-1/+2
* mpegvideo: drop support for real (non-emulated) edgesAnton Khirnov2014-01-091-1/+1
* mpegvideo: split the encoding-only parts of frame_start() into a separate fun...Anton Khirnov2014-01-031-2/+97
* ljpegenc: deMpegEncContextizeAnton Khirnov2013-12-051-33/+2
* mjpegenc: do not pass MpegEncContext to ff_mjpeg_encode_picture_trailer()Anton Khirnov2013-12-051-1/+1
* mjpegenc: do not pass MpegEncContext to ff_mjpeg_encode_picture_header()Anton Khirnov2013-12-051-1/+2
* mpegvideo: move encode-only parts of common_end() to encode_end()Anton Khirnov2013-12-051-0/+14
* mpegvideo: split the encoding-only parts of ff_MPV_frame_end() into a separat...Anton Khirnov2013-12-051-1/+44
* mpegvideo: move encoding-only initialization from common_init() to encode_init()Anton Khirnov2013-12-051-0/+26
OpenPOWER on IntegriCloud