summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* mpegvideo: reduce excessive inlining of mpeg_motion()Mans Rullgard2012-08-09
* mpegvideo: convert mpegvideo_common.h to a .c fileMans Rullgard2012-08-09
* build: factor out mpegvideo.o dependencies to CONFIG_MPEGVIDEOMans Rullgard2012-08-09
* Move MASK_ABS macro to libavcodec/mathops.hMans Rullgard2012-08-09
* x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.hMans Rullgard2012-08-09
* aacdec: Don't fall back to the old output configuration when no old configura...Alex Converse2012-08-08
* x86: pngdsp: Fix assembly for OS/2Dave Yeo2012-08-08
* g723_1: clip argument for 15-bit version of normalize_bits()Kostya Shishkov2012-08-08
* g723_1: use all LPC vectors in formant postfilterKostya Shishkov2012-08-08
* mpc8: do not leave padding after last frame in buffer for the next decode callKostya Shishkov2012-08-08
* mpegaudioenc: list supported channel layouts.Anton Khirnov2012-08-08
* mpegaudiodec: don't print an error on > 1 frame in a packet.Anton Khirnov2012-08-08
* api-example: update to new audio encoding API.Anton Khirnov2012-08-08
* x86: use 32-bit source registers with movd instructionMans Rullgard2012-08-07
* x86: add colons after labelsMans Rullgard2012-08-07
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* lavc: add AV prefix to codec ids.Anton Khirnov2012-08-07
* mpc8: add a flush functionJustin Ruggles2012-08-06
* nuv: K&R formatting cosmeticsDiego Biurrun2012-08-06
* nuv: check RTjpeg header for validityJanne Grunau2012-08-06
* Revert "nuv: check per-frame header for validity."Janne Grunau2012-08-06
* imc: remove unused field IMCContext.one_div_log2Mans Rullgard2012-08-06
* imc: fix size of a memset()Mans Rullgard2012-08-06
* imc: remove empty if() blockMans Rullgard2012-08-06
* x86: h264_idct: Rename x264_add8x4_idct_sse2 --> h264_add8x4_idct_sse2Diego Biurrun2012-08-05
* dpx: Make start offset unsignedDerek Buitenhuis2012-08-05
* cosmetics: Fix a few switched periods and linebreaksDerek Buitenhuis2012-08-04
* zerocodec: Fix memleak in decode_frameDerek Buitenhuis2012-08-04
* zerocodec: CosmeticsDerek Buitenhuis2012-08-04
* ARMv6: vp8: fix stack allocation with Apple's assemblerMans Rullgard2012-08-04
* ARM: vp56: allow inline asm to build with clangMans Rullgard2012-08-04
* fft: 3dnow: fix register name typo in DECL_IMDCT macroRonald S. Bultje2012-08-04
* x86: dct32: port to cpuflagsDiego Biurrun2012-08-03
* x86: build: replace mmx2 by mmxextDiego Biurrun2012-08-03
* Revert "wmapro: prevent division by zero when sample rate is unspecified"Ronald S. Bultje2012-08-03
* wmapro: prevent division by zero when sample rate is unspecifiedSean McGovern2012-08-03
* lagarith: fix color plane inversion for YUY2 output.Ronald S. Bultje2012-08-03
* lagarith: pad RGB buffer by 1 byte.Ronald S. Bultje2012-08-03
* dsputil: make add_hfyu_left_prediction_sse4() support unaligned src.Ronald S. Bultje2012-08-03
* vc1dec: Remove separate scaling function for interlaced field MVsMashiat Sarker Shakkhar2012-08-03
* vc1dec: Invoke edge_emulation regardless of MV precisionMashiat Sarker Shakkhar2012-08-03
* x86: Use consistent 3dnowext function and macro name suffixesDiego Biurrun2012-08-03
* g723_1: scale output as supposed for the case with postfilter disabledKostya Shishkov2012-08-03
* g723_1: increase excitation storage by 4Kostya Shishkov2012-08-03
* g723_1: fix upper bound parameter from inverse maximum autocorrelationKostya Shishkov2012-08-03
* g723_1: make scale_vector() behave like the referenceKostya Shishkov2012-08-03
* g723_1: fix off-by-one error in normalize_bits()Kostya Shishkov2012-08-03
* g723_1: save/restore excitation with offset to store LPC historyKostya Shishkov2012-08-03
* wmapro: prevent division by zero when sample rate is unspecifiedSean McGovern2012-08-03
* x86: proresdsp: improve SIGNEXTEND macro commentsDiego Biurrun2012-08-02