summaryrefslogtreecommitdiff
path: root/libavcodec/mpegvideo.h
Commit message (Expand)AuthorAge
...
* mpeg4videodec: remove a write-only variable from MpegEncContextAnton Khirnov2013-11-29
* mpeg4videodec: move new_pred from MpegEncContext to Mpeg4DecContextAnton Khirnov2013-11-29
* mpeg4videodec: replace MpegEncContext.reduced_res_vop with a local variableAnton Khirnov2013-11-29
* mpeg4videodec: remove a write-only variable from MpegEncContextAnton Khirnov2013-11-29
* mpeg4videodec: move t_frame from MpegEncContext to Mpeg4DecContextAnton Khirnov2013-11-29
* mpeg4videodec: move cplx_estimation_* fields from MpegEncContext to Mpeg4DecC...Anton Khirnov2013-11-29
* mpeg4videodec: move mpeg4-specific bug workaround variables from MpegEncConte...Anton Khirnov2013-11-29
* mpeg4videodec: move MpegEncContext.resync_marker into Mpeg4DecContext.Anton Khirnov2013-11-29
* mpeg4videodec: move MpegEncContext.rvlc to Mpeg4DecContextAnton Khirnov2013-11-29
* mpeg4videodec: remove write-only sprite variables from MpegEncContextAnton Khirnov2013-11-29
* mpeg4videodec: move MpegEncContext.vol_sprite_usage to Mpeg4DecContextAnton Khirnov2013-11-29
* mpeg4videodec: move MpegEncContext.time_increment_bits to Mpeg4DecContextAnton Khirnov2013-11-29
* mpeg4videodec: move MpegEncContext.shape to Mpeg4DecContextAnton Khirnov2013-11-29
* mpegvideo_enc: use the AVFrame API properly.Anton Khirnov2013-11-16
* mpeg12dec: Remove outdated UV swapping code for VCR2Diego Biurrun2013-11-14
* lavc: deprecate FF_MAX_B_FRAMESAnton Khirnov2013-11-14
* lavc: move MB_TYPE_* macros from avcodec.h to mpegvideo.hAnton Khirnov2013-11-14
* lavc: make error_rate a private option of mpegvideo encodersAnton Khirnov2013-11-14
* Remove all Alpha architecture optimizationsDiego Biurrun2013-11-13
* dsputil: Split off H.263 bits into their own H263DSPContextDiego Biurrun2013-11-08
* h264: wait for initial complete frame before outputing framesJohn Stebbins2013-10-31
* lavc: Convert some remaining strides to ptrdiff_tRonald S. Bultje2013-10-15
* Fix references to deleted avcodec_encode_video() functionVittorio Giovara2013-09-16
* ppc: More consistent arch initializationDiego Biurrun2013-04-30
* mpegvideo: Use hpeldsp instead of dsputil for half-pel functionsRonald S. Bultje2013-04-19
* h261: Move function declarations to h261.hDiego Biurrun2013-04-05
* mpeg12: Move some ff_mpeg1_* function declarations to a more suitable placeDiego Biurrun2013-03-27
* lavc: Rename avpriv_mpv_find_start_code after moving out from mpegvideoMartin Storsjö2013-03-26
* mpegvideo: remove FMT_H264Anton Khirnov2013-03-11
* mpegvideo: drop vismv codeAnton Khirnov2013-03-08
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* lavc: move AVFrame.hwaccel_picture_private to Picture.Anton Khirnov2013-03-08
* lavc: Split out ff_hwaccel_pixfmt_list_420[] over individual codecsRonald S. Bultje2013-03-06
* h264: deMpegEncContextizeAnton Khirnov2013-02-15
* mpegvideo: split ff_draw_horiz_band().Anton Khirnov2013-02-15
* error_resilience: decouple ER from MpegEncContextAnton Khirnov2013-02-15
* dsputil: Move ff_block_permute to mpegvideo_encDiego Biurrun2013-02-07
* mpegvideo: simplify REBASE_PICTUREAnton Khirnov2013-02-04
* mpegvideo: Do REBASE_PICTURE with byte pointersMartin Storsjö2013-01-31
* mpegvideo: remove some unused variables from Picture.Anton Khirnov2013-01-29
* Drop DCTELEM typedefDiego Biurrun2013-01-22
* lavc: introduce VideoDSPContextRonald S. Bultje2012-12-20
* mpegvideo: allocate scratch buffers after linesize is knownJanne Grunau2012-12-18
* mpegvideo: treat delayed pictures as usedJanne Grunau2012-12-13
* cosmetics: Fix dropable --> droppable typoDiego Biurrun2012-12-09
* avcodec: Remove broken MMI optimizationsDiego Biurrun2012-10-12
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* mpeg4: support frame parameter changes with frame-mtJanne Grunau2012-09-19
* mpegvideo: add reinit function for frame parameter changesJanne Grunau2012-09-19
* avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-04