]> git.sesse.net Git - ffmpeg/history - libavcodec/mpegvideo.h
svq3: rip out the svq3-relevant parts of pred_motion() out of h264
[ffmpeg] / libavcodec / mpegvideo.h
2013-11-29 Anton Khirnovmpeg4videodec: move enhancement_type from MpegEncContex...
2013-11-29 Anton Khirnovmpeg4videodec: remove a write-only variable from MpegEn...
2013-11-29 Anton Khirnovmpeg4videodec: move new_pred from MpegEncContext to...
2013-11-29 Anton Khirnovmpeg4videodec: replace MpegEncContext.reduced_res_vop...
2013-11-29 Anton Khirnovmpeg4videodec: remove a write-only variable from MpegEn...
2013-11-29 Anton Khirnovmpeg4videodec: move t_frame from MpegEncContext to...
2013-11-29 Anton Khirnovmpeg4videodec: move cplx_estimation_* fields from MpegE...
2013-11-29 Anton Khirnovmpeg4videodec: move mpeg4-specific bug workaround varia...
2013-11-29 Anton Khirnovmpeg4videodec: move MpegEncContext.resync_marker into...
2013-11-29 Anton Khirnovmpeg4videodec: move MpegEncContext.rvlc to Mpeg4DecContext
2013-11-29 Anton Khirnovmpeg4videodec: remove write-only sprite variables from...
2013-11-29 Anton Khirnovmpeg4videodec: move MpegEncContext.vol_sprite_usage...
2013-11-29 Anton Khirnovmpeg4videodec: move MpegEncContext.time_increment_bits...
2013-11-29 Anton Khirnovmpeg4videodec: move MpegEncContext.shape to Mpeg4DecContext
2013-11-16 Anton Khirnovmpegvideo_enc: use the AVFrame API properly.
2013-11-14 Diego Biurrunmpeg12dec: Remove outdated UV swapping code for VCR2
2013-11-14 Anton Khirnovlavc: deprecate FF_MAX_B_FRAMES
2013-11-14 Anton Khirnovlavc: move MB_TYPE_* macros from avcodec.h to mpegvideo.h
2013-11-14 Anton Khirnovlavc: make error_rate a private option of mpegvideo...
2013-11-13 Diego BiurrunRemove all Alpha architecture optimizations
2013-11-08 Diego Biurrundsputil: Split off H.263 bits into their own H263DSPContext
2013-10-31 John Stebbinsh264: wait for initial complete frame before outputing...
2013-10-15 Ronald S. Bultjelavc: Convert some remaining strides to ptrdiff_t
2013-09-16 Vittorio GiovaraFix references to deleted avcodec_encode_video() function
2013-04-30 Diego Biurrunppc: More consistent arch initialization
2013-04-19 Ronald S. Bultjempegvideo: Use hpeldsp instead of dsputil for half...
2013-04-05 Diego Biurrunh261: Move function declarations to h261.h
2013-03-27 Diego Biurrunmpeg12: Move some ff_mpeg1_* function declarations...
2013-03-26 Martin Storsjölavc: Rename avpriv_mpv_find_start_code after moving...
2013-03-11 Anton Khirnovmpegvideo: remove FMT_H264
2013-03-08 Anton Khirnovmpegvideo: drop vismv code
2013-03-08 Anton Khirnovlavc decoders: work with refcounted frames.
2013-03-08 Anton Khirnovlavc: move AVFrame.hwaccel_picture_private to Picture.
2013-03-06 Ronald S. Bultjelavc: Split out ff_hwaccel_pixfmt_list_420[] over indiv...
2013-02-15 Anton Khirnovh264: deMpegEncContextize
2013-02-15 Anton Khirnovmpegvideo: split ff_draw_horiz_band().
2013-02-15 Anton Khirnoverror_resilience: decouple ER from MpegEncContext
2013-02-07 Diego Biurrundsputil: Move ff_block_permute to mpegvideo_enc
2013-02-04 Anton Khirnovmpegvideo: simplify REBASE_PICTURE
2013-01-31 Martin Storsjömpegvideo: Do REBASE_PICTURE with byte pointers
2013-01-29 Anton Khirnovmpegvideo: remove some unused variables from Picture.
2013-01-23 Diego BiurrunDrop DCTELEM typedef
2012-12-20 Ronald S. Bultjelavc: introduce VideoDSPContext
2012-12-18 Janne Grunaumpegvideo: allocate scratch buffers after linesize...
2012-12-13 Janne Grunaumpegvideo: treat delayed pictures as used
2012-12-09 Diego Biurruncosmetics: Fix dropable --> droppable typo
2012-10-12 Diego Biurrunavcodec: Remove broken MMI optimizations
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-09-19 Janne Grunaumpeg4: support frame parameter changes with frame-mt
2012-09-19 Janne Grunaumpegvideo: add reinit function for frame parameter...
2012-09-04 Martin Storsjöavopt: Store defaults for AV_OPT_TYPE_INT in the i64...
2012-09-04 Martin Storsjöavopt: Store defaults for AV_OPT_TYPE_FLAGS in the...
2012-09-04 Martin Storsjöavopt: Store defaults for AV_OPT_TYPE_CONST in the...
2012-08-24 Diego Biurrunx86: mpegvideo: more sensible names for optimization...
2012-08-24 Diego Biurrunx86: mpegvideoenc: Split optimizations off into a separ...
2012-08-09 Mans Rullgardmpegvideo: convert mpegvideo_common.h to a .c file
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-07-04 Ronald S. Bultjempegvideo: remove VLAs
2012-04-21 Mans RullgardRemove lowres video decoding
2012-03-14 Ronald S. Bultjeh264: increase reference poc list from 16 to 32.
2012-03-01 Martin Storsjöh263enc: Add an option for outputting info about MBs...
2012-02-29 Anton Khirnovmpegvideo_enc: add quantizer_noise_shaping private...
2012-02-29 Anton Khirnovmpegvideo_enc: add chroma/luma_elim_threshold private...
2012-02-29 Anton Khirnovmpegvideo_enc: add cbp_rd flag to mpv_flags.
2012-02-29 Anton Khirnovmpegvideo_enc: add qp_rd flag to mpv_flags.
2012-02-29 Anton Khirnovmpegvideo_enc: add strict_gop flag to mpv_flags.
2012-02-29 Anton Khirnovlavc: add -mpv_flags to mpegvideo_enc-based encoders.
2012-02-19 Anton Khirnovmpegvideo_enc: switch to encode2().
2012-02-15 Martin Storsjömpegvideo: Add ff_ prefix to nonstatic functions
2012-02-15 Martin Storsjörv: Add ff_ prefix to nonstatic symbols
2012-02-15 Martin Storsjömsmpeg4: Add ff_ prefix to nonstatic symbols
2012-02-15 Martin Storsjömpeg12: Add ff_ prefix to nonstatic symbols
2012-02-08 Diego BiurrunRemove Sun medialib glue code.
2012-01-02 Janne Grunaumpegenc: use avctx->slices as number of slices
2011-12-18 Mans Rullgardavcodec: deprecate AVFrame.age
2011-12-13 Luca Barbatolavc: introduce ER_MB_END and ER_MB_ERROR
2011-12-13 Luca Barbatoerror_resilience: use the ER_ namespace
2011-12-12 Diego Biurrundoxygen: misc consistency, spelling and wording fixes
2011-12-12 Dustin Brodylavc: convert error_recognition to err_recognition.
2011-12-10 Diego BiurrunFix a bunch of common typos.
2011-10-23 Janne GrunauRevert "mpeg12: move full_pel from MpegEncContext to...
2011-10-23 Anton Khirnovmpeg12: move closed_gop from MpegEncContext to Mpeg1Context
2011-10-23 Anton Khirnovmpeg12: move full_pel from MpegEncContext to Mpeg1Context
2011-10-23 Anton Khirnovmpegvideo: remove some unused variables from MpegEncCon...
2011-10-20 Anton Khirnovlavc: rename ff_find_start_code to avpriv_mpv_find_star...
2011-10-11 Mans Rullgardmotion_est: make MotionExtContext.map_generation unsigned
2011-10-05 Ronald S. Bultjempegvideo: set correct offset for edge emulation buffer.
2011-08-31 Anton Khirnovmpeg12: add 'scan_offset' private option.
2011-08-31 Anton Khirnovmpeg12enc: add drop_frame_timecode private option.
2011-08-31 Anton Khirnovmpeg12enc: add intra_vlc private option.
2011-08-26 Diego Biurrundoxygen: fix wrong comment syntax, //< vs. ///<
2011-08-03 Martin StorsjöMove an int64_t down in MpegEncContext
2011-07-10 Diego BiurrunEliminate FF_COMMON_FRAME macro.
2011-07-04 Jason Garrett-GlaserH.264: fix overreads of qscale_table
2011-06-23 Diego Biurrundoxygen: Consistently use '@' instead of '\' for Doxyge...
2011-06-02 Alexander StrangeH264/MPEG frame-level multi-threading.
2011-05-25 Alex ConverseRemove h263_msmpeg4 from MpegEncContext.
2011-05-02 Stefano SabatiniReplace deprecated FF_*_TYPE symbols with AV_PICTURE_TY...
2011-04-26 Anton Khirnovlavc: remove FF_API_HURRY_UP cruft
2011-04-02 Anton Khirnovlavc: mark hurry_up for removal on next major bump
next