| Commit message (Expand) | Author | Age | Files | Lines |
* | flvdec: remove incomplete, disabled seeking code | Diego Biurrun | 2012-06-19 | 1 | -12/+0 |
* | lavc: Extend the documentation for avcodec_init_packet | Simon A. Eugster | 2012-06-19 | 1 | -0/+3 |
* | float_dsp: Move vector_fmac_scalar() from libavcodec to libavutil | Justin Ruggles | 2012-06-18 | 5 | -75/+5 |
* | Add support for iLBC decoding/encoding via the external library libilbc | Martin Storsjö | 2012-06-18 | 6 | -1/+219 |
* | dirac: replace compound literal with normal initialiser | Ronald S. Bultje | 2012-06-18 | 1 | -1/+1 |
* | vorbisdec: replace div/mod in loop with a counter | Mans Rullgard | 2012-06-18 | 1 | -5/+12 |
* | dwt: remove variable-length arrays | Ronald S. Bultje | 2012-06-17 | 7 | -74/+79 |
* | Avoid C99 variable declarations within for statements. | Diego Biurrun | 2012-06-14 | 1 | -1/+2 |
* | ppc: Rename H.264 optimization template file for consistency. | Diego Biurrun | 2012-06-12 | 3 | -4/+4 |
* | golomb: check remaining bits during unary decoding in get_ur_golomb_jpegls() | Justin Ruggles | 2012-06-12 | 1 | -1/+1 |
* | libmp3lame: add missing layout terminator | Michael Niedermayer | 2012-06-10 | 1 | -1/+2 |
* | h264: allow cropping to AVCodecContext.width/height | Mans Rullgard | 2012-06-09 | 1 | -0/+6 |
* | iac: generate codec tables as they are supposed to be | Kostya Shishkov | 2012-06-09 | 2 | -25/+62 |
* | indeo4: handle frame type 1 properly | Kostya Shishkov | 2012-06-09 | 1 | -4/+6 |
* | Add a float DSP framework to libavutil | Justin Ruggles | 2012-06-08 | 23 | -188/+63 |
* | PPC: Move types_altivec.h and util_altivec.h from libavcodec to libavutil | Justin Ruggles | 2012-06-08 | 15 | -188/+23 |
* | ARM: Move asm.S from libavcodec to libavutil | Justin Ruggles | 2012-06-08 | 39 | -269/+38 |
* | vc1dsp: mark put/avg_vc1_mspel_mc() always_inline | Mans Rullgard | 2012-06-08 | 1 | -1/+1 |
* | vorbis: Validate that the floor 1 X values contain no duplicates. | Alex Converse | 2012-06-05 | 4 | -4/+17 |
* | Indeo Audio decoder | Kostya Shishkov | 2012-06-05 | 6 | -15/+83 |
* | imc: make IMDCT support stereo output | Kostya Shishkov | 2012-06-05 | 1 | -6/+10 |
* | imc: move channel-specific data into separate context | Kostya Shishkov | 2012-06-05 | 1 | -187/+217 |
* | mpc8: fix maximum bands handling | Kostya Shishkov | 2012-06-05 | 1 | -2/+3 |
* | aacdec: Turn PS off when switching to stereo and turn it to implicit when swi... | Alex Converse | 2012-06-04 | 1 | -0/+3 |
* | bmv: add stricter checks for invalid decoded length | Kostya Shishkov | 2012-06-03 | 1 | -3/+7 |
* | avpacket: fix duplicating side data. | Anton Khirnov | 2012-06-03 | 1 | -1/+1 |
* | vp8: move block coeff arithcoder on stack. | Ronald S. Bultje | 2012-05-30 | 1 | -18/+20 |
* | pcm-mpeg: improve log message wording | Christian Schmidt | 2012-05-30 | 1 | -5/+5 |
* | pcm_mpeg: fix number of consumed bytes to include the header. | Hendrik Leppkes | 2012-05-29 | 1 | -1/+1 |
* | x86: use new schema for ASM macros | Vitor Sessak | 2012-05-29 | 4 | -76/+82 |
* | imc: some cosmetics | Kostya Shishkov | 2012-05-25 | 1 | -181/+204 |
* | tqi: Pass errors from the MB decoder | Michael Niedermayer | 2012-05-23 | 1 | -3/+7 |
* | x86: lavc: use %if HAVE_AVX guards around AVX functions in yasm code. | Justin Ruggles | 2012-05-22 | 1 | -0/+8 |
* | dwt: return errors from ff_slice_buffer_init() | Diego Biurrun | 2012-05-22 | 3 | -7/+13 |
* | dwt: check malloc calls | Jordi Ortiz | 2012-05-22 | 1 | -1/+15 |
* | ppc: Drop unused header regs.h | Diego Biurrun | 2012-05-22 | 1 | -37/+0 |
* | Convert vector_fmul range of functions to YASM and add AVX versions | Kieran Kunhya | 2012-05-21 | 10 | -158/+149 |
* | dwt: K&R prettyprinting cosmetics | Jordi Ortiz | 2012-05-21 | 2 | -553/+713 |
* | indeo: Make ivi_calc_band_checksum() static, it is only used in one file. | Diego Biurrun | 2012-05-20 | 2 | -6/+1 |
* | indeo: Drop unused debug function ivi_check_band(). | Diego Biurrun | 2012-05-20 | 2 | -30/+0 |
* | avcodec/utils: cast a function argument to shut up a compiler warning | Diego Biurrun | 2012-05-20 | 1 | -1/+2 |
* | truemotion1: remove disabled code | Diego Biurrun | 2012-05-20 | 1 | -7/+0 |
* | fix typo in comment | Kostya Shishkov | 2012-05-20 | 1 | -1/+1 |
* | indeo: check for invalid motion vectors | Kostya Shishkov | 2012-05-20 | 2 | -0/+17 |
* | indeo: check that band output buffer exists | Kostya Shishkov | 2012-05-20 | 1 | -0/+4 |
* | indeo: clear allocated band buffers | Kostya Shishkov | 2012-05-20 | 1 | -3/+3 |
* | indeo: track tile macroblock size | Kostya Shishkov | 2012-05-20 | 2 | -0/+7 |
* | indeo: check custom Huffman tables for errors | Kostya Shishkov | 2012-05-20 | 1 | -1/+6 |
* | factor out common decoding code for Indeo 4 and Indeo 5 | Kostya Shishkov | 2012-05-20 | 4 | -465/+317 |
* | mp3: fix start band index for block type 2 in 8kHz audio | Kostya Shishkov | 2012-05-20 | 1 | -9/+10 |