]> git.sesse.net Git - ffmpeg/history - libavcodec/mpegvideo_enc.c
lavc: Move pre_me to codec private options
[ffmpeg] / libavcodec / mpegvideo_enc.c
2016-01-21 Vittorio Giovaralavc: Move pre_me to codec private options
2016-01-21 Vittorio Giovaralavc: Move me_penalty_compensation to codec private...
2016-01-21 Vittorio Giovaralavc: Move prediction_method to codec private options
2016-01-21 Vittorio Giovaralavc: Move rtp_payload_size to codec private options
2016-01-21 Vittorio Giovaralavc: Move mpeg_quant to codec private options
2016-01-21 Vittorio Giovaralavc: Move noise_reduction to codec private options
2016-01-21 Vittorio Giovaralavc: Move scenechange_threshold to codec private options
2016-01-21 Vittorio Giovaralavc: Move frame_skip_* to codec private options
2016-01-21 Vittorio Giovaralavc: Move brd_scale to codec private options
2016-01-21 Vittorio Giovaralavc: Move b_frame_strategy and b_sensitivity to codec...
2015-12-12 Anton Khirnovmpegvideo_enc: actually add the side data with vbv_dela...
2015-12-07 Vittorio Giovaralavc: Drop exporting 2-pass encoding stats
2015-12-06 Anton Khirnovmpegvideo_enc: export vbv_delay in side data
2015-12-06 Anton Khirnovmpegvideo_enc: export CPB props side data
2015-11-20 Vittorio Giovaralavc: Deprecate avctx.rtp_callback field
2015-11-20 Anton Khirnovmpegvideo_enc: enable rtp_mode when multiple slices...
2015-11-20 Anton Khirnovmpevideo_enc: disallow multiple slices for h261 and flv
2015-10-26 Luca Barbatoavpacket: Replace av_free_packet with av_packet_unref
2015-10-25 Alexis Balliermpegvideo_enc: Fix encoding videos with less frames...
2015-10-25 Michael Niedermayermpegvideo_enc: Merge ifs with identical conditions
2015-10-25 Michael Niedermayermpegvideo_enc: Factor new_picture unref out
2015-09-30 Vittorio Giovaralavu: Deprecate AVFrame.error[]
2015-09-29 Vittorio Giovaralavc: Simplify checking quant bias option
2015-07-27 Vittorio Giovaralavc: AV-prefix all codec capabilities
2015-07-27 Vittorio Giovaralavc: AV-prefix all codec flags
2015-07-27 Vittorio Giovaralavc: Deprecate avctx.me_method
2015-07-20 Vittorio GiovaraDeprecate avctx.coded_frame
2015-07-20 Vittorio GiovaraAdd a quality factor packet side data
2015-07-20 Vittorio GiovaraGather all coded_frame allocations and free functions...
2015-07-20 Vittorio Giovarampegvideo_enc: Drop unnneded initialization
2015-07-02 Vittorio Giovaralavc: Deprecate avctx.{inter,intra}_quant_bias
2015-06-12 Vittorio Giovarampegvideo: Expand macro
2015-06-12 Vittorio Giovarampegvideo: rv10: Move function declaration to a separat...
2015-06-12 Vittorio Giovarampegvideo: h263: Move all tables to a single file
2015-06-10 Vittorio Giovarampegvideo: Move block permutation function where is...
2015-06-08 Vittorio Giovarampegvideo: Split picture allocation for encoding and...
2015-06-08 Vittorio Giovarampegvideo: Move various temporary buffers to a separate...
2015-05-31 Vittorio Giovarampegvideo: Move tables to a separate file
2015-05-31 Vittorio Giovarampegvideo: wmv2: Move function declarations
2015-05-22 Vittorio Giovarampegvideo: Rework various functions not to use MpegEncC...
2015-05-22 Vittorio Giovarampegvideo: Have ff_mpeg_ref_picture use AVCodecContext...
2015-05-22 Vittorio Giovarampegvideo: Have ff_mpeg_unref_picture use AVCodecContex...
2015-05-22 Vittorio Giovarampegvideo: Drop flags and flags2
2015-04-28 Vittorio Giovarah263: Convert function to macro
2015-04-19 Vittorio Giovarampegvideo_enc: Simplify picture allocation
2015-04-19 Vittorio Giovaralavc: Replace av_dlog and tprintf with internal macros
2015-03-12 Vittorio Giovarampegvideo_enc: Check AVCodecContext allocation
2015-03-05 Andreas Cadhalpunrv10: check size of s->mb_width * s->mb_height
2015-01-29 Vittorio Giovarampegvideo_enc: initialize the encoding context
2015-01-23 Michael Niedermayermpegvideo_enc: Draw edges on input for non-multiple...
2015-01-06 Vittorio Giovaramsmpeg4: check memory allocations and propagate errors
2014-12-18 Martin Storsjöh261enc: Disallow sliced encoding
2014-11-06 Vittorio Giovarampegvideo_enc: factor out denominator and explicitly...
2014-11-06 Vittorio Giovarampegvideo_enc: rework direct mode check
2014-10-18 Anton Khirnovlavc: make lmax/lmin into private options of mpegvideo...
2014-10-18 Anton Khirnovlavc: make border_masking into private options of mpegv...
2014-10-18 Anton Khirnovlavc: deprecate unused mb_threshold field
2014-10-18 Anton Khirnovlavc: make rc_buffer_aggressivity/rc_initial_cplx into...
2014-10-18 Anton Khirnovlavc: make rc_eq into private options of mpegvideo...
2014-10-18 Anton Khirnovlavc: make rc_qmod_* into private options of mpegvideo...
2014-10-18 Anton Khirnovlavc: make rc_qsquish a private option of mpegvideo...
2014-09-07 Diego BiurrunSplit off floating point AAN (I)DCT into separate compo...
2014-08-15 Gabriel Dumecosmetics: Write NULL pointer equality checks more...
2014-08-15 Diego Biurrunmpegvideo: cosmetics: Lowercase ugly uppercase MPV_...
2014-08-14 John Stebbinsidct: remove call to ff_idctdsp_init from ff_MPV_common...
2014-07-25 Diego Biurrunmpegvideo: Move QMAT_SHIFT* defines to the only place...
2014-07-23 Diego Biurrunmpegvideo: Move QUANT_BIAS_SHIFT define to the only...
2014-07-18 Diego Biurrunidct: Convert IDCT permutation #defines to an enum
2014-07-17 Diego Biurrundsputil: Split motion estimation compare bits off into...
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.
next