Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-03avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt
2022-07-19lavc: use AVFrame.duration instead of AVFrame.pkt_durationAnton Khirnov
2022-07-18avcodec: Add FF_CODEC_CAP_NOT_INIT_THREADSAFEAndreas Rheinhardt
2022-04-05avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt
2022-03-21avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt
2022-03-21avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt
2022-03-16configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö
2021-11-07avcodec/crystalhd: Use AVCodecInternal.in_pkt instead of stack packetAndreas Rheinhardt
2021-06-21avcodec/crystalhd: signal that the decoder sets all output frame propertiesJames Almer
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2021-04-27avutil/frame: Remove deprecated AVFrame.pkt_pts fieldAndreas Rheinhardt
2020-09-13avcodec/crystalhd: Remove unused packetAndreas Rheinhardt
2017-12-14avcodec: add metadata to identify wrappers and hardware decoderswm4
2017-04-24avcodec/crystalhd: Another attempt at using mpeg4_unpack_bframes bsfPhilip Langdale
2017-04-24avcodec/crystalhd: Explicitly set frame pts at all timesPhilip Langdale
2017-04-23avcodec/crystalhd: Switch to the new generic filtering mechanismPhilip Langdale
2017-04-23avcodec: do not use AVFrame accessorMuhammad Faiz
2017-04-23avcodec/crystalhd: Adapt to new new decode APIPhilip Langdale
2016-12-01avcodec/crystalhd: Handle errors from av_image_get_linesizePhilip Langdale
2016-11-02crystalhd: Update high level descriptionPhilip Langdale
2016-11-02crystalhd: Simplify output frame handlingPhilip Langdale
2016-11-02crystalhd: Loop for a frame internally where possible.Philip Langdale
2016-11-02crystalhd: Keep NOPTS_VALUE so we know it's not there.Philip Langdale
2016-11-02crystalhd: Remove h.264 parserPhilip Langdale
2016-11-02crystalhd: We don't need the track the last picture number anymorePhilip Langdale
2016-11-02crystalhd: Remove trust_interlaced heuristicPhilip Langdale
2016-11-02crystalhd: Revert back to letting hardware handle packed b-framesPhilip Langdale
2016-11-02crystalhd: Switch to new decode API and remove the insanityPhilip Langdale
2016-11-02crystalhd: Fix up the missing first samplePhilip Langdale
2016-10-12crystalhd: Use mpeg4_unpack_bframes to avoid buggy crystalhd handlingPhilip Langdale
2016-10-12crystalhd: Fix handling of PTSPhilip Langdale
2016-10-07Merge commit '32c8359093d1ff4f45ed19518b449b3ac3769d27'Hendrik Leppkes
2016-09-21crystalhd: Use up-to-date bsf APIPhilip Langdale
2016-07-29Merge commit '9df889a5f116c1ee78c2f239e0ba599c492431aa'Clément Bœsch
2015-07-28Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2014-10-31avcodec/crystalhd: use av_freep() to avoid stale pointersMichael Niedermayer
2014-07-08avcodec/crystalhd: Add #if HAVE_UNISTD_H around #include <unistd.h>Michael Niedermayer
2014-05-18avcodec/crystalhd: allocate padding for extradataMichael Niedermayer
2013-11-04Merge commit 'da6506c607eda585ba4b15430cf3c9a2ce09c3a9'Michael Niedermayer
2013-10-04cosmetics: group remaining .name and .long_name.Clément Bœsch
2013-03-13lavc/crystalhd: remove now unecessary buffer_hints.Clément Bœsch
2013-03-13lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch
2013-03-13CrystalHD: Port to ref-counted frame API.Philip Langdale
2013-03-12Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer
2013-02-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-12-05lavc: fix decode_frame() third parameter semantics for rest of video decodersPaul B Mahol
2012-12-05Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer
2012-11-03crystalhd: fix missing braces warningMichael Niedermayer
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer