summaryrefslogtreecommitdiff
path: root/libavcodec/ituh263dec.c
Commit message (Expand)AuthorAge
* get_bits: move check_marker() to mpegvideodec.hAnton Khirnov2022-07-04
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-16
* avcodec/ituh263dec: Reindent after the last commitAndreas Rheinhardt2022-02-18
* avcodec/ituh263dec: Make initializing VLCs thread-safeAndreas Rheinhardt2022-02-18
* avcodec/rv10.h: Split header into decoder- and encoder-only partsAndreas Rheinhardt2022-02-13
* avcodec/flv.h: Split header into encoder-only and decoder-only headersAndreas Rheinhardt2022-02-13
* avcodec/mpeg4video.h: Move decoder-only parts to a new headerAndreas Rheinhardt2022-02-13
* all: Remove unnecessary libavcodec/internal.h inclusionsAndreas Rheinhardt2022-02-08
* avcodec/ituh263dec: Use stack variable for aspect_ratio_infoAndreas Rheinhardt2022-01-29
* avcodec/h263: Move decoding-only stuff to a new header h263dec.hAndreas Rheinhardt2022-01-29
* avcodec/mpegvideo: Don't set unrestricted_mv for decodersAndreas Rheinhardt2022-01-13
* avcodec/h263: Move functions only used once to their callerAndreas Rheinhardt2022-01-09
* avcodec/mpegvideo: Move startcodes to mpeg12.hAndreas Rheinhardt2021-09-20
* avcodec/h263data, ituh263*: Make initializing RL inter table thread-safeAndreas Rheinhardt2021-01-25
* avcodec/ituh263dec: Don't initialize unused parts of RLTableAndreas Rheinhardt2021-01-25
* avcodec/msmpeg4dec: Reuse identical MV VLCAndreas Rheinhardt2021-01-25
* avcodec/ituh263dec: Don't initialize unused RL VLCsAndreas Rheinhardt2021-01-25
* lavu: move LOCAL_ALIGNED from internal.h to mem_internal.hAnton Khirnov2021-01-01
* avcodec/rv10: Use symbol table more effectivelyAndreas Rheinhardt2020-12-08
* avcodec/ituh263dec: Check input for minimal frame sizeMichael Niedermayer2019-10-08
* avcodec/ituh263dec: Make the condition for the studio slice start code match ...Michael Niedermayer2019-09-28
* avcodec/ituh263dec: Fix undefined left shift of negative numberAndreas Rheinhardt2019-09-28
* mpeg4video: Add support for MPEG-4 Simple Studio Profile.Kieran Kunhya2018-04-02
* libavcodec/blockdsp : add AVX versionMartin Vignali2017-10-03
* avcodec/ituh263dec: Use 0xffff as error code in h263p_decode_umotion()Michael Niedermayer2017-03-02
* avcodec/ituh263dec: Check for the bitstream end in ff_h263_decode_mb()Michael Niedermayer2017-02-26
* avcodec/ituh263dec: Fix runtime error: left shift of 1342177279 by 1 places c...Michael Niedermayer2017-02-24
* avcodec/ituh263dec: Fix runtime error: left shift of negative value -22Michael Niedermayer2017-02-21
* avcodec/ituh263dec: Check cbpy in ff_h263_decode_mb()Michael Niedermayer2017-02-20
* avcodec/ituh263dec: Implement U263s interpretation of H.263 B framesMichael Niedermayer2017-02-03
* avcodec/ituh263dec: Correct timestamp recovery for B framesMichael Niedermayer2017-02-01
* avcodec/ituh263dec: Use correct error codes in ff_h263_decode_mb()Michael Niedermayer2017-02-01
* avcodec/ituh263dec: Correct indentionMichael Niedermayer2017-02-01
* avcodec/ituh263dec: Implement B frame support with UMVMichael Niedermayer2017-02-01
* avcodec/ituh263dec: Avoid spending a long time in slice syncMichael Niedermayer2016-11-15
* lavc/get_bits: add a logging context to check_marker()Clément Bœsch2016-06-22
* Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-21
|\
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* | fix some a/an typosLou Logan2016-03-28
* | Merge commit '0a49a62f998747cfa564d98d36a459fe70d3299b'Michael Niedermayer2015-06-30
|\|
| * h263: Always check both dimensionsLuca Barbato2015-06-30
* | Merge commit '6f4cd33efb5a9ec75db1677d5f7846c60337129f'Michael Niedermayer2015-06-30
|\|
| * cosmetic: Reformat ff_h263_decode_mbaLuca Barbato2015-06-30
* | Merge commit 'e7af52a68dde9144b273a9598b60bf0f56e1323b'Michael Niedermayer2015-06-12
|\|
| * mpegvideo: rv10: Move function declaration to a separate headerVittorio Giovara2015-06-12
* | Merge commit 'e3d0f49abb20a551bf6d885f75c354d6d0bbeb9d'Michael Niedermayer2015-06-12
|\|
| * mpegvideo: h263: Move all tables to a single fileVittorio Giovara2015-06-12
* | Merge commit '378a00087fdadcc9b34165c05cd10a1a15f3fe61'Michael Niedermayer2015-06-01
|\|
| * mpegvideo: Move tables to a separate fileVittorio Giovara2015-05-31
* | Merge commit '6f57375d707de40dcec28d3cef886c364e032c21'Michael Niedermayer2015-05-28
|\|