| Commit message (Expand) | Author | Age | Files | Lines |
* | mpegvideo: fix size of array | Vittorio Giovara | 2014-11-11 | 1 | -1/+1 |
* | mpeg12enc: increase declared size of block function argument | Michael Niedermayer | 2014-11-11 | 1 | -1/+1 |
* | lavc: make lmax/lmin into private options of mpegvideo encoders | Anton Khirnov | 2014-10-18 | 1 | -0/+3 |
* | lavc: make border_masking into private options of mpegvideo encoders | Anton Khirnov | 2014-10-18 | 1 | -0/+2 |
* | lavc: make rc_buffer_aggressivity/rc_initial_cplx into private options of mpe... | Anton Khirnov | 2014-10-18 | 1 | -1/+5 |
* | lavc: make rc_eq into private options of mpegvideo encoders | Anton Khirnov | 2014-10-18 | 1 | -1/+8 |
* | lavc: make rc_qmod_* into private options of mpegvideo encoders | Anton Khirnov | 2014-10-18 | 1 | -1/+7 |
* | lavc: make rc_qsquish a private option of mpegvideo encoders | Anton Khirnov | 2014-10-18 | 1 | -1/+9 |
* | mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixes | Diego Biurrun | 2014-08-15 | 1 | -20/+27 |
* | idct: remove call to ff_idctdsp_init from ff_MPV_common_init | John Stebbins | 2014-08-14 | 1 | -1/+1 |
* | mpegvideo: move vol_control_parameters to the only place it is used | Nidhi Makhijani | 2014-07-29 | 1 | -1/+0 |
* | mpegvideo: Move QMAT_SHIFT* defines to the only place they are used | Diego Biurrun | 2014-07-25 | 1 | -3/+0 |
* | mpegvideo: Move ME_MAP_* defines to the only place they are used | Diego Biurrun | 2014-07-25 | 1 | -2/+0 |
* | mpegvideo: Drop unused MPEG_BUF_SIZE and CHROMA_444 defines | Diego Biurrun | 2014-07-25 | 1 | -3/+0 |
* | mpegenccontext: Remove unused opaque pointer | Nidhi Makhijani | 2014-07-24 | 1 | -2/+0 |
* | mpegenccontext: Remove unused dct_unquantize_h261 function pointers | Nidhi Makhijani | 2014-07-23 | 1 | -4/+0 |
* | mpegvideo: Move QUANT_BIAS_SHIFT define to the only place it is used | Diego Biurrun | 2014-07-23 | 1 | -1/+1 |
* | aarch64: NEON intrinsics dct_unquantize_h263. | James Yu | 2014-07-21 | 1 | -0/+1 |
* | mpegencconetxt: Move rv10-specific orig_width/orig_height where they belong | Nidhi Makhijani | 2014-07-20 | 1 | -1/+0 |
* | dsputil: Split motion estimation compare bits off into their own context | Diego Biurrun | 2014-07-17 | 1 | -2/+2 |
* | dsputil: Split off pixel block routines into their own context | Diego Biurrun | 2014-07-09 | 1 | -0/+2 |
* | dsputil: Split off FDCT bits into their own context | Diego Biurrun | 2014-07-07 | 1 | -0/+2 |
* | dsputil: Move draw_edges() to mpegvideoencdsp | Diego Biurrun | 2014-07-06 | 1 | -0/+2 |
* | dsputil: Split off *_8x8basis to a separate context | Diego Biurrun | 2014-07-06 | 1 | -0/+2 |
* | dsputil: Split off IDCT bits into their own context | Diego Biurrun | 2014-06-30 | 1 | -0/+2 |
* | mpeg: Change ff_convert_matrix() to take an MpegEncContext parameter | Diego Biurrun | 2014-06-27 | 1 | -1/+1 |
* | dsputil: Split off global motion compensation bits into a separate context | Diego Biurrun | 2014-06-23 | 1 | -0/+2 |
* | mpeg: Split error resilience bits off into a separate file | Diego Biurrun | 2014-06-22 | 1 | -3/+0 |
* | mpeg: Mark ff_mpeg_set_erpic() static | Diego Biurrun | 2014-06-22 | 1 | -1/+0 |
* | dsputil: Split clear_block*/fill_block* off into a separate context | Diego Biurrun | 2014-06-18 | 1 | -0/+2 |
* | dsputil: Split off quarterpel bits into their own context | Diego Biurrun | 2014-05-29 | 1 | -0/+2 |
* | dsputil: Move ff_alternate_*_scan tables to mpegvideo | Diego Biurrun | 2014-05-29 | 1 | -0/+4 |
* | lavc: move CODEC_FLAG_MV0 to mpegvideo | Anton Khirnov | 2014-05-01 | 1 | -0/+2 |
* | lavc: move CODEC_FLAG_NORMALIZE_AQP to mpegvideo | Anton Khirnov | 2014-05-01 | 1 | -0/+2 |
* | mpegvideo: remove unused MpegEncContext.b4_stride | Anton Khirnov | 2014-04-29 | 1 | -1/+0 |
* | mpegvideo: move the MpegEncContext fields used from arm asm to the beginning | Anton Khirnov | 2014-04-29 | 1 | -14/+15 |
* | mpegvideo: operate with pointers to AVFrames instead of whole structs | wm4 | 2014-04-09 | 1 | -1/+1 |
* | lavc: drop ff_pixfmt_list_420 | Vittorio Giovara | 2014-03-23 | 1 | -2/+0 |
* | mpegvideo: remove h264-only fields | Vittorio Giovara | 2014-03-16 | 1 | -11/+0 |
* | mpegvideo: move ff_draw_horiz_band() to mpegutils.c | Vittorio Giovara | 2014-03-16 | 1 | -3/+0 |
* | mpegvideo: move mpegvideo formats-related defines to mpegutils.h | Vittorio Giovara | 2014-03-16 | 1 | -78/+4 |
* | er: move relevant fields from Picture to ERPicture | Vittorio Giovara | 2014-03-16 | 1 | -0/+2 |
* | mpegvideo: directly use frames in ff_draw_horiz_band() | Vittorio Giovara | 2014-03-16 | 1 | -1/+1 |
* | mpeg: Drop unused parameters from ff_draw_horiz_band() | Diego Biurrun | 2014-01-29 | 1 | -4/+3 |
* | mpegvideo: drop support for real (non-emulated) edges | Anton Khirnov | 2014-01-09 | 1 | -1/+1 |
* | mpegvideo: remove disabled bfin asm | Anton Khirnov | 2014-01-03 | 1 | -1/+0 |
* | ljpegenc: deMpegEncContextize | Anton Khirnov | 2013-12-05 | 1 | -2/+0 |
* | mpegvideo: make ff_release_unused_pictures() static | Anton Khirnov | 2013-12-05 | 1 | -1/+0 |
* | mpegvideo: make frame_size_alloc() static. | Anton Khirnov | 2013-12-05 | 1 | -1/+0 |
* | mpegvideo: move encode-only parts of common_end() to encode_end() | Anton Khirnov | 2013-12-05 | 1 | -0/+1 |