25237 Commits (b970f85564ba6b5c17a8d642bb8161119011e7bd)

Author SHA1 Message Date
Carl Eugen Hoyos b970f85564 Fix make checkheaders for wavpackenc.h 12 years ago
Carl Eugen Hoyos e7da19e9fa Fix make checkheaders for vdpau_internal.h 12 years ago
Michael Niedermayer 454a11a1c9 avcodec/dsputil: fix signedness in sizeof() comparissions 12 years ago
Michael Niedermayer 86736f59d6 avcodec/pngdsp: fix (un)signed type in end comparission 12 years ago
Michael Niedermayer 6e1b1a27a4 avcodec/avpacket: Use av_free_packet() in error cleanups 12 years ago
Paul B Mahol c042684476 kgv1dec: remove unused avctx from codec private context 12 years ago
Paul B Mahol 057dce5f21 kgv1dec: make decoder independent of sizeof(AVFrame) 12 years ago
Paul B Mahol ea3ce00859 wnv1: remove unused avctx from codec private context 12 years ago
Michael Niedermayer 60fed98e63 avcodec/pngdec: fix last_row_size type 12 years ago
Michael Niedermayer 7b47d7f75e avcodec/pngdec: Fix padded alloc code with threads 12 years ago
Thilo Borgmann d814a839ac Reinstate proper FFmpeg license for all files. 12 years ago
Carl Eugen Hoyos 8fe1fb41ac Fix compilation with --disable-mmx. 12 years ago
Michael Niedermayer 4f5454d201 avcodec/mpegvideo: reduce log level for messages about allocating frames. 12 years ago
Michael Niedermayer b05cd1ea7e ffv1dec: Check bits_per_raw_sample and colorspace for equality in ver 0/1 headers 12 years ago
Michael Niedermayer 7fb758cd8e avcodec/x86/lpc: Fix cpu flag checks so they work 12 years ago
Michael Niedermayer c1913064e3 avcodec/x86/vp8dsp: Fix cpu flag checks so they work 12 years ago
Michael Niedermayer 547d690d67 ffv1dec: check that global parameters dont change in version 0/1 12 years ago
Michael Niedermayer 20b965a1a4 avcodec/ffv1dec: check global header version 12 years ago
Michael Niedermayer 259292f9d4 avcodec/mpegvideo: Dont incorrectly warn about missing keyframes 12 years ago
Michael Niedermayer 24b4e6c373 snow: Check av_frame_alloc() failures 12 years ago
Michael Niedermayer c4224fff1b avcodec/snow: gray support 12 years ago
Michael Niedermayer 811d58e083 avcodec/utils: support non edge emu for grayscale 12 years ago
Michael Niedermayer cf06dee58d libavcodec/snow: change AVFrame to pointers to AVFrame for ABI stability 12 years ago
Michael Niedermayer 1cefdc397e avcodec/snowenc: remove now unneeded include <assert.h> 12 years ago
Michael Niedermayer 2bc8348c85 avcodec/snowenc: convert all asserts to av_asserts 12 years ago
Michael Niedermayer f07b569939 snowenc: remove disabled QUANTIZE2 code 12 years ago
Diego Biurrun e998b56362 x86: avcodec: Consistently structure CPU extension initialization 12 years ago
Diego Biurrun 6369ba3c9c x86: avcodec: Use convenience macros to check for CPU flags 12 years ago
Paul B Mahol d49f2603be truemotion2: check return value of av_malloc(z) 12 years ago
Diego Biurrun a6b6501185 ppc: cosmetics: Consistently format CPU flag detection invocations 12 years ago
Diego Biurrun 67e6a9f558 cosmetics: Place arch initialization calls in alphabetical order 12 years ago
Diego Biurrun f0389eb777 arm: fmtconvert: Split armv6 fmtconvert code off from vfp code 12 years ago
Diego Biurrun bd549cbaac arm: dcadsp: Move synth filter initialization to dcadsp file 12 years ago
Diego Biurrun 6af2c351b3 ppc: Add missing AltiVec cpuflag detection invocations 12 years ago
Diego Biurrun de81b6ae4f ppc: fdct: Remove vim editor settings comment 12 years ago
Diego Biurrun 70dd8892bf mpegvideo: Replace arch initialization ifdeffery by standard conditionals 12 years ago
Diego Biurrun cd52917237 x86: rv40dsp: Move inline assembly optimizations out of YASM init section 12 years ago
Diego Biurrun a64f6a04ac dsputil: x86: Hide arch-specific initialization details 12 years ago
Diego Biurrun f61bece684 ppc: Add and use convenience macro to check for AltiVec availability 12 years ago
Rafaël Carré 91d4cfb812 apedec: do not buffer decoded samples over AVPackets 12 years ago
Michael Niedermayer 90411f7ed6 snowenc: Fix memleak of the ratecontrol related memory 12 years ago
Michael Niedermayer f13e733145 avcodec/snow: check for malloc* failures 12 years ago
Michael Niedermayer 129f50692e snowenc: check for memory allocation failures 12 years ago
Luca Barbato b1f9cdc37f ac3: Return proper error codes 12 years ago
Luca Barbato 818d1f1a3e ac3: Clean up the error paths 12 years ago
Luca Barbato 6258d362b8 ac3: Do not clash with normal AVERROR 12 years ago
Paul B Mahol b74213db08 wavpackenc: remove duplicate 'const' declaration specifier 12 years ago
Paul B Mahol e6e26b8a91 msrledec: use memset() 12 years ago
Paul B Mahol 6638738968 msrledec: use bytestream2_get_bufferu() 12 years ago
Paul B Mahol f12c27daf7 sgidec: use bytestream2_get_bufferu() 12 years ago