summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* avcodec/dvdec: skip 3rd stage ac decoding when the headers indicates that the...Michael Niedermayer2015-07-251-0/+7
* avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for VP9 intra functionsShivraj Patil2015-07-244-1/+619
* configure: fix LARGEADDRESSAWARE flag with MSVCHendrik Leppkes2015-07-241-0/+1
* avcodec/aacsbr: add missing header includeJames Almer2015-07-241-0/+1
* Merge commit 'c9edbe4af901e9bc9f05a62319637f9760df9a4a'Michael Niedermayer2015-07-240-0/+0
|\
| * use a wrapper script to call MS link.exe to avoid mixing with /usr/bin/link.exeSteve Lhomme2015-07-242-1/+10
* | use a wrapper script to call MS link.exe to avoid mixing with /usr/bin/link.exeSteve Lhomme2015-07-242-1/+10
* | avcodec/dvdec: Retry decoding seemingly damaged MBs while skiping likely dama...Michael Niedermayer2015-07-241-2/+22
* | swscale: ayuv64le output supportPaul B Mahol2015-07-2412-1/+59
* | swscale: ayuv64le input supportPaul B Mahol2015-07-244-0/+40
* | avutil: add ayuv64le and ayuv64be packed pixel formatPaul B Mahol2015-07-243-1/+30
* | avfilter: rename vf_reverse.c to f_reverse.cPaul B Mahol2015-07-242-2/+2
* | avfilter: add areverse filterPaul B Mahol2015-07-246-3/+121
* | libavcodec/qsvdec_h264.c: packet buffering has been removed since qsvdec.c do...Ivan Uskov2015-07-241-79/+24
* | libavcodec/qsvdec.c: The ff_qsv_decode() now guarantees the consumption of wh...Ivan Uskov2015-07-242-29/+105
* | avcodec/hapdec: Check that there is sufficient input dataMichael Niedermayer2015-07-241-0/+10
* | Merge commit 'a54e720e0289433d6bc3f7ba0a37fa5cabfaeea9'Michael Niedermayer2015-07-241-2/+2
|\ \ | |/
| * configure: force -nologo- when detecting MSVCSteve Lhomme2015-07-231-2/+2
* | Merge commit '44f7df0c987965763c609f6dc36974b04182e58d'Michael Niedermayer2015-07-230-0/+0
|\ \ | |/
| * dds: Write the palette in the native endian formMartin Storsjö2015-07-231-5/+7
* | avcodec/hap: (trivial) rename enum values and document their meaningTom Butterworth2015-07-231-11/+13
* | avcodec/hap: (trivial) clarify commentTom Butterworth2015-07-231-2/+4
* | doc/filters.texi: fix two typos in reverse filter descriptionPaul B Mahol2015-07-231-1/+2
* | avfilter/vf_reverse: check also pts_size when reallocatingPaul B Mahol2015-07-231-3/+4
* | Merge commit '11f3d5c69b711a1f1631961921ecd20d31f8336d'Michael Niedermayer2015-07-230-0/+0
|\ \ | |/
| * hap: Name enums, remove unused struct memberTom Butterworth2015-07-231-13/+12
* | Merge commit '083cbc930d077651ea7e3fbc32ec45352cfed7e7'Michael Niedermayer2015-07-230-0/+0
|\ \ | |/
| * snappy: Refactor so ff_snappy_uncompress() uses an existing bufferTom Butterworth2015-07-233-13/+37
* | avcodec/mips/vp9_idct_msa: Replace __volatile__ by volatileMichael Niedermayer2015-07-231-2/+2
* | avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for VP9 idct functionsShivraj Patil2015-07-234-1/+2192
* | libavcodec/qsvdec_h264.c: refactoring: functionality of qsv_process_data() ha...Ivan Uskov2015-07-233-20/+17
* | avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for VP9 lpf functionsShivraj Patil2015-07-235-1/+2662
* | lavc/hevc: rudimentary support for skip_loop_filter.Nicolas George2015-07-232-1/+9
* | avcodec/hevc_parse: Print the name of the NAL units in addition to the numeri...Michael Niedermayer2015-07-231-2/+34
* | Merge commit '7f388c0fabc51eca3106e7cc443393269435ab52'Michael Niedermayer2015-07-231-1/+1
|\ \ | |/
| * asfdec: remove the wrong conditionAlexandra Hájková2015-07-231-1/+1
* | Merge commit 'ae5a8dca675ee544178225256893e679b750cb63'Michael Niedermayer2015-07-232-10/+18
|\ \ | |/
| * hap: Fix slice size computationTom Butterworth2015-07-232-10/+18
* | Merge commit 'ebe8b5d947c41449c684f17c6826fe6bc46c0360'Michael Niedermayer2015-07-231-9/+17
|\ \ | |/
| * dds: Fix the slice size computationTom Butterworth2015-07-231-9/+17
* | Merge commit '22ecfcd4c79cdf812fdf406525ddf0fd1f7114e4'Michael Niedermayer2015-07-231-3/+4
|\ \ | |/
| * af_channelmap: properly set the supported output channel layoutsAnton Khirnov2015-07-231-4/+4
* | Merge commit 'aed7715b8fa295980c221f1cd095d42cd3bd74a6'Michael Niedermayer2015-07-231-1/+1
|\ \ | |/
| * asfdec: increment nb_streams right after the stream allocationAlexandra Hájková2015-07-231-1/+1
* | Merge commit 'ee80f834cbb6dbacdc1efb4c658a7d775e82ebff'Michael Niedermayer2015-07-231-0/+1
|\ \ | |/
| * asfdec: set nb_streams to 0 in the asf_read_closeAlexandra Hájková2015-07-231-0/+1
* | avutil/softfloat: move av_sincos_sf() back to headerJames Almer2015-07-223-51/+48
* | libavcodec/qsvdec_h264.c: SPS parsing is now performed by MFXVideoDECODE_Deco...Ivan Uskov2015-07-233-114/+58
* | tests/checkasm/h264pred: Use LOCAL_ALIGNED_16()Michael Niedermayer2015-07-231-2/+3
* | tests/checkasm/h264qpel: Use LOCAL_ALIGNED_16()Michael Niedermayer2015-07-231-4/+5
OpenPOWER on IntegriCloud