Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-06-03Go2Webinar decoderKostya Shishkov
2013-06-02vmd: decode videos with no LZ buffer size provided - they might not need itKostya Shishkov
2013-06-02vmd: fix mode 3 decodingKostya Shishkov
2013-06-02tiff: K&R formatting cosmeticsDiego Biurrun
2013-06-01use my full first name instead of short one in copyrightsKostya Shishkov
2013-06-01indeo4: expand allowed quantiser rangeKostya Shishkov
2013-05-30proresenc: alpha coding supportKostya Shishkov
2013-05-30arm: Include hpeldsp_neon.o if h264qpel is enabledMartin Storsjö
2013-05-30arm: Don't unconditionally build dsputil filesMartin Storsjö
2013-05-30arm: Only build the FFT init files if FFT is enabledMartin Storsjö
2013-05-30build: cosmetics: Place unconditional before conditional OBJS linesDiego Biurrun
2013-05-30build: arm: cosmetics: Place all OBJS declarations in alphabetical orderDiego Biurrun
2013-05-29vmd: drop incomplete chunks and spurious samplesLuca Barbato
2013-05-29vmd: refactor the inner decode loopLuca Barbato
2013-05-29vmd: return meaningful errorsLuca Barbato
2013-05-29vmd: use the PALETTE_COUNT constant uniformlyLuca Barbato
2013-05-28mpeg12: skip frames consistentlyJanne Grunau
2013-05-28wavpack: check that all the channels were coded.Anton Khirnov
2013-05-28wavpack: check that there aren't too many blocks per packetAnton Khirnov
2013-05-28wavpack: extract channel information from the bitstreamAnton Khirnov
2013-05-28wavpack: extract sample rate from the bitstreamAnton Khirnov
2013-05-28indeo4: reuse context block VLC for band instead of defaultingKostya Shishkov
2013-05-28indeo4: add missing Haar and slanted transformsKostya Shishkov
2013-05-28dxtory v2 supportKostya Shishkov
2013-05-28vc1dec: Remove interlaced warningMichael Niedermayer
2013-05-28vc1dec: Fix mixed field/frame intensity compensationMichael Niedermayer
2013-05-28vc1dec: Match addressing between compensation and MC in vc1_mc_4mv_chroma4Michael Niedermayer
2013-05-28vc1dec: Handle top and bottom blocks in vc1_mc_4mv_chroma4() differently if n...Michael Niedermayer
2013-05-28vc1dec: Fix doxy for vc1_mc_4mv_chroma4()Michael Niedermayer
2013-05-28vc1dec: Drop old use_ic code from vc1_b_mcMichael Niedermayer
2013-05-28vc1: Use shuffled use_ic instead of equally shuffled mv_modeMichael Niedermayer
2013-05-28vc1dec: Implement intensity compensation for vc1_interp_mc()Michael Niedermayer
2013-05-28vc1dec: Redesign the intensity compensationMichael Niedermayer
2013-05-28vc1dec: Shuffle field MVs after decoding, not beforeMichael Niedermayer
2013-05-28matroskadec: export full wavpack blocks.Anton Khirnov
2013-05-28wavpack demuxer: export full wavpack blocks.Anton Khirnov
2013-05-28wavpack: don't set sample format in init.Anton Khirnov
2013-05-28wavpack: remove a useless parameter from wavpack_decode_block().Anton Khirnov
2013-05-28wavpack: return an error on 0-sized blocksAnton Khirnov
2013-05-28wavpack: remove a useless check.Anton Khirnov
2013-05-28wavpack: add an error message to a failure.Anton Khirnov
2013-05-28wavpack: return 0 instead of samples count from decoding functionsAnton Khirnov
2013-05-28wavpack: switch to planar outputAnton Khirnov
2013-05-28wavpack: drop redundant if/else blocksAnton Khirnov
2013-05-28wavpack: remove the subframes codec capAnton Khirnov
2013-05-28smacker: add a clarification notice about audio decodingKostya Shishkov
2013-05-27Revert "smackaud: clip output samples"Kostya Shishkov
2013-05-26fix scalarproduct_and_madd_int16_altivec() for orders > 16Kostya Shishkov
2013-05-24Move get_logical_cpus() from lavc/pthread to lavu/cpu.Anton Khirnov
2013-05-24w32pthreads: move from lavc to compat/Anton Khirnov