]> git.sesse.net Git - ffmpeg/history - libavcodec/mpegvideo_enc.c
dsputil: Split off pixel block routines into their own context
[ffmpeg] / libavcodec / mpegvideo_enc.c
2014-07-09 Diego Biurrundsputil: Split off pixel block routines into their...
2014-07-07 Diego Biurrundsputil: Split off FDCT bits into their own context
2014-07-06 Diego Biurrundsputil: Move draw_edges() to mpegvideoencdsp
2014-07-06 Diego Biurrundsputil: Move pix_sum, pix_norm1, shrink function point...
2014-07-06 Diego Biurrundsputil: Split off *_8x8basis to a separate context
2014-06-30 Diego Biurrundsputil: Split off IDCT bits into their own context
2014-06-30 Diego Biurrunmjpeg: Split off bits shared by MJPEG and LJPEG encoders
2014-06-27 Diego Biurrunmpeg: Change ff_convert_matrix() to take an MpegEncCont...
2014-06-10 Vittorio Giovarampegvideoenc: check color_range
2014-05-29 Diego Biurrundsputil: Split off quarterpel bits into their own context
2014-05-01 Anton Khirnovlavc: move CODEC_FLAG_MV0 to mpegvideo
2014-05-01 Anton Khirnovlavc: move CODEC_FLAG_NORMALIZE_AQP to mpegvideo
2014-05-01 Anton Khirnovlavc: deprecate CODEC_FLAG_INPUT_PRESERVED
2014-04-21 Michael Niedermayermpegvideo: Use the current_picture pts
2014-04-09 wm4mpegvideo: operate with pointers to AVFrames instead...
2014-03-16 Vittorio Giovarampegvideo: move mpegvideo formats-related defines to...
2014-03-13 Diego Biurrundsputil: cosmetics: Lose camelCase on ff_cropTbl and...
2014-03-13 Diego Biurrundsputil: Drop ff_check_alignment() function
2014-01-25 Janne Grunauavutil: remove timer.h include from internal.h
2014-01-22 Martin Storsjömpegvideo_enc: Don't call ff_h263dsp_init unconditionally
2014-01-09 Anton Khirnovmpegvideo: drop support for real (non-emulated) edges
2014-01-03 Anton Khirnovmpegvideo: split the encoding-only parts of frame_start...
2013-12-05 Anton Khirnovljpegenc: deMpegEncContextize
2013-12-05 Anton Khirnovmjpegenc: do not pass MpegEncContext to ff_mjpeg_encode...
2013-12-05 Anton Khirnovmjpegenc: do not pass MpegEncContext to ff_mjpeg_encode...
2013-12-05 Anton Khirnovmpegvideo: move encode-only parts of common_end() to...
2013-12-05 Anton Khirnovmpegvideo: split the encoding-only parts of ff_MPV_fram...
2013-12-05 Anton Khirnovmpegvideo: move encoding-only initialization from commo...
2013-12-05 Anton Khirnovmpegvideo: move setting encoding-only vars from common_...
2013-11-23 Diego BiurrunAdd missing #includes for *INT64_MAX and *INT64_C
2013-11-16 Anton Khirnovmpegvideo_enc: use the AVFrame API properly.
2013-11-15 Ronald S. Bultjelavc: Edge emulation with dst/src linesize
2013-11-14 Anton Khirnovlavc: deprecate FF_MAX_B_FRAMES
2013-11-14 Anton Khirnovlavc: make error_rate a private option of mpegvideo...
2013-11-08 Diego Biurrundsputil: Split off H.263 bits into their own H263DSPContext
2013-10-15 Ronald S. Bultjelavc: Convert some remaining strides to ptrdiff_t
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2013-08-07 Vittorio Giovarampegvideo_enc: drop outdated copy_picture_attributes...
2013-05-15 Diego BiurrunRemove commented-out debug #define cruft
2013-05-15 Diego Biurrunmpegvideo: Remove commented-out PARANOID debug cruft
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-11 Anton Khirnovmpegvideo: remove FMT_H264
2013-03-09 Anton Khirnovlavc: remove disabled FF_API_MPV_GLOBAL_OPTS cruft
2013-03-08 Anton Khirnovlavc decoders: work with refcounted frames.
2013-03-08 Anton Khirnovmpegvideo_enc: drop support for reusing the input motio...
2013-02-15 Anton Khirnoverror_resilience: decouple ER from MpegEncContext
2013-02-08 Diego Biurrundsputil: Move fdct function declarations to dct.h
2013-02-08 Diego Biurrundsputil: Move LOCAL_ALIGNED macros to libavutil
2013-01-26 Anton Khirnovmpegvideo_enc: fix indentation in load_input_picture()
2013-01-26 Anton Khirnovmpegvideo_enc: do not modify the input frame.
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-11-13 Luca Barbatopixdesc: add av_pix_fmt_get_chroma_sub_sample
2012-10-11 Diego BiurrunMove avutil tables only used in libavcodec to libavcodec.
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-10-01 Diego Biurrunavcodec: Convert some commented-out printf/av_log insta...
2012-10-01 Diego Biurrunavcodec: Drop silly and/or broken printf debug output
2012-10-01 Diego Biurrunavcodec: Drop some silly commented-out av_log() invocations
2012-09-04 Martin Storsjöavopt: Store defaults for AV_OPT_TYPE_INT in the i64...
2012-09-04 Michael Niedermayermpegvideo_enc: remove assert that has become obsolete...
2012-08-24 Diego Biurrunx86: mpegvideoenc: Split optimizations off into a separ...
2012-08-20 Anton Khirnovmpegvideo_enc: remove stray duplicate line from 7f9aaa4
2012-08-18 Anton Khirnovmpegvideo_enc: don't use deprecated avcodec_encode_video().
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-04-06 Martin Storsjöcosmetics: Align codec declarations
2012-03-28 Diego Biurrunfaandct: Remove FAAN_POSTSCALE define and related code.
2012-03-01 Diego BiurrunReplace AVFrame pointer casts by proper struct member...
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-21 Anton Khirnovmpegvideo_enc: only allocate output packet when we...
2012-02-19 Anton Khirnovmpegvideo_enc: switch to encode2().
2012-02-19 Anton Khirnovmpegvideo_enc: force encoding delay of at least 1 frame...
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-15 Martin Storsjömpeg4: Add ff_ prefixes to nonstatic symbols
2012-02-15 Martin Storsjölibavcodec: Prefix fdct_ifast, fdct_ifast248
2012-02-15 Martin Storsjölibavcodec: Add ff_ prefix to some nonstatic symbols
2012-02-15 Martin Storsjöh263: Add ff_ prefix to nonstatic symbols
2012-01-27 Anton Khirnovlavc: remove disabled FF_API_MPEGVIDEO_GLOBAL_OPTS...
2012-01-12 Anton Khirnovmpegvideo_enc: ifdef out/replace references to deprecat...
2012-01-02 Janne Grunaumpegenc: use avctx->slices as number of slices
2011-12-29 Aneesh Dogrampegvideo_enc: K&R cosmetics (line 1000-2000).
2011-12-27 Aneesh Dogrampegvideo_enc: K&R cosmetics
2011-12-20 Diego Biurrunmpegvideo_enc: separate declarations and statements
2011-12-14 Andrey Utkinmpegvideo: remove abort() in ff_find_unused_picture()
2011-12-12 Diego Biurrundoxygen: misc consistency, spelling and wording fixes
2011-10-20 Anton Khirnovlavc: use avpriv_ prefix for ff_copy_bits and align_put...
2011-10-12 Anton KhirnovAVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*
2011-10-09 Mans Rullgardmpegvideo_enc: fix a signed overflow
next