| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec: Remove redundant pix_fmts from decoders | Andreas Rheinhardt | 2024-02-09 | 1 | -2/+0 |
* | avcodec/svq1dec: Increase size of VLC | Andreas Rheinhardt | 2023-10-31 | 1 | -3/+3 |
* | avcodec/svq1dec: Avoid superfluous VLC structures | Andreas Rheinhardt | 2023-10-31 | 1 | -44/+38 |
* | avcodec/svq1dec: fix runtime error: applying non-zero offset 4 to null pointer | Paul B Mahol | 2023-09-23 | 1 | -1/+3 |
* | avcodec/vlc: Use proper namespace | Andreas Rheinhardt | 2023-09-11 | 1 | -8/+8 |
* | all: Use av_frame_replace() where appropriate | Andreas Rheinhardt | 2023-09-10 | 1 | -2/+1 |
* | avcodec/svq1dec: detect buggy FFmpeg encoder and apply correction to interfra... | Peter Ross | 2022-11-01 | 1 | -9/+23 |
* | avcodec/codec_internal: Add macro to set AVCodec.long_name | Andreas Rheinhardt | 2022-09-03 | 1 | -1/+1 |
* | avcodec/internal: Move ff_set_dimensions() to decode.h | Andreas Rheinhardt | 2022-08-27 | 1 | -1/+0 |
* | avcodec/internal: Move ff_get_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/vlc: Use structure instead of VLC_TYPE array as VLC element | Andreas Rheinhardt | 2022-06-17 | 1 | -1/+1 |
* | 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 | -2/+1 |
* | avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec | Andreas Rheinhardt | 2022-03-21 | 1 | -7/+7 |
* | avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h | Andreas Rheinhardt | 2022-03-21 | 1 | -0/+1 |
* | avcodec: Remove unnecessary h263.h inclusions | Andreas Rheinhardt | 2022-01-09 | 1 | -1/+1 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avcodec/svq1dec: use av_fast_padded_malloc() for allocation pmv only when nec... | Paul B Mahol | 2021-03-02 | 1 | -14/+15 |
* | avcodec/svq1dec: Increase nb_bits of VLC to read it in one go | Andreas Rheinhardt | 2020-12-31 | 1 | -3/+5 |
* | avcodec/svq1dec: Make decoder init-threadsafe | Andreas Rheinhardt | 2020-11-29 | 1 | -16/+22 |
* | avcodec/svq1dec: use av_malloc_array() to allocate pmv | Paul B Mahol | 2020-09-17 | 1 | -1/+1 |
* | avcodec/svq1dec: Check that there is data left after the header | Michael Niedermayer | 2020-04-29 | 1 | -0/+2 |
* | libavcodec/svq: Remove ff_svq1_packet_checksum() | Michael Niedermayer | 2020-02-19 | 1 | -3/+3 |
* | Revert "avcodec/svq1: zero initialize entries array" | Clément Bœsch | 2017-04-10 | 1 | -2/+2 |
* | avcodec/svq1: zero initialize entries array | James Almer | 2017-04-09 | 1 | -2/+2 |
* | Merge commit '21e500ba647aec233d5930d3d1081489d0d53ceb' | Clément Bœsch | 2017-03-20 | 1 | -6/+6 |
|\ |
|
| * | svq1dec: Change type of array pitch parameters to ptrdiff_t | Diego Biurrun | 2016-09-04 | 1 | -6/+6 |
* | | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb' | Clément Bœsch | 2016-06-21 | 1 | -2/+2 |
|\| |
|
| * | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -1/+1 |
| * | Drop pointless assert.h #includes | Diego Biurrun | 2016-05-03 | 1 | -3/+0 |
* | | avcodec/svq1dec: Check init_get_bits8() for failure | Michael Niedermayer | 2015-09-04 | 1 | -1/+4 |
* | | 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 |
* | | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
|\| |
|
| * | lavc: AV-prefix all codec flags | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | | avcodec/svq1dec: Remove duplicate buf_size check | Michael Niedermayer | 2015-05-15 | 1 | -3/+0 |
* | | Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' | Michael Niedermayer | 2015-04-20 | 1 | -7/+7 |
|\| |
|
| * | lavc: Replace av_dlog and tprintf with internal macros | Vittorio Giovara | 2015-04-19 | 1 | -7/+7 |
* | | avcodec/svq1dec: Fix undefined shifts | Michael Niedermayer | 2015-03-13 | 1 | -2/+4 |
* | | avcodec/svq1dec: Add assert to ensure "stages >= 0" | Michael Niedermayer | 2015-02-03 | 1 | -0/+2 |
* | | Merge commit '9b8c8a9395c849639aea0f6b5300e991e93c3a73' | Michael Niedermayer | 2015-02-03 | 1 | -2/+2 |
|\| |
|
| * | svq1dec: Validate the stages value strictly | Luca Barbato | 2015-02-03 | 1 | -2/+2 |
* | | avcodec/svq1dec: remove unneeded #include, there are no assert() | Paul B Mahol | 2015-01-31 | 1 | -3/+0 |
* | | Merge commit '5a82ad644f281701eb22e0359fd732fac67aafa4' | Michael Niedermayer | 2014-12-15 | 1 | -2/+3 |
|\| |
|
| * | svq1dec: Unbreak the scratch buffer allocation | Michael Niedermayer | 2014-12-14 | 1 | -2/+3 |
* | | avcodec/svq1dec: zero terminate embedded message before printing | Michael Niedermayer | 2014-10-30 | 1 | -3/+4 |
* | | Correct few "ffmpeg" typos | Paul B Mahol | 2014-08-24 | 1 | -2/+2 |
* | | avcodec/svq1dec: Fix multiple bugs from "svq1: do not modify the input packet" | Michael Niedermayer | 2014-08-07 | 1 | -1/+2 |
* | | Merge commit '7b588bb691644e1b3c168b99accf74248a24e3cf' | Michael Niedermayer | 2014-08-07 | 1 | -1/+23 |
|\| |
|