summaryrefslogtreecommitdiff
path: root/libavcodec/g2meet.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec: use the new AVFrame key_frame flag in all decoders and encodersJames Almer2023-05-041-1/+4
* avcodec/g2meet: Replace fake allocation avoidance for framebufMichael Niedermayer2023-04-221-9/+10
* avcodec: add AVCodecContext.frame_num as 64 bit variant to frame_numberMarton Balint2023-02-131-2/+2
* avcodec/g2meet: Pre-permute quantization tablesAndreas Rheinhardt2022-10-241-13/+14
* avcodec/g2meet: Only keep what is used from ScanTableAndreas Rheinhardt2022-10-241-4/+4
* avcodec/blockdsp: Remove unused AVCodecContext parameterAndreas Rheinhardt2022-09-211-1/+1
* 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-3/+0
* avcodec/internal: Move ff_get_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-2/+1
* 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/g2meet: Cleanup generically on init failureAndreas Rheinhardt2022-02-111-2/+1
* avcodec/jpegtables: Unavpriv MJPEG-tablesAndreas Rheinhardt2022-01-041-8/+8
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-201-1/+1
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avcodec/g2meet: Fix undefined NULL + 0Andreas Rheinhardt2021-04-011-1/+1
* avcodec/g2meet, mjpegdec: Factor out common VLC initialization codeAndreas Rheinhardt2021-02-231-29/+9
* lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov2021-01-011-0/+1
* avcodec/g2meet: Use least max_depth in get_vlc2()Andreas Rheinhardt2020-11-241-2/+2
* lavc, lavf: Remove newlines from calls to avpriv_request_sample().Carl Eugen Hoyos2020-10-111-1/+1
* avcodec/g2meet: Check tile_width in epic_jb_decode_tile()Michael Niedermayer2020-05-101-0/+5
* avcodec/g2meet: Check for end of input in jpg_decode_block()Michael Niedermayer2019-10-021-0/+3
* avcodec/g2meet: Check if adjusted pixel was on the stackMichael Niedermayer2019-10-021-0/+3
* avcodec/g2meet: ask for sample with overflowing RGBMichael Niedermayer2018-05-171-1/+1
* avcodec/g2meet: Check RGB upper limitMichael Niedermayer2018-05-171-1/+1
* avcodec/g2meet: Change order of operations to avoid undefined behaviorMichael Niedermayer2018-05-061-3/+5
* avcodec/elsdec: Fix memleaksMichael Niedermayer2018-04-251-0/+1
* avcodec/g2meet: Check tile dimensions with av_image_check_size2()Michael Niedermayer2018-02-271-1/+3
* libavcodec/blockdsp : add AVX versionMartin Vignali2017-10-031-1/+1
* Merge commit '67deba8a416d818f3d95aef0aa916589090396e2'Clément Bœsch2017-03-311-6/+5
|\
| * Use avpriv_report_missing_feature() where appropriateDiego Biurrun2016-11-081-6/+5
* | Use correct msvc type specifiers for ptrdiff_t and size_t.Carl Eugen Hoyos2016-03-091-1/+1
* | avcodec/g2meet: Check for ff_els_decode_bit() failure in epic_decode_run_leng...Michael Niedermayer2016-01-101-1/+6
* | Merge commit '3a4d369ea4ded91b1178ae6e2ff0ab9ea470e344'Hendrik Leppkes2015-10-101-2/+1
|\ \ | |/
| * g2m: Relax resolution change constraintsVittorio Giovara2015-10-071-2/+1
* | avcodec/g2meet: Also clear tile dimensions on header_failMichael Niedermayer2015-09-041-0/+2
* | avcodec/g2meet: Fix potential overflow in tile dimensions checkMichael Niedermayer2015-09-041-1/+1
* | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-271-3/+3
|\ \ | |/
| * lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-271-3/+3
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-1/+1
|\ \ | |/
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
* | avcodec/g2meet: Check R/G/B values in epic_decode_pixel_pred()Michael Niedermayer2015-07-101-0/+5
* | avcodec/g2meet: Clear pointers after deallocationMichael Niedermayer2015-07-081-5/+7
* | Merge commit '9eec23b8a7fd0f91827bbc3ed0792c39a8cc9a8a'Michael Niedermayer2015-07-011-11/+1
|\ \ | |/
| * g2meet: use av_ceil_log2 instead of a custom functionJanne Grunau2015-07-011-11/+1
* | Merge commit '4ccccd6c40a6d0ce85e96a6e37f558236e2a6a75'Michael Niedermayer2015-07-011-1/+1
|\ \ | |/
| * g2meet: use an unsigned type for the djb hashJanne Grunau2015-07-011-1/+1