summaryrefslogtreecommitdiff
path: root/libavcodec/svq3.c
Commit message (Expand)AuthorAge
* lavc/svq3: stop including h264dec.hAnton Khirnov2022-01-24
* avcodec/svq3: Remove dead topright_samples_available variable, codeAndreas Rheinhardt2022-01-13
* avcodec/mpegvideo, svq3: Remove unused next_p_frame_damagedAndreas Rheinhardt2022-01-13
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-20
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avcodec/svq3: Free array of frames in a loopAndreas Rheinhardt2021-04-26
* avcodec/svq3: Remove unused function parameterAndreas Rheinhardt2021-04-26
* avcodec/svq3: Don't copy watermarked frame data twiceAndreas Rheinhardt2021-03-23
* avcodec/svq3: Use av_fast_padded_malloc() instead of av_fast_malloc()Andreas Rheinhardt2021-03-23
* lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov2021-01-01
* avcodec/svq3: Avoid overhead of AVBuffer APIAndreas Rheinhardt2020-09-17
* avcodec/svq3: Remove unused bufferAndreas Rheinhardt2020-09-17
* avcodec/svq3: Fix memleaks upon allocation errorAndreas Rheinhardt2020-09-17
* avcodec/svq3: Fix segfault on allocation error, avoid allocationsAndreas Rheinhardt2020-09-17
* libavcodec/svq: Remove ff_svq1_packet_checksum()Michael Niedermayer2020-02-19
* avcodec/svq3: Use ff_set_dimension()Michael Niedermayer2019-07-08
* lavc/svq3: Fix regression decoding some files.Nikolas Bowe2018-08-03
* lavc/svq3: Do not write into memory defined as const.Carl Eugen Hoyos2018-01-21
* Merge commit 'b2788fe9347c02b1355574f3d28d60bfe1250ea7'James Almer2017-10-03
|\
| * svq3: fix the slice size checkAnton Khirnov2017-02-25
| * svq3: Convert to the new bitstream readerAlexandra Hájková2017-02-02
| * golomb: Convert to the new bitstream readerDiego Biurrun2017-01-31
| * svq3: Drop unused function dctcoef_get()Diego Biurrun2016-11-03
* | avcodec/svq3: Fix overflow in svq3_add_idct_c()Michael Niedermayer2017-09-22
* | avcodec/svq3: Fix runtime error: left shift of negative value -6Michael Niedermayer2017-05-16
* | avcodec/svq3: Fix runtime error: signed integer overflow: 169 * 12717677 cann...Michael Niedermayer2017-05-13
* | avcodec/svq3: Fix multiple runtime error: signed integer overflow: -237341 * ...Michael Niedermayer2017-05-10
* | avcodec/svq3: Fix multiple runtime error: signed integer overflow: 44161 * 61...Michael Niedermayer2017-05-07
* | avcodec/svq3: Reject dx/dy beyond 16bitMichael Niedermayer2017-05-03
* | avcodec/svq3: Increase offsets to prevent integer overflowsMichael Niedermayer2017-05-03
* | lavc/svq3: Remove an unused function.Carl Eugen Hoyos2017-02-27
* | lavc/svq3: Fail for media key encryption.Carl Eugen Hoyos2017-01-24
* | lavc: Remove CR/LF from avpriv_request_sample() calls.Carl Eugen Hoyos2016-12-03
* | avcodec/svq3: Reintroduce slice_typeMichael Niedermayer2016-09-08
* | avcodec/svq3: fix slice size checkMichael Niedermayer2016-08-20
* | avcodec/vdpau: clean up vdpau_internal.hJames Almer2016-08-04
* | Merge commit '4e2f6212483ae1b2a4043cddf0a1cb001b476abc'Clément Bœsch2016-07-29
|\|
| * svq3: stop using H264PictureAnton Khirnov2016-06-21
* | Merge commit '9df889a5f116c1ee78c2f239e0ba599c492431aa'Clément Bœsch2016-07-29
|\|
| * h264: rename h264.[ch] to h264dec.[ch]Anton Khirnov2016-06-21
* | Merge commit '4024b566d664a4b161d677554be52f32e7ad4236'Hendrik Leppkes2016-06-26
|\|
| * golomb: Give svq3_get_se_golomb()/svq3_get_ue_golomb() better namesDiego Biurrun2016-05-25
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-21
|\|
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
| * svq3: drop the build dependency on the h264 decoderAnton Khirnov2016-03-28
* | Merge commit 'a4d126dc59c39bb03e5e444432d1b27af26a45b4'Derek Buitenhuis2016-05-03
|\|
| * svq3: eliminate remaining H264Context usage.Anton Khirnov2016-03-28
* | Merge commit '7bbdae81e895a49125dba58bad01b98389966c39'Derek Buitenhuis2016-05-03
|\|
| * svq3: move block_offset to SVQ3ContextAnton Khirnov2016-03-28
* | Merge commit '1848a154a49d18c1f31f54ee75c7445dc49a7ecc'Derek Buitenhuis2016-05-03
|\|