summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* lavc: add AV prefix to codec ids.Anton Khirnov2012-08-075-317/+698
* build: fix library installation on cygwinYaakov Selkowitz2012-08-071-1/+4
* mpc8: add a flush functionJustin Ruggles2012-08-061-0/+7
* mpc8: set packet duration and stream start time instead of tracking framesJustin Ruggles2012-08-061-4/+3
* nuv: K&R formatting cosmeticsDiego Biurrun2012-08-061-70/+96
* build: generalise rules and variable settings for av* programsMans Rullgard2012-08-062-8/+15
* nuv: check RTjpeg header for validityJanne Grunau2012-08-062-4/+8
* Revert "nuv: check per-frame header for validity."Janne Grunau2012-08-061-3/+3
* imc: remove unused field IMCContext.one_div_log2Mans Rullgard2012-08-061-2/+0
* imc: fix size of a memset()Mans Rullgard2012-08-061-1/+1
* imc: remove empty if() blockMans Rullgard2012-08-061-3/+0
* fate: simplify variable setting filter.makMans Rullgard2012-08-061-7/+2
* lavf: Declare an AVRational struct without a struct literalMartin Storsjö2012-08-061-1/+1
* x86: h264_idct: Rename x264_add8x4_idct_sse2 --> h264_add8x4_idct_sse2Diego Biurrun2012-08-051-4/+4
* rational: add av_inv_q() returning the inverse of an AVRationalMans Rullgard2012-08-052-4/+13
* dpx: Make start offset unsignedDerek Buitenhuis2012-08-051-1/+2
* lavfi: properly signal out-of-memory error in ff_filter_samplesReinhard Tartler2012-08-051-0/+4
* cosmetics: Fix a few switched periods and linebreaksDerek Buitenhuis2012-08-042-3/+3
* zerocodec: Fix memleak in decode_frameDerek Buitenhuis2012-08-041-5/+6
* zerocodec: CosmeticsDerek Buitenhuis2012-08-041-12/+10
* lavr: fix handling of custom mix matricesJustin Ruggles2012-08-043-10/+26
* fate: force pix_fmt in lagarith-rgb32 testMans Rullgard2012-08-041-1/+1
* fate: add tests for lagarith lossless video codec.Ronald S. Bultje2012-08-035-0/+51
* ARMv6: vp8: fix stack allocation with Apple's assemblerMans Rullgard2012-08-041-1/+7
* ARM: vp56: allow inline asm to build with clangMans Rullgard2012-08-041-4/+12
* fft: 3dnow: fix register name typo in DECL_IMDCT macroRonald S. Bultje2012-08-041-1/+1
* x86: dct32: port to cpuflagsDiego Biurrun2012-08-031-49/+25
* x86: build: replace mmx2 by mmxextDiego Biurrun2012-08-0338-108/+120
* Revert "wmapro: prevent division by zero when sample rate is unspecified"Ronald S. Bultje2012-08-031-5/+0
* wmapro: prevent division by zero when sample rate is unspecifiedSean McGovern2012-08-031-0/+5
* lagarith: fix color plane inversion for YUY2 output.Ronald S. Bultje2012-08-031-3/+3
* lagarith: pad RGB buffer by 1 byte.Ronald S. Bultje2012-08-031-1/+1
* dsputil: make add_hfyu_left_prediction_sse4() support unaligned src.Ronald S. Bultje2012-08-031-7/+13
* vc1dec: Remove separate scaling function for interlaced field MVsMashiat Sarker Shakkhar2012-08-031-22/+8
* vc1dec: Invoke edge_emulation regardless of MV precisionMashiat Sarker Shakkhar2012-08-031-2/+2
* x86: Use consistent 3dnowext function and macro name suffixesDiego Biurrun2012-08-037-44/+46
* g723_1: scale output as supposed for the case with postfilter disabledKostya Shishkov2012-08-031-4/+10
* g723_1: increase excitation storage by 4Kostya Shishkov2012-08-031-1/+1
* g723_1: fix upper bound parameter from inverse maximum autocorrelationKostya Shishkov2012-08-031-1/+4
* g723_1: make scale_vector() behave like the referenceKostya Shishkov2012-08-031-2/+3
* g723_1: fix off-by-one error in normalize_bits()Kostya Shishkov2012-08-031-1/+1
* g723_1: save/restore excitation with offset to store LPC historyKostya Shishkov2012-08-031-2/+2
* wmapro: prevent division by zero when sample rate is unspecifiedSean McGovern2012-08-031-0/+5
* x86: proresdsp: improve SIGNEXTEND macro commentsDiego Biurrun2012-08-021-3/+3
* x86: h264dsp: K&R formatting cosmeticsDiego Biurrun2012-08-021-225/+247
* LICENSE: Document all GPL filesDerek Buitenhuis2012-08-021-0/+8
* x86: fft: fix imdct_half() for AVXRonald S. Bultje2012-08-021-3/+10
* rtmppkt: Add missing libavcodec/bytestream.h include.Alex Rønne Petersen2012-08-021-0/+1
* rtmp: add functions for reading AMF valuesJordi Ortiz2012-08-022-0/+87
* vc1dec: remove useless #include simple_idct.hMans Rullgard2012-08-021-1/+0