| Commit message (Expand) | Author | Age | Files | Lines |
* | lavc: use AVFrame.duration instead of AVFrame.pkt_duration | Anton Khirnov | 2022-07-19 | 1 | -1/+1 |
* | avcodec: Add FF_CODEC_CAP_NOT_INIT_THREADSAFE | Andreas Rheinhardt | 2022-07-18 | 1 | -1/+2 |
* | avcodec/codec_internal: Use union for FFCodec decode/encode callbacks | Andreas Rheinhardt | 2022-04-05 | 1 | -1/+1 |
* | avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec | Andreas Rheinhardt | 2022-03-21 | 1 | -9/+9 |
* | avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h | Andreas Rheinhardt | 2022-03-21 | 1 | -0/+1 |
* | configure: Use a separate config_components.h header for $ALL_COMPONENTS | Martin Storsjö | 2022-03-16 | 1 | -0/+2 |
* | avcodec/crystalhd: Use AVCodecInternal.in_pkt instead of stack packet | Andreas Rheinhardt | 2021-11-07 | 1 | -5/+9 |
* | avcodec/crystalhd: signal that the decoder sets all output frame properties | James Almer | 2021-06-21 | 1 | -0/+1 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avutil/frame: Remove deprecated AVFrame.pkt_pts field | Andreas Rheinhardt | 2021-04-27 | 1 | -5/+0 |
* | avcodec/crystalhd: Remove unused packet | Andreas Rheinhardt | 2020-09-13 | 1 | -2/+0 |
* | avcodec: add metadata to identify wrappers and hardware decoders | wm4 | 2017-12-14 | 1 | -1/+2 |
* | avcodec/crystalhd: Another attempt at using mpeg4_unpack_bframes bsf | Philip Langdale | 2017-04-23 | 1 | -27/+1 |
* | avcodec/crystalhd: Explicitly set frame pts at all times | Philip Langdale | 2017-04-23 | 1 | -4/+3 |
* | avcodec/crystalhd: Switch to the new generic filtering mechanism | Philip Langdale | 2017-04-23 | 1 | -125/+9 |
* | avcodec: do not use AVFrame accessor | Muhammad Faiz | 2017-04-23 | 1 | -3/+3 |
* | avcodec/crystalhd: Adapt to new new decode API | Philip Langdale | 2017-04-22 | 1 | -35/+54 |
* | avcodec/crystalhd: Handle errors from av_image_get_linesize | Philip Langdale | 2016-11-30 | 1 | -0/+5 |
* | crystalhd: Update high level description | Philip Langdale | 2016-11-02 | 1 | -33/+5 |
* | crystalhd: Simplify output frame handling | Philip Langdale | 2016-11-02 | 1 | -27/+15 |
* | crystalhd: Loop for a frame internally where possible. | Philip Langdale | 2016-11-02 | 1 | -14/+26 |
* | crystalhd: Keep NOPTS_VALUE so we know it's not there. | Philip Langdale | 2016-11-02 | 1 | -2/+1 |
* | crystalhd: Remove h.264 parser | Philip Langdale | 2016-11-02 | 1 | -51/+4 |
* | crystalhd: We don't need the track the last picture number anymore | Philip Langdale | 2016-11-02 | 1 | -40/+0 |
* | crystalhd: Remove trust_interlaced heuristic | Philip Langdale | 2016-11-02 | 1 | -33/+4 |
* | crystalhd: Revert back to letting hardware handle packed b-frames | Philip Langdale | 2016-11-02 | 1 | -8/+29 |
* | crystalhd: Switch to new decode API and remove the insanity | Philip Langdale | 2016-11-02 | 1 | -355/+125 |
* | crystalhd: Fix up the missing first sample | Philip Langdale | 2016-11-02 | 1 | -0/+9 |
* | crystalhd: Use mpeg4_unpack_bframes to avoid buggy crystalhd handling | Philip Langdale | 2016-10-12 | 1 | -64/+63 |
* | crystalhd: Fix handling of PTS | Philip Langdale | 2016-10-12 | 1 | -5/+11 |
* | Merge commit '32c8359093d1ff4f45ed19518b449b3ac3769d27' | Hendrik Leppkes | 2016-10-07 | 1 | -0/+5 |
* | crystalhd: Use up-to-date bsf API | Philip Langdale | 2016-09-21 | 1 | -22/+65 |
* | Merge commit '9df889a5f116c1ee78c2f239e0ba599c492431aa' | Clément Bœsch | 2016-07-29 | 1 | -1/+1 |
* | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0' | Michael Niedermayer | 2015-07-27 | 1 | -6/+6 |
* | avcodec/crystalhd: use av_freep() to avoid stale pointers | Michael Niedermayer | 2014-10-30 | 1 | -1/+1 |
* | avcodec/crystalhd: Add #if HAVE_UNISTD_H around #include <unistd.h> | Michael Niedermayer | 2014-07-08 | 1 | -1/+4 |
* | avcodec/crystalhd: allocate padding for extradata | Michael Niedermayer | 2014-05-18 | 1 | -1/+1 |
* | Merge commit 'da6506c607eda585ba4b15430cf3c9a2ce09c3a9' | Michael Niedermayer | 2013-11-04 | 1 | -3/+3 |
* | cosmetics: group remaining .name and .long_name. | Clément Bœsch | 2013-10-04 | 1 | -6/+6 |
* | lavc/crystalhd: remove now unecessary buffer_hints. | Clément Bœsch | 2013-03-13 | 1 | -2/+0 |
* | lavc: factorize ff_{thread_,re,}get_buffer error messages. | Clément Bœsch | 2013-03-13 | 1 | -3/+1 |
* | CrystalHD: Port to ref-counted frame API. | Philip Langdale | 2013-03-13 | 1 | -17/+18 |
* | Merge commit '759001c534287a96dc96d1e274665feb7059145d' | Michael Niedermayer | 2013-03-12 | 1 | -1/+1 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-02-16 | 1 | -2/+2 |
* | lavc: fix decode_frame() third parameter semantics for rest of video decoders | Paul B Mahol | 2012-12-05 | 1 | -11/+11 |
* | Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793' | Michael Niedermayer | 2012-12-05 | 1 | -1/+2 |
* | crystalhd: fix missing braces warning | Michael Niedermayer | 2012-11-03 | 1 | -1/+1 |
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | Michael Niedermayer | 2012-10-08 | 1 | -7/+7 |
* | rename missed CodecID to AVCodecID | Michael Niedermayer | 2012-08-07 | 1 | -1/+1 |