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