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-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
2010-08-06Remove use of the deprecated function avcodec_check_dimensions(), useStefano Sabatini
2010-06-30Fix grammar errors in documentationMåns Rullgård
2010-06-02bink: correctly align local arraysMåns Rullgård
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-03-21fix minor typoKostya Shishkov
2010-03-06Bink version 'h' also has chroma planes swappedKostya Shishkov
2010-03-06Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård
2010-02-23Decode alpha plane in Bink videoKostya Shishkov
2010-02-23cosmetics: reindent after last commitKostya Shishkov
2010-02-23Move plane decoding code into separate function in Bink decoderKostya Shishkov
2010-02-23Bink video decoder now can use extradata to detect alpha plane presenceKostya Shishkov
2010-02-22Make Bink decoder able to skip alpha planeKostya Shishkov
2010-02-22Make Bink decoder to stop decoding planes after all bits are used.Kostya Shishkov
2010-02-22Correct bundle lengths calculation for small Bink files.Kostya Shishkov
2010-02-21Bink video decoderKostya Shishkov