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
2015-01-10avcodec/cavs: Check for av_malloc* failure in ff_cavs_init_top_lines()Michael Niedermayer
2014-07-01Merge commit 'e3fcb14347466095839c2a3c47ebecff02da891e'Michael Niedermayer
2014-06-30dsputil: Split off IDCT bits into their own contextDiego Biurrun
2014-06-28avcodec/cavs: make cavs_chroma_qp non staticMichael Niedermayer
2014-06-19Merge commit 'e74433a8e6fc00c8dbde293c97a3e45384c2c1d9'Michael Niedermayer
2014-06-19dsputil: Split clear_block*/fill_block* off into a separate contextDiego Biurrun
2014-06-09cavsdec: fix qp fixed slice handlingMichael Niedermayer
2013-10-16lavc: Convert some remaining strides to ptrdiff_tRonald S. Bultje
2013-09-28Convert multiplier for MV from int to ptrdiff_t.Ronald S. Bultje
2013-02-07Merge commit '79dad2a932534d1155079f937649e099f9e5cc27'Michael Niedermayer
2013-02-06dsputil: Separate h264chromaDiego Biurrun
2013-01-23Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer
2013-01-23Drop DCTELEM typedefDiego Biurrun
2012-12-31Merge commit '5e6ee38bd3cef0dd05f1dd7977c71f3479eb6d01'Michael Niedermayer
2012-12-31Merge commit '7d8482640058d66867602a6f58446c9342d9d146'Michael Niedermayer
2012-12-30cavsdec: export picture type in the output frameAnton Khirnov
2012-12-30cavs: deMpegEncContextizeAnton Khirnov
2012-12-19Merge commit 'f1d8763a02b5fce9a7d9789e049d74a45b15e1e8'Michael Niedermayer
2012-10-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-06Give all anonymously typedeffed structs in headers a nameDiego Biurrun
2012-08-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-26cavs: Move inline functions only used in one file out of the headerDiego Biurrun
2012-08-26cavs: Move data tables used in only one place to that fileDiego Biurrun
2011-05-13Merge remote branch 'qatar/master'Michael Niedermayer
2011-05-12Replace int_fast integer types with their sized standard posix counterparts.Diego Biurrun
2011-05-02replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-08-04Move cavs dsp functions to their own structMåns Rullgård
2010-03-06Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård
2010-02-18fix intra prediction modes with inter-MB neighbors,Stefan Gehrer
2010-02-15add heuristic to discern the old sample clips from streams encodedStefan Gehrer
2009-02-11introduce a macroblock index to avoid a few x*width+y calculationsStefan Gehrer
2009-02-10do not check for minimum slice start code, 0x00000100 is validStefan Gehrer
2009-01-16rename XXX_t enums to cavs_XXX to fix POSIX namespace issueStefan Gehrer
2009-01-16rename vector_t to cavs_vectorStefan Gehrer
2008-12-15Avoid POSIX-reserved _t in identifier names.Diego Biurrun
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun
2007-07-25have less functions as inlineStefan Gehrer
2007-07-09trivial warning fixesMåns Rullgård
2007-07-08prepare splitting decoder-only parts into own file:Stefan Gehrer
2007-07-07prepare splitting decoder-only parts into own file:Stefan Gehrer
2007-07-07move dequantization into its own inline functionStefan Gehrer
2007-07-07cosmetic: rename VLC tables to make clear theyStefan Gehrer
2007-07-07setting special motion vectors in intra macroblocksStefan Gehrer
2007-07-07setting intra prediction modes to default valuesStefan Gehrer
2007-07-07move modification of intra prediction modes intoStefan Gehrer
2007-07-07move preparation of chroma intra prediction into itsStefan Gehrer
2007-07-07move existing inline functions from cavs.c to cavs.hStefan Gehrer