| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | -3/+0 |
* | avcodec/internal: Move ff_get_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 | -4/+4 |
* | avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec | Andreas Rheinhardt | 2022-03-21 | 1 | -7/+7 |
* | avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h | Andreas Rheinhardt | 2022-03-21 | 1 | -0/+1 |
* | avcodec/svq3: Mark decoder as init-threadsafe | Andreas Rheinhardt | 2022-02-18 | 1 | -1/+1 |
* | lavc/svq3: stop including h264dec.h | Anton Khirnov | 2022-01-26 | 1 | -1/+4 |
* | avcodec/svq3: Remove dead topright_samples_available variable, code | Andreas Rheinhardt | 2022-01-13 | 1 | -9/+2 |
* | avcodec/mpegvideo, svq3: Remove unused next_p_frame_damaged | Andreas Rheinhardt | 2022-01-13 | 1 | -8/+0 |
* | Replace all occurences of av_mallocz_array() by av_calloc() | Andreas Rheinhardt | 2021-09-20 | 1 | -1/+1 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avcodec/svq3: Free array of frames in a loop | Andreas Rheinhardt | 2021-04-26 | 1 | -6/+4 |
* | avcodec/svq3: Remove unused function parameter | Andreas Rheinhardt | 2021-04-26 | 1 | -5/+5 |
* | avcodec/svq3: Don't copy watermarked frame data twice | Andreas Rheinhardt | 2021-03-23 | 1 | -18/+1 |
* | avcodec/svq3: Use av_fast_padded_malloc() instead of av_fast_malloc() | Andreas Rheinhardt | 2021-03-23 | 1 | -2/+2 |
* | lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bump | Anton Khirnov | 2021-01-01 | 1 | -0/+1 |
* | avcodec/svq3: Avoid overhead of AVBuffer API | Andreas Rheinhardt | 2020-09-17 | 1 | -9/+8 |
* | avcodec/svq3: Remove unused buffer | Andreas Rheinhardt | 2020-09-17 | 1 | -9/+1 |
* | avcodec/svq3: Fix memleaks upon allocation error | Andreas Rheinhardt | 2020-09-17 | 1 | -26/+13 |
* | avcodec/svq3: Fix segfault on allocation error, avoid allocations | Andreas Rheinhardt | 2020-09-17 | 1 | -10/+4 |
* | libavcodec/svq: Remove ff_svq1_packet_checksum() | Michael Niedermayer | 2020-02-19 | 1 | -1/+4 |
* | avcodec/svq3: Use ff_set_dimension() | Michael Niedermayer | 2019-07-08 | 1 | -16/+20 |
* | lavc/svq3: Fix regression decoding some files. | Nikolas Bowe | 2018-08-03 | 1 | -5/+4 |
* | lavc/svq3: Do not write into memory defined as const. | Carl Eugen Hoyos | 2018-01-21 | 1 | -4/+4 |
* | Merge commit 'b2788fe9347c02b1355574f3d28d60bfe1250ea7' | James Almer | 2017-10-03 | 1 | -5/+4 |
|\ |
|
| * | svq3: fix the slice size check | Anton Khirnov | 2017-02-25 | 1 | -5/+4 |
| * | svq3: Convert to the new bitstream reader | Alexandra Hájková | 2017-02-02 | 1 | -66/+66 |
| * | golomb: Convert to the new bitstream reader | Diego Biurrun | 2017-01-31 | 1 | -1/+2 |
| * | svq3: Drop unused function dctcoef_get() | Diego Biurrun | 2016-11-03 | 1 | -5/+0 |
* | | avcodec/svq3: Fix overflow in svq3_add_idct_c() | Michael Niedermayer | 2017-09-22 | 1 | -1/+1 |
* | | avcodec/svq3: Fix runtime error: left shift of negative value -6 | Michael Niedermayer | 2017-05-16 | 1 | -2/+2 |
* | | avcodec/svq3: Fix runtime error: signed integer overflow: 169 * 12717677 cann... | Michael Niedermayer | 2017-05-13 | 1 | -1/+1 |
* | | avcodec/svq3: Fix multiple runtime error: signed integer overflow: -237341 * ... | Michael Niedermayer | 2017-05-10 | 1 | -8/+8 |
* | | avcodec/svq3: Fix multiple runtime error: signed integer overflow: 44161 * 61... | Michael Niedermayer | 2017-05-07 | 1 | -5/+5 |
* | | avcodec/svq3: Reject dx/dy beyond 16bit | Michael Niedermayer | 2017-05-03 | 1 | -1/+1 |
* | | avcodec/svq3: Increase offsets to prevent integer overflows | Michael Niedermayer | 2017-05-03 | 1 | -6/+6 |
* | | lavc/svq3: Remove an unused function. | Carl Eugen Hoyos | 2017-02-27 | 1 | -5/+0 |
* | | lavc/svq3: Fail for media key encryption. | Carl Eugen Hoyos | 2017-01-24 | 1 | -3/+5 |
* | | lavc: Remove CR/LF from avpriv_request_sample() calls. | Carl Eugen Hoyos | 2016-12-03 | 1 | -1/+1 |
* | | avcodec/svq3: Reintroduce slice_type | Michael Niedermayer | 2016-09-08 | 1 | -1/+7 |
* | | avcodec/svq3: fix slice size check | Michael Niedermayer | 2016-08-20 | 1 | -1/+1 |
* | | avcodec/vdpau: clean up vdpau_internal.h | James Almer | 2016-08-04 | 1 | -1/+0 |
* | | Merge commit '4e2f6212483ae1b2a4043cddf0a1cb001b476abc' | Clément Bœsch | 2016-07-29 | 1 | -10/+24 |
|\| |
|
| * | svq3: stop using H264Picture | Anton Khirnov | 2016-06-21 | 1 | -10/+24 |
* | | Merge commit '9df889a5f116c1ee78c2f239e0ba599c492431aa' | Clément Bœsch | 2016-07-29 | 1 | -1/+1 |
|\| |
|
| * | h264: rename h264.[ch] to h264dec.[ch] | Anton Khirnov | 2016-06-21 | 1 | -1/+1 |
* | | Merge commit '4024b566d664a4b161d677554be52f32e7ad4236' | Hendrik Leppkes | 2016-06-26 | 1 | -12/+12 |
|\| |
|