summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* h264: allow cropping to AVCodecContext.width/heightMans Rullgard2012-06-091-0/+6
* iac: generate codec tables as they are supposed to beKostya Shishkov2012-06-092-25/+62
* indeo4: handle frame type 1 properlyKostya Shishkov2012-06-091-4/+6
* Add a float DSP framework to libavutilJustin Ruggles2012-06-0823-188/+63
* PPC: Move types_altivec.h and util_altivec.h from libavcodec to libavutilJustin Ruggles2012-06-0815-188/+23
* ARM: Move asm.S from libavcodec to libavutilJustin Ruggles2012-06-0839-269/+38
* vc1dsp: mark put/avg_vc1_mspel_mc() always_inlineMans Rullgard2012-06-081-1/+1
* vorbis: Validate that the floor 1 X values contain no duplicates.Alex Converse2012-06-054-4/+17
* Indeo Audio decoderKostya Shishkov2012-06-056-15/+83
* imc: make IMDCT support stereo outputKostya Shishkov2012-06-051-6/+10
* imc: move channel-specific data into separate contextKostya Shishkov2012-06-051-187/+217
* mpc8: fix maximum bands handlingKostya Shishkov2012-06-051-2/+3
* aacdec: Turn PS off when switching to stereo and turn it to implicit when swi...Alex Converse2012-06-041-0/+3
* bmv: add stricter checks for invalid decoded lengthKostya Shishkov2012-06-031-3/+7
* avpacket: fix duplicating side data.Anton Khirnov2012-06-031-1/+1
* vp8: move block coeff arithcoder on stack.Ronald S. Bultje2012-05-301-18/+20
* pcm-mpeg: improve log message wordingChristian Schmidt2012-05-301-5/+5
* pcm_mpeg: fix number of consumed bytes to include the header.Hendrik Leppkes2012-05-291-1/+1
* x86: use new schema for ASM macrosVitor Sessak2012-05-294-76/+82
* imc: some cosmeticsKostya Shishkov2012-05-251-181/+204
* tqi: Pass errors from the MB decoderMichael Niedermayer2012-05-231-3/+7
* x86: lavc: use %if HAVE_AVX guards around AVX functions in yasm code.Justin Ruggles2012-05-221-0/+8
* dwt: return errors from ff_slice_buffer_init()Diego Biurrun2012-05-223-7/+13
* dwt: check malloc callsJordi Ortiz2012-05-221-1/+15
* ppc: Drop unused header regs.hDiego Biurrun2012-05-221-37/+0
* Convert vector_fmul range of functions to YASM and add AVX versionsKieran Kunhya2012-05-2110-158/+149
* dwt: K&R prettyprinting cosmeticsJordi Ortiz2012-05-212-553/+713
* indeo: Make ivi_calc_band_checksum() static, it is only used in one file.Diego Biurrun2012-05-202-6/+1
* indeo: Drop unused debug function ivi_check_band().Diego Biurrun2012-05-202-30/+0
* avcodec/utils: cast a function argument to shut up a compiler warningDiego Biurrun2012-05-201-1/+2
* truemotion1: remove disabled codeDiego Biurrun2012-05-201-7/+0
* fix typo in commentKostya Shishkov2012-05-201-1/+1
* indeo: check for invalid motion vectorsKostya Shishkov2012-05-202-0/+17
* indeo: check that band output buffer existsKostya Shishkov2012-05-201-0/+4
* indeo: clear allocated band buffersKostya Shishkov2012-05-201-3/+3
* indeo: track tile macroblock sizeKostya Shishkov2012-05-202-0/+7
* indeo: check custom Huffman tables for errorsKostya Shishkov2012-05-201-1/+6
* factor out common decoding code for Indeo 4 and Indeo 5Kostya Shishkov2012-05-204-465/+317
* mp3: fix start band index for block type 2 in 8kHz audioKostya Shishkov2012-05-201-9/+10
* pcmenc: set correct bitrate valueMans Rullgard2012-05-171-0/+1
* x86: rv40: Mark rv40_weight functions as MMX2; they use MMX2 instructions.Michael Kostylev2012-05-152-6/+6
* ac3dsp: simplify x86 versions of ac3_max_msb_abs_int16Justin Ruggles2012-05-152-26/+43
* tta: Fix comment about channel number; TTA supports >2 channels.Aneesh Dogra2012-05-151-1/+1
* indeo3: validate new frame size before resetting decoderKostya Shishkov2012-05-151-0/+8
* indeo3: when freeing buffers, set pointers referencing them to NULL as wellKostya Shishkov2012-05-151-0/+1
* indeo3: initialise pixel planes on allocationKostya Shishkov2012-05-151-0/+2
* indeo3: ensure that decoded cell data is in 7-bit range as presumed by decoderKostya Shishkov2012-05-151-14/+16
* libmp3lame: set supported channel layouts.Anton Khirnov2012-05-141-5/+3
* vcr1: Add vcr1_ prefixes to all static functions with generic names.Diego Biurrun2012-05-141-13/+13
* vcr1: Fix return type of common_init to match the function pointer signature.Diego Biurrun2012-05-141-1/+3
OpenPOWER on IntegriCloud