20820 Commits (4334ba043e9601717af3a7ca46addfaf154d5fb6)

Author SHA1 Message Date
Michael Niedermayer f9b0694cc8 motion-test: fix height parameter 12 years ago
Justin Ruggles 37f701f1c3 avcodec: allow either planar or interleaved sample format when encoding mono 12 years ago
Justin Ruggles 5364327186 adpcmenc: ensure calls to adpcm_ima_compress_sample() are in the right order 12 years ago
Justin Ruggles d58b25aaa2 adpcmenc: ensure calls to adpcm_ima_compress_sample() are in the right order 12 years ago
Michael Niedermayer 979b9b1f47 h264: switch some asserts to av_assert1/2() 12 years ago
Michael Niedermayer 1822aee7e6 dsputil_template: replace assert() by av_assert2() 12 years ago
Michael Niedermayer c6c560deed mpeg4videodec: fix integer avoption types 12 years ago
Michael Niedermayer 57e1553e9f libvpcenc: fix flags voption types 12 years ago
Michael Niedermayer 3c9502b0f6 h264: fix integer avoption types 12 years ago
Michael Niedermayer 19a4e10360 gmc_mmx: enable also for large pictures when emu edge isnt needed. 12 years ago
Michael Niedermayer e063ffbf4b dsputil_mmx: put optimized gmc code back and avoid a VLA without loosing features. 12 years ago
Michael Niedermayer 094a82c7de get_bits: get_bits_long() support n=0 as the docs allow it 12 years ago
Justin Ruggles 31b2262dca wmaenc: use float planar sample format 12 years ago
Justin Ruggles b1540fc884 (e)ac3enc: use planar sample format 12 years ago
Justin Ruggles f3e2d68df6 aacenc: use planar sample format 12 years ago
Justin Ruggles 095be4fbf6 adpcmenc: use planar sample format for adpcm_ima_wav and adpcm_ima_qt 12 years ago
Justin Ruggles d9a13c2f56 adpcmenc: move 'ch' variable to higher scope 12 years ago
Justin Ruggles 9606f19b4e adpcmenc: fix 3 instances of variable shadowing 12 years ago
Justin Ruggles 1e35574bad adpcm_ima_wav: simplify encoding 12 years ago
Justin Ruggles cfc0a80a1d libvorbis: use planar sample format 12 years ago
Justin Ruggles 473b297f26 libmp3lame: use planar sample formats 12 years ago
Justin Ruggles 233783e2c1 vorbisenc: use float planar sample format 12 years ago
Michael Niedermayer 56d7f7d955 snowenc: get rid of VLA (well it wasnt really variable anyway) 12 years ago
Michael Niedermayer 2c34367b4a libvorbisenc: fix afq delay setting 12 years ago
Diego Biurrun e4cbf7529b Give all anonymously typedeffed structs in headers a name 12 years ago
Carl Eugen Hoyos 7548c80acc Pinnacle TARGA CineWave YUV16 decoder (fourcc Y216). 12 years ago
Michael Niedermayer 5de75336a1 mpegvideo_armv5te: change asserts to av_asserts 12 years ago
Michael Niedermayer ed015f67a2 ffv1enc: fix assert in put_vlc_symbol() and update to av_assert2() 12 years ago
Michael Niedermayer 856834a77f ffv1: change w/h asserts to check as the condition can likely happen 12 years ago
Michael Niedermayer 5709e20199 ffv1: remove commented asserts 12 years ago
Mans Rullgard 642b4efaf7 ppc: fmtconvert: kill VLA in float_to_int16_interleave_altivec() 12 years ago
Mans Rullgard bcf07a15a0 x86: dsputil: kill VLA in gmc_mmx() 12 years ago
Dmitry Samonenko f1c6a740fc libspeexenc: Updated commentary to reflect recent changes 12 years ago
Dmitry Samonenko 978d5bd2a7 libspeexenc: Add an option for enabling DTX 12 years ago
Anton Khirnov 30223b3bf2 lavc: deprecate the audio resampling API. 12 years ago
Ronald S. Bultje 2e59210edf lavc/h264: don't touch H264Context->ref_count[] during MB decoding. 12 years ago
Michael Niedermayer cf5a98b9e3 mpeg2videodec: fix list of supported frame rates to include sane ext rates. 12 years ago
Ronald S. Bultje f6f7d15041 h264: don't touch H264Context->ref_count[] during MB decoding 12 years ago
Dmitry Samonenko 66a4ac5182 libspeexenc: Updated commentary to reflect recent changes 12 years ago
Dmitry Samonenko 038325ac05 libspeexenc: Add an option for enabling DTX 12 years ago
Michael Niedermayer d56834201b aacenc: fix out of array writes 12 years ago
Diego Biurrun 1e164c0bcc build: Factor out mpegaudio dependencies to CONFIG_MPEGAUDIO 12 years ago
Michael Niedermayer e214306775 mpeg2enc: support and use frame_rate_ext when needed 12 years ago
Michael Niedermayer 047dcfabc7 afq: sanity assert on remaining_samples 12 years ago
Michael Niedermayer b27e2b6e12 afq: update remaining samples variable. 12 years ago
Justin Ruggles c9df48909e libspeexdec: handle NULL return value from speex_packet_to_header() 12 years ago
Janne Grunau 1481e19825 mpegvideo: set extended_data in ff_update_duplicate_context() 12 years ago
Justin Ruggles 29abb04e73 libspeexdec: If the channel count is not valid, decode as stereo. 12 years ago
Justin Ruggles 45e5d0c3ac libspeexdec: properly handle DTX for multiple frames-per-packet 12 years ago
Justin Ruggles 908e22b93a libspeexdec: move the SpeexHeader from LibSpeexContext to where it is used 12 years ago