summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* x86: mmx2 ---> mmxext in function namesDiego Biurrun2012-10-3120-217/+242
* swscale: do not forget to swap data in formats with different endiannessKostya Shishkov2012-10-312-8/+50
* aacdec: Drop some unused function argumentsDiego Biurrun2012-10-311-24/+20
* x86: Fix assembly with NASMDave Yeo2012-10-311-1/+1
* x86: fmtconvert: Refactor cvtps2pi emulation through cpuflagsDiego Biurrun2012-10-311-26/+26
* x86: fmtconvert: port to cpuflagsDiego Biurrun2012-10-311-70/+71
* x86: MMX2 ---> MMXEXT in macro namesDiego Biurrun2012-10-3110-68/+68
* x86: mmx2 ---> mmxext in variable namesDiego Biurrun2012-10-313-45/+56
* x86: mmx2 ---> mmxext in comments and messagesDiego Biurrun2012-10-3114-24/+24
* x86: yasm: Use complete source path for macro helper %includesDiego Biurrun2012-10-3134-34/+34
* x86: include x86inc.asm in x86util.asmDiego Biurrun2012-10-3137-36/+5
* cng: Reindent some incorrectly indented linesMartin Storsjö2012-10-302-2/+2
* cngdec: Allow flushing the decoderMartin Storsjö2012-10-301-3/+17
* cngdec: Make the dbov variable have the right unitMartin Storsjö2012-10-301-2/+2
* cngdec: Fix the memset size to cover the full arrayMartin Storsjö2012-10-301-1/+1
* cngdec: Update the LPC coefficients after averaging the reflection coefficientsMartin Storsjö2012-10-301-1/+1
* configure: fix print_config() with broke awksMans Rullgard2012-10-301-1/+1
* pixfmt: support more yuva formatsLuca Barbato2012-10-3010-0/+417
* swscale: support gray to 9bit and 10bit formatsLuca Barbato2012-10-302-4/+66
* configure: rewrite print_config() function using awkMans Rullgard2012-10-301-21/+19
* FATE: fix (AD)PCM test dependencies broken in e519990Anton Khirnov2012-10-301-2/+2
* Use ptrdiff_t instead of int for intra pred "stride" function parameter.Ronald S. Bultje2012-10-295-117/+264
* x86: use PRED4x4/8x8/8x8L/16x16 macros to declare intrapred prototypes.Ronald S. Bultje2012-10-292-186/+190
* Remove INIT_AVX from x86inc.asm.Ronald S. Bultje2012-10-291-8/+0
* Remove usage of INIT_AVX in h264_intrapred_10bit.asm.Ronald S. Bultje2012-10-292-169/+177
* dv: fix indentationAnton Khirnov2012-10-291-30/+30
* dv: use AVStream.index instead of abusing AVStream.idAnton Khirnov2012-10-291-1/+1
* lavfi: add ashowinfo filterAnton Khirnov2012-10-296-1/+181
* avcodec: Add a RFC 3389 comfort noise codecMartin Storsjö2012-10-298-1/+291
* lpc: Add a function for calculating reflection coefficients from samplesMartin Storsjö2012-10-292-0/+15
* lpc: Add a function for calculating reflection coefficients from autocorrelat...Justin Ruggles2012-10-291-0/+31
* lavr: document upper bound on number of output samples.Anton Khirnov2012-10-291-0/+4
* lavr: add general API usage doxyAnton Khirnov2012-10-292-0/+72
* indeo3: remove duplicate capabilities line.Anton Khirnov2012-10-291-1/+0
* fate: ac3: Add dependenciesDiego Biurrun2012-10-291-7/+8
* fate: ac3: Place E-AC-3 tests and AC-3 tests in different groupsDiego Biurrun2012-10-291-9/+12
* fate: Add shorthands for acodec PCM and ADPCM testsDiego Biurrun2012-10-291-2/+6
* avconv: Drop unused function argument from do_video_stats()Diego Biurrun2012-10-291-3/+2
* cmdutils: Conditionally compile libswscale-related bitsDiego Biurrun2012-10-291-1/+6
* aacenc: Drop some unused function argumentsDiego Biurrun2012-10-291-5/+4
* rtsp: Avoid a cast when calling strtolMartin Storsjö2012-10-291-1/+3
* nut: support textual dataLuca Barbato2012-10-294-1/+14
* nutenc: verbosely report unsupported negative ptsLuca Barbato2012-10-291-2/+6
* lavc: add CODEC_CAP_DR1 to all video decoders missing themAnton Khirnov2012-10-299-0/+9
* rtpdec: Cosmetic cleanupMartin Storsjö2012-10-281-55/+51
* yuv4mpeg: reject unsupported codecsLuca Barbato2012-10-281-0/+5
* nutenc: K&R formatting cosmeticsLuca Barbato2012-10-281-341/+412
* assdec: fix qsort() callback signatureMans Rullgard2012-10-271-2/+3
* configure: detect sparc64 automaticallyMans Rullgard2012-10-271-3/+6
* vp8: fix memset() crossing array boundaryMans Rullgard2012-10-271-1/+2