87 Commits (5ddab49d48343385eadb3a435a5491c476b66ecc)

Author SHA1 Message Date
Andreas Rheinhardt 63eb630915 avcodec/libvpxdec: Remove redundant unreferencing of AVFrame 1 year ago
Andreas Rheinhardt 423b6a7e49 avutil/imgutils: Add wrapper for av_image_copy() to avoid casts 1 year ago
Andreas Rheinhardt 8238bc0b5e avcodec/defs: Add AV_PROFILE_* defines, deprecate FF_PROFILE_* defines 1 year ago
Andreas Rheinhardt 4175022bdb avcodec/libvpxdec: Constify VP9-decoder 2 years ago
James Almer 8d226fb978 avcodec/libvpxdec: remove unnecessary init_static_data function 2 years ago
OvchinnikovDmitrii c13d959343 lavc/libvpx: increase thread limit to 64 2 years ago
Andreas Rheinhardt 48286d4d98 avcodec/codec_internal: Add macro to set AVCodec.long_name 2 years ago
Andreas Rheinhardt b9eaf77ed1 avcodec/internal: Move ff_set_dimensions() to decode.h 2 years ago
Andreas Rheinhardt 6aad1204cc avcodec: Add FF_CODEC_CAP_NOT_INIT_THREADSAFE 2 years ago
Andreas Rheinhardt 4ad686269d avcodec: Add const to decoder packet data pointers 2 years ago
Andreas Rheinhardt 4243da4ff4 avcodec/codec_internal: Use union for FFCodec decode/encode callbacks 3 years ago
Andreas Rheinhardt ce7dbd0481 avcodec/codec_internal: Make FFCodec.decode use AVFrame* 3 years ago
Andreas Rheinhardt 20f9727018 avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec 3 years ago
Andreas Rheinhardt a688f3c13c avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h 3 years ago
Martin Storsjö a78f136f3f configure: Use a separate config_components.h header for $ALL_COMPONENTS 3 years ago
Matt Oliver 1a5930b554 libvpxdec: Correct linking against variables. 3 years ago
Andreas Rheinhardt 69f120ead7 avcodec/avcodec: Don't include cpu.h 3 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Andreas Rheinhardt ef6a9e5e31 avutil/buffer: Switch AVBuffer API to size_t 4 years ago
Anton Khirnov 7d09579190 lavc: rename AV_CODEC_CAP_AUTO_THREADS->AV_CODEC_CAP_OTHER_THREADS 4 years ago
Anton Khirnov 8a129077cc lavc: replace internal use of AV_CODEC_CAP_AUTO_THREADS with an internal cap 4 years ago
James Almer d8a18c8fc2 avcodec: use the buffer_size_t typedef where required 4 years ago
James Almer c56d787fe3 avcodec/decode: move the ff_decode_frame_props() prototype to the proper header 4 years ago
Andreas Rheinhardt c3cd6b765b avcodec, avformat: Remove unnecessary initializations of side data size 4 years ago
James Zern a6be42a733 avcodec/libvpxdec.c,cosmetics: bpp -> bpc 5 years ago
Marton Balint c54268ce02 avcodec/libvpxdec: reject video and alpha dimension mismatches 5 years ago
Marton Balint 5478e2cc57 avcodec/libvpxdec: decode to custom framebuffers for vp9 5 years ago
Marton Balint 98aa1eb1cb avcodec/libvpxdec: pass decoder instances to vpx_init directly 5 years ago
Marton Balint 99e0007046 avcodec/libvpxdec: make sure BlockAdditional side data size >= 8 5 years ago
James Zern 32d021cfa6 avcodec/libvpxdec: fix setting auto threads 6 years ago
wm4 b945fed629 avcodec: add metadata to identify wrappers and hardware decoders 7 years ago
wm4 47687a2f8a avcodec: add metadata to identify wrappers and hardware decoders 7 years ago
James Zern e60dbe421c libvpxdec: remove pre-1.4.0 checks 7 years ago
Michael Niedermayer f8593c2f49 avcodec/libvpxdec: Check that display dimensions fit in the storage dimensions 8 years ago
Diego Biurrun 4ab496261b libvpx: Cast a pointer to const to squelch a warning 8 years ago
Luca Barbato b183abfb5b vpx: Support color range 8 years ago
James Zern 2afddfe9bf libvpxdec,cosmetics: rename common fns vp8 -> vpx 8 years ago
Vignesh Venkatasubramanian 134fe28981 libavcodec/libvpx: Add VPx alpha decode support 8 years ago
Carl Eugen Hoyos 84d7933e3b lavc/libvpx: Fix high-bitdepth pix_fmts on big endian. 9 years ago
James Zern 1a876cc581 libvpxdec: fix 'ISO C90 forbids mixed declarations and code' warning 9 years ago
Sasi Inguva cbcc88c039 libvpx: Support setting color range for vp9. 9 years ago
Hendrik Leppkes e760641720 lavc: add vp9 profiles to AVCodecDescriptor 9 years ago
Ronald S. Bultje 02064d6b7b libvpxdec: apply RGB to 444P16 instead of 422P16. 9 years ago
Ronald S. Bultje 10142f994a libvpxdec: explicitly signal RGB. 9 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 9 years ago
James Zern 766a8346cf libvpxdec: report colorspace 10 years ago
James Zern 469398f8b7 libvpxdec: report profile for vp9 10 years ago
Luca Barbato 8655c54160 libvpx: Support the vp9 extended profiles 10 years ago
Ronald S. Bultje 2293ec6ab3 libvpxdec: add 440 pixfmts. 10 years ago
James Zern db3f86871e libvpxdec: cosmetics: reindent 10 years ago