summaryrefslogtreecommitdiff
path: root/libavcodec/mpegvideo.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* mpegvideo: remove FMT_H264Anton Khirnov2013-03-111-1/+0
* mpegvideo: drop vismv codeAnton Khirnov2013-03-081-1/+0
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-16/+41
* lavc: move AVFrame.hwaccel_picture_private to Picture.Anton Khirnov2013-03-081-0/+4
* lavc: Split out ff_hwaccel_pixfmt_list_420[] over individual codecsRonald S. Bultje2013-03-061-1/+0
* h264: deMpegEncContextizeAnton Khirnov2013-02-151-1/+1
* mpegvideo: split ff_draw_horiz_band().Anton Khirnov2013-02-151-1/+5
* error_resilience: decouple ER from MpegEncContextAnton Khirnov2013-02-151-19/+4
* dsputil: Move ff_block_permute to mpegvideo_encDiego Biurrun2013-02-071-0/+6
* mpegvideo: simplify REBASE_PICTUREAnton Khirnov2013-02-041-4/+4
* mpegvideo: Do REBASE_PICTURE with byte pointersMartin Storsjö2013-01-311-1/+1
* mpegvideo: remove some unused variables from Picture.Anton Khirnov2013-01-291-5/+0
* Drop DCTELEM typedefDiego Biurrun2013-01-221-25/+25
* lavc: introduce VideoDSPContextRonald S. Bultje2012-12-201-0/+2
* mpegvideo: allocate scratch buffers after linesize is knownJanne Grunau2012-12-181-1/+2
* mpegvideo: treat delayed pictures as usedJanne Grunau2012-12-131-0/+6
* cosmetics: Fix dropable --> droppable typoDiego Biurrun2012-12-091-1/+1
* avcodec: Remove broken MMI optimizationsDiego Biurrun2012-10-121-1/+0
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-2/+2
* mpeg4: support frame parameter changes with frame-mtJanne Grunau2012-09-191-0/+4
* mpegvideo: add reinit function for frame parameter changesJanne Grunau2012-09-191-0/+2
* avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-041-3/+3
* avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union memberMartin Storsjö2012-09-041-1/+1
* avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union memberMartin Storsjö2012-09-041-4/+4
* x86: mpegvideo: more sensible names for optimization file and init functionDiego Biurrun2012-08-241-1/+1
* x86: mpegvideoenc: Split optimizations off into a separate fileDiego Biurrun2012-08-241-0/+1
* mpegvideo: convert mpegvideo_common.h to a .c fileMans Rullgard2012-08-091-0/+15
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* mpegvideo: remove VLAsRonald S. Bultje2012-07-041-0/+6
* Remove lowres video decodingMans Rullgard2012-04-211-1/+1
* h264: increase reference poc list from 16 to 32.Ronald S. Bultje2012-03-141-1/+1
* h263enc: Add an option for outputting info about MBs as side dataMartin Storsjö2012-03-011-0/+4
* mpegvideo_enc: add quantizer_noise_shaping private option.Anton Khirnov2012-02-291-1/+3
* mpegvideo_enc: add chroma/luma_elim_threshold private options.Anton Khirnov2012-02-291-1/+5
* mpegvideo_enc: add cbp_rd flag to mpv_flags.Anton Khirnov2012-02-291-1/+3
* mpegvideo_enc: add qp_rd flag to mpv_flags.Anton Khirnov2012-02-291-1/+3
* mpegvideo_enc: add strict_gop flag to mpv_flags.Anton Khirnov2012-02-291-0/+2
* lavc: add -mpv_flags to mpegvideo_enc-based encoders.Anton Khirnov2012-02-291-0/+23
* mpegvideo_enc: switch to encode2().Anton Khirnov2012-02-191-1/+10
* mpegvideo: Add ff_ prefix to nonstatic functionsMartin Storsjö2012-02-151-17/+17
* rv: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-151-3/+3
* msmpeg4: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-151-7/+7
* mpeg12: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-151-4/+4
* Remove Sun medialib glue code.Diego Biurrun2012-02-081-1/+0