25233 Commits (0b46d6f3efa7c647a42d3e77d09c274f611b752b)

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