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