86 Commits (a5e040ee3c757f4673e3c7202e823490593f21d7)

Author SHA1 Message Date
Michael Niedermayer 88c27193c7 avcodec/vcr1: print the actual size when its insufficient 11 years ago
Michael Niedermayer 77ef538818 avcodec/vcr1: Fix bitstream input size check 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Michael Niedermayer f4e9c768d1 avcodec/vcr1: simplify code drop buf variable 11 years ago
Michael Niedermayer 84b6451d29 avcodec/vcr1: simplify code, drop buf_size 11 years ago
Michael Niedermayer a4e7091831 avcodec/vcr1: return the actual number of consumed bytes 11 years ago
Michael Niedermayer 164b67ca28 avcodec/vcr1: replace redundant checks from libav (8aba7968dd) by asserts 11 years ago
Anton Khirnov 8aba7968dd vcr1: add sanity checks 11 years ago
Paul B Mahol a9b424879f lavc & lavf: replace deprecated av_log* functions 12 years ago
Clément Bœsch 1ec94b0f06 lavc: factorize ff_{thread_,re,}get_buffer error messages. 12 years ago
Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago
Diego Biurrun c242bbd8b6 Remove unnecessary dsputil.h #includes 12 years ago
Anton Khirnov 6b3a1229bb vcr1: remove disabled encoder stub 12 years ago
Anton Khirnov 74a9a624c5 vcr1: return a meaningful error code. 12 years ago
Anton Khirnov df9b956751 lavc: fix decode_frame() third parameter semantics for video decoders 12 years ago
Anton Khirnov 594d4d5df3 lavc: add a wrapper for AVCodecContext.get_buffer(). 12 years ago
Michael Niedermayer 845724c82c vcr1: check if dimensions are supported, fix out of array accesses. 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
Diego Biurrun 100c70b048 vcr1: Add vcr1_ prefixes to all static functions with generic names. 13 years ago
Diego Biurrun a761e5951c vcr1: Fix return type of common_init to match the function pointer signature. 13 years ago
Diego Biurrun 55da88c5ab vcr1enc: Replace obsolete get_bit_count by put_bits_count/flush_put_bits. 13 years ago
Diego Biurrun 8ae1914327 vcr1enc: drop pointless empty encode_init() wrapper function 13 years ago
Diego Biurrun eeeefd5001 vcr1: drop pointless write-only AVCodecContext member from VCR1Context 13 years ago
Diego Biurrun 51c4d87093 vcr1: group encoder code together to save #ifdefs 13 years ago
Diego Biurrun db1e403cfb vcr1: cosmetics: K&R prettyprinting, typos, parentheses, dead code, comments 13 years ago
Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
Diego Biurrun 324deaa268 Replace AVFrame pointer type punning by proper struct member assignments. 13 years ago
Diego Biurrun 562b6c744a Remove unnecessary AVFrame pointer casts. 13 years ago
Michael Niedermayer 8e09482e4d vcr1dec: Check that there is sufficient input data. 13 years ago
Paul B Mahol 8b494b7b27 vcr1: drop unnecessary emms_c() calls without MMX code 13 years ago
Anton Khirnov 9f51c682ee lavc: use avpriv_ prefix for ff_copy_bits and align_put_bits. 13 years ago
Diego Biurrun fed6c90b68 cosmetics: remove some stray comments from AVCodec declarations 13 years ago
Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 13 years ago
Stefano Sabatini 01042d4123 lavc: set defaults in internal codec frames 14 years ago
Stefano Sabatini ce5e49b0c2 replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 14 years ago
Stefano Sabatini 975a1447f7 Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Diego Elio Pettenò e7e2df27f8 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Diego Elio Pettenò d36beb3f69 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
Carl Eugen Hoyos cc5d4f4c34 Release buffer when decoding is finished. 15 years ago
Thilo Borgmann 7a00bbad21 Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an 16 years ago
Diego Biurrun fca93859b2 Remove unused variables. 16 years ago
Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
Aurelien Jacobs b250f9c66d Change semantic of CONFIG_*, HAVE_* and ARCH_*. 16 years ago
Diego Biurrun c7ac9449ba Disable encoders by undefining CONFIG_FOO_ENCODER once instead of littering 16 years ago
Diego Biurrun 999960c90a Surround some encoding-specific functions with the appropriate 16 years ago