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
2013-11-15lavc: Edge emulation with dst/src linesizeRonald S. Bultje
2013-10-31vp3: stop using deprecated avcodec_set_dimensionsAnton Khirnov
2013-10-16lavc: Convert some remaining strides to ptrdiff_tRonald S. Bultje
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-09-16vp3: Check the framerate for validityMartin Storsjö
2013-04-20vp3: Use hpeldsp instead of dsputil for half-pel functionsRonald S. Bultje
2013-04-15vp3: Use full transpose for all IDCTsRonald S. Bultje
2013-04-08vp3: Embed idct_permutation array directly in VP3DecoderContextRonald S. Bultje
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-01-23Drop DCTELEM typedefDiego Biurrun
2013-01-22vp3/5: move put_no_rnd_pixels_l2 from dsputil to VP3DSPContext.Ronald S. Bultje
2013-01-20Remove put_no_rnd_pixels_l2 function pointer for w=16 from dsputil.Ronald S. Bultje
2013-01-20vp3: integrate clear_blocks with idct of previous block.Ronald S. Bultje
2013-01-17theora: Skip zero-sized headersMartin Storsjö
2013-01-10vp3: Fix double free in vp3_decode_end()Ronald Bultje
2012-12-20lavc: introduce VideoDSPContextRonald S. Bultje
2012-12-05lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov
2012-11-13pixdesc: add av_pix_fmt_get_chroma_sub_sampleLuca Barbato
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-10-01avcodec: Convert some commented-out printf/av_log instances to av_dlogDiego Biurrun
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-07-18vp3: move idct and loop filter pointers to new vp3dsp contextMans Rullgard
2012-04-13vp3: Assert on invalid filter_limit values.Dale Curtis
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-02-16dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö
2012-02-16vlc/rl: Add ff_ prefix to the nonstatic symbolsMartin Storsjö
2012-01-05vp3: fix streams with non-zero last coefficientJanne Grunau
2011-12-23vp3dec: Check coefficient index in vp3_dequant()Reinhard Tartler
2011-12-21vp3: Reorder some functions to fix VP3 build with Theora disabled.Diego Biurrun
2011-12-03avcodec: change number of plane pointers from 4 to 8 at next major bump.Justin Ruggles
2011-11-19avcodec: move some AVCodecContext fields to an internal struct.Justin Ruggles
2011-11-02vp3: remove some pointless commentsDiego Biurrun
2011-10-29vp3: fix oob read for negative tokens and memleaks on error.Ronald S. Bultje
2011-10-20lavc: use avpriv_ prefix for ff_split_xiph_headers.Anton Khirnov
2011-10-16w32threads: support for frame multithreadingSteven Walters
2011-08-26doxygen: fix wrong comment syntax, //< vs. ///<Diego Biurrun
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-07-28vp3/theora: flush after seek.Ronald S. Bultje
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-02vp3-mt: fix deadlock when first frame is not a keyframe.Ronald S. Bultje
2011-02-19Fix VP3 edge emulationDavid Conrad
2011-02-19VP3: fix decoding of videos with stride > 2048Jason Garrett-Glaser
2011-02-15Merge libavcore into libavutilReinhard Tartler
2011-02-09vp3: Frame-based multithreading supportAlexander Strange
2011-02-06vp3: Move table allocation code into a new functionAlexander Strange
2011-02-06vp3: Factor out expressionAlexander Strange
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-17VP3: remove an unnecessary static variableAlexander Strange