aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* 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
* wmaenc: use float planar sample formatJustin Ruggles2012-10-063-16/+19
* (e)ac3enc: use planar sample formatJustin Ruggles2012-10-064-20/+12
* aacenc: use planar sample formatJustin Ruggles2012-10-061-18/+15
* adpcmenc: use planar sample format for adpcm_ima_wav and adpcm_ima_qtJustin Ruggles2012-10-061-30/+42
* adpcmenc: move 'ch' variable to higher scopeJustin Ruggles2012-10-061-3/+2
* adpcmenc: fix 3 instances of variable shadowingJustin Ruggles2012-10-061-3/+2
* adpcm_ima_wav: simplify encodingJustin Ruggles2012-10-061-53/+34
* libvorbis: use planar sample formatJustin Ruggles2012-10-061-5/+3
* libmp3lame: use planar sample formatsJustin Ruggles2012-10-061-66/+38
* vorbisenc: use float planar sample formatJustin Ruggles2012-10-061-11/+9
* Give all anonymously typedeffed structs in headers a nameDiego Biurrun2012-10-0637-75/+75
* ppc: fmtconvert: kill VLA in float_to_int16_interleave_altivec()Mans Rullgard2012-10-051-7/+18
* x86: dsputil: kill VLA in gmc_mmx()Mans Rullgard2012-10-051-51/+7
* libspeexenc: Updated commentary to reflect recent changesDmitry Samonenko2012-10-051-0/+17
* libspeexenc: Add an option for enabling DTXDmitry Samonenko2012-10-051-0/+10
* lavc: deprecate the audio resampling API.Anton Khirnov2012-10-054-0/+21
* h264: don't touch H264Context->ref_count[] during MB decodingRonald S. Bultje2012-10-052-45/+29
* build: Factor out mpegaudio dependencies to CONFIG_MPEGAUDIODiego Biurrun2012-10-041-22/+12
* libspeexdec: handle NULL return value from speex_packet_to_header()Justin Ruggles2012-10-031-2/+7
* mpegvideo: set extended_data in ff_update_duplicate_context()Janne Grunau2012-10-031-0/+5
* libspeexdec: properly handle DTX for multiple frames-per-packetJustin Ruggles2012-10-031-4/+6
* libspeexdec: move the SpeexHeader from LibSpeexContext to where it is usedJustin Ruggles2012-10-031-8/+6
* libspeexdec: simplify setting of frame_sizeJustin Ruggles2012-10-031-5/+1
* libspeexdec: set channel_layoutJustin Ruggles2012-10-031-1/+5
* libspeexdec: If the channel count is not valid, decode as stereo.Justin Ruggles2012-10-031-3/+5
* libspeexdec: improve setting of Speex mode and sample rateJustin Ruggles2012-10-031-16/+21
* libspeex: Add a private option for enabling VADDmitry Samonenko2012-10-031-0/+8
* ARM: set Tag_ABI_align_preserved in all asm filesMans Rullgard2012-10-0210-19/+0
* tiffenc: Check av_malloc() results.Alex Converse2012-10-011-1/+15
* tiffenc: Simplify pixel format setup using AVPixFmtDescriptor.Alex Converse2012-10-011-23/+17
* adpcmdec: set AVCodec.sample_fmtsJustin Ruggles2012-10-011-28/+32
* twinvq: use planar sample formatJustin Ruggles2012-10-011-19/+12
* ralf: use planar sample formatJustin Ruggles2012-10-011-15/+20
* mpc7/8: use planar sample formatJustin Ruggles2012-10-014-14/+15
* iac/imc: use planar sample formatJustin Ruggles2012-10-011-15/+11
* dcadec: use float planar sample formatJustin Ruggles2012-10-011-70/+49
* cook: use planar sample formatJustin Ruggles2012-10-011-18/+22
* atrac3: use float planar sample formatJustin Ruggles2012-10-011-37/+7
* apedec: output in planar sample formatJustin Ruggles2012-10-011-19/+20
* 8svx: use planar sample formatJustin Ruggles2012-10-011-28/+23
* Opus encoder using libopusNathan Caldwell2012-10-017-28/+505
* wmadec: Adjust debug printf argument length modifierDiego Biurrun2012-10-011-1/+1