]> git.sesse.net Git - ffmpeg/history - libavcodec/mpegvideo_enc.c
dsputil: Move fdct function declarations to dct.h
[ffmpeg] / libavcodec / mpegvideo_enc.c
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
2011-09-21 Diego BiurrunFix assert() calls that need updates after FF_COMMON_FR...
2011-08-31 Anton Khirnovh263/p encoder: add 'structured_slices' private option.
2011-08-31 Anton Khirnovh263/p encoder: add 'obmc' private option.
2011-08-31 Anton Khirnovh263p encoder: add 'aiv' private option.
2011-08-31 Anton Khirnovh263p encoder: add 'umv' private option.
2011-08-31 Anton Khirnovmpeg12enc/mpeg4videoenc: add 'alternate_scan' private...
2011-08-31 Anton Khirnovmpeg4enc: add 'data_partitioning' private option.
2011-08-31 Anton Khirnovmpeg2enc: add 'non_linear_quant' private option
2011-08-31 Anton Khirnovmpeg12enc: add intra_vlc private option.
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-07-21 Mans Rullgardjfdctint: add 10-bit version
2011-07-10 Diego BiurrunEliminate FF_COMMON_FRAME macro.
2011-07-10 Anton Khirnovlavc: make avcodec_alloc_context3 officially public.
2011-07-10 Anton Khirnovlavc: introduce avcodec_open2() as a replacement for...
2011-07-03 Mans RullgardDo not include mathematics.h in avutil.h
2011-07-02 Mans Rullgardput_bits: remove ALT_BITSTREAM_WRITER
2011-06-30 Diego Biurruncosmetics: fix some then/than typos
2011-06-03 Ronald S. Bultjempegvideoenc: fix multislice fate tests with threading...
2011-06-02 Alexander StrangeH264/MPEG frame-level multi-threading.
2011-05-25 Alex ConverseRemove h263_msmpeg4 from MpegEncContext.
2011-05-24 Anton Khirnovlavc: remove msmpeg4v1 encoder.
2011-05-02 Stefano SabatiniReplace deprecated FF_*_TYPE symbols with AV_PICTURE_TY...
2011-04-21 Ronald S. BultjeIntroduce slice threads flag.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-15 Christophe MassiotPass VBV delay to the calling application via ctx
2011-01-29 Ronald S. BultjeMove ff_emulated_edge_mc() into DSPContext.
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2011-01-25 Mans RullgardMake denoise_dct_c() and dct_quantize_trellis_c() stati...
2011-01-24 Diego Elio PettenòMake denoise_dct_c and dct_quantize_trellis_c static.
2011-01-05 Stefano SabatiniMake mpeg4 encoder log a more explicit error message...
2011-01-05 Michael NiedermayerOur ljpeg encoder supports bgra, use the correct consta...
2011-01-05 Michael NiedermayerRemove PIX_FMT_RGB32 mjpeg encoding, there is no such...
2011-01-04 Michael NiedermayerFix YUV444P LJPEG encoding.
2010-10-02 Baptiste Coudurier10l fix h263 encoder resolution test, array size is...
2010-09-26 Michael NiedermayerFix rv20 encoding so the binary decoder can decode it.
2010-09-10 James DarnleyAllow mpeg encoding with qscale and very low frame...
2010-09-07 Måns RullgårdCheck rc_buffer_size value using integer arithmetic
2010-07-03 Rodney BakerChange all occurences of "inofficial" to "unofficial...
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-03-23 Pavel PavlovAlways check if ff_alloc_picture() succeeds.
2010-03-23 Michael NiedermayerChange ref_index structure so it matches how its organi...
2010-03-15 Michael NiedermayerAdd ff_ prefix for mpeg2_dc_scale_table.
2010-03-15 Michael NiedermayerSupport intra_dc_precision>8 in jpeg
2010-03-15 Michael Niedermayeruse mpeg2 quantization bias for mjpeg.
2010-03-08 Måns RullgårdMove ff_sqrt() to libavutil/intmath.h
2010-02-17 Måns RullgårdUse LOCAL_ALIGNED macro for local arrays
2010-01-22 Måns RullgårdMove array specifiers outside DECLARE_ALIGNED() invocations
next