summaryrefslogtreecommitdiff
path: root/libavcodec/cavs.c
Commit message (Expand)AuthorAge
* cosmetics: Drop empty comment linesDiego Biurrun2016-02-18
* libavcodec: Make use of av_clip functionsPeter Meerwald2015-02-21
* lavc: fix bitshifts amount bigger than the typeVittorio Giovara2014-11-18
* dsputil: Split off IDCT bits into their own contextDiego Biurrun2014-06-30
* dsputil: Split clear_block*/fill_block* off into a separate contextDiego Biurrun2014-06-18
* dsputil: Split off quarterpel bits into their own contextDiego Biurrun2014-05-29
* dsputil: cosmetics: Lose camelCase on ff_cropTbl and ff_squareTbl namesDiego Biurrun2014-03-13
* lavc: Edge emulation with dst/src linesizeRonald S. Bultje2013-11-15
* cavs: more K&R formatting cosmeticsDiego Biurrun2013-10-15
* cavs: K&R formatting cosmeticsLuca Barbato2013-10-13
* lavc: Make pointers to ff_cropTbl constMartin Storsjö2013-04-08
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* cavs: initialize various context tables to 0Anton Khirnov2013-02-23
* dsputil: Separate h264chromaDiego Biurrun2013-02-06
* Drop DCTELEM typedefDiego Biurrun2013-01-22
* cavs: deMpegEncContextizeAnton Khirnov2012-12-30
* cavs: cosmetics, reformat top partAnton Khirnov2012-12-30
* lavc: introduce VideoDSPContextRonald S. Bultje2012-12-20
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* cavs: convert cavsdata.h to a .c fileMans Rullgard2012-08-26
* cavs: Move inline functions only used in one file out of the headerDiego Biurrun2012-08-26
* cavs: Move data tables used in only one place to that fileDiego Biurrun2012-08-26
* cavs: Remove unused code.Aneesh Dogra2012-03-31
* mpegvideo: Add ff_ prefix to nonstatic functionsMartin Storsjö2012-02-15
* cosmetics: drop some pointless parenthesesDiego Biurrun2012-01-07
* Eliminate FF_COMMON_FRAME macro.Diego Biurrun2011-07-11
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Move ff_emulated_edge_mc() into DSPContext.Ronald S. Bultje2011-01-28
* Move cavs dsp functions to their own structMåns Rullgård2010-08-03
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Replace @returns by @return.Benoit Fouet2010-03-30
* avoid using DECLARE_ALIGNED on stack variable as suggested by ReimarStefan Gehrer2010-02-15
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-22
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13
* introduce a macroblock index to avoid a few x*width+y calculationsStefan Gehrer2009-02-10
* fix multiple slices per frameStefan Gehrer2009-02-10
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* moves mid_pred() into mathops.h (with arch specific code split by directory)Aurelien Jacobs2009-01-18
* rename XXX_t enums to cavs_XXX to fix POSIX namespace issueStefan Gehrer2009-01-16
* rename vector_t to cavs_vectorStefan Gehrer2009-01-16
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* * renaming (ST|LD)(16|32|64) -> AV_(R|W)N(16|32|64)Roman Shaposhnik2007-08-09
* replacing the use of deprecated unaligned*() routines by LD64 and AV_RB32Roman Shaposhnik2007-07-30
* have less functions as inlineStefan Gehrer2007-07-25
* split decoder-specific parts into their own fileStefan Gehrer2007-07-08
* prepare splitting decoder-only parts into own file:Stefan Gehrer2007-07-08
* prepare splitting decoder-only parts into own file:Stefan Gehrer2007-07-07
* move dequantization into its own inline functionStefan Gehrer2007-07-07
* cosmetic: rename VLC tables to make clear theyStefan Gehrer2007-07-07
* setting special motion vectors in intra macroblocksStefan Gehrer2007-07-07