summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* tscc2: Fix an out of array accessMichael Niedermayer2012-10-121-1/+1
* vp8: reset loopfilter delta values at keyframes.Sami Pietila2012-10-121-0/+1
* avutil: add yuva422p and yuva444p formatsLuca Barbato2012-10-121-0/+2
* lavc: do not use av_pix_fmt_descriptors directly.Anton Khirnov2012-10-129-46/+61
* mpegvideo: fix indentationAnton Khirnov2012-10-121-14/+14
* Use the new aes/md5/sha/tree allocation functionsMartin Storsjö2012-10-111-1/+1
* svq3: fix pointer type warningMans Rullgard2012-10-111-1/+1
* svq3: replace unsafe pointer casting with intreadwrite macrosMans Rullgard2012-10-111-8/+8
* Move avutil tables only used in libavcodec to libavcodec.Diego Biurrun2012-10-1110-11/+127
* options_table: refs option is not snow-onlyDiego Biurrun2012-10-111-1/+1
* mlpdsp: adding missing fileLuca Barbato2012-10-111-0/+37
* dsputil: split out mlp dsp functionLuca Barbato2012-10-115-20/+9
* sh4: add required #include, fix buildMans Rullgard2012-10-111-0/+2
* flashsv: propagate inflateReset() errorsJanne Grunau2012-10-101-5/+14
* indeo4/5: remove constant parameter num_bands from wavelet recompositionJanne Grunau2012-10-103-8/+7
* Double motion vector range for HPEL interlaced picture in proper placeMashiat Sarker Shakkhar2012-10-102-4/+5
* vc1dec: Set opposite to the correct value for 1REF field picturesMashiat Sarker Shakkhar2012-10-101-4/+10
* vc1dec: Invoke edge emulation regardless of MV precision for 1-MV chromaMashiat Sarker Shakkhar2012-10-101-1/+1
* vc1dec: Set chroma reference field from REFFIELD for 1REF field picturesMashiat Sarker Shakkhar2012-10-101-0/+1
* vc1dec: Use correct spelling of "opposite"Mashiat Sarker Shakkhar2012-10-101-5/+5
* a64multienc: change mc_frame_counter to unsignedJanne Grunau2012-10-101-1/+1
* arm: call arm-specific rv34dsp init functions under if (ARCH_ARM)Jean-Baptiste Kempf2012-10-106-18/+32
* svq1: Drop a bunch of useless parenthesesDiego Biurrun2012-10-102-48/+48
* svq1: K&R formatting cosmeticsDiego Biurrun2012-10-107-1075/+1109
* g722enc: fix size argument in memsetJanne Grunau2012-10-091-1/+1
* lavc: split asv12 encoder/decoderAnton Khirnov2012-10-096-672/+778
* vc1dec: prevent memory leak in error pathJanne Grunau2012-10-091-1/+1
* vc1dec: prevent memory leak on av_realloc errorJanne Grunau2012-10-091-4/+6
* adxdec: use planar sample formatJustin Ruggles2012-10-091-8/+13
* adpcmdec: use planar sample format for adpcm_thpJustin Ruggles2012-10-091-6/+3
* adpcmdec: use planar sample format for adpcm_ea_xasJustin Ruggles2012-10-091-12/+16
* adpcmdec: use planar sample format for adpcm_ea_r1/r2/r3Justin Ruggles2012-10-091-10/+10
* adpcmdec: use planar sample format for adpcm_xaJustin Ruggles2012-10-091-16/+28
* adpcmdec: use planar sample format for adpcm_ima_ws for vqa version 3Justin Ruggles2012-10-091-6/+11
* adpcmdec: use planar sample format for adpcm_4xmJustin Ruggles2012-10-091-6/+5
* adpcmdec: use planar sample format for adpcm_ima_wavJustin Ruggles2012-10-091-10/+8
* adpcmdec: use planar sample format for adpcm_ima_qtJustin Ruggles2012-10-091-8/+17
* pcmdec: use planar sample format for pcm_lxfJustin Ruggles2012-10-091-18/+15
* mace: use planar sample formatJustin Ruggles2012-10-091-17/+15
* atrac1: use planar sample formatJustin Ruggles2012-10-091-25/+4
* build: non-x86: Only compile mpegvideo optimizations when necessaryDiego Biurrun2012-10-095-8/+12
* avcodec: free extended_data instead address of itJanne Grunau2012-10-091-1/+1
* Restructure av_log_missing_feature messageDiego Biurrun2012-10-096-15/+14
* ppc: fix Altivec build with old compilersMans Rullgard2012-10-081-5/+14
* x86: vc1: call ff_vc1dsp_init_x86() under if (ARCH_X86)Janne Grunau2012-10-086-94/+163
* x86: cavs: call ff_cavsdsp_init_x86() under if (ARCH_X86)Janne Grunau2012-10-084-15/+26
* x86: call most of the x86 dsp init functions under if (ARCH_X86)Janne Grunau2012-10-0822-40/+41
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08201-1159/+1160
* avcodec: allow either planar or interleaved sample format when encoding monoJustin Ruggles2012-10-071-1/+8
* adpcmenc: ensure calls to adpcm_ima_compress_sample() are in the right orderJustin Ruggles2012-10-071-2/+3
OpenPOWER on IntegriCloud