124 Commits (875f6955769bcb7caf083c1796ed6f3b2108c49e)

Author SHA1 Message Date
Derek Buitenhuis 91ed4e7196 avcodec: Mark some codecs with threadsafe init as such 8 years ago
Paul B Mahol d60f090dd1 avcodec/fraps: add support for PAL8 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
Martin Storsjö e96b4a53df vlc/rl: Add ff_ prefix to the nonstatic symbols 13 years ago
Reimar Döffinger f54ae2f8e7 fraps: Use av_fast_padded_malloc() instead of av_realloc() 13 years ago
Reimar Döffinger f9eb622944 Fix offset validity checks. 13 years ago
Reimar Döffinger cd3ced1bb9 fraps: frame threading support. 13 years ago
Reimar Döffinger 0efdb942a6 fraps: Deduplicate some code. 13 years ago
Reimar Döffinger 3469c88804 fraps: Minor simplification, use local variable. 13 years ago
Reimar Döffinger 7fabef1f01 fraps: optimize pseudo-YUV to RGB conversion. 13 years ago
Reimar Döffinger f4e8292eb7 fraps: Add release_buffer forgotten when reget_buffer was removed. 13 years ago
Reimar Döffinger 95e873bb14 fraps: fix indentation. 13 years ago
Reimar Döffinger 6a9b565e0a FRAPS: Do not needlessly use reget_buffer. 13 years ago
Reimar Döffinger b4ec645f47 Extract some duplicated code. 13 years ago
Reimar Döffinger b64b1608d8 Remove pointless and distracting () 13 years ago
Reimar Döffinger 57608d9029 Simplify: just add header_size directly. 13 years ago
Reimar Döffinger b09c93d7bc Move some duplicated code, simplify. 13 years ago
Reimar Döffinger 0a403588d2 Make variable that always has the same value const. 13 years ago
Reimar Döffinger 6fd4b8a6ef Replace a av_fast_malloc with av_fast_padded_malloc. 13 years ago