| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/codec_internal: Add macro to set AVCodec.long_name | Andreas Rheinhardt | 2022-09-03 | 1 | -1/+1 |
* | avcodec/internal: Move ff_get_buffer() to decode.h | Andreas Rheinhardt | 2022-08-27 | 1 | -1/+0 |
* | avcodec/internal: Move ff_reget_buffer() to decode.h | Andreas Rheinhardt | 2022-08-27 | 1 | -0/+1 |
* | avcodec: Make init-threadsafety the default | Andreas Rheinhardt | 2022-07-18 | 1 | -1/+0 |
* | avcodec/mss2: Remove write-only QpelDSPContext | Andreas Rheinhardt | 2022-05-19 | 1 | -2/+0 |
* | avcodec/codec_internal: Use union for FFCodec decode/encode callbacks | Andreas Rheinhardt | 2022-04-05 | 1 | -1/+1 |
* | avcodec/codec_internal: Make FFCodec.decode use AVFrame* | Andreas Rheinhardt | 2022-04-05 | 1 | -3/+2 |
* | avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec | Andreas Rheinhardt | 2022-03-21 | 1 | -6/+6 |
* | avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h | Andreas Rheinhardt | 2022-03-21 | 1 | -0/+1 |
* | avcodec/msmpeg4dec: Make initializing VLCs thread-safe | Andreas Rheinhardt | 2022-02-18 | 1 | -0/+1 |
* | avcodec/mpegvideo: Move decoder-only stuff to a new header | Andreas Rheinhardt | 2022-02-13 | 1 | -0/+1 |
* | avcodec/msmpeg4.h: Move decoder-only parts to a new header | Andreas Rheinhardt | 2022-02-13 | 1 | -1/+1 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avcodec/mss2: Remove redundant initialization of vc1 dsp | Andreas Rheinhardt | 2021-04-12 | 1 | -1/+0 |
* | avcodec/vc1: Don't pretend ff_vc1_init_common() can fail | Andreas Rheinhardt | 2021-04-12 | 1 | -2/+1 |
* | libavcodec/vc1: Remove bits variable | Michael Niedermayer | 2020-01-11 | 1 | -2/+0 |
* | avcodec/decode: add a flags parameter to ff_reget_buffer() | James Almer | 2019-09-04 | 1 | -1/+1 |
* | avcodec/mss1: check for overread and forward errors | Michael Niedermayer | 2019-08-05 | 1 | -0/+1 |
* | avcodec/mss2: Provide non NULL context to av_log() | Michael Niedermayer | 2019-01-01 | 1 | -3/+3 |
* | fix MSVC compilation errors | Mateusz | 2017-12-10 | 1 | -3/+3 |
* | Merge commit '15b4f494fc6bddb8178fdb5aed18b420efc75e22' | James Almer | 2017-03-21 | 1 | -3/+3 |
|\ |
|
| * | mss*: Change type of array stride parameters to ptrdiff_t | Diego Biurrun | 2016-09-29 | 1 | -3/+3 |
* | | mss2: only use error correction for matching block counts | Andreas Cadhalpun | 2016-11-25 | 1 | -1/+7 |
* | | Merge commit '59c6509d9f0236acbc317198eab76dab8320bced' | Clément Bœsch | 2016-06-29 | 1 | -3/+0 |
|\| |
|
| * | mss2: Drop a silly assert | Diego Biurrun | 2016-06-07 | 1 | -3/+0 |
* | | Merge commit 'f9fbd474676e903e12efe83203697d60a9d28cf9' | Derek Buitenhuis | 2016-02-24 | 1 | -1/+1 |
|\| |
|
| * | msmpeg4data: Move WMV2 data tables to their own file | Diego Biurrun | 2016-02-19 | 1 | -1/+1 |
* | | avcodec/mss2: Check for repeat overflow | Michael Niedermayer | 2016-01-10 | 1 | -1/+6 |
* | | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
|\| |
|
| * | lavc: Consistently prefix input buffer defines | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
|\| |
|
| * | lavc: AV-prefix all codec capabilities | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | | avcodec/mss2: Fix integer overflow | Michael Niedermayer | 2015-07-01 | 1 | -3/+3 |
* | | Merge commit '31a117a0e6d6eafdf997bfe0843f3e3d39cc0332' | Michael Niedermayer | 2015-06-01 | 1 | -0/+1 |
|\| |
|
| * | mpegvideo: msmpeg4: Move function declarations | Vittorio Giovara | 2015-05-31 | 1 | -0/+1 |
* | | avcodec/mss2: use < 0 instead of != 0 to check for error of vlc initialization | Michael Niedermayer | 2015-05-19 | 1 | -1/+1 |
* | | Merge commit '835f798c7d20bca89eb4f3593846251ad0d84e4b' | Michael Niedermayer | 2014-08-15 | 1 | -3/+3 |
|\| |
|
| * | mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixes | Diego Biurrun | 2014-08-15 | 1 | -3/+3 |
* | | Merge commit '7b9ef8d701c319c26f7d0664fe977e176764c74e' | Michael Niedermayer | 2014-06-23 | 1 | -0/+1 |
|\| |
|
| * | mpeg: Split error resilience bits off into a separate file | Diego Biurrun | 2014-06-22 | 1 | -0/+1 |
* | | Merge commit '368f50359eb328b0b9d67451f56fda20b3255f9a' | Michael Niedermayer | 2014-05-30 | 1 | -2/+5 |
|\| |
|
| * | dsputil: Split off quarterpel bits into their own context | Diego Biurrun | 2014-05-29 | 1 | -2/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2014-04-09 | 1 | -1/+1 |
|\| |
|
| * | mpegvideo: operate with pointers to AVFrames instead of whole structs | wm4 | 2014-04-09 | 1 | -1/+1 |
* | | avcodec/mss2: fix chroma dimensions | Michael Niedermayer | 2014-01-10 | 1 | -2/+2 |
* | | Merge commit 'ebfe622bb1ca57cecb932e42926745cba7161913' | Michael Niedermayer | 2014-01-09 | 1 | -2/+0 |
|\| |
|
| * | mpegvideo: drop support for real (non-emulated) edges | Anton Khirnov | 2014-01-09 | 1 | -2/+0 |
* | | Avoid using empty macro arguments. | Reimar Döffinger | 2013-12-31 | 1 | -2/+2 |
* | | Merge commit '66499f34b56fc6a9fdef25543bd9d576fc787895' | Michael Niedermayer | 2013-12-06 | 1 | -7/+0 |
|\| |
|
| * | mpegvideo: do not set current_picture_ptr in decoders | Anton Khirnov | 2013-12-05 | 1 | -7/+0 |