aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/nuv.c
Commit message (Expand)AuthorAgeFilesLines
* avutil/imgutils: Add wrapper for av_image_copy() to avoid castsAndreas Rheinhardt2023-09-121-2/+2
* avcodec: use the new AVFrame key_frame flag in all decoders and encodersJames Almer2023-05-041-1/+4
* avcodec: add AVCodecContext.frame_num as 64 bit variant to frame_numberMarton Balint2023-02-131-1/+1
* avcodec/jpegtables: remove duplicate luma and chroma quantization tablesPeter Ross2022-10-261-24/+3
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-1/+1
* avcodec/internal: Move ff_set_dimensions() to decode.hAndreas Rheinhardt2022-08-271-5/+1
* avcodec/internal: Move ff_reget_buffer() to decode.hAndreas Rheinhardt2022-08-271-0/+1
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-1/+1
* 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/nuv: Mark decoder as init-threadsafeAndreas Rheinhardt2021-05-121-1/+1
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avcodec/nuv: widen buf_size typeMichael Niedermayer2020-05-121-1/+1
* avcodec/nuv: Use ff_set_dimensions()Michael Niedermayer2019-11-251-3/+3
* avcodec/nuv: Move comptype check upMichael Niedermayer2019-11-251-3/+8
* avcodec/nuv: prevent frame copying when outputting duplicate framesJames Almer2019-09-041-1/+3
* avcodec/decode: add a flags parameter to ff_reget_buffer()James Almer2019-09-041-1/+1
* avcodec/nuv: add FF_CODEC_CAP_INIT_CLEANUPMichael Niedermayer2019-01-121-0/+1
* avcodec/nuv: rtjpeg with dimensions less than 16 would result in no decoded p...Michael Niedermayer2018-03-121-0/+3
* avcodec/nuv: Check for minimum input size for uncomprssed and rtjpegMichael Niedermayer2018-03-121-0/+11
* Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-2/+2
|\
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-2/+2
* | avcodec/nuv: Fix 'libavcodec/nuv.c:83:19: warning: passing argument 3 of av_i...Michael Niedermayer2015-10-221-1/+1
* | Merge commit '13bddab7de10aebf6efb98aa6d7ff0c51bb0e364'Hendrik Leppkes2015-10-221-3/+6
|\|
| * nuv: Replace avpicture functions with imgutilsVittorio Giovara2015-10-211-3/+6
* | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-271-4/+4
|\|
| * lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-271-2/+2
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-1/+1
|\|
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
* | Merge commit '7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0'Michael Niedermayer2015-02-141-1/+1
|\|
| * avcodec: Don't anonymously typedef structsDiego Biurrun2015-02-141-1/+1
* | Merge commit 'e3fcb14347466095839c2a3c47ebecff02da891e'Michael Niedermayer2014-07-011-0/+1
|\|
| * dsputil: Split off IDCT bits into their own contextDiego Biurrun2014-06-301-0/+1
* | Merge commit '1df0b061621b10edde87e3ab7ea83aed381c574f'Michael Niedermayer2014-03-221-8/+4
|\|
| * nuv: Reuse the DSPContext from RTJpegContextDiego Biurrun2014-03-221-8/+4
* | Merge commit 'ed9625eb62be1e1c44cecdd73ea0d80077a15d48'Michael Niedermayer2014-03-131-0/+1
|\|
| * dsputil: Move intreadwrite.h #include from header file to .c filesDiego Biurrun2014-03-131-0/+1
* | avcodec/nuv: zero buffer paddingMichael Niedermayer2013-12-181-0/+1
* | Merge commit '97168b204a0b6b79bb6c5f0d40efdf7fc2262476'Michael Niedermayer2013-11-171-17/+20
|\|
| * nuv: use the AVFrame API properly.Anton Khirnov2013-11-161-17/+20
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-041-1/+1
|\|
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* | oMerge commit '85ac12587bfef970d0e0e4abc292df346daf8478'Michael Niedermayer2013-09-081-2/+4
|\|
| * nuv: check ff_rtjpeg_decode_frame_yuv420 return valueLuca Barbato2013-09-071-2/+4
* | Merge commit '2df0776c2293efb0ac12c003843ce19332342e01'Michael Niedermayer2013-08-141-1/+3
|\|
| * nuv: Use av_fast_reallocLuca Barbato2013-08-131-5/+10
* | Merge commit 'feaaf5f7f0afac7223457f871af2ec9b99eb6cc6'Michael Niedermayer2013-08-141-0/+1
|\|
| * nuv: Reset the frame on resizeLuca Barbato2013-08-131-0/+1