summaryrefslogtreecommitdiffstats
path: root/libavcodec/mpegvideo.h
Commit message (Expand)AuthorAgeFilesLines
...
* dsputil: Split off pixel block routines into their own contextDiego Biurrun2014-07-091-0/+2
* dsputil: Split off FDCT bits into their own contextDiego Biurrun2014-07-071-0/+2
* dsputil: Move draw_edges() to mpegvideoencdspDiego Biurrun2014-07-061-0/+2
* dsputil: Split off *_8x8basis to a separate contextDiego Biurrun2014-07-061-0/+2
* dsputil: Split off IDCT bits into their own contextDiego Biurrun2014-06-301-0/+2
* mpeg: Change ff_convert_matrix() to take an MpegEncContext parameterDiego Biurrun2014-06-271-1/+1
* dsputil: Split off global motion compensation bits into a separate contextDiego Biurrun2014-06-231-0/+2
* mpeg: Split error resilience bits off into a separate fileDiego Biurrun2014-06-221-3/+0
* mpeg: Mark ff_mpeg_set_erpic() staticDiego Biurrun2014-06-221-1/+0
* dsputil: Split clear_block*/fill_block* off into a separate contextDiego Biurrun2014-06-181-0/+2
* dsputil: Split off quarterpel bits into their own contextDiego Biurrun2014-05-291-0/+2
* dsputil: Move ff_alternate_*_scan tables to mpegvideoDiego Biurrun2014-05-291-0/+4
* lavc: move CODEC_FLAG_MV0 to mpegvideoAnton Khirnov2014-05-011-0/+2
* lavc: move CODEC_FLAG_NORMALIZE_AQP to mpegvideoAnton Khirnov2014-05-011-0/+2
* mpegvideo: remove unused MpegEncContext.b4_strideAnton Khirnov2014-04-291-1/+0
* mpegvideo: move the MpegEncContext fields used from arm asm to the beginningAnton Khirnov2014-04-291-14/+15
* mpegvideo: operate with pointers to AVFrames instead of whole structswm42014-04-091-1/+1
* lavc: drop ff_pixfmt_list_420Vittorio Giovara2014-03-231-2/+0
* mpegvideo: remove h264-only fieldsVittorio Giovara2014-03-161-11/+0
* mpegvideo: move ff_draw_horiz_band() to mpegutils.cVittorio Giovara2014-03-161-3/+0
* mpegvideo: move mpegvideo formats-related defines to mpegutils.hVittorio Giovara2014-03-161-78/+4
* er: move relevant fields from Picture to ERPictureVittorio Giovara2014-03-161-0/+2
* mpegvideo: directly use frames in ff_draw_horiz_band()Vittorio Giovara2014-03-161-1/+1
* mpeg: Drop unused parameters from ff_draw_horiz_band()Diego Biurrun2014-01-291-4/+3
* mpegvideo: drop support for real (non-emulated) edgesAnton Khirnov2014-01-091-1/+1
* mpegvideo: remove disabled bfin asmAnton Khirnov2014-01-031-1/+0
* ljpegenc: deMpegEncContextizeAnton Khirnov2013-12-051-2/+0
* mpegvideo: make ff_release_unused_pictures() staticAnton Khirnov2013-12-051-1/+0
* mpegvideo: make frame_size_alloc() static.Anton Khirnov2013-12-051-1/+0
* mpegvideo: move encode-only parts of common_end() to encode_end()Anton Khirnov2013-12-051-0/+1
* mpeg4videodec: move showed_packed_warning from MpegEncContext to Mpeg4DecContextAnton Khirnov2013-12-051-1/+0
* mpeg4videodec: move intra_dc_threshold from MpegEncContext to Mpeg4DecContextAnton Khirnov2013-12-051-1/+0
* mpeg12dec: move first_slice from MpegEncContext to Mpeg1ContextAnton Khirnov2013-12-051-1/+0
* mpegvideo: remove an unused variableAnton Khirnov2013-12-051-1/+0
* mpeg4videodec: move use_intra_dc_vlc from MpegEncContext to Mpeg4DecContextAnton Khirnov2013-12-051-1/+0
* mpeg4videodec: move sprite_{shift,traj} from MpegEncContext to Mpeg4DecContextAnton Khirnov2013-11-291-2/+0
* mpeg4videodec: move num_sprite_warping_points from MpegEncContext to Mpeg4Dec...Anton Khirnov2013-11-291-1/+0
* mpeg4videodec: move sprite_brightness_change from MpegEncContext to Mpeg4DecC...Anton Khirnov2013-11-291-1/+0
* mpeg4videodec: move scalability from MpegEncContext to Mpeg4DecContextAnton Khirnov2013-11-291-1/+0
* mpeg4videodec: move enhancement_type from MpegEncContext to Mpeg4DecContextAnton Khirnov2013-11-291-1/+0
* mpeg4videodec: remove a write-only variable from MpegEncContextAnton Khirnov2013-11-291-1/+0
* mpeg4videodec: move new_pred from MpegEncContext to Mpeg4DecContextAnton Khirnov2013-11-291-1/+0
* mpeg4videodec: replace MpegEncContext.reduced_res_vop with a local variableAnton Khirnov2013-11-291-1/+0
* mpeg4videodec: remove a write-only variable from MpegEncContextAnton Khirnov2013-11-291-1/+0
* mpeg4videodec: move t_frame from MpegEncContext to Mpeg4DecContextAnton Khirnov2013-11-291-1/+0
* mpeg4videodec: move cplx_estimation_* fields from MpegEncContext to Mpeg4DecC...Anton Khirnov2013-11-291-3/+0
* mpeg4videodec: move mpeg4-specific bug workaround variables from MpegEncConte...Anton Khirnov2013-11-291-7/+0
* mpeg4videodec: move MpegEncContext.resync_marker into Mpeg4DecContext.Anton Khirnov2013-11-291-1/+0
* mpeg4videodec: move MpegEncContext.rvlc to Mpeg4DecContextAnton Khirnov2013-11-291-1/+0
* mpeg4videodec: remove write-only sprite variables from MpegEncContextAnton Khirnov2013-11-291-4/+0
OpenPOWER on IntegriCloud