16068 Commits (6501dcfb5e3797b66f63de030fabe774b5f4596f)

Author SHA1 Message Date
Diego Biurrun 4cc2920dd2 flvdec: remove incomplete, disabled seeking code 13 years ago
Simon A. Eugster 7146177d18 lavc: Extend the documentation for avcodec_init_packet 13 years ago
Justin Ruggles cb5042d02c float_dsp: Move vector_fmac_scalar() from libavcodec to libavutil 13 years ago
Martin Storsjö 3641b0489c Add support for iLBC decoding/encoding via the external library libilbc 13 years ago
Ronald S. Bultje db28b01dcf dirac: replace compound literal with normal initialiser 13 years ago
Mans Rullgard 9fcda25e35 vorbisdec: replace div/mod in loop with a counter 13 years ago
Ronald S. Bultje d9669eab0b dwt: remove variable-length arrays 13 years ago
Diego Biurrun d246c18ea6 Avoid C99 variable declarations within for statements. 13 years ago
Diego Biurrun af10feadc2 ppc: Rename H.264 optimization template file for consistency. 13 years ago
Justin Ruggles 4795362660 golomb: check remaining bits during unary decoding in get_ur_golomb_jpegls() 13 years ago
Michael Niedermayer bcbb30e2a0 libmp3lame: add missing layout terminator 13 years ago
Mans Rullgard 30f515091c h264: allow cropping to AVCodecContext.width/height 13 years ago
Kostya Shishkov cac4760bf4 iac: generate codec tables as they are supposed to be 13 years ago
Kostya Shishkov e1a3fa5d3a indeo4: handle frame type 1 properly 13 years ago
Justin Ruggles d5a7229ba4 Add a float DSP framework to libavutil 13 years ago
Justin Ruggles 98db4e2a4e PPC: Move types_altivec.h and util_altivec.h from libavcodec to libavutil 13 years ago
Justin Ruggles 94d2b0d2fd ARM: Move asm.S from libavcodec to libavutil 13 years ago
Mans Rullgard bc92214e27 vc1dsp: mark put/avg_vc1_mspel_mc() always_inline 13 years ago
Alex Converse ecf79c4d3e vorbis: Validate that the floor 1 X values contain no duplicates. 13 years ago
Kostya Shishkov c6061443f7 Indeo Audio decoder 13 years ago
Kostya Shishkov 34271cabac imc: make IMDCT support stereo output 13 years ago
Kostya Shishkov c45e2da617 imc: move channel-specific data into separate context 13 years ago
Kostya Shishkov b56825c40e mpc8: fix maximum bands handling 13 years ago
Alex Converse 79c8e29a7e aacdec: Turn PS off when switching to stereo and turn it to implicit when switching to mono. 13 years ago
Kostya Shishkov 96fadfb158 bmv: add stricter checks for invalid decoded length 13 years ago
Anton Khirnov cf3a1948e9 avpacket: fix duplicating side data. 13 years ago
Ronald S. Bultje 6163d880c0 vp8: move block coeff arithcoder on stack. 13 years ago
Christian Schmidt d041dec3cb pcm-mpeg: improve log message wording 13 years ago
Hendrik Leppkes c58bcead3b pcm_mpeg: fix number of consumed bytes to include the header. 13 years ago
Vitor Sessak bac0729d9e x86: use new schema for ASM macros 13 years ago
Kostya Shishkov d073f122ea imc: some cosmetics 13 years ago
Michael Niedermayer 90290a5150 tqi: Pass errors from the MB decoder 13 years ago
Justin Ruggles 713548cbad x86: lavc: use %if HAVE_AVX guards around AVX functions in yasm code. 13 years ago
Diego Biurrun cc7fac9970 dwt: return errors from ff_slice_buffer_init() 13 years ago
Jordi Ortiz c89e428ed8 dwt: check malloc calls 13 years ago
Diego Biurrun 3ea5429489 ppc: Drop unused header regs.h 13 years ago
Kieran Kunhya 5ff01259a8 Convert vector_fmul range of functions to YASM and add AVX versions 13 years ago
Jordi Ortiz 13a867a63e dwt: K&R prettyprinting cosmetics 13 years ago
Diego Biurrun 4f04f5cc8b indeo: Make ivi_calc_band_checksum() static, it is only used in one file. 13 years ago
Diego Biurrun 9ccbdc0aca indeo: Drop unused debug function ivi_check_band(). 13 years ago
Diego Biurrun 0c517644b2 avcodec/utils: cast a function argument to shut up a compiler warning 13 years ago
Diego Biurrun 4466d0e84b truemotion1: remove disabled code 13 years ago
Kostya Shishkov f05b69a79f fix typo in comment 13 years ago
Kostya Shishkov cf61aaaca1 indeo: check for invalid motion vectors 13 years ago
Kostya Shishkov 9603738221 indeo: check that band output buffer exists 13 years ago
Kostya Shishkov 23ba1503f2 indeo: clear allocated band buffers 13 years ago
Kostya Shishkov a6e4ac40a6 indeo: track tile macroblock size 13 years ago
Kostya Shishkov fe7a37c36f indeo: check custom Huffman tables for errors 13 years ago
Kostya Shishkov aa372cf470 factor out common decoding code for Indeo 4 and Indeo 5 13 years ago
Kostya Shishkov b37d945dd4 mp3: fix start band index for block type 2 in 8kHz audio 13 years ago