summaryrefslogtreecommitdiff
path: root/libavcodec/crystalhd.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec: use the new AVFrame interlace flags in all decoders and encodersJames Almer2023-05-041-2/+2
* lavu/frame: deprecate AVFrame.pkt_{pos,size}Anton Khirnov2023-03-201-1/+5
* lavc: deprecate CrystalHD decodersAnton Khirnov2023-02-041-0/+4
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-1/+1
* lavc: use AVFrame.duration instead of AVFrame.pkt_durationAnton Khirnov2022-07-191-1/+1
* avcodec: Add FF_CODEC_CAP_NOT_INIT_THREADSAFEAndreas Rheinhardt2022-07-181-1/+2
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-1/+1
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-9/+9
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-0/+1
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-161-0/+2
* avcodec/crystalhd: Use AVCodecInternal.in_pkt instead of stack packetAndreas Rheinhardt2021-11-071-5/+9
* avcodec/crystalhd: signal that the decoder sets all output frame propertiesJames Almer2021-06-211-0/+1
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avutil/frame: Remove deprecated AVFrame.pkt_pts fieldAndreas Rheinhardt2021-04-271-5/+0
* avcodec/crystalhd: Remove unused packetAndreas Rheinhardt2020-09-131-2/+0
* avcodec: add metadata to identify wrappers and hardware decoderswm42017-12-141-1/+2
* avcodec/crystalhd: Another attempt at using mpeg4_unpack_bframes bsfPhilip Langdale2017-04-231-27/+1
* avcodec/crystalhd: Explicitly set frame pts at all timesPhilip Langdale2017-04-231-4/+3
* avcodec/crystalhd: Switch to the new generic filtering mechanismPhilip Langdale2017-04-231-125/+9
* avcodec: do not use AVFrame accessorMuhammad Faiz2017-04-231-3/+3
* avcodec/crystalhd: Adapt to new new decode APIPhilip Langdale2017-04-221-35/+54
* avcodec/crystalhd: Handle errors from av_image_get_linesizePhilip Langdale2016-11-301-0/+5
* crystalhd: Update high level descriptionPhilip Langdale2016-11-021-33/+5
* crystalhd: Simplify output frame handlingPhilip Langdale2016-11-021-27/+15
* crystalhd: Loop for a frame internally where possible.Philip Langdale2016-11-021-14/+26
* crystalhd: Keep NOPTS_VALUE so we know it's not there.Philip Langdale2016-11-021-2/+1
* crystalhd: Remove h.264 parserPhilip Langdale2016-11-021-51/+4
* crystalhd: We don't need the track the last picture number anymorePhilip Langdale2016-11-021-40/+0
* crystalhd: Remove trust_interlaced heuristicPhilip Langdale2016-11-021-33/+4
* crystalhd: Revert back to letting hardware handle packed b-framesPhilip Langdale2016-11-021-8/+29
* crystalhd: Switch to new decode API and remove the insanityPhilip Langdale2016-11-021-355/+125
* crystalhd: Fix up the missing first samplePhilip Langdale2016-11-021-0/+9
* crystalhd: Use mpeg4_unpack_bframes to avoid buggy crystalhd handlingPhilip Langdale2016-10-121-64/+63
* crystalhd: Fix handling of PTSPhilip Langdale2016-10-121-5/+11
* Merge commit '32c8359093d1ff4f45ed19518b449b3ac3769d27'Hendrik Leppkes2016-10-071-0/+5
* crystalhd: Use up-to-date bsf APIPhilip Langdale2016-09-211-22/+65
* Merge commit '9df889a5f116c1ee78c2f239e0ba599c492431aa'Clément Bœsch2016-07-291-1/+1
* Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-271-1/+1
* Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-6/+6
* avcodec/crystalhd: use av_freep() to avoid stale pointersMichael Niedermayer2014-10-301-1/+1
* avcodec/crystalhd: Add #if HAVE_UNISTD_H around #include <unistd.h>Michael Niedermayer2014-07-081-1/+4
* avcodec/crystalhd: allocate padding for extradataMichael Niedermayer2014-05-181-1/+1
* Merge commit 'da6506c607eda585ba4b15430cf3c9a2ce09c3a9'Michael Niedermayer2013-11-041-3/+3
* cosmetics: group remaining .name and .long_name.Clément Bœsch2013-10-041-6/+6
* lavc/crystalhd: remove now unecessary buffer_hints.Clément Bœsch2013-03-131-2/+0
* lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch2013-03-131-3/+1
* CrystalHD: Port to ref-counted frame API.Philip Langdale2013-03-131-17/+18
* Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-121-1/+1
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-02-161-2/+2
* lavc: fix decode_frame() third parameter semantics for rest of video decodersPaul B Mahol2012-12-051-11/+11