]> git.sesse.net Git - ffmpeg/history - libavcodec/mpegvideo.h
lavc: Move b_frame_strategy and b_sensitivity to codec private options
[ffmpeg] / libavcodec / mpegvideo.h
2016-01-21 Vittorio Giovaralavc: Move b_frame_strategy and b_sensitivity to codec...
2015-09-13 Vittorio Giovarampegvideo: Move macros to more appropriate headers
2015-07-27 Vittorio Giovaralavc: Deprecate avctx.me_method
2015-07-22 Vittorio Giovarampegvideo: Add missing include
2015-07-08 Vittorio Giovaralavc: Deprecate avctx.rc_strategy
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-10 Vittorio Giovarampegvideo: Mark one function as static
2015-06-10 Vittorio Giovarampegvideo: Move block permutation function where is...
2015-06-10 Vittorio Giovarampegvideo: Move Picture-related functions to a separate...
2015-06-08 Vittorio Giovarampegvideo: Move OutFormat enum to mpegutils.h
2015-06-08 Vittorio Giovarampegvideo: Split picture allocation for encoding and...
2015-06-08 Vittorio Giovarampegvideo: Rework frame_size_alloc function
2015-06-08 Vittorio Giovarampegvideo: Move various temporary buffers to a separate...
2015-05-31 Vittorio Giovarampegvideo: Move MotionEstContext and function declarati...
2015-05-31 Vittorio Giovarampegvideo: mpeg12: Move function declarations
2015-05-31 Vittorio Giovarampegvideo: Move tables to a separate file
2015-05-31 Vittorio Giovarampegvideo: msmpeg4: Move function declarations
2015-05-31 Vittorio Giovarampegvideo: wmv2: Move function declarations
2015-05-28 Anton Khirnovmpegvideo: Move ff_*_rl functions to a separate file
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 stream_codec_tag
2015-05-22 Vittorio Giovarampegvideo: Drop err_recognition
2015-05-22 Vittorio Giovarampegvideo: Drop flags and flags2
2015-03-05 Andreas Cadhalpunrv10: check size of s->mb_width * s->mb_height
2015-01-06 Vittorio Giovaramsmpeg4: check memory allocations and propagate errors
2014-12-15 Vittorio Giovarampegvideo: move REBASE_PICTURE where it is used
2014-12-15 Vittorio Giovarampegvideo: remove unused function declaration
2014-11-11 Vittorio Giovarampegvideo: fix size of array
2014-11-11 Michael Niedermayermpeg12enc: increase declared size of block function...
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: 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-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-29 Nidhi Makhijanimpegvideo: move vol_control_parameters to the only...
2014-07-25 Diego Biurrunmpegvideo: Move QMAT_SHIFT* defines to the only place...
2014-07-25 Diego Biurrunmpegvideo: Move ME_MAP_* defines to the only place...
2014-07-25 Diego Biurrunmpegvideo: Drop unused MPEG_BUF_SIZE and CHROMA_444...
2014-07-24 Nidhi Makhijanimpegenccontext: Remove unused opaque pointer
2014-07-23 Nidhi Makhijanimpegenccontext: Remove unused dct_unquantize_h261 funct...
2014-07-23 Diego Biurrunmpegvideo: Move QUANT_BIAS_SHIFT define to the only...
2014-07-21 James Yuaarch64: NEON intrinsics dct_unquantize_h263.
2014-07-20 Nidhi Makhijanimpegencconetxt: Move rv10-specific orig_width/orig_heig...
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: Split off *_8x8basis to a separate context
2014-06-30 Diego Biurrundsputil: Split off IDCT bits into their own context
2014-06-27 Diego Biurrunmpeg: Change ff_convert_matrix() to take an MpegEncCont...
2014-06-23 Diego Biurrundsputil: Split off global motion compensation bits...
2014-06-23 Diego Biurrunmpeg: Split error resilience bits off into a separate...
2014-06-22 Diego Biurrunmpeg: Mark ff_mpeg_set_erpic() static
2014-06-18 Diego Biurrundsputil: Split clear_block*/fill_block* off into a...
2014-05-29 Diego Biurrundsputil: Split off quarterpel bits into their own context
2014-05-29 Diego Biurrundsputil: Move ff_alternate_*_scan tables to mpegvideo
2014-05-01 Anton Khirnovlavc: move CODEC_FLAG_MV0 to mpegvideo
2014-05-01 Anton Khirnovlavc: move CODEC_FLAG_NORMALIZE_AQP to mpegvideo
2014-04-29 Anton Khirnovmpegvideo: remove unused MpegEncContext.b4_stride
2014-04-29 Anton Khirnovmpegvideo: move the MpegEncContext fields used from...
2014-04-09 wm4mpegvideo: operate with pointers to AVFrames instead...
2014-03-23 Vittorio Giovaralavc: drop ff_pixfmt_list_420
2014-03-16 Vittorio Giovarampegvideo: remove h264-only fields
2014-03-16 Vittorio Giovarampegvideo: move ff_draw_horiz_band() to mpegutils.c
2014-03-16 Vittorio Giovarampegvideo: move mpegvideo formats-related defines to...
2014-03-16 Vittorio Giovaraer: move relevant fields from Picture to ERPicture
2014-03-16 Vittorio Giovarampegvideo: directly use frames in ff_draw_horiz_band()
2014-01-29 Diego Biurrunmpeg: Drop unused parameters from ff_draw_horiz_band()
2014-01-09 Anton Khirnovmpegvideo: drop support for real (non-emulated) edges
2014-01-03 Anton Khirnovmpegvideo: remove disabled bfin asm
2013-12-05 Anton Khirnovljpegenc: deMpegEncContextize
2013-12-05 Anton Khirnovmpegvideo: make ff_release_unused_pictures() static
2013-12-05 Anton Khirnovmpegvideo: make frame_size_alloc() static.
2013-12-05 Anton Khirnovmpegvideo: move encode-only parts of common_end() to...
2013-12-05 Anton Khirnovmpeg4videodec: move showed_packed_warning from MpegEncC...
2013-12-05 Anton Khirnovmpeg4videodec: move intra_dc_threshold from MpegEncCont...
2013-12-05 Anton Khirnovmpeg12dec: move first_slice from MpegEncContext to...
2013-12-05 Anton Khirnovmpegvideo: remove an unused variable
2013-12-05 Anton Khirnovmpeg4videodec: move use_intra_dc_vlc from MpegEncContex...
2013-11-29 Anton Khirnovmpeg4videodec: move sprite_{shift,traj} from MpegEncCon...
2013-11-29 Anton Khirnovmpeg4videodec: move num_sprite_warping_points from...
2013-11-29 Anton Khirnovmpeg4videodec: move sprite_brightness_change from MpegE...
2013-11-29 Anton Khirnovmpeg4videodec: move scalability from MpegEncContext...
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
next