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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-06-21avcodec/jpeg2000dwt: also test 9/7 float DWTMichael Niedermayer
2015-06-21avcodec/jpeg2000dwt: List differences for DWT testMichael Niedermayer
2015-06-21avcodec/jpeg2000dwt: increase the number of test iterationsMichael Niedermayer
2015-06-21avcodec/jpeg2000dwt: Also test 9/7 integer DWTMichael Niedermayer
2015-06-21avcodec/jpeg2000dwt: Allow testing with a maximum allowed differenceMichael Niedermayer
2015-06-21lavc/adpcm: THP: don't use the ADPC/SEEK table when not seekingRodger Combs
2015-06-21Support demuxing 4gv codec stored in qcp filesPaul B Mahol
2015-06-21avcodec/mjpegdec: dont try to combine fields for decimated multiscope 2 materialMichael Niedermayer
2015-06-21libvpxenc: support setting colorspace for vp9James Zern
2015-06-21lavc/adpcm: THP: fix indentationRodger Combs
2015-06-20avcodec/mqcenc: Remove unused variableMichael Niedermayer
2015-06-20lavc/adpcm: THP: allow channel counts up to 10Rodger Combs
2015-06-20lavc/adpcm: THP: handle packets with sample counts not divisible by 14Rodger Combs
2015-06-20lavc: add little-endian ADPCM_THP decoderRodger Combs
2015-06-20avcodec/jpeg2000dec: Replace TPsot check by assertMichael Niedermayer
2015-06-20avcodec/jpeg2000dec: Increase tile part limit to 256Michael Niedermayer
2015-06-20avcodec/jpeg2000dwt: Fill array using 2d instead of 1d accessesMichael Niedermayer
2015-06-20avcodec/jpeg2000dwt: Factor dwt test code out so it can be easily used with t...Michael Niedermayer
2015-06-20avcodec/jpeg2000dwt: Fix special cases in sd_1d53()Michael Niedermayer
2015-06-20avcodec/jpeg2000dwt: add test for the 5/3 waveletMichael Niedermayer
2015-06-20avcodec/jpeg2000dwt: Fix order of operations in integer decomposition waveletsMichael Niedermayer
2015-06-19avcodec/j2kenc: Use JP2 format by defaultMichael Niedermayer
2015-06-19avcodec/j2kenc: Support writing JP2 encapsulationMichael Niedermayer
2015-06-19avcodec/dpxenc: implement write16/32 as functionsMichael Niedermayer
2015-06-19avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for hpel functionsShivraj Patil
2015-06-19avcodec/fic: Add skip_cursor AVOptionMichael Niedermayer
2015-06-19avcodec/j2kenc: YUV should not use the ICTMichael Niedermayer
2015-06-19avcodec/fft-test: fix type of cpuflagsMichael Niedermayer
2015-06-19vp9: don't retain NULL as segmentation_mapAndreas Cadhalpun
2015-06-18avcodec/hevc_ps: Only discard overread VPS if a previous is availableMichael Niedermayer
2015-06-18avcodec/libx264: Avoid reconfig on equivalent aspect ratiosMichael Niedermayer
2015-06-18avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for qpel functionsShivraj Patil
2015-06-18avcodec/jpeg2000dec: Continue decoding reslevels even when empty ones are enc...Michael Niedermayer
2015-06-18avcodec/ffv1enc: fix bps for >8bit yuv when not explicitly setMichael Niedermayer
2015-06-17Merge commit 'd8d124eebcf2ec1f6a1936b12a4f00a48f08e85c'Michael Niedermayer
2015-06-17avcodec/j2kenc: Properly flush the end of the truncated AC streamMichael Niedermayer
2015-06-17avcodec/mqcenc: Add ff_mqc_flush_to()Michael Niedermayer
2015-06-17avcodec/jpeg2000dec: Drop unneeded rlevel variableMichael Niedermayer
2015-06-17avcodec/jpeg2000dwt: Support 9/7 singularity cases on the encoder sideMichael Niedermayer
2015-06-17avcodec/jpeg2000dwt: More special cases to handle singularities in 9/7 decodeMichael Niedermayer
2015-06-17aic: Improve error reportingVittorio Giovara
2015-06-17avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for H263 lpf functionsShivraj Patil
2015-06-17lavf/brstm: add support for BFSTM filesRodger Combs
2015-06-17avcodec/jpeg2000dwt: assert that mod == 0 for encodingMichael Niedermayer
2015-06-16doc: avoid incorrect phrase 'allows to'Andreas Cadhalpun
2015-06-16avcodec/codec_desc: rename smv video codec name to smvjpeg to match decoder namePaul B Mahol
2015-06-16avcodec/jpeg2000dwt: Fix 9/7 IDWT for small sizesMichael Niedermayer
2015-06-16avcodec/jpeg2000dwt: add special cases for handling length 1 in 5/3 decodeMichael Niedermayer
2015-06-16avcodec/jpeg2000dec: Improve end checkMichael Niedermayer
2015-06-16avcodec/jpeg2000dec: Fix term_cnt checkMichael Niedermayer