summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* vc1dec: prevent memory leak in error pathJanne Grunau2012-10-09
* vc1dec: prevent memory leak on av_realloc errorJanne Grunau2012-10-09
* adxdec: use planar sample formatJustin Ruggles2012-10-09
* adpcmdec: use planar sample format for adpcm_thpJustin Ruggles2012-10-09
* adpcmdec: use planar sample format for adpcm_ea_xasJustin Ruggles2012-10-09
* adpcmdec: use planar sample format for adpcm_ea_r1/r2/r3Justin Ruggles2012-10-09
* adpcmdec: use planar sample format for adpcm_xaJustin Ruggles2012-10-09
* adpcmdec: use planar sample format for adpcm_ima_ws for vqa version 3Justin Ruggles2012-10-09
* adpcmdec: use planar sample format for adpcm_4xmJustin Ruggles2012-10-09
* adpcmdec: use planar sample format for adpcm_ima_wavJustin Ruggles2012-10-09
* adpcmdec: use planar sample format for adpcm_ima_qtJustin Ruggles2012-10-09
* pcmdec: use planar sample format for pcm_lxfJustin Ruggles2012-10-09
* mace: use planar sample formatJustin Ruggles2012-10-09
* atrac1: use planar sample formatJustin Ruggles2012-10-09
* build: non-x86: Only compile mpegvideo optimizations when necessaryDiego Biurrun2012-10-09
* avcodec: free extended_data instead address of itJanne Grunau2012-10-09
* Restructure av_log_missing_feature messageDiego Biurrun2012-10-09
* ppc: fix Altivec build with old compilersMans Rullgard2012-10-08
* x86: vc1: call ff_vc1dsp_init_x86() under if (ARCH_X86)Janne Grunau2012-10-08
* x86: cavs: call ff_cavsdsp_init_x86() under if (ARCH_X86)Janne Grunau2012-10-08
* x86: call most of the x86 dsp init functions under if (ARCH_X86)Janne Grunau2012-10-08
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* avcodec: allow either planar or interleaved sample format when encoding monoJustin Ruggles2012-10-07
* adpcmenc: ensure calls to adpcm_ima_compress_sample() are in the right orderJustin Ruggles2012-10-07
* wmaenc: use float planar sample formatJustin Ruggles2012-10-06
* (e)ac3enc: use planar sample formatJustin Ruggles2012-10-06
* aacenc: use planar sample formatJustin Ruggles2012-10-06
* adpcmenc: use planar sample format for adpcm_ima_wav and adpcm_ima_qtJustin Ruggles2012-10-06
* adpcmenc: move 'ch' variable to higher scopeJustin Ruggles2012-10-06
* adpcmenc: fix 3 instances of variable shadowingJustin Ruggles2012-10-06
* adpcm_ima_wav: simplify encodingJustin Ruggles2012-10-06
* libvorbis: use planar sample formatJustin Ruggles2012-10-06
* libmp3lame: use planar sample formatsJustin Ruggles2012-10-06
* vorbisenc: use float planar sample formatJustin Ruggles2012-10-06
* Give all anonymously typedeffed structs in headers a nameDiego Biurrun2012-10-06
* ppc: fmtconvert: kill VLA in float_to_int16_interleave_altivec()Mans Rullgard2012-10-05
* x86: dsputil: kill VLA in gmc_mmx()Mans Rullgard2012-10-05
* libspeexenc: Updated commentary to reflect recent changesDmitry Samonenko2012-10-05
* libspeexenc: Add an option for enabling DTXDmitry Samonenko2012-10-05
* lavc: deprecate the audio resampling API.Anton Khirnov2012-10-05
* h264: don't touch H264Context->ref_count[] during MB decodingRonald S. Bultje2012-10-05
* build: Factor out mpegaudio dependencies to CONFIG_MPEGAUDIODiego Biurrun2012-10-04
* libspeexdec: handle NULL return value from speex_packet_to_header()Justin Ruggles2012-10-03
* mpegvideo: set extended_data in ff_update_duplicate_context()Janne Grunau2012-10-03
* libspeexdec: properly handle DTX for multiple frames-per-packetJustin Ruggles2012-10-03
* libspeexdec: move the SpeexHeader from LibSpeexContext to where it is usedJustin Ruggles2012-10-03
* libspeexdec: simplify setting of frame_sizeJustin Ruggles2012-10-03
* libspeexdec: set channel_layoutJustin Ruggles2012-10-03
* libspeexdec: If the channel count is not valid, decode as stereo.Justin Ruggles2012-10-03
* libspeexdec: improve setting of Speex mode and sample rateJustin Ruggles2012-10-03