You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Niklas Haas
3305767560
avcodec: add avcodec_get_supported_config()
...
This replaces the myriad of existing lists in AVCodec by a unified API
call, allowing us to (ultimately) trim down the sizeof(AVCodec) quite
substantially, while also making this more trivially extensible.
In addition to the already covered lists, add two new entries for color
space and color range, mirroring the newly added negotiable fields in
libavfilter.
Once the deprecation period passes for the existing public fields, the
rough plan is to move the commonly used fields (such as
pix_fmt/sample_fmt) into FFCodec, possibly as a union of audio and video
configuration types, and then implement the rarely used fields with
custom callbacks.
4 months ago
..
doxy
…
examples
doc/examples/mux: remove nop
6 months ago
.gitignore
…
APIchanges
avcodec: add avcodec_get_supported_config()
4 months ago
Doxyfile
…
Makefile
doc: use HOSTEXESUF when calling print_options
8 months ago
authors.texi
…
bitstream_filters.texi
avcodec/bsf/dovi_rpu: add new bitstream filter
4 months ago
bootstrap.min.css
…
build_system.txt
…
codecs.texi
…
community.texi
…
decoders.texi
lavc/qsvdec: Add VVC decoder
5 months ago
default.css
…
demuxers.texi
avformat/rcwtdec: add RCWT Closed Captions demuxer
9 months ago
developer.texi
doc/developer: Provide information about git send-email and gmail
7 months ago
devices.texi
…
doxy-wrapper.sh
…
encoders.texi
doc/av1_qsv: Add missed options
4 months ago
errno.txt
…
faq.texi
…
fate.texi
…
fate_config.sh.template
…
ffmpeg-bitstream-filters.texi
…
ffmpeg-codecs.texi
…
ffmpeg-devices.texi
…
ffmpeg-filters.texi
…
ffmpeg-formats.texi
…
ffmpeg-protocols.texi
…
ffmpeg-resampler.texi
…
ffmpeg-scaler.texi
…
ffmpeg-utils.texi
…
ffmpeg.texi
lavu/hwcontext_vaapi: Add option to allow to specify vendor id when init hw device
5 months ago
ffmpeg.txt
…
ffplay.texi
…
ffprobe.texi
…
ffprobe.xsd
avformat: Add a new stream disposition for multilayer video
6 months ago
fftools-common-opts.texi
…
filter_design.txt
…
filters.texi
doc/filters: update uspp availability status
4 months ago
formats.texi
avformat/demux: add duration_probesize AVOption
9 months ago
general.texi
…
general_contents.texi
avcodec/liblc3: add encoding/decoding support of LC3 audio codec
9 months ago
git-howto.texi
…
indevs.texi
doc/indevs: update CC extraction example to use RCWT muxer
9 months ago
infra.txt
…
issue_tracker.txt
…
lexicon
…
libav-merge.txt
…
libavcodec.texi
…
libavdevice.texi
…
libavfilter.texi
…
libavformat.texi
…
libavutil.texi
…
libswresample.texi
…
libswscale.texi
…
mailing-list-faq.texi
doc/mailing-list-faq: remove dead link
5 months ago
metadata.texi
…
mips.txt
doc/mips: Update list of files with MIPS copyright notice
7 months ago
multithreading.txt
avcodec/codec_internal: Remove FF_CODEC_CAP_ALLOCATE_PROGRESS
8 months ago
muxers.texi
movenc: Add an option for resilient, hybrid fragmented/non-fragmented muxing
6 months ago
nut.texi
…
optimization.txt
…
outdevs.texi
…
patchwork
…
platform.texi
…
print_options.c
…
protocols.texi
avformat/http: Add support for Retry-After header
8 months ago
rate_distortion.txt
…
resampler.texi
…
scaler.texi
…
snow.txt
…
style.min.css
…
swresample.txt
…
swscale.txt
…
t2h.init
…
t2h.pm
…
tablegen.txt
…
texi2pod.pl
…
texidep.pl
configure, etc: switch to shebang without space
9 months ago
transforms.md
…
undefined.txt
…
utils.texi
doc/utils/eval: review and extend, clarify ld/st index meaning
9 months ago
writing_filters.txt
…