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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-02-16Pass VBV delay to the calling application via ctxChristophe Massiot
2011-01-30Move ff_emulated_edge_mc() into DSPContext.Ronald S. Bultje
2011-01-28Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2011-01-26Make denoise_dct_c() and dct_quantize_trellis_c() static in definitionsMans Rullgard
2011-01-26Make 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
2010-01-11Add missing internal.h to files calling ff_match_2uint16().Alexander Strange
2010-01-09Add a function to match a 2 element vector of uint16_t and use it in h263 and...Michael Niedermayer
2010-01-08Split the mpeg4 encoder and decoder off h263.cMichael Niedermayer
2010-01-07Move forgotton "AVCodec flv_encoder" over to flvenc.c.Michael Niedermayer
2010-01-07Split out flv encoding.Michael Niedermayer
2009-12-30Get rid of pointless CONFIG_ANY_H263 preprocessor definition.Diego Biurrun
2009-12-28Replace CONFIG_ANY_H263_ENCODER definition by CONFIG_H263_ENCODER.Diego Biurrun
2009-12-14Check sample_aspect_ratio validity for mpeg4/h263/h263p encoding.Michael Niedermayer
2009-12-10Cosmetic (restructure RGB ljpeg check to be more readable)Michael Niedermayer
2009-12-1010l, Fix YUV ljpeg that i just broke by mistake.Michael Niedermayer
2009-12-10Fix RGB LJPEG encoding.Michael Niedermayer
2009-12-04Make sure ff_init_qscale_tab() is called one way or another whenMichael Niedermayer
2009-12-04Move ff_init_qscale_tab() from h263.c to mpegvideo, the function is not h263 ...Michael Niedermayer
2009-10-19Add additional long names for the Flash Video decoder and encoder.Stefano Sabatini
2009-10-06Remove casts that are useless since the argument is void *.Reimar Döffinger
2009-09-10Check for thread_count==0.Michael Niedermayer
2009-09-06Mark all pix_fmts and supported_framerates compound literals as const.Reimar Döffinger
2009-08-05Do not check for both CONFIG_H263_ENCODER and CONFIG_FLV_ENCODER.Diego Biurrun
2009-08-05Do not check for both CONFIG_H263_ENCODER and CONFIG_H263P_ENCODER.Diego Biurrun
2009-08-05Do not redundantly check for preprocessor definitions of CONFIG_RV10_ENCODER orDiego Biurrun
2009-08-03Move AVCodec declarations for RV10/20 from mpegvideo_enc.c to rv10.c.Diego Biurrun
2009-05-28remove apparently unused real_pict_num from AVCodecContextBaptiste Coudurier
2009-05-27Rename alloc_picture to ff_alloc_picture and move its definitionBaptiste Coudurier
2009-05-23Set progressive_sequence before MPV_common_init which cares about it whenBaptiste Coudurier
2009-05-14Fix VBV delay for mpeg1/2 CBR.Michael Niedermayer
2009-05-02Remove dead assignments found by CSABenjamin Larsson