16644 Commits (8dd0650fe67398d78214687b1a15e614239ff593)

Author SHA1 Message Date
Janne Grunau 3fbda309e5 avcodec: free extended_data instead address of it 13 years ago
Diego Biurrun f75f4194d1 Restructure av_log_missing_feature message 13 years ago
Mans Rullgard f79364b2c3 ppc: fix Altivec build with old compilers 13 years ago
Janne Grunau 7e522859fc x86: vc1: call ff_vc1dsp_init_x86() under if (ARCH_X86) 13 years ago
Janne Grunau cb36febcbc x86: cavs: call ff_cavsdsp_init_x86() under if (ARCH_X86) 13 years ago
Janne Grunau f101eab1be x86: call most of the x86 dsp init functions under if (ARCH_X86) 13 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 13 years ago
Justin Ruggles 37f701f1c3 avcodec: allow either planar or interleaved sample format when encoding mono 13 years ago
Justin Ruggles 5364327186 adpcmenc: ensure calls to adpcm_ima_compress_sample() are in the right order 13 years ago
Justin Ruggles 31b2262dca wmaenc: use float planar sample format 13 years ago
Justin Ruggles b1540fc884 (e)ac3enc: use planar sample format 13 years ago
Justin Ruggles f3e2d68df6 aacenc: use planar sample format 13 years ago
Justin Ruggles 095be4fbf6 adpcmenc: use planar sample format for adpcm_ima_wav and adpcm_ima_qt 13 years ago
Justin Ruggles d9a13c2f56 adpcmenc: move 'ch' variable to higher scope 13 years ago
Justin Ruggles 9606f19b4e adpcmenc: fix 3 instances of variable shadowing 13 years ago
Justin Ruggles 1e35574bad adpcm_ima_wav: simplify encoding 13 years ago
Justin Ruggles cfc0a80a1d libvorbis: use planar sample format 13 years ago
Justin Ruggles 473b297f26 libmp3lame: use planar sample formats 13 years ago
Justin Ruggles 233783e2c1 vorbisenc: use float planar sample format 13 years ago
Diego Biurrun e4cbf7529b Give all anonymously typedeffed structs in headers a name 13 years ago
Mans Rullgard 642b4efaf7 ppc: fmtconvert: kill VLA in float_to_int16_interleave_altivec() 13 years ago
Mans Rullgard bcf07a15a0 x86: dsputil: kill VLA in gmc_mmx() 13 years ago
Dmitry Samonenko f1c6a740fc libspeexenc: Updated commentary to reflect recent changes 13 years ago
Dmitry Samonenko 978d5bd2a7 libspeexenc: Add an option for enabling DTX 13 years ago
Anton Khirnov 30223b3bf2 lavc: deprecate the audio resampling API. 13 years ago
Ronald S. Bultje f6f7d15041 h264: don't touch H264Context->ref_count[] during MB decoding 13 years ago
Diego Biurrun 1e164c0bcc build: Factor out mpegaudio dependencies to CONFIG_MPEGAUDIO 13 years ago
Justin Ruggles c9df48909e libspeexdec: handle NULL return value from speex_packet_to_header() 13 years ago
Janne Grunau 1481e19825 mpegvideo: set extended_data in ff_update_duplicate_context() 13 years ago
Justin Ruggles 45e5d0c3ac libspeexdec: properly handle DTX for multiple frames-per-packet 13 years ago
Justin Ruggles 908e22b93a libspeexdec: move the SpeexHeader from LibSpeexContext to where it is used 13 years ago
Justin Ruggles 892695c851 libspeexdec: simplify setting of frame_size 13 years ago
Justin Ruggles 27c3f9c03e libspeexdec: set channel_layout 13 years ago
Justin Ruggles 29abb04e73 libspeexdec: If the channel count is not valid, decode as stereo. 13 years ago
Justin Ruggles 3b061c5e10 libspeexdec: improve setting of Speex mode and sample rate 13 years ago
Dmitry Samonenko ad11681acd libspeex: Add a private option for enabling VAD 13 years ago
Mans Rullgard 5e826fd65e ARM: set Tag_ABI_align_preserved in all asm files 13 years ago
Alex Converse b92dfb56d4 tiffenc: Check av_malloc() results. 13 years ago
Alex Converse 9bc055e358 tiffenc: Simplify pixel format setup using AVPixFmtDescriptor. 13 years ago
Justin Ruggles bfcd4b6a16 adpcmdec: set AVCodec.sample_fmts 13 years ago
Justin Ruggles 1478a3601e twinvq: use planar sample format 13 years ago
Justin Ruggles a34be78546 ralf: use planar sample format 13 years ago
Justin Ruggles 1a3459033d mpc7/8: use planar sample format 13 years ago
Justin Ruggles 3fca0d7210 iac/imc: use planar sample format 13 years ago
Justin Ruggles 64c312aa29 dcadec: use float planar sample format 13 years ago
Justin Ruggles cbf6ee7823 cook: use planar sample format 13 years ago
Justin Ruggles 9af4eaa8ea atrac3: use float planar sample format 13 years ago
Justin Ruggles 461ba7e97a apedec: output in planar sample format 13 years ago
Justin Ruggles cf8c93ada4 8svx: use planar sample format 13 years ago
Nathan Caldwell 6cb8c85409 Opus encoder using libopus 13 years ago