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
2016-06-07get_bits: Move BITSTREAM_READER_LE definition before all relevant #includesDiego Biurrun
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2015-06-03bink: Factorize bink put_pixelLuca Barbato
2014-06-19dsputil: Split clear_block*/fill_block* off into a separate contextDiego Biurrun
2014-06-02bink: Rename BinkDSPContext member so as not to clash with BlockDSPContextDiego Biurrun
2014-05-29dsputil: Move Bink-specific add_pixels8 to binkdspDiego Biurrun
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-08-05bink: Bound check the quantization matrix.Luca Barbato
2013-05-04avcodec: Add av_cold attributes to init functions missing themDiego Biurrun
2013-04-20bink: Use hpeldsp instead of dsputil for half-pel functionsRonald S. Bultje
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-02-09dsputil: Move LOCAL_ALIGNED macros to libavutilDiego Biurrun
2013-02-01bink: fix a check for the first frame.Anton Khirnov
2013-01-23Drop DCTELEM typedefDiego Biurrun
2013-01-21lavc: put FF_IDCT_{VP3,H264,CAVS,BINK,EA,WMV2} under FF_API_IDCT.Ronald S. Bultje
2013-01-06bink: operate with pointers to AVFrames instead of whole structs.Anton Khirnov
2013-01-06bink: return meaningful error codes.Anton Khirnov
2012-12-05lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov
2012-12-05lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov
2012-10-29lavc: add CODEC_CAP_DR1 to all video decoders missing themAnton Khirnov
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-03-28Replace memset(0) by zero initializations.Diego Biurrun
2012-03-20bink: fix typo in FFALIGN() argumentKostya Shishkov
2012-03-20bink: align plane width to 8 when calculating bundle sizesKostya Shishkov
2012-02-16dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö
2011-12-22Drop ALT_ prefix from BITSTREAM_READER_LE name.Diego Biurrun
2011-11-14binkvideo: simplify and remove invalid shiftsMans Rullgard
2011-10-08bink: Check for various out of bound writesLaurent Aimar
2011-10-08bink: Check for out of bound writes when building treeLaurent Aimar
2011-10-07bink: Prevent NULL dereferences with missing reference frameLaurent Aimar
2011-08-01bink: Eliminate unnecessary shadow declaration.Alex Converse
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-07-27dsputil: move a bink-only function to binkdspMans Rullgard
2011-07-27bink: make IDCT take 32-bit inputKostya Shishkov
2011-05-26Mark parameterless function declarations as 'void'.Diego Biurrun
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-25bink: use LOCAL_ALIGNED for aligned stack dataMans Rullgard
2011-02-15Merge libavcore into libavutilReinhard Tartler
2011-02-13bink: permute Bink version 'b' quant matrices by inverse scan orderPeter Ross
2011-02-13bink: simplify how quantization matrices are passed to read_dct_coeffs()Peter Ross
2011-02-12Make tables generation insensitive to floating-point implementationVitor Sessak
2011-02-11bink: reindent after last commitPeter Ross
2011-02-11Bink version 'b' video decoderPeter Ross
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2011-01-15Change some band size calculations in Bink decoder to use width in blocksKostya Shishkov
2010-10-30bink: make bink_rlelens static (it's only used in this file)Ramiro Polla
2010-09-07Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini