summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* x86: remove unused inline asm macros from dsputil_mmx.hMans Rullgard2012-06-23
* x86: move some inline asm macros to the only places they are usedMans Rullgard2012-06-23
* libspeexenc: add supported sample rates and channel layouts.Anton Khirnov2012-06-22
* utvideo: mark interlaced frames as suchHendrik Leppkes2012-06-22
* utvideo: Fix interlaced prediction for RGB utvideo.Carl Eugen Hoyos2012-06-22
* cosmetics: do not use full path for local headersDiego Biurrun2012-06-22
* fix hardcoded tables compililation caused by missing math constantsJanne Grunau2012-06-21
* twinvq: give massive struct a name.Ronald S. Bultje2012-06-21
* lavc: remove stats_in from AVCodecContext options table.Anton Khirnov2012-06-21
* MS Screen 1 decoderKostya Shishkov2012-06-20
* aacdec: Fix popping channel layouts.Alex Converse2012-06-20
* Use av_gettime() in various placesMans Rullgard2012-06-20
* dct-test: use emms_c() from libavutil instead of duplicating itMans Rullgard2012-06-20
* flvdec: remove incomplete, disabled seeking codeDiego Biurrun2012-06-19
* lavc: Extend the documentation for avcodec_init_packetSimon A. Eugster2012-06-19
* float_dsp: Move vector_fmac_scalar() from libavcodec to libavutilJustin Ruggles2012-06-18
* Add support for iLBC decoding/encoding via the external library libilbcMartin Storsjö2012-06-18
* dirac: replace compound literal with normal initialiserRonald S. Bultje2012-06-18
* vorbisdec: replace div/mod in loop with a counterMans Rullgard2012-06-18
* dwt: remove variable-length arraysRonald S. Bultje2012-06-17
* Avoid C99 variable declarations within for statements.Diego Biurrun2012-06-14
* ppc: Rename H.264 optimization template file for consistency.Diego Biurrun2012-06-12
* golomb: check remaining bits during unary decoding in get_ur_golomb_jpegls()Justin Ruggles2012-06-12
* libmp3lame: add missing layout terminatorMichael Niedermayer2012-06-10
* h264: allow cropping to AVCodecContext.width/heightMans Rullgard2012-06-09
* iac: generate codec tables as they are supposed to beKostya Shishkov2012-06-09
* indeo4: handle frame type 1 properlyKostya Shishkov2012-06-09
* Add a float DSP framework to libavutilJustin Ruggles2012-06-08
* PPC: Move types_altivec.h and util_altivec.h from libavcodec to libavutilJustin Ruggles2012-06-08
* ARM: Move asm.S from libavcodec to libavutilJustin Ruggles2012-06-08
* vc1dsp: mark put/avg_vc1_mspel_mc() always_inlineMans Rullgard2012-06-08
* vorbis: Validate that the floor 1 X values contain no duplicates.Alex Converse2012-06-05
* Indeo Audio decoderKostya Shishkov2012-06-05
* imc: make IMDCT support stereo outputKostya Shishkov2012-06-05
* imc: move channel-specific data into separate contextKostya Shishkov2012-06-05
* mpc8: fix maximum bands handlingKostya Shishkov2012-06-05
* aacdec: Turn PS off when switching to stereo and turn it to implicit when swi...Alex Converse2012-06-04
* bmv: add stricter checks for invalid decoded lengthKostya Shishkov2012-06-03
* avpacket: fix duplicating side data.Anton Khirnov2012-06-03
* vp8: move block coeff arithcoder on stack.Ronald S. Bultje2012-05-30
* pcm-mpeg: improve log message wordingChristian Schmidt2012-05-30
* pcm_mpeg: fix number of consumed bytes to include the header.Hendrik Leppkes2012-05-29
* x86: use new schema for ASM macrosVitor Sessak2012-05-29
* imc: some cosmeticsKostya Shishkov2012-05-25
* tqi: Pass errors from the MB decoderMichael Niedermayer2012-05-23
* x86: lavc: use %if HAVE_AVX guards around AVX functions in yasm code.Justin Ruggles2012-05-22
* dwt: return errors from ff_slice_buffer_init()Diego Biurrun2012-05-22
* dwt: check malloc callsJordi Ortiz2012-05-22
* ppc: Drop unused header regs.hDiego Biurrun2012-05-22
* Convert vector_fmul range of functions to YASM and add AVX versionsKieran Kunhya2012-05-21