summaryrefslogtreecommitdiff
path: root/libavcodec/mpegvideo.h
Commit message (Expand)AuthorAge
* msmpeg4: check memory allocations and propagate errorsVittorio Giovara2015-01-06
* mpegvideo: move REBASE_PICTURE where it is usedVittorio Giovara2014-12-15
* mpegvideo: remove unused function declarationVittorio Giovara2014-12-15
* mpegvideo: fix size of arrayVittorio Giovara2014-11-11
* mpeg12enc: increase declared size of block function argumentMichael Niedermayer2014-11-11
* 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: 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
* lavc: make rc_qsquish a private option of mpegvideo encodersAnton Khirnov2014-10-18
* mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixesDiego Biurrun2014-08-15
* idct: remove call to ff_idctdsp_init from ff_MPV_common_initJohn Stebbins2014-08-14
* mpegvideo: move vol_control_parameters to the only place it is usedNidhi Makhijani2014-07-29
* mpegvideo: Move QMAT_SHIFT* defines to the only place they are usedDiego Biurrun2014-07-25
* mpegvideo: Move ME_MAP_* defines to the only place they are usedDiego Biurrun2014-07-25
* mpegvideo: Drop unused MPEG_BUF_SIZE and CHROMA_444 definesDiego Biurrun2014-07-25
* mpegenccontext: Remove unused opaque pointerNidhi Makhijani2014-07-24
* mpegenccontext: Remove unused dct_unquantize_h261 function pointersNidhi Makhijani2014-07-23
* mpegvideo: Move QUANT_BIAS_SHIFT define to the only place it is usedDiego Biurrun2014-07-23
* aarch64: NEON intrinsics dct_unquantize_h263.James Yu2014-07-21
* mpegencconetxt: Move rv10-specific orig_width/orig_height where they belongNidhi Makhijani2014-07-20
* dsputil: Split motion estimation compare bits off into their own contextDiego Biurrun2014-07-17
* dsputil: Split off pixel block routines into their own contextDiego Biurrun2014-07-09
* dsputil: Split off FDCT bits into their own contextDiego Biurrun2014-07-07
* dsputil: Move draw_edges() to mpegvideoencdspDiego Biurrun2014-07-06
* dsputil: Split off *_8x8basis to a separate contextDiego Biurrun2014-07-06
* dsputil: Split off IDCT bits into their own contextDiego Biurrun2014-06-30
* mpeg: Change ff_convert_matrix() to take an MpegEncContext parameterDiego Biurrun2014-06-27
* dsputil: Split off global motion compensation bits into a separate contextDiego Biurrun2014-06-23
* mpeg: Split error resilience bits off into a separate fileDiego Biurrun2014-06-22
* mpeg: Mark ff_mpeg_set_erpic() staticDiego Biurrun2014-06-22
* dsputil: Split clear_block*/fill_block* off into a separate contextDiego Biurrun2014-06-18
* dsputil: Split off quarterpel bits into their own contextDiego Biurrun2014-05-29
* dsputil: Move ff_alternate_*_scan tables to mpegvideoDiego Biurrun2014-05-29
* lavc: move CODEC_FLAG_MV0 to mpegvideoAnton Khirnov2014-05-01
* lavc: move CODEC_FLAG_NORMALIZE_AQP to mpegvideoAnton Khirnov2014-05-01
* mpegvideo: remove unused MpegEncContext.b4_strideAnton Khirnov2014-04-29
* mpegvideo: move the MpegEncContext fields used from arm asm to the beginningAnton Khirnov2014-04-29
* mpegvideo: operate with pointers to AVFrames instead of whole structswm42014-04-09
* lavc: drop ff_pixfmt_list_420Vittorio Giovara2014-03-23
* mpegvideo: remove h264-only fieldsVittorio Giovara2014-03-16
* mpegvideo: move ff_draw_horiz_band() to mpegutils.cVittorio Giovara2014-03-16
* mpegvideo: move mpegvideo formats-related defines to mpegutils.hVittorio Giovara2014-03-16
* er: move relevant fields from Picture to ERPictureVittorio Giovara2014-03-16
* mpegvideo: directly use frames in ff_draw_horiz_band()Vittorio Giovara2014-03-16
* mpeg: Drop unused parameters from ff_draw_horiz_band()Diego Biurrun2014-01-29
* mpegvideo: drop support for real (non-emulated) edgesAnton Khirnov2014-01-09
* mpegvideo: remove disabled bfin asmAnton Khirnov2014-01-03
* ljpegenc: deMpegEncContextizeAnton Khirnov2013-12-05