]> git.sesse.net Git - ffmpeg/history - libavcodec/mpegvideo_enc.c
mpegvideo: Add ff_ prefix to nonstatic functions
[ffmpeg] / libavcodec / mpegvideo_enc.c
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
2010-01-11 Alexander StrangeAdd missing internal.h to files calling ff_match_2uint16().
2010-01-09 Michael NiedermayerAdd a function to match a 2 element vector of uint16_t...
2010-01-07 Michael NiedermayerSplit the mpeg4 encoder and decoder off h263.c
2010-01-07 Michael NiedermayerMove forgotton "AVCodec flv_encoder" over to flvenc.c.
2010-01-07 Michael NiedermayerSplit out flv encoding.
2009-12-30 Diego BiurrunGet rid of pointless CONFIG_ANY_H263 preprocessor defin...
2009-12-28 Diego BiurrunReplace CONFIG_ANY_H263_ENCODER definition by CONFIG_H2...
2009-12-14 Michael NiedermayerCheck sample_aspect_ratio validity for mpeg4/h263/h263p...
2009-12-10 Michael NiedermayerCosmetic (restructure RGB ljpeg check to be more readable)
2009-12-10 Michael Niedermayer10l, Fix YUV ljpeg that i just broke by mistake.
2009-12-10 Michael NiedermayerFix RGB LJPEG encoding.
2009-12-03 Michael NiedermayerMake sure ff_init_qscale_tab() is called one way or...
2009-12-03 Michael NiedermayerMove ff_init_qscale_tab() from h263.c to mpegvideo...
2009-10-19 Stefano SabatiniAdd additional long names for the Flash Video decoder...
2009-10-06 Reimar DöffingerRemove casts that are useless since the argument is...
2009-09-10 Michael NiedermayerCheck for thread_count==0.
2009-09-06 Reimar DöffingerMark all pix_fmts and supported_framerates compound...
2009-08-05 Diego BiurrunDo not check for both CONFIG_H263_ENCODER and CONFIG_FL...
2009-08-05 Diego BiurrunDo not check for both CONFIG_H263_ENCODER and CONFIG_H2...
2009-08-05 Diego BiurrunDo not redundantly check for preprocessor definitions...
2009-08-03 Diego BiurrunMove AVCodec declarations for RV10/20 from mpegvideo_en...
2009-05-27 Baptiste Coudurierremove apparently unused real_pict_num from AVCodecContext
2009-05-27 Baptiste CoudurierRename alloc_picture to ff_alloc_picture and move its...
2009-05-23 Baptiste CoudurierSet progressive_sequence before MPV_common_init which...
2009-05-14 Michael NiedermayerFix VBV delay for mpeg1/2 CBR.
2009-05-02 Benjamin LarssonRemove dead assignments found by CSA
2009-04-13 Stefano SabatiniRename pbBufPtr() to put_bits_ptr().
2009-03-02 Diego BiurrunChange a bunch of codec long_names to be more consisten...
2009-02-12 Michael NiedermayerLet rgb32 pass for ljpeg.
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-25 Stefano SabatiniMake more descriptive the long names for the various...
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2009-01-17 Aurelien Jacobsexport gcd function as av_gcd()
next