summaryrefslogtreecommitdiff
path: root/libavcodec/svq3.c
Commit message (Expand)AuthorAgeFilesLines
* 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/svq3: Free array of frames in a loopAndreas Rheinhardt2021-04-261-6/+4
* avcodec/svq3: Remove unused function parameterAndreas Rheinhardt2021-04-261-5/+5
* avcodec/svq3: Don't copy watermarked frame data twiceAndreas Rheinhardt2021-03-231-18/+1
* avcodec/svq3: Use av_fast_padded_malloc() instead of av_fast_malloc()Andreas Rheinhardt2021-03-231-2/+2
* lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov2021-01-011-0/+1
* avcodec/svq3: Avoid overhead of AVBuffer APIAndreas Rheinhardt2020-09-171-9/+8
* avcodec/svq3: Remove unused bufferAndreas Rheinhardt2020-09-171-9/+1
* avcodec/svq3: Fix memleaks upon allocation errorAndreas Rheinhardt2020-09-171-26/+13
* avcodec/svq3: Fix segfault on allocation error, avoid allocationsAndreas Rheinhardt2020-09-171-10/+4
* libavcodec/svq: Remove ff_svq1_packet_checksum()Michael Niedermayer2020-02-191-1/+4
* avcodec/svq3: Use ff_set_dimension()Michael Niedermayer2019-07-081-16/+20
* lavc/svq3: Fix regression decoding some files.Nikolas Bowe2018-08-031-5/+4
* lavc/svq3: Do not write into memory defined as const.Carl Eugen Hoyos2018-01-211-4/+4
* Merge commit 'b2788fe9347c02b1355574f3d28d60bfe1250ea7'James Almer2017-10-031-5/+4
|\
| * svq3: fix the slice size checkAnton Khirnov2017-02-251-5/+4
| * svq3: Convert to the new bitstream readerAlexandra Hájková2017-02-021-66/+66
| * golomb: Convert to the new bitstream readerDiego Biurrun2017-01-311-1/+2
| * svq3: Drop unused function dctcoef_get()Diego Biurrun2016-11-031-5/+0
* | avcodec/svq3: Fix overflow in svq3_add_idct_c()Michael Niedermayer2017-09-221-1/+1
* | avcodec/svq3: Fix runtime error: left shift of negative value -6Michael Niedermayer2017-05-161-2/+2
* | avcodec/svq3: Fix runtime error: signed integer overflow: 169 * 12717677 cann...Michael Niedermayer2017-05-131-1/+1
* | avcodec/svq3: Fix multiple runtime error: signed integer overflow: -237341 * ...Michael Niedermayer2017-05-101-8/+8
* | avcodec/svq3: Fix multiple runtime error: signed integer overflow: 44161 * 61...Michael Niedermayer2017-05-071-5/+5
* | avcodec/svq3: Reject dx/dy beyond 16bitMichael Niedermayer2017-05-031-1/+1
* | avcodec/svq3: Increase offsets to prevent integer overflowsMichael Niedermayer2017-05-031-6/+6
* | lavc/svq3: Remove an unused function.Carl Eugen Hoyos2017-02-271-5/+0
* | lavc/svq3: Fail for media key encryption.Carl Eugen Hoyos2017-01-241-3/+5
* | lavc: Remove CR/LF from avpriv_request_sample() calls.Carl Eugen Hoyos2016-12-031-1/+1
* | avcodec/svq3: Reintroduce slice_typeMichael Niedermayer2016-09-081-1/+7
* | avcodec/svq3: fix slice size checkMichael Niedermayer2016-08-201-1/+1
* | avcodec/vdpau: clean up vdpau_internal.hJames Almer2016-08-041-1/+0
* | Merge commit '4e2f6212483ae1b2a4043cddf0a1cb001b476abc'Clément Bœsch2016-07-291-10/+24
|\ \ | |/
| * svq3: stop using H264PictureAnton Khirnov2016-06-211-10/+24
* | Merge commit '9df889a5f116c1ee78c2f239e0ba599c492431aa'Clément Bœsch2016-07-291-1/+1
|\ \ | |/
| * h264: rename h264.[ch] to h264dec.[ch]Anton Khirnov2016-06-211-1/+1
* | Merge commit '4024b566d664a4b161d677554be52f32e7ad4236'Hendrik Leppkes2016-06-261-12/+12
|\ \ | |/
| * golomb: Give svq3_get_se_golomb()/svq3_get_ue_golomb() better namesDiego Biurrun2016-05-251-12/+12
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-1/+1
|\ \ | |/
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-1/+1
| * svq3: drop the build dependency on the h264 decoderAnton Khirnov2016-03-281-0/+1
* | Merge commit 'a4d126dc59c39bb03e5e444432d1b27af26a45b4'Derek Buitenhuis2016-05-031-58/+34
|\ \ | |/
| * svq3: eliminate remaining H264Context usage.Anton Khirnov2016-03-281-56/+33
* | Merge commit '7bbdae81e895a49125dba58bad01b98389966c39'Derek Buitenhuis2016-05-031-7/+8
|\ \ | |/
| * svq3: move block_offset to SVQ3ContextAnton Khirnov2016-03-281-7/+8
* | Merge commit '1848a154a49d18c1f31f54ee75c7445dc49a7ecc'Derek Buitenhuis2016-05-031-30/+31
|\ \ | |/
| * svq3: stop using H264Context.gbAnton Khirnov2016-03-281-30/+31
* | Merge commit 'ea6ab02a174bcc11f3eaa1b840c9a4c895968690'Derek Buitenhuis2016-05-031-18/+22
|\ \ | |/
| * svq3: move the frame num variables to the SVQ3ContextAnton Khirnov2016-03-281-18/+22