summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* WMAL cosmetics: fix indentationMashiat Sarker Shakkhar2012-05-021-1/+1
* gitignore: add Win32 library suffixesJoakim Plate2012-05-021-0/+3
* arm: intreadwrite: disable inline asm for gcc 4.7 and laterMans Rullgard2012-05-021-1/+2
* arm: intreadwrite: fix inline asm constraints for gcc 4.6 and laterMans Rullgard2012-05-021-3/+10
* indeo3: fix motion vector validationHendrik Leppkes2012-05-011-2/+2
* pcm_bluray: set bits_per_raw_sample for > 16-bitHendrik Leppkes2012-05-011-0/+1
* twinvq: fix out of bounds array accessMans Rullgard2012-05-011-2/+4
* lavr: use 8.8 instead of 10.6 as the 16-bit fixed-point mixing coeff typeJustin Ruggles2012-05-017-15/+18
* avplay: use libavresample for sample format conversion and channel mixingJustin Ruggles2012-05-011-38/+86
* Fix compilation with YASM/NASM without AVX support.Reimar Döffinger2012-05-011-0/+2
* WMAL: do not output last frame again if nothing was decoded in current packetJakub Stachowski2012-05-011-0/+2
* WMAL: do not start decoding if frame does not end in current packetMashiat Sarker Shakkhar2012-05-011-2/+2
* adpcm-thp: fix invalid array indexingMans Rullgard2012-05-011-4/+6
* ppc: add const where needed in scalarproduct_int16_altivec()Mans Rullgard2012-05-011-3/+4
* ppc: remove shift parameter from scalarproduct_int16_altivec()Mans Rullgard2012-05-011-10/+1
* ppc: dsputil: do unaligned block accesses correctlyMans Rullgard2012-05-012-100/+98
* dvenc: do not call dsputil functions with stride not a multiple of 16Mans Rullgard2012-05-011-3/+3
* APIchanges: fill in some dates and commit hashesJustin Ruggles2012-04-301-9/+9
* mkv: mark corrupted packets and return themLuca Barbato2012-04-291-0/+5
* mkv: forward EMBL block data errorLuca Barbato2012-04-291-1/+1
* avcodec: introduce YCoCg colorspaceHendrik Leppkes2012-04-291-0/+1
* avcodec: cosmetic cleanup on headerLuca Barbato2012-04-291-39/+39
* aac sbr: align struct member by 32 byte.Ronald S. Bultje2012-04-291-1/+1
* 4xm: fix invalid array indexingMans Rullgard2012-04-291-9/+12
* rv34dsp: factorize a multiplication in the noround inverse transformChristophe GISQUET2012-04-281-9/+9
* rv40: perform bitwise checks in loop filterChristophe Gisquet2012-04-281-8/+8
* rv34: remove inline keyword from rv34_decode_block().Ronald S. Bultje2012-04-281-1/+1
* rv40: change a logical test into a bitwise one.Christophe Gisquet2012-04-281-1/+1
* rv34: remove constant parameterChristophe Gisquet2012-04-281-11/+6
* rv40: don't always do the full prev_type searchChristophe Gisquet2012-04-281-11/+14
* dsputil x86: revert a test back to its previous valueChristophe GISQUET2012-04-281-1/+1
* rv34dsp x86: implement MMX2 inverse transformChristophe Gisquet2012-04-282-0/+80
* h264: new assembly version of get_cabac for x86_64 with PICRoland Scheidegger2012-04-283-24/+121
* h264: use one table instead of several for cabac functionsRoland Scheidegger2012-04-286-48/+70
* h264: (trivial) remove unneeded macro argument in x86/cabac.hRoland Scheidegger2012-04-281-3/+3
* libschroedingerdec: check mallocJordi Ortiz2012-04-281-0/+5
* segment: reorder seg_write_header allocationLuca Barbato2012-04-271-8/+6
* avio: make avio_close(NULL) a no-opLuca Barbato2012-04-271-1/+5
* mov: Parse EC3SpecificBox (dec3 atom).Yusuke Nakamura2012-04-271-0/+29
* mpegts: Make sure we don't return uninitialized packetsMartin Storsjö2012-04-271-0/+3
* gitignore: replace library catch-all pattern by more specific patternsDiego Biurrun2012-04-271-6/+5
* dsputil: fix invalid array indexingMans Rullgard2012-04-261-6/+10
* configure: add libavresample to rpathSean McGovern2012-04-261-1/+1
* build: icc: silence some warningsMans Rullgard2012-04-251-1/+2
* fft-test: add option to set cpuflag maskMans Rullgard2012-04-252-13/+23
* cpu: recognise only cpu flag names pertinent to the architectureMans Rullgard2012-04-251-2/+4
* avutil: add av_parse_cpu_flags() functionMans Rullgard2012-04-255-56/+77
* vp8: armv6: fix non-armv6t2 buildMans Rullgard2012-04-251-0/+2
* vp8: armv6 optimisationsMans Rullgard2012-04-252-1/+1658
* vp8: arm: separate ARMv6 functions from NEONMans Rullgard2012-04-257-170/+289
OpenPOWER on IntegriCloud