| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | -12/+11 |
* | avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec | Andreas Rheinhardt | 2022-03-21 | 1 | -6/+6 |
* | avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h | Andreas Rheinhardt | 2022-03-21 | 1 | -0/+1 |
* | avcodec/flicvideo: Check remaining bytes in FLI*COPY | Michael Niedermayer | 2021-09-26 | 1 | -0/+2 |
* | avcodec/flicvideo: Mark decoder as init-threadsafe | Andreas Rheinhardt | 2021-05-02 | 1 | -0/+1 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avcodec/decode: add a flags parameter to ff_reget_buffer() | James Almer | 2019-09-04 | 1 | -3/+3 |
* | avcodec/flicvideo: Optimize and Simplify FLI_COPY in flic_decode_frame_24BPP(... | Michael Niedermayer | 2019-08-15 | 1 | -8/+1 |
* | avcodec/flicvideo: Make line_packets int | Michael Niedermayer | 2019-07-21 | 1 | -6/+6 |
* | avcodec/flicvideo: Fix off by 1 error in flic_decode_frame_24BPP() | Michael Niedermayer | 2019-07-08 | 1 | -1/+1 |
* | avcodec/flicvideo: Fix runtime error: signed integer overflow: 4864 * 459296 ... | Michael Niedermayer | 2017-06-10 | 1 | -0/+14 |
* | avcodec/flicvideo: Check frame_size before decrementing | Michael Niedermayer | 2017-05-17 | 1 | -0/+7 |
* | avcodec/flicvideo: Check for chunk overread | Michael Niedermayer | 2017-05-04 | 1 | -1/+19 |
* | avcodec/flicvideo: update comment, 24bit support is implemented | Paul B Mahol | 2017-02-22 | 1 | -2/+1 |
* | avcodec/flicvideo: add support for 24bit flic files | Paul B Mahol | 2017-02-11 | 1 | -5/+269 |
* | avcodec/flicvideo: fix some indentation issues | Paul B Mahol | 2017-02-11 | 1 | -13/+11 |
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb' | Clément Bœsch | 2016-06-21 | 1 | -3/+3 |
|\ |
|
| * | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -3/+3 |
* | | lavc/flicvideo: Implement padding in COPY chunks. | Carl Eugen Hoyos | 2016-03-26 | 1 | -2/+6 |
* | | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
|\| |
|
* | | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
|\| |
|
| * | lavc: AV-prefix all codec capabilities | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | | Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' | Michael Niedermayer | 2015-04-20 | 1 | -1/+1 |
|\| |
|
| * | lavc: Replace av_dlog and tprintf with internal macros | Vittorio Giovara | 2015-04-19 | 1 | -1/+1 |
* | | Correct few "ffmpeg" typos | Paul B Mahol | 2014-08-24 | 1 | -1/+1 |
* | | Merge commit 'a837c4f2df96a30bf9aa4115b426d608487c7101' | Michael Niedermayer | 2013-11-17 | 1 | -29/+32 |
|\| |
|
| * | flicvideo: use the AVFrame API properly. | Anton Khirnov | 2013-11-16 | 1 | -29/+32 |
* | | avcodec/flicvideo: use avpriv_request_sample() | Paul B Mahol | 2013-10-24 | 1 | -1/+1 |
* | | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2' | Michael Niedermayer | 2013-10-04 | 1 | -1/+1 |
|\| |
|
| * | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -1/+1 |
* | | avcodec/flicvideo: fix infinite loops | Paul B Mahol | 2013-09-25 | 1 | -2/+4 |
* | | Merge commit 'a5f8873620ce502d37d0cc3ef93ada2ea8fb8de7' | Michael Niedermayer | 2013-05-04 | 1 | -1/+1 |
|\| |
|
| * | silly typo fixes | Diego Biurrun | 2013-05-03 | 1 | -1/+1 |
* | | lavc: factorize ff_{thread_,re,}get_buffer error messages. | Clément Bœsch | 2013-03-13 | 1 | -6/+2 |
* | | Merge commit '3b199d29cd597a3518136d78860e172060b9e83d' | Michael Niedermayer | 2013-03-12 | 1 | -1/+0 |
|\| |
|
| * | lavc decoders: properly initialize AVFrame. | Anton Khirnov | 2013-03-08 | 1 | -1/+1 |
* | | Merge commit '759001c534287a96dc96d1e274665feb7059145d' | Michael Niedermayer | 2013-03-12 | 1 | -10/+9 |
|\| |
|
| * | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -10/+9 |
* | | Merge commit '56daf10e0313c5e36f43e773f457d2a99ff0df10' | Michael Niedermayer | 2013-02-24 | 1 | -0/+5 |
|\| |
|
| * | flicvideo: avoid an infinite loop in byte run compression | Anton Khirnov | 2013-02-23 | 1 | -0/+5 |
* | | Merge commit '1a31dff9370b4732c91df5cb1ca4b39f2cb3050e' | Michael Niedermayer | 2013-01-14 | 1 | -1/+1 |
|\| |
|
| * | flicvideo: return meaningful error codes. | Anton Khirnov | 2013-01-14 | 1 | -11/+11 |
* | | Merge commit '511cf612ac979f536fd65e14603a87ca5ad435f3' | Michael Niedermayer | 2012-12-21 | 1 | -1/+1 |
|\| |
|
| * | miscellaneous typo fixes | Diego Biurrun | 2012-12-21 | 1 | -1/+1 |
* | | Merge commit 'df9b9567518f2840d79a4a96b447ebe1aa326408' | Michael Niedermayer | 2012-12-05 | 1 | -9/+9 |
|\| |
|
| * | lavc: fix decode_frame() third parameter semantics for video decoders | Anton Khirnov | 2012-12-04 | 1 | -9/+9 |
* | | flicvideo: return more meaningful error codes | Paul B Mahol | 2012-11-01 | 1 | -10/+10 |
* | | avoid "0xFF << 24" as it is considered a integer overflow in C99 | Michael Niedermayer | 2012-10-14 | 1 | -1/+1 |
* | | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | Michael Niedermayer | 2012-10-08 | 1 | -8/+8 |
|\| |
|