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-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2014-03-18avcodec/h264pred_template: fix declarations after statementsMichael Niedermayer
2014-03-18avcodec/h264: fix Lossless Decoding (Profile 244) for 8x8 Intra PredictionYogender Kumar Gupta
2014-03-14Merge commit 'ed9625eb62be1e1c44cecdd73ea0d80077a15d48'Michael Niedermayer
2014-03-13dsputil: Move intreadwrite.h #include from header file to .c filesDiego Biurrun
2013-04-10h264: Integrate clear_blocks calls with IDCTRonald S. Bultje
2013-02-19h264: integrate clear_blocks calls with IDCT.Ronald S. Bultje
2013-01-23Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer
2013-01-23Drop DCTELEM typedefDiego Biurrun
2012-10-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-30Use ptrdiff_t instead of int for intra pred "stride" function parameter.Ronald S. Bultje
2011-12-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-11Remove extraneous semicolonsMans Rullgard
2011-10-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-21Support for lossless and inter H264 4:2:2.Ronald S. Bultje
2011-10-21h264: 4:2:2 intra decoding supportBaptiste Coudurier
2011-10-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-09h264pred: use unsigned types for pixel values, fix signed overflowsMans Rullgard
2011-08-15h264dec: h264: 4:2:2 intra decodingBaptiste Coudurier
2011-07-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-05Rename libavcodec/high_bit_depth.h ---> libavcodec/bit_depth_template.cDiego Biurrun
2011-05-11h264pred: fix one more aliasing violation.Ronald S. Bultje
2011-05-11h264pred: fix one more aliasing violation.Ronald S. Bultje
2011-05-11h264: merge _internal & template files.Michael Niedermayer
2011-05-11h264pred: fix aliasing violations.Ronald S. Bultje
2011-05-11fix fate failures for 10bit H264 on some systemsRonald S. Bultje
2011-05-10Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson
2011-05-10Preparatory patch for high bit depth h264 decoding support.Oskar Arvidsson
2011-05-10Move the functions in h264pred.c into a new file h264pred_template.c.Oskar Arvidsson