summaryrefslogtreecommitdiff
path: root/libavcodec/crystalhd.c
Commit message (Expand)AuthorAge
* lavc: use AVFrame.duration instead of AVFrame.pkt_durationAnton Khirnov2022-07-19
* avcodec: Add FF_CODEC_CAP_NOT_INIT_THREADSAFEAndreas Rheinhardt2022-07-18
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-05
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-21
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-21
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-16
* avcodec/crystalhd: Use AVCodecInternal.in_pkt instead of stack packetAndreas Rheinhardt2021-11-07
* avcodec/crystalhd: signal that the decoder sets all output frame propertiesJames Almer2021-06-21
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avutil/frame: Remove deprecated AVFrame.pkt_pts fieldAndreas Rheinhardt2021-04-27
* avcodec/crystalhd: Remove unused packetAndreas Rheinhardt2020-09-13
* avcodec: add metadata to identify wrappers and hardware decoderswm42017-12-14
* avcodec/crystalhd: Another attempt at using mpeg4_unpack_bframes bsfPhilip Langdale2017-04-23
* avcodec/crystalhd: Explicitly set frame pts at all timesPhilip Langdale2017-04-23
* avcodec/crystalhd: Switch to the new generic filtering mechanismPhilip Langdale2017-04-23
* avcodec: do not use AVFrame accessorMuhammad Faiz2017-04-23
* avcodec/crystalhd: Adapt to new new decode APIPhilip Langdale2017-04-22
* avcodec/crystalhd: Handle errors from av_image_get_linesizePhilip Langdale2016-11-30
* crystalhd: Update high level descriptionPhilip Langdale2016-11-02
* crystalhd: Simplify output frame handlingPhilip Langdale2016-11-02
* crystalhd: Loop for a frame internally where possible.Philip Langdale2016-11-02
* crystalhd: Keep NOPTS_VALUE so we know it's not there.Philip Langdale2016-11-02
* crystalhd: Remove h.264 parserPhilip Langdale2016-11-02
* crystalhd: We don't need the track the last picture number anymorePhilip Langdale2016-11-02
* crystalhd: Remove trust_interlaced heuristicPhilip Langdale2016-11-02
* crystalhd: Revert back to letting hardware handle packed b-framesPhilip Langdale2016-11-02
* crystalhd: Switch to new decode API and remove the insanityPhilip Langdale2016-11-02
* crystalhd: Fix up the missing first samplePhilip Langdale2016-11-02
* crystalhd: Use mpeg4_unpack_bframes to avoid buggy crystalhd handlingPhilip Langdale2016-10-12
* crystalhd: Fix handling of PTSPhilip Langdale2016-10-12
* Merge commit '32c8359093d1ff4f45ed19518b449b3ac3769d27'Hendrik Leppkes2016-10-07
* crystalhd: Use up-to-date bsf APIPhilip Langdale2016-09-21
* Merge commit '9df889a5f116c1ee78c2f239e0ba599c492431aa'Clément Bœsch2016-07-29
* Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-27
* Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-27
* avcodec/crystalhd: use av_freep() to avoid stale pointersMichael Niedermayer2014-10-30
* avcodec/crystalhd: Add #if HAVE_UNISTD_H around #include <unistd.h>Michael Niedermayer2014-07-08
* avcodec/crystalhd: allocate padding for extradataMichael Niedermayer2014-05-18
* Merge commit 'da6506c607eda585ba4b15430cf3c9a2ce09c3a9'Michael Niedermayer2013-11-04
* cosmetics: group remaining .name and .long_name.Clément Bœsch2013-10-04
* lavc/crystalhd: remove now unecessary buffer_hints.Clément Bœsch2013-03-13
* lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch2013-03-13
* CrystalHD: Port to ref-counted frame API.Philip Langdale2013-03-13
* Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-12
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-02-16
* lavc: fix decode_frame() third parameter semantics for rest of video decodersPaul B Mahol2012-12-05
* Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer2012-12-05
* crystalhd: fix missing braces warningMichael Niedermayer2012-11-03
* Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-08
* rename missed CodecID to AVCodecIDMichael Niedermayer2012-08-07