16686 Commits (930c9d4373e0f3cb7c64fcfc129127a309f6d066)

Author SHA1 Message Date
Diego Biurrun 930c9d4373 avutil: Duplicate ff_log2_tab instead of sharing it across libs 12 years ago
Michael Niedermayer c80b59f679 tscc2: Fix an out of array access 12 years ago
Sami Pietila 0bf511d579 vp8: reset loopfilter delta values at keyframes. 12 years ago
Luca Barbato 6d5600e855 avutil: add yuva422p and yuva444p formats 12 years ago
Anton Khirnov 50ba57e0ce lavc: do not use av_pix_fmt_descriptors directly. 12 years ago
Anton Khirnov 9953ff3cd8 mpegvideo: fix indentation 12 years ago
Martin Storsjö e002e3291e Use the new aes/md5/sha/tree allocation functions 12 years ago
Mans Rullgard fb32f31af7 svq3: fix pointer type warning 12 years ago
Mans Rullgard 366b72f149 svq3: replace unsafe pointer casting with intreadwrite macros 12 years ago
Diego Biurrun 9734b8ba56 Move avutil tables only used in libavcodec to libavcodec. 12 years ago
Diego Biurrun 0a75d1da23 options_table: refs option is not snow-only 12 years ago
Luca Barbato 1ec6293086 mlpdsp: adding missing file 12 years ago
Luca Barbato 2d6caade22 dsputil: split out mlp dsp function 12 years ago
Mans Rullgard 25dc79bc14 sh4: add required #include, fix build 12 years ago
Janne Grunau c466eb1746 flashsv: propagate inflateReset() errors 12 years ago
Janne Grunau 6d556e8327 indeo4/5: remove constant parameter num_bands from wavelet recomposition 12 years ago
Mashiat Sarker Shakkhar 35a35d49d2 Double motion vector range for HPEL interlaced picture in proper place 12 years ago
Mashiat Sarker Shakkhar eb657ecefd vc1dec: Set opposite to the correct value for 1REF field pictures 12 years ago
Mashiat Sarker Shakkhar 7cc3c4e1d4 vc1dec: Invoke edge emulation regardless of MV precision for 1-MV chroma 12 years ago
Mashiat Sarker Shakkhar 88058d9a99 vc1dec: Set chroma reference field from REFFIELD for 1REF field pictures 12 years ago
Mashiat Sarker Shakkhar 7fb35ee931 vc1dec: Use correct spelling of "opposite" 12 years ago
Janne Grunau 706a559b30 a64multienc: change mc_frame_counter to unsigned 12 years ago
Jean-Baptiste Kempf 507dce2536 arm: call arm-specific rv34dsp init functions under if (ARCH_ARM) 12 years ago
Diego Biurrun 63a46c6101 svq1: Drop a bunch of useless parentheses 12 years ago
Diego Biurrun ada12f8366 svq1: K&R formatting cosmetics 12 years ago
Janne Grunau f1de23faaa g722enc: fix size argument in memset 12 years ago
Anton Khirnov 233a5a807e lavc: split asv12 encoder/decoder 12 years ago
Janne Grunau 6f8ef5320f vc1dec: prevent memory leak in error path 12 years ago
Janne Grunau 714f5ab597 vc1dec: prevent memory leak on av_realloc error 12 years ago
Justin Ruggles cbcd497f38 adxdec: use planar sample format 12 years ago
Justin Ruggles 4ebd74cec7 adpcmdec: use planar sample format for adpcm_thp 12 years ago
Justin Ruggles 327cdb04e3 adpcmdec: use planar sample format for adpcm_ea_xas 12 years ago
Justin Ruggles da9620e8e5 adpcmdec: use planar sample format for adpcm_ea_r1/r2/r3 12 years ago
Justin Ruggles d2b6ae02aa adpcmdec: use planar sample format for adpcm_xa 12 years ago
Justin Ruggles 8b854283c3 adpcmdec: use planar sample format for adpcm_ima_ws for vqa version 3 12 years ago
Justin Ruggles 4356d66d78 adpcmdec: use planar sample format for adpcm_4xm 12 years ago
Justin Ruggles 1b9ac72908 adpcmdec: use planar sample format for adpcm_ima_wav 12 years ago
Justin Ruggles 176db0b892 adpcmdec: use planar sample format for adpcm_ima_qt 12 years ago
Justin Ruggles 7e5f045039 pcmdec: use planar sample format for pcm_lxf 12 years ago
Justin Ruggles c1a9cfd1fe mace: use planar sample format 12 years ago
Justin Ruggles 23d53c5473 atrac1: use planar sample format 12 years ago
Diego Biurrun ac56ff9cc9 build: non-x86: Only compile mpegvideo optimizations when necessary 12 years ago
Janne Grunau 3fbda309e5 avcodec: free extended_data instead address of it 12 years ago
Diego Biurrun f75f4194d1 Restructure av_log_missing_feature message 12 years ago
Mans Rullgard f79364b2c3 ppc: fix Altivec build with old compilers 12 years ago
Janne Grunau 7e522859fc x86: vc1: call ff_vc1dsp_init_x86() under if (ARCH_X86) 12 years ago
Janne Grunau cb36febcbc x86: cavs: call ff_cavsdsp_init_x86() under if (ARCH_X86) 12 years ago
Janne Grunau f101eab1be x86: call most of the x86 dsp init functions under if (ARCH_X86) 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Justin Ruggles 37f701f1c3 avcodec: allow either planar or interleaved sample format when encoding mono 12 years ago