summaryrefslogtreecommitdiffstats
path: root/libavcodec/mpegvideo.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* mpeg4videodec: move MpegEncContext.vol_sprite_usage to Mpeg4DecContextAnton Khirnov2013-11-291-1/+0
* mpeg4videodec: move MpegEncContext.time_increment_bits to Mpeg4DecContextAnton Khirnov2013-11-291-1/+2
* mpeg4videodec: move MpegEncContext.shape to Mpeg4DecContextAnton Khirnov2013-11-291-1/+0
* mpegvideo_enc: use the AVFrame API properly.Anton Khirnov2013-11-161-0/+3
* mpeg12dec: Remove outdated UV swapping code for VCR2Diego Biurrun2013-11-141-1/+0
* lavc: deprecate FF_MAX_B_FRAMESAnton Khirnov2013-11-141-0/+2
* lavc: move MB_TYPE_* macros from avcodec.h to mpegvideo.hAnton Khirnov2013-11-141-0/+24
* lavc: make error_rate a private option of mpegvideo encodersAnton Khirnov2013-11-141-1/+5
* Remove all Alpha architecture optimizationsDiego Biurrun2013-11-131-1/+0
* dsputil: Split off H.263 bits into their own H263DSPContextDiego Biurrun2013-11-081-1/+2
* h264: wait for initial complete frame before outputing framesJohn Stebbins2013-10-311-0/+1
* lavc: Convert some remaining strides to ptrdiff_tRonald S. Bultje2013-10-151-2/+2
* Fix references to deleted avcodec_encode_video() functionVittorio Giovara2013-09-161-1/+1
* ppc: More consistent arch initializationDiego Biurrun2013-04-301-1/+1
* mpegvideo: Use hpeldsp instead of dsputil for half-pel functionsRonald S. Bultje2013-04-191-0/+2
* h261: Move function declarations to h261.hDiego Biurrun2013-04-051-11/+0
* mpeg12: Move some ff_mpeg1_* function declarations to a more suitable placeDiego Biurrun2013-03-271-2/+0
* lavc: Rename avpriv_mpv_find_start_code after moving out from mpegvideoMartin Storsjö2013-03-261-1/+0
OpenPOWER on IntegriCloud