summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* dxva2_h264: fix signaling of mbaff framesHendrik Leppkes2012-06-261-1/+2
* x86: fft: elf64: fix PIC buildMans Rullgard2012-06-251-0/+4
* x86: fft: win64: fix stack alignment for memcpy() callMans Rullgard2012-06-251-7/+9
* x86: fft: convert sse inline asm to yasmMans Rullgard2012-06-253-121/+129
* x86: place some inline asm under #if HAVE_INLINE_ASMRonald S. Bultje2012-06-258-0/+39
* h264: use asm cabac reader under a generic conditionMans Rullgard2012-06-232-3/+5
* x86: Only use optimizations with cmov if the CPU supports the instructionDiego Biurrun2012-06-233-3/+6
* x86: remove unused inline asm macros from dsputil_mmx.hMans Rullgard2012-06-231-68/+0
* x86: move some inline asm macros to the only places they are usedMans Rullgard2012-06-233-34/+34
* libspeexenc: add supported sample rates and channel layouts.Anton Khirnov2012-06-221-0/+6
* utvideo: mark interlaced frames as suchHendrik Leppkes2012-06-221-0/+2
* utvideo: Fix interlaced prediction for RGB utvideo.Carl Eugen Hoyos2012-06-221-4/+11
* cosmetics: do not use full path for local headersDiego Biurrun2012-06-221-1/+1
* fix hardcoded tables compililation caused by missing math constantsJanne Grunau2012-06-213-6/+1
* twinvq: give massive struct a name.Ronald S. Bultje2012-06-211-1/+1
* lavc: remove stats_in from AVCodecContext options table.Anton Khirnov2012-06-211-1/+0
* MS Screen 1 decoderKostya Shishkov2012-06-205-1/+849
* aacdec: Fix popping channel layouts.Alex Converse2012-06-201-1/+1
* Use av_gettime() in various placesMans Rullgard2012-06-203-31/+11
* dct-test: use emms_c() from libavutil instead of duplicating itMans Rullgard2012-06-201-11/+3
* flvdec: remove incomplete, disabled seeking codeDiego Biurrun2012-06-191-12/+0
* lavc: Extend the documentation for avcodec_init_packetSimon A. Eugster2012-06-191-0/+3
* float_dsp: Move vector_fmac_scalar() from libavcodec to libavutilJustin Ruggles2012-06-185-75/+5
* Add support for iLBC decoding/encoding via the external library libilbcMartin Storsjö2012-06-186-1/+219
* dirac: replace compound literal with normal initialiserRonald S. Bultje2012-06-181-1/+1
* vorbisdec: replace div/mod in loop with a counterMans Rullgard2012-06-181-5/+12
* dwt: remove variable-length arraysRonald S. Bultje2012-06-177-74/+79
* Avoid C99 variable declarations within for statements.Diego Biurrun2012-06-141-1/+2
* ppc: Rename H.264 optimization template file for consistency.Diego Biurrun2012-06-123-4/+4
* golomb: check remaining bits during unary decoding in get_ur_golomb_jpegls()Justin Ruggles2012-06-121-1/+1
* libmp3lame: add missing layout terminatorMichael Niedermayer2012-06-101-1/+2
* 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
OpenPOWER on IntegriCloud