summaryrefslogtreecommitdiff
path: root/libavcodec/mss2.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec: use the new AVFrame key_frame flag in all decoders and encodersJames Almer2023-05-041-1/+4
* avcodec/mpegvideo_dec: Don't use MotionEstContext as scratch spaceAndreas Rheinhardt2022-11-061-4/+0
* avcodec/vc1dec: Factor (re)initializing code outAndreas Rheinhardt2022-11-061-3/+2
* avcodec/mss2: initialise wmv9_mask variablePeter Ross2022-11-011-1/+1
* avcodec/mss2: calculate draw region and revise split positionPeter Ross2022-10-261-4/+66
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-1/+1
* avcodec/internal: Move ff_get_buffer() to decode.hAndreas Rheinhardt2022-08-271-1/+0
* avcodec/internal: Move ff_reget_buffer() to decode.hAndreas Rheinhardt2022-08-271-0/+1
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-1/+0
* avcodec/mss2: Remove write-only QpelDSPContextAndreas Rheinhardt2022-05-191-2/+0
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-1/+1
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-051-3/+2
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-6/+6
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-0/+1
* avcodec/msmpeg4dec: Make initializing VLCs thread-safeAndreas Rheinhardt2022-02-181-0/+1
* avcodec/mpegvideo: Move decoder-only stuff to a new headerAndreas Rheinhardt2022-02-131-0/+1
* avcodec/msmpeg4.h: Move decoder-only parts to a new headerAndreas Rheinhardt2022-02-131-1/+1
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avcodec/mss2: Remove redundant initialization of vc1 dspAndreas Rheinhardt2021-04-121-1/+0
* avcodec/vc1: Don't pretend ff_vc1_init_common() can failAndreas Rheinhardt2021-04-121-2/+1
* libavcodec/vc1: Remove bits variableMichael Niedermayer2020-01-111-2/+0
* avcodec/decode: add a flags parameter to ff_reget_buffer()James Almer2019-09-041-1/+1
* avcodec/mss1: check for overread and forward errorsMichael Niedermayer2019-08-051-0/+1
* avcodec/mss2: Provide non NULL context to av_log()Michael Niedermayer2019-01-011-3/+3
* fix MSVC compilation errorsMateusz2017-12-101-3/+3
* Merge commit '15b4f494fc6bddb8178fdb5aed18b420efc75e22'James Almer2017-03-211-3/+3
|\
| * mss*: Change type of array stride parameters to ptrdiff_tDiego Biurrun2016-09-291-3/+3
* | mss2: only use error correction for matching block countsAndreas Cadhalpun2016-11-251-1/+7
* | Merge commit '59c6509d9f0236acbc317198eab76dab8320bced'Clément Bœsch2016-06-291-3/+0
|\ \ | |/
| * mss2: Drop a silly assertDiego Biurrun2016-06-071-3/+0
* | Merge commit 'f9fbd474676e903e12efe83203697d60a9d28cf9'Derek Buitenhuis2016-02-241-1/+1
|\ \ | |/
| * msmpeg4data: Move WMV2 data tables to their own fileDiego Biurrun2016-02-191-1/+1
* | avcodec/mss2: Check for repeat overflowMichael Niedermayer2016-01-101-1/+6
* | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-271-1/+1
|\ \ | |/
| * lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-271-1/+1
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-1/+1
|\ \ | |/
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
* | avcodec/mss2: Fix integer overflowMichael Niedermayer2015-07-011-3/+3
* | Merge commit '31a117a0e6d6eafdf997bfe0843f3e3d39cc0332'Michael Niedermayer2015-06-011-0/+1
|\ \ | |/
| * mpegvideo: msmpeg4: Move function declarationsVittorio Giovara2015-05-311-0/+1
* | avcodec/mss2: use < 0 instead of != 0 to check for error of vlc initializationMichael Niedermayer2015-05-191-1/+1
* | Merge commit '835f798c7d20bca89eb4f3593846251ad0d84e4b'Michael Niedermayer2014-08-151-3/+3
|\ \ | |/
| * mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixesDiego Biurrun2014-08-151-3/+3
* | Merge commit '7b9ef8d701c319c26f7d0664fe977e176764c74e'Michael Niedermayer2014-06-231-0/+1
|\ \ | |/
| * mpeg: Split error resilience bits off into a separate fileDiego Biurrun2014-06-221-0/+1
* | Merge commit '368f50359eb328b0b9d67451f56fda20b3255f9a'Michael Niedermayer2014-05-301-2/+5
|\ \ | |/
| * dsputil: Split off quarterpel bits into their own contextDiego Biurrun2014-05-291-2/+5
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-04-091-1/+1
|\ \ | |/
| * mpegvideo: operate with pointers to AVFrames instead of whole structswm42014-04-091-1/+1
* | avcodec/mss2: fix chroma dimensionsMichael Niedermayer2014-01-101-2/+2