summaryrefslogtreecommitdiff
path: root/libavcodec/mpegvideo_enc.c
Commit message (Expand)AuthorAge
* AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-12
* mpegvideo_enc: fix a signed overflowMans Rullgard2011-10-09
* Fix assert() calls that need updates after FF_COMMON_FRAME macro elimination.Diego Biurrun2011-09-21
* h263/p encoder: add 'structured_slices' private option.Anton Khirnov2011-08-31
* h263/p encoder: add 'obmc' private option.Anton Khirnov2011-08-31
* h263p encoder: add 'aiv' private option.Anton Khirnov2011-08-31
* h263p encoder: add 'umv' private option.Anton Khirnov2011-08-31
* mpeg12enc/mpeg4videoenc: add 'alternate_scan' private option.Anton Khirnov2011-08-31
* mpeg4enc: add 'data_partitioning' private option.Anton Khirnov2011-08-31
* mpeg2enc: add 'non_linear_quant' private optionAnton Khirnov2011-08-31
* mpeg12enc: add intra_vlc private option.Anton Khirnov2011-08-31
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* jfdctint: add 10-bit versionMans Rullgard2011-07-21
* Eliminate FF_COMMON_FRAME macro.Diego Biurrun2011-07-11
* lavc: make avcodec_alloc_context3 officially public.Anton Khirnov2011-07-10
* lavc: introduce avcodec_open2() as a replacement for avcodec_open().Anton Khirnov2011-07-10
* Do not include mathematics.h in avutil.hMans Rullgard2011-07-03
* put_bits: remove ALT_BITSTREAM_WRITERMans Rullgard2011-07-02
* cosmetics: fix some then/than typosDiego Biurrun2011-06-30
* mpegvideoenc: fix multislice fate tests with threading disabled.Ronald S. Bultje2011-06-03
* H264/MPEG frame-level multi-threading.Alexander Strange2011-06-02
* Remove h263_msmpeg4 from MpegEncContext.Alex Converse2011-05-25
* lavc: remove msmpeg4v1 encoder.Anton Khirnov2011-05-24
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-02
* Introduce slice threads flag.Ronald S. Bultje2011-04-21
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Pass VBV delay to the calling application via ctxChristophe Massiot2011-02-15
* Move ff_emulated_edge_mc() into DSPContext.Ronald S. Bultje2011-01-28
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* Make denoise_dct_c() and dct_quantize_trellis_c() static in definitionsMans Rullgard2011-01-25
* Make denoise_dct_c and dct_quantize_trellis_c static.Diego Elio Pettenò2011-01-24
* Make mpeg4 encoder log a more explicit error message when the timebaseStefano Sabatini2011-01-05
* Our ljpeg encoder supports bgra, use the correct constant in the sanity check.Michael Niedermayer2011-01-05
* Remove PIX_FMT_RGB32 mjpeg encoding, there is no such thing ...Michael Niedermayer2011-01-05
* Fix YUV444P LJPEG encoding.Michael Niedermayer2011-01-04
* 10l fix h263 encoder resolution test, array size is 8 not 7Baptiste Coudurier2010-10-02
* Fix rv20 encoding so the binary decoder can decode it.Michael Niedermayer2010-09-26
* Allow mpeg encoding with qscale and very low frame rate.James Darnley2010-09-10
* Check rc_buffer_size value using integer arithmeticMåns Rullgård2010-09-07
* Change all occurences of "inofficial" to "unofficial" in code, commentsRodney Baker2010-07-03
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Always check if ff_alloc_picture() succeeds.Pavel Pavlov2010-03-23
* Change ref_index structure so it matches how its organized in h264.Michael Niedermayer2010-03-23
* Add ff_ prefix for mpeg2_dc_scale_table.Michael Niedermayer2010-03-15
* Support intra_dc_precision>8 in jpegMichael Niedermayer2010-03-15
* use mpeg2 quantization bias for mjpeg.Michael Niedermayer2010-03-15
* Move ff_sqrt() to libavutil/intmath.hMåns Rullgård2010-03-08
* Use LOCAL_ALIGNED macro for local arraysMåns Rullgård2010-02-17
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-22