summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | lavc/adpcm: THP: handle packets with sample counts not divisible by 14Rodger Combs2015-06-201-4/+10
* | lavc: add little-endian ADPCM_THP decoderRodger Combs2015-06-207-7/+31
* | fate: add avfilter/formats-testMichael Niedermayer2015-06-202-0/+89
* | avfilter/formats: Add test for ff_parse_channel_layout()Michael Niedermayer2015-06-201-0/+29
* | avcodec/jpeg2000dec: Replace TPsot check by assertMichael Niedermayer2015-06-201-5/+2
* | avcodec/jpeg2000dec: Increase tile part limit to 256Michael Niedermayer2015-06-201-1/+1
* | avutil/fixed_dsp: remove ff_ prefix from static functionJames Almer2015-06-201-2/+2
* | avcodec/jpeg2000dwt: Fill array using 2d instead of 1d accessesMichael Niedermayer2015-06-201-1/+1
* | avcodec/jpeg2000dwt: Factor dwt test code out so it can be easily used with t...Michael Niedermayer2015-06-201-23/+34
* | avcodec/jpeg2000dwt: Fix special cases in sd_1d53()Michael Niedermayer2015-06-201-4/+4
* | tests/fate: Add fate-j2k-dwtMichael Niedermayer2015-06-201-0/+6
* | avcodec/jpeg2000dwt: add test for the 5/3 waveletMichael Niedermayer2015-06-202-0/+57
* | avcodec/jpeg2000dwt: Fix order of operations in integer decomposition waveletsMichael Niedermayer2015-06-209-64/+66
* | avcodec/j2kenc: Use JP2 format by defaultMichael Niedermayer2015-06-199-17/+17
* | avcodec/j2kenc: Support writing JP2 encapsulationMichael Niedermayer2015-06-191-1/+87
* | avcodec/dpxenc: implement write16/32 as functionsMichael Niedermayer2015-06-191-10/+13
* | avutil/avstring: Do not print NULLMichael Niedermayer2015-06-191-1/+1
* | avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for hpel functionsShivraj Patil2015-06-197-0/+1825
* | avcodec/fic: Add skip_cursor AVOptionMichael Niedermayer2015-06-191-1/+17
* | library.mak: Workaround SDL redefining main and breaking fate tests on mingwJames Almer2015-06-191-0/+1
* | avcodec/j2kenc: YUV should not use the ICTMichael Niedermayer2015-06-191-1/+1
* | avutil/crc: Fix type of p table so its content fits without overflwoingMichael Niedermayer2015-06-191-1/+2
* | avutil/avstring: Fix undefined shiftMichael Niedermayer2015-06-191-1/+1
* | avutil/aes: Fix typesMichael Niedermayer2015-06-191-2/+2
* | avutil/adler32: Fix data type in test codeMichael Niedermayer2015-06-191-1/+1
* | avcodec/fft-test: fix type of cpuflagsMichael Niedermayer2015-06-191-1/+1
* | postproc: fix unaligned accessAndreas Cadhalpun2015-06-191-1/+2
* | vp9: don't retain NULL as segmentation_mapAndreas Cadhalpun2015-06-191-1/+2
* | avformat: clarify what package needs to be compiled with SSL supportwm42015-06-181-1/+1
* | id3v2: strip trailing spaces from APIC tagwm42015-06-181-0/+11
* | avformat/id3v2: detect PNG by header instead of mimeMichael Niedermayer2015-06-181-0/+3
* | avcodec/hevc_ps: Only discard overread VPS if a previous is availableMichael Niedermayer2015-06-181-1/+2
* | avcodec/libx264: Avoid reconfig on equivalent aspect ratiosMichael Niedermayer2015-06-181-2/+1
* | avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for qpel functionsShivraj Patil2015-06-187-0/+6972
* | ffmpeg: Free last_frame instead of just unrefMichael Niedermayer2015-06-181-0/+2
* | avcodec/jpeg2000dec: Continue decoding reslevels even when empty ones are enc...Michael Niedermayer2015-06-181-1/+1
* | avcodec/ffv1enc: fix bps for >8bit yuv when not explicitly setMichael Niedermayer2015-06-181-1/+1
* | avcodec/flacenc: Regression test for ticket #4628George Boyle2015-06-171-0/+4
* | Merge commit '1e79d5c6e73ad131f9395f337b58a2b59ee04c1b'Michael Niedermayer2015-06-170-0/+0
|\ \ | |/
| * libwebpenc: use WebPMemoryWriterClear()James Almer2015-06-171-0/+4
* | Merge commit 'd8d124eebcf2ec1f6a1936b12a4f00a48f08e85c'Michael Niedermayer2015-06-171-4/+11
|\ \ | |/
| * aic: Improve error reportingVittorio Giovara2015-06-171-4/+11
* | avcodec/j2kenc: Properly flush the end of the truncated AC streamMichael Niedermayer2015-06-1710-36/+40
* | avcodec/mqcenc: Add ff_mqc_flush_to()Michael Niedermayer2015-06-172-0/+22
* | avcodec/jpeg2000dec: Drop unneeded rlevel variableMichael Niedermayer2015-06-171-4/+0
* | avcodec/jpeg2000dwt: Support 9/7 singularity cases on the encoder sideMichael Niedermayer2015-06-174-14/+24
* | avcodec/jpeg2000dwt: More special cases to handle singularities in 9/7 decodeMichael Niedermayer2015-06-174-6/+10
* | avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for H263 lpf functionsShivraj Patil2015-06-176-0/+241
* | lavf/brstm: add support for BFSTM filesRodger Combs2015-06-177-21/+119
* | avio: fix potential crashes when combining ffio_ensure_seekback + crcwm42015-06-171-0/+3
OpenPOWER on IntegriCloud