summaryrefslogtreecommitdiffstats
path: root/libavcodec/idctdsp.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/idctdsp: Clear idct/idct_add for studio profileMichael Niedermayer2018-05-301-2/+4
* avcodec/idctdsp: Transmit studio_profile to init instead of using AVCodecCont...Michael Niedermayer2018-05-301-1/+1
* mpeg4video: Add support for MPEG-4 Simple Studio Profile.Kieran Kunhya2018-04-021-3/+9
* simple_idct: Template functions to support an input bitdepth parameterKieran Kunhya2018-04-021-9/+9
* Fix visual glitch with XvMC, caused by wrong idct permutation.Ivan Kalvachev2017-10-121-0/+1
* jrev/xvid: hardcode use of C put/add_pixels_clamped.Ronald S. Bultje2017-04-061-12/+6
* Merge commit '2ec9fa5ec60dcd10e1cb10d8b4e4437e634ea428'James Almer2017-03-211-6/+6
|\
| * idct: Change type of array stride parameters to ptrdiff_tDiego Biurrun2016-09-291-5/+5
* | lavc/aarch64: add ff_simple_idct{,_add,_put}_neon functionsMatthieu Bouron2017-03-161-0/+2
* | avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for idctdsp functionsShivraj Patil2015-07-071-0/+2
* | avcodec/idctdsp: use the 10bit code for 9 bit tooMichael Niedermayer2014-12-201-1/+1
* | avcodec/idctdsp: change {put,add}_pixels_clamped to ptrdiff_t line_sizeJames Almer2014-09-241-5/+5
* | Merge commit '1274ea8dbaec44355bde07f6bb31fec0c4e6fd2d'Michael Niedermayer2014-09-081-0/+2
|\ \ | |/
| * Split off floating point AAN (I)DCT into separate componentsDiego Biurrun2014-09-071-0/+2
* | avcodec/idctdsp: Initialize ff_put/add_pixels_clamped correctly so that the o...Michael Niedermayer2014-09-031-3/+3
* | Merge commit '95c0cec03acec0a80cc1c7db48f3b2355d9e767b'Michael Niedermayer2014-09-031-19/+14
|\ \ | |/
| * idctdsp: Add global function pointers for {add|put}_pixels_clamped functionsDiego Biurrun2014-09-021-14/+8
* | Merge commit 'dcb7c868ec7af7d3a138b3254ef2e08f074d8ec5'Michael Niedermayer2014-08-271-1/+1
|\ \ | |/
* | avcodec/idctdsp: make add/put_pixels_clamped_c internal functionsJames Almer2014-08-131-4/+45
* | avcodec/idctdsp: move add/put_pixels_clamped_c to headerMichael Niedermayer2014-08-111-41/+0
* | avcodec: remove deprecated use of FF_IDCT_XVIDMMXMichael Niedermayer2014-08-091-1/+1
* | Merge commit '6f1960ab71b4f18551243ce22d01913108265233'Michael Niedermayer2014-08-081-16/+16
|\ \ | |/
| * idct: cosmetics: Drop one unnecessary if-block levelDiego Biurrun2014-08-081-17/+15
* | Merge commit 'a786c8259dafeca9744252230b5d78f67810770c'Michael Niedermayer2014-08-011-0/+4
|\ \ | |/
* | Merge commit '8b0dd4942aac320d1ca3c40fa7ea1be342c71273'Michael Niedermayer2014-07-181-24/+24
|\ \ | |/
| * idctdsp: prettyprinting cosmeticsDiego Biurrun2014-07-181-16/+16
* | Merge commit 'b4987f72197e0c62cf2633bf835a9c32d2a445ae'Michael Niedermayer2014-07-181-16/+16
|\ \ | |/
| * idct: Convert IDCT permutation #defines to an enumDiego Biurrun2014-07-181-12/+12
* | alpha/idctdsp: move idct init code out of dsputilJames Almer2014-07-081-0/+2
* | Merge commit 'e3fcb14347466095839c2a3c47ebecff02da891e'Michael Niedermayer2014-07-011-11/+125
|/
* dsputil: Split off IDCT bits into their own contextDiego Biurrun2014-06-301-0/+197
OpenPOWER on IntegriCloud