138 Commits (2f62a433f26cab5d26d59b961b34637c26cf8e22)

Author SHA1 Message Date
James Almer dc7bd7c5a5 avcodec: use the new AVFrame key_frame flag in all decoders and encoders 2 years ago
Andreas Rheinhardt 451b310d4f avcodec/fraps: Fix segfault with negative linesizes 2 years ago
Andreas Rheinhardt 48286d4d98 avcodec/codec_internal: Add macro to set AVCodec.long_name 2 years ago
Andreas Rheinhardt 21b23ceab3 avcodec: Make init-threadsafety the default 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
Andreas Rheinhardt 02220b88fc avcodec/thread: Don't use ThreadFrame when unnecessary 3 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Andreas Rheinhardt a162e78cd5 avcodec/fraps: Use cached bitstream reader 4 years ago
Andreas Rheinhardt bc6838deb9 avcodec/fraps: Use unchecked bitstream reader 4 years ago
Derek Buitenhuis 77c23704c7 avcodec: Mark some codecs with threadsafe init as such 8 years ago
Derek Buitenhuis 91ed4e7196 avcodec: Mark some codecs with threadsafe init as such 8 years ago
Diego Biurrun a25dac976a Use bitstream_init8() where appropriate 8 years ago
Paul B Mahol d60f090dd1 avcodec/fraps: add support for PAL8 8 years ago
Alexandra Hájková b37b681f77 fraps: Convert to the new bitstream reader 8 years ago
Diego Biurrun 67deba8a41 Use avpriv_report_missing_feature() where appropriate 8 years ago
Diego Biurrun 1263b2039e Adjust printf conversion specifiers to match variable signedness 8 years ago
Paul B Mahol b4af7d68fe avcodec/fraps: remove superfluous "Fraps:" from av_log 9 years ago
Michael Niedermayer db9fd1e9af fraps: increase vlc nb_bits 9 years ago
Michael Niedermayer 741d353ab9 huffman: allow specifying nb_bits to ff_huff_build_tree() 9 years ago
Michael Niedermayer 5a19bce2ff huffman: use a named identifer for the bits constant 9 years ago
Paul B Mahol 9136e65c40 avcodec/fraps: use init_get_bits8() 9 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 9 years ago
Diego Biurrun c67b449beb dsputil: Split bswap*_buf() off into a separate context 11 years ago
Vittorio Giovara 6612a03d74 fraps: set color_range 11 years ago
Anton Khirnov 4a4841d4e0 fraps: use the AVFrame API properly. 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Michael Niedermayer 795eaf8d69 avcodec/fraps: increase vlc nb_bits 11 years ago
Michael Niedermayer 2b834a0605 avcodec/huffman: Allow specifying nb_bits to ff_huff_build_tree() 11 years ago
Hendrik Leppkes 1c4fa2aaf2 avcodec/fraps: use BT.709 colorspace for YUV Fraps versions 11 years ago
Martin Storsjö 3185a80259 fraps: Make the input buffer size checks more strict 11 years ago
Paul B Mahol 79f452f4e6 fraps: set avctx->color_range 12 years ago
Michael Niedermayer b9ea6a8414 avcodec/huffman: use named identifer for the bits constant 12 years ago
Clément Bœsch 1ec94b0f06 lavc: factorize ff_{thread_,re,}get_buffer error messages. 12 years ago
Anton Khirnov 3b199d29cd lavc decoders: properly initialize AVFrame. 12 years ago
Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago
Anton Khirnov 2cd4068071 fraps: fix off-by one bug for version 1. 12 years ago
Anton Khirnov 57d11e5e28 fraps: return meaningful error codes. 12 years ago
Anton Khirnov 80344261aa fraps: cosmetics, reformat 12 years ago
Anton Khirnov df9b956751 lavc: fix decode_frame() third parameter semantics for video decoders 12 years ago
Paul B Mahol 04a585f054 fraps: use meaningful error codes 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Michael Niedermayer 0bae6661cd fraps: fix version 0/1 input data size check. 13 years ago
Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
Diego Biurrun 562b6c744a Remove unnecessary AVFrame pointer casts. 13 years ago
Ronald S. Bultje 830f70442a fraps: release reference buffer on pix_fmt change. 13 years ago
Martin Storsjö 9cf0841ef3 dsputil: Add ff_ prefix to the dsputil*_init* functions 13 years ago