Welcome to mirror list, hosted at ThFree Co, Russian Federation.

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