summaryrefslogtreecommitdiff
path: root/libavcodec/mss2.c
Commit message (Expand)AuthorAge
* avutil/common: Don't auto-include mem.hAndreas Rheinhardt2024-03-31
* avcodec/mss[12]: Cleanup generically on init failureAndreas Rheinhardt2024-03-01
* avcodec/error_resilience: Make applying decode_error_flags optionalAndreas Rheinhardt2023-09-15
* avcodec/vlc: Use proper namespaceAndreas Rheinhardt2023-09-11
* all: Use av_frame_replace() where appropriateAndreas Rheinhardt2023-09-10
* avcodec: use the new AVFrame key_frame flag in all decoders and encodersJames Almer2023-05-04
* avcodec/mpegvideo_dec: Don't use MotionEstContext as scratch spaceAndreas Rheinhardt2022-11-06
* avcodec/vc1dec: Factor (re)initializing code outAndreas Rheinhardt2022-11-06
* avcodec/mss2: initialise wmv9_mask variablePeter Ross2022-11-01
* avcodec/mss2: calculate draw region and revise split positionPeter Ross2022-10-26
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-03
* avcodec/internal: Move ff_get_buffer() to decode.hAndreas Rheinhardt2022-08-27
* avcodec/internal: Move ff_reget_buffer() to decode.hAndreas Rheinhardt2022-08-27
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-18
* avcodec/mss2: Remove write-only QpelDSPContextAndreas Rheinhardt2022-05-19
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-05
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-05
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-21
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-21
* avcodec/msmpeg4dec: Make initializing VLCs thread-safeAndreas Rheinhardt2022-02-18
* avcodec/mpegvideo: Move decoder-only stuff to a new headerAndreas Rheinhardt2022-02-13
* avcodec/msmpeg4.h: Move decoder-only parts to a new headerAndreas Rheinhardt2022-02-13
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avcodec/mss2: Remove redundant initialization of vc1 dspAndreas Rheinhardt2021-04-12
* avcodec/vc1: Don't pretend ff_vc1_init_common() can failAndreas Rheinhardt2021-04-12
* libavcodec/vc1: Remove bits variableMichael Niedermayer2020-01-11
* avcodec/decode: add a flags parameter to ff_reget_buffer()James Almer2019-09-04
* avcodec/mss1: check for overread and forward errorsMichael Niedermayer2019-08-05
* avcodec/mss2: Provide non NULL context to av_log()Michael Niedermayer2019-01-01
* fix MSVC compilation errorsMateusz2017-12-10
* Merge commit '15b4f494fc6bddb8178fdb5aed18b420efc75e22'James Almer2017-03-21
|\
| * mss*: Change type of array stride parameters to ptrdiff_tDiego Biurrun2016-09-29
* | mss2: only use error correction for matching block countsAndreas Cadhalpun2016-11-25
* | Merge commit '59c6509d9f0236acbc317198eab76dab8320bced'Clément Bœsch2016-06-29
|\|
| * mss2: Drop a silly assertDiego Biurrun2016-06-07
* | Merge commit 'f9fbd474676e903e12efe83203697d60a9d28cf9'Derek Buitenhuis2016-02-24
|\|
| * msmpeg4data: Move WMV2 data tables to their own fileDiego Biurrun2016-02-19
* | avcodec/mss2: Check for repeat overflowMichael Niedermayer2016-01-10
* | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-27
|\|
| * lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-27
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-27
|\|
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* | avcodec/mss2: Fix integer overflowMichael Niedermayer2015-07-01
* | Merge commit '31a117a0e6d6eafdf997bfe0843f3e3d39cc0332'Michael Niedermayer2015-06-01
|\|
| * mpegvideo: msmpeg4: Move function declarationsVittorio Giovara2015-05-31
* | avcodec/mss2: use < 0 instead of != 0 to check for error of vlc initializationMichael Niedermayer2015-05-19
* | Merge commit '835f798c7d20bca89eb4f3593846251ad0d84e4b'Michael Niedermayer2014-08-15
|\|
| * mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixesDiego Biurrun2014-08-15
* | Merge commit '7b9ef8d701c319c26f7d0664fe977e176764c74e'Michael Niedermayer2014-06-23
|\|
| * mpeg: Split error resilience bits off into a separate fileDiego Biurrun2014-06-22