summaryrefslogtreecommitdiff
path: root/libavcodec/intrax8.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/msmpeg4data: Move data shared between msmpeg4 and VC-1 outAndreas Rheinhardt2022-11-061-1/+1
* avcodec/intrax8: Only keep what is used from ScanTableAndreas Rheinhardt2022-10-241-7/+8
* avcodec/blockdsp: Remove unused AVCodecContext parameterAndreas Rheinhardt2022-09-211-1/+1
* avcodec/intrax8: Avoid indirection when accessing VLC tableAndreas Rheinhardt2022-08-031-12/+12
* avcodec/intrax8: Remove unused IDCTDSPContextAndreas Rheinhardt2022-08-031-3/+1
* avcodec/vlc: Use structure instead of VLC_TYPE array as VLC elementAndreas Rheinhardt2022-06-171-1/+1
* avcodec/intrax8: Reduce the size of tables used to initialize VLCsAndreas Rheinhardt2020-12-081-25/+12
* avcodec/intrax8: Avoid code duplication when initializing VLCsAndreas Rheinhardt2020-12-081-25/+21
* avcodec/intrax8: Remove VLC offsets tableAndreas Rheinhardt2020-12-081-21/+9
* avcodec/intrax8: Make ff_intrax8_common_init() thread-safeAndreas Rheinhardt2020-11-241-1/+4
* avcodec/intrax8: Replace always-false check by assertAndreas Rheinhardt2020-11-241-12/+4
* avcodec/intrax8: Check for end of bitstream in ff_intrax8_decode_picture()Michael Niedermayer2020-04-261-0/+2
* Merge commit 'ee59f0540875ab42496af2aacddd942757707683'Clément Bœsch2017-03-301-1/+1
|\
| * intrax8: Have function signature match across declaration and definitionDiego Biurrun2016-11-031-1/+1
* | Merge commit '3281d823cdc7601c4900eb103958c05f59f65555'Clément Bœsch2017-03-211-4/+4
|\ \ | |/
| * intrax8: Change type of array stride parameters to ptrdiff_tDiego Biurrun2016-09-291-4/+4
* | lavc/intrax8: Use correct printf specifier for size_t on Windows.Carl Eugen Hoyos2016-07-221-1/+1
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-5/+5
|\ \ | |/
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-5/+5
* | Merge commit 'ca8c7591735c0f80cc29e31e2e92cb10228e14c7'Derek Buitenhuis2016-05-071-5/+1
|\ \ | |/
| * intrax8: Remove mpegvideo dependencyVittorio Giovara2016-03-291-6/+1
* | Merge commit '6ebd06a9b2508747a135ee4c880d8f612e08932b'Derek Buitenhuis2016-05-071-35/+35
|\ \ | |/
| * intrax8: Drop lots of pointless parenthesesDiego Biurrun2016-03-291-35/+35
* | Merge commit '9b57995cdd489a4cff51dcc1a1f08ac77ec5a58c'Derek Buitenhuis2016-05-071-3/+0
|\ \ | |/
| * intrax8: Drop MB emulation codeVittorio Giovara2016-03-291-3/+0
* | Merge commit '9fa888c02801fff2e8817c24068f5296bbe60000'Derek Buitenhuis2016-05-071-15/+16
|\ \ | |/
| * intrax8: Keep a reference to the decoder blocksVittorio Giovara2016-03-291-15/+16
* | Merge commit 'c2084ffcbfc11d1b6ed3a4a0df9cafd56fbb896f'Derek Buitenhuis2016-05-071-2/+6
|\ \ | |/
| * intrax8: Use the generic horizband functionVittorio Giovara2016-03-291-2/+6
* | Merge commit 'b1268e0f032a3af3912fe3fb8d3855e12d7ea83b'Derek Buitenhuis2016-05-071-33/+32
|\ \ | |/
| * intrax8: Pass macroblock coordinates to ff_intrax8_decode_pictureVittorio Giovara2016-03-291-33/+32
* | Merge commit 'd0540fd02171a6233d2016b199d013299debf7e3'Derek Buitenhuis2016-05-071-8/+12
|\ \ | |/
| * intrax8: Pass macroblock size to ff_intrax8_common_initVittorio Giovara2016-03-291-7/+11
* | Merge commit '159323897f545e7405fb9db234e0ba123e174376'Derek Buitenhuis2016-04-241-1/+2
|\ \ | |/
| * intrax8: Add a local BlockDSPContext and initialize itVittorio Giovara2016-03-251-1/+2
* | Merge commit '1eaae7abb8f208fefb4e8b9e983e61b2499206a3'Derek Buitenhuis2016-04-241-1/+3
|\ \ | |/
| * intrax8: Reference the current AVCodecContextVittorio Giovara2016-03-251-1/+3
* | Merge commit '8072345e9f86d88fbc4a15c17cb03f1e4701c9a5'Derek Buitenhuis2016-04-241-19/+16
|\ \ | |/
| * intrax8: Keep a reference to the GetBitContext readerVittorio Giovara2016-03-251-19/+16
* | Merge commit '65f14128c4bcf8fcd9d3ba1e20b7a22057c9cfb0'Derek Buitenhuis2016-04-241-3/+2
|\ \ | |/
| * intrax8: Use a constant buffer instead of a ScratchpadContextVittorio Giovara2016-03-251-3/+2
* | Merge commit 'eaeba6f241e0de0e797be10f8fda967ef8489e64'Derek Buitenhuis2016-04-241-10/+11
|\ \ | |/
| * intrax8: Pass the output frame to the decoding functionVittorio Giovara2016-03-251-10/+11
* | Merge commit '577393321c389ad2973bec6168a8045c94a9e099'Derek Buitenhuis2016-04-241-2/+3
|\ \ | |/
| * intrax8: Carry over the loopfilter value in ff_intrax8_decode_pictureVittorio Giovara2016-03-251-2/+3
* | Merge commit '68127e1bf8037a6e0acd6401cc8c5da950e3fa0a'Derek Buitenhuis2016-04-241-2/+4
|\ \ | |/
| * intrax8: Keep a reference to the context idctdspVittorio Giovara2016-03-251-6/+8
* | Merge commit '65127450add50c3bca307edc0517d2e8382717a0'Derek Buitenhuis2016-04-241-12/+11
|\ \ | |/
| * intrax8: Make x8_init_block_index not use mpegvideo fieldsVittorio Giovara2016-03-251-12/+11
* | Merge commit '922b7e6d86e6197dfa5ebde602dd12cc66fb5f1f'Derek Buitenhuis2016-04-241-17/+18
|\ \ | |/