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 (Collapse)Author
2022-03-24avcodec/bsf: Add FFBitStreamFilter, hide internals of BSFsAndreas Rheinhardt
This patch is analogous to 20f972701806be20a77f808db332d9489343bb78: It hides the internal part of AVBitStreamFilter by adding a new internal structure FFBitStreamFilter (declared in bsf_internal.h) that has an AVBitStreamFilter as its first member; the internal part of AVBitStreamFilter is moved to this new structure. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
2020-05-22avcodec.h: split bitstream filters API into its own headerAnton Khirnov
2020-05-22lavc: rename bsf.h to bsf_internal.hAnton Khirnov
This will allow adding a public header named bsf.h
2018-04-20avcodec: Fix AVClass .versionMichael Niedermayer
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2018-03-17Partially revert "avcodec/hapqa_extract: remove the AVOption flagsJames Almer
Re add AVOptions flags, using the new one meant for bsfs. This partially reverts commit f706cdda56. Signed-off-by: James Almer <jamrial@gmail.com>
2018-03-14avcodec/hapqa_extract: remove the AVOption flagsJames Almer
These two are not used for bitstream filters. Reviewed-by: Martin Vignali <martin.vignali@gmail.com> Signed-off-by: James Almer <jamrial@gmail.com>
2018-03-14avcodec/hapqa_extract: fix two error return valuesJames Almer
ret is 0 by default. Reviewed-by: Martin Vignali <martin.vignali@gmail.com> Signed-off-by: James Almer <jamrial@gmail.com>
2018-03-14avcodec/hapqa_extract: move the reference in the bsf internal bufferJames Almer
There's no need to allocate a new packet for it. Signed-off-by: James Almer <jamrial@gmail.com>
2018-03-13avcodec/hapqa_extract_bsf : add new bsf filterMartin Vignali
convert HapQA data to HAPQ or HAPAlphaOnly by copying the corresponding texture