summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* wavpack: check that all the channels were coded.Anton Khirnov2013-05-281-0/+5
* wavpack: check that there aren't too many blocks per packetAnton Khirnov2013-05-281-0/+5
* wavpack: extract channel information from the bitstreamAnton Khirnov2013-05-281-17/+18
* wavpack: extract sample rate from the bitstreamAnton Khirnov2013-05-281-23/+43
* configure: support gcc-4.8 instrumentationLuca Barbato2013-05-281-0/+10
* fate: Add a --target-samples path parameterMartin Storsjö2013-05-2845-648/+652
* fate: Don't use files from SRC_PATH in the actual testsMartin Storsjö2013-05-283-4/+11
* indeo4: reuse context block VLC for band instead of defaultingKostya Shishkov2013-05-281-3/+6
* indeo4: add missing Haar and slanted transformsKostya Shishkov2013-05-283-13/+294
* dxtory v2 supportKostya Shishkov2013-05-282-23/+157
* vc1dec: Remove interlaced warningMichael Niedermayer2013-05-284-6/+2
* vc1dec: Fix mixed field/frame intensity compensationMichael Niedermayer2013-05-281-26/+32
* vc1dec: Match addressing between compensation and MC in vc1_mc_4mv_chroma4Michael Niedermayer2013-05-281-2/+2
* vc1dec: Handle top and bottom blocks in vc1_mc_4mv_chroma4() differently if n...Michael Niedermayer2013-05-281-21/+42
* vc1dec: Fix doxy for vc1_mc_4mv_chroma4()Michael Niedermayer2013-05-281-1/+1
* vc1dec: Drop old use_ic code from vc1_b_mcMichael Niedermayer2013-05-281-13/+0
* vc1: Use shuffled use_ic instead of equally shuffled mv_modeMichael Niedermayer2013-05-281-11/+24
* vc1dec: Implement intensity compensation for vc1_interp_mc()Michael Niedermayer2013-05-281-0/+25
* vc1dec: Redesign the intensity compensationMichael Niedermayer2013-05-283-37/+107
* vc1dec: Shuffle field MVs after decoding, not beforeMichael Niedermayer2013-05-282-18/+4
* smacker: assign video frame PTSKostya Shishkov2013-05-281-0/+1
* matroskadec: export full wavpack blocks.Anton Khirnov2013-05-282-40/+110
* wavpack demuxer: export full wavpack blocks.Anton Khirnov2013-05-282-91/+56
* wavpack: don't set sample format in init.Anton Khirnov2013-05-281-4/+1
* wavpack: remove a useless parameter from wavpack_decode_block().Anton Khirnov2013-05-281-5/+4
* wavpack: return an error on 0-sized blocksAnton Khirnov2013-05-281-6/+1
* wavpack: remove a useless check.Anton Khirnov2013-05-281-5/+0
* wavpack: add an error message to a failure.Anton Khirnov2013-05-281-1/+4
* wavpack: return 0 instead of samples count from decoding functionsAnton Khirnov2013-05-281-15/+14
* wavpack: switch to planar outputAnton Khirnov2013-05-281-76/+44
* wavpack: drop redundant if/else blocksAnton Khirnov2013-05-281-14/+2
* wavpack: remove the subframes codec capAnton Khirnov2013-05-281-1/+1
* lavf: preserve side data when parsing packets.Anton Khirnov2013-05-281-0/+7
* smacker: add a clarification notice about audio decodingKostya Shishkov2013-05-281-0/+1
* configure: make jack depend on pthreadsAnton Khirnov2013-05-271-1/+1
* avconv: make -aspect work with streamcopyAnton Khirnov2013-05-272-12/+14
* matroskadec: silently skip CodecState element.Anton Khirnov2013-05-272-0/+2
* smacker: fix off-by-one error in palette expanding codeKostya Shishkov2013-05-271-1/+1
* Revert "smackaud: clip output samples"Kostya Shishkov2013-05-271-4/+4
* arm: Only output eabi attributes if building for ELFMartin Storsjö2013-05-271-1/+1
* fix scalarproduct_and_madd_int16_altivec() for orders > 16Kostya Shishkov2013-05-261-2/+2
* msvc/icl: Intel Compiler support on WindowsAlex Smith2013-05-251-0/+39
* configure: Fix check_exec_crash for ICL supportLaurent2013-05-251-1/+2
* cpu: Include common.h for av_popcount64Martin Storsjö2013-05-241-0/+1
* vf_fade: support slice threadingAnton Khirnov2013-05-241-24/+56
* vf_yadif: support slice threadingAnton Khirnov2013-05-241-30/+57
* lavfi: add a slice threading infrastructureAnton Khirnov2013-05-2411-1/+445
* Move get_logical_cpus() from lavc/pthread to lavu/cpu.Anton Khirnov2013-05-245-55/+65
* w32pthreads: move from lavc to compat/Anton Khirnov2013-05-246-8/+7
* doxy: enable TYPEDEF_HIDES_STRUCTAnton Khirnov2013-05-241-1/+1