13284 Commits (5763e63913940f8d2d2eb8750931e5f12dd2a481)

Author SHA1 Message Date
Jason Garrett-Glaser 902685b8ab VP3: fix decoding of videos with stride > 2048 14 years ago
Jean-Daniel Dupas 351423ae1f targa: fix potential buffer overreads 14 years ago
Ronald S. Bultje ed040f35f2 Fix PPC build. 14 years ago
Jason Garrett-Glaser 891b1f15a7 VP8: init one less near_mv 14 years ago
Jason Garrett-Glaser bcf4568f18 VP8: split out declarations to new header 14 years ago
Jason Garrett-Glaser 7634771e70 VP8: faster MV clipping 14 years ago
Ronald S. Bultje 12802ec060 dsputil: move VC1-specific stuff into VC1DSPContext. 14 years ago
Ronald S. Bultje 0b16cdc3fa VC1: simplify a calculation in a loop. 14 years ago
Ronald S. Bultje 1da6ea3954 VC1: transpose IDCT 8x8 coeffs while reading. 14 years ago
Young Han Lee 979395bbbb mdct: remove unnecessary multiplication 14 years ago
Justin Ruggles 5b54d4b376 ac3enc: fix bug in stereo rematrixing decision. 14 years ago
Michael Niedermayer 50a82c2c75 vbv_delay AVOption for ABI compatibility 14 years ago
Carl Eugen Hoyos 2e3c56a29f Set maximum lowres value for the MJPEG decoder to 3. 14 years ago
Justin Ruggles 1f004fc512 ac3dsp: Change punpckhqdq to movhlps in ac3_max_msb_abs_int16(). 14 years ago
Stefano Sabatini 938b62538a Document audio_resample_close(). 14 years ago
Stefano Sabatini 5495528365 Apply minor cosmetics fixes to the av_audio_resample_init() doxy. 14 years ago
Justin Ruggles 50d7140441 ac3enc: change default floor code to 7. 14 years ago
Reinhard Tartler 737eb5976f Merge libavcore into libavutil 14 years ago
Christophe Massiot 55bad0c602 Pass VBV delay to the calling application via ctx 14 years ago
Peter Ross 71f88b1f38 binkaudio: remove unused copy of AVCodecContext* 14 years ago
Peter Ross 9806fbd535 binkaudio: fix channel count check 14 years ago
Young Han Lee ead15f1dc1 aacdec: Implement LTP support. 14 years ago
Alex Converse 916dee9f45 aac: remove dead SBR input scaling 14 years ago
Justin Ruggles fbb6b49dab ac3enc: Add x86-optimized function to speed up log2_tab(). 14 years ago
Anatoly Nenashev 7a4abe5912 mpeg4video: ignore broken GOP headers 14 years ago
Loren Merritt e6b1ed693a FFT: factor a shuffle out of the inner loop and merge it into fft_permute. 14 years ago
Peter Ross 2315392174 bink: permute Bink version 'b' quant matrices by inverse scan order 14 years ago
Peter Ross cb62510cab bink: simplify how quantization matrices are passed to read_dct_coeffs() 14 years ago
Vitor Sessak 47d62c965b Make tables generation insensitive to floating-point implementation 14 years ago
Ronald S. Bultje 2a03e87330 Add missing terminating backslash 14 years ago
Mans Rullgard a7878c9f73 VP8: ARM optimised decode_block_coeffs_internal 14 years ago
Mans Rullgard 7da48fd011 ARM optimised vp56_rac_get_prob() 14 years ago
Peter Ross adb1ad0d80 bink: reindent after last commit 14 years ago
Peter Ross e00f41d574 Bink version 'b' video decoder 14 years ago
Alexander Strasser 0605cb4332 vorbis dec: Remove obsolete comment 14 years ago
Alexander Strasser 4f03c5d793 vorbis dec: cosmetics: Indent consistently 14 years ago
Alexander Strasser 97f5f97108 vorbis dec: cosmetics: Indent CPP cond properly 14 years ago
Alexander Strasser 07f06540f6 vorbis dec: Delete useless scopes, and reindent after scope deletion 14 years ago
Jason Garrett-Glaser f3d09d44b7 VP8: optimized mv prediction and decoding 14 years ago
Justin Ruggles 626264b11b ac3enc: Remove unneeded clipping of shift amount. 14 years ago
Justin Ruggles d4582889ee ac3enc: remove right shifting from lshift_tab() and make lshift unsigned. 14 years ago
Mans Rullgard 44adbebe17 Remove final semicolon from some macros 14 years ago
Ronen Mizrahi df211c3ab7 dvbsubenc: Fix placement of the object version 14 years ago
Janne Grunau 493aa30adf dvbsubdec: check against buffer overreads 14 years ago
Reimar Döffinger 4a72765a1c Do not fail DVB sub decoding because of a few padding bytes 14 years ago
Justin Ruggles dda3f0ef48 Add x86-optimized versions of exponent_min(). 14 years ago
Mans Rullgard b4668274b9 Remove incorrect return statement from avcodec_thread_free() 14 years ago
Mans Rullgard dbb09ec23f ivi_dsp: remove semicolons after function definitions 14 years ago
Mans Rullgard 9a77a92c2b Fix build with threading disabled 14 years ago
Mans Rullgard aef669cdfd w32thread: add missing #include thread.h 14 years ago