65 Commits (71753c5235d7a3461404847aeaf3df9fae8bacf1)

Author SHA1 Message Date
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
Carl Eugen Hoyos 8de7bdd756 Show correct pix_fmt for vp9 videos != AV_PIX_FMT_YUV420P. 10 years ago
James Almer 789274dca8 avcodec/libvpxdec: don't check for formats other than i420 when vp9 decoding is disabled 10 years ago
Deb Mukherjee 04b0dda853 avcodec/libvpxdec: Adds decode support for formats other than 420 10 years ago
Michael Niedermayer 8e5a2989a3 avcodec/libvpx: set CODEC_CAP_EXPERIMENTAL correctly instead of testing at codec open time 11 years ago
Guillaume Martres 9aa053cede libvpx: do not mark VP9 as experimental when using libvpx >= 1.3.0 11 years ago
James Zern 6819eaf31b libvpxdec: set CODEC_CAP_DR1 for vp9 11 years ago
Anton Khirnov b870582485 libvpxdec: stop using deprecated avcodec_set_dimensions 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Michael Niedermayer 09b3bbe605 libvpxenc: Fix "passing argument 3 of av_image_copy from incompatible pointer type" warning 12 years ago
Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago
Luca Barbato 3f111804eb libvpx: make vp8 and vp9 selectable 12 years ago
Luca Barbato dab1f543fc libvpx: support vp9 12 years ago
Anton Khirnov df9b956751 lavc: fix decode_frame() third parameter semantics for video decoders 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Martin Storsjö 1d9c2dc89a Don't include common.h from avutil.h 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Janne Grunau f6a152db11 threads: add CODEC_CAP_AUTO_THREADS for libvpx and xavs 13 years ago
Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 13 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Reinhard Tartler 7ffe76e540 Merge libavcore into libavutil 14 years ago
Reinhard Tartler 737eb5976f Merge libavcore into libavutil 14 years ago
Diego Elio Pettenò e7e2df27f8 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago