| Commit message (Expand) | Author | Age | Files | Lines |
* | avutil/imgutils: Add wrapper for av_image_copy() to avoid casts | Andreas Rheinhardt | 2023-09-12 | 1 | -2/+2 |
* | avcodec: use the new AVFrame key_frame flag in all decoders and encoders | James Almer | 2023-05-04 | 1 | -1/+4 |
* | avcodec: add AVCodecContext.frame_num as 64 bit variant to frame_number | Marton Balint | 2023-02-13 | 1 | -1/+1 |
* | avcodec/jpegtables: remove duplicate luma and chroma quantization tables | Peter Ross | 2022-10-26 | 1 | -24/+3 |
* | 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 | -5/+1 |
* | 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/+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 | -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/nuv: Mark decoder as init-threadsafe | Andreas Rheinhardt | 2021-05-12 | 1 | -1/+1 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avcodec/nuv: widen buf_size type | Michael Niedermayer | 2020-05-12 | 1 | -1/+1 |
* | avcodec/nuv: Use ff_set_dimensions() | Michael Niedermayer | 2019-11-25 | 1 | -3/+3 |
* | avcodec/nuv: Move comptype check up | Michael Niedermayer | 2019-11-25 | 1 | -3/+8 |
* | avcodec/nuv: prevent frame copying when outputting duplicate frames | James Almer | 2019-09-04 | 1 | -1/+3 |
* | avcodec/decode: add a flags parameter to ff_reget_buffer() | James Almer | 2019-09-04 | 1 | -1/+1 |
* | avcodec/nuv: add FF_CODEC_CAP_INIT_CLEANUP | Michael Niedermayer | 2019-01-12 | 1 | -0/+1 |
* | avcodec/nuv: rtjpeg with dimensions less than 16 would result in no decoded p... | Michael Niedermayer | 2018-03-12 | 1 | -0/+3 |
* | avcodec/nuv: Check for minimum input size for uncomprssed and rtjpeg | Michael Niedermayer | 2018-03-12 | 1 | -0/+11 |
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb' | Clément Bœsch | 2016-06-21 | 1 | -2/+2 |
|\ |
|
| * | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -2/+2 |
* | | avcodec/nuv: Fix 'libavcodec/nuv.c:83:19: warning: passing argument 3 of av_i... | Michael Niedermayer | 2015-10-22 | 1 | -1/+1 |
* | | Merge commit '13bddab7de10aebf6efb98aa6d7ff0c51bb0e364' | Hendrik Leppkes | 2015-10-22 | 1 | -3/+6 |
|\| |
|
| * | nuv: Replace avpicture functions with imgutils | Vittorio Giovara | 2015-10-21 | 1 | -3/+6 |
* | | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba' | Michael Niedermayer | 2015-07-27 | 1 | -4/+4 |
|\| |
|
| * | lavc: Consistently prefix input buffer defines | Vittorio Giovara | 2015-07-27 | 1 | -2/+2 |
* | | 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 '7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0' | Michael Niedermayer | 2015-02-14 | 1 | -1/+1 |
|\| |
|
| * | avcodec: Don't anonymously typedef structs | Diego Biurrun | 2015-02-14 | 1 | -1/+1 |
* | | Merge commit 'e3fcb14347466095839c2a3c47ebecff02da891e' | Michael Niedermayer | 2014-07-01 | 1 | -0/+1 |
|\| |
|
| * | dsputil: Split off IDCT bits into their own context | Diego Biurrun | 2014-06-30 | 1 | -0/+1 |
* | | Merge commit '1df0b061621b10edde87e3ab7ea83aed381c574f' | Michael Niedermayer | 2014-03-22 | 1 | -8/+4 |
|\| |
|
| * | nuv: Reuse the DSPContext from RTJpegContext | Diego Biurrun | 2014-03-22 | 1 | -8/+4 |
* | | Merge commit 'ed9625eb62be1e1c44cecdd73ea0d80077a15d48' | Michael Niedermayer | 2014-03-13 | 1 | -0/+1 |
|\| |
|
| * | dsputil: Move intreadwrite.h #include from header file to .c files | Diego Biurrun | 2014-03-13 | 1 | -0/+1 |
* | | avcodec/nuv: zero buffer padding | Michael Niedermayer | 2013-12-18 | 1 | -0/+1 |
* | | Merge commit '97168b204a0b6b79bb6c5f0d40efdf7fc2262476' | Michael Niedermayer | 2013-11-17 | 1 | -17/+20 |
|\| |
|
| * | nuv: use the AVFrame API properly. | Anton Khirnov | 2013-11-16 | 1 | -17/+20 |
* | | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2' | Michael Niedermayer | 2013-10-04 | 1 | -1/+1 |
|\| |
|
| * | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -1/+1 |
* | | oMerge commit '85ac12587bfef970d0e0e4abc292df346daf8478' | Michael Niedermayer | 2013-09-08 | 1 | -2/+4 |
|\| |
|
| * | nuv: check ff_rtjpeg_decode_frame_yuv420 return value | Luca Barbato | 2013-09-07 | 1 | -2/+4 |
* | | Merge commit '2df0776c2293efb0ac12c003843ce19332342e01' | Michael Niedermayer | 2013-08-14 | 1 | -1/+3 |
|\| |
|
| * | nuv: Use av_fast_realloc | Luca Barbato | 2013-08-13 | 1 | -5/+10 |
* | | Merge commit 'feaaf5f7f0afac7223457f871af2ec9b99eb6cc6' | Michael Niedermayer | 2013-08-14 | 1 | -0/+1 |
|\| |
|
| * | nuv: Reset the frame on resize | Luca Barbato | 2013-08-13 | 1 | -0/+1 |