aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* avcodec/texturedsp: fix undefined shiftJames Almer2015-07-261-1/+1
* avformat/ipmovie: Fix late audio detectionMichael Niedermayer2015-07-261-2/+3
* avformat/ipmovie: Parse&handle late audio initMichael Niedermayer2015-07-261-1/+6
* avformat/ipmovie: Factor init_audio() outMichael Niedermayer2015-07-261-18/+26
* libavcodec/qsvdec_h264.c: using "private_spspps_buf" argument for av_bitstrea...Ivan Uskov2015-07-261-1/+1
* libavcodec/h264_mp4toannexb_bsf.c: Optional argument "private_spspps_buf" to ...Ivan Uskov2015-07-261-7/+34
* Merge commit '41d47ea85fb4ad9cfb5c2dc808a46bc1d57f3986'Michael Niedermayer2015-07-268-15/+94
|\
| * lavc: add Intel libmfx-based HEVC decoder.Anton Khirnov2015-07-258-16/+95
* | Merge commit 'bf52f773913cf74bdf0d2c8c2cb4473fa1b7801e'Michael Niedermayer2015-07-264-10/+10
|\|
| * lavc: add Intel libmfx-based MPEG2 decoder.Anton Khirnov2015-07-254-0/+185
* | avcodec/nvenc: Delay frame output to increase encoding speedTimo Rothenpieler2015-07-261-1/+6
* | Merge commit 'f89f78c1c563d98f10ee1d7e1ed67c9f9e03b741'Michael Niedermayer2015-07-264-0/+189
|\|
| * lavc: add a HEVC mp4->annex B bitstream filterAnton Khirnov2015-07-254-0/+189
* | Merge commit '96dca089b19bf55293136277f5b081c56146e10e'Michael Niedermayer2015-07-260-0/+0
|\|
| * qsvdec: move qsv_process_data() from qsvdec_h264 to the common codeAnton Khirnov2015-07-253-110/+118
* | avfilter/Makefile: fix order of framestep filterPaul B Mahol2015-07-251-1/+1
* | avfilter: add sidechain compress audio filterPaul B Mahol2015-07-256-1/+404
* | Merge commit 'fa85fcf2b7d1ab822a59245077b8bb855406d3e9'Michael Niedermayer2015-07-251-2/+2
|\|
| * qsvenc_hevc: fix enum declarationAnton Khirnov2015-07-251-2/+2
* | avcodec/nvenc: Remove unused parameterTimo Rothenpieler2015-07-251-2/+2
* | Merge commit '22522d9c2c69624fe4d81d61ee65a56610f22f1d'Michael Niedermayer2015-07-251-4/+6
|\|
| * qsvdec: fix a memleak of async_fifoAnton Khirnov2015-07-251-4/+6
* | Merge commit 'aa9d15d89bb4ee8a31607d3db1b8c5334eb88d2d'Michael Niedermayer2015-07-251-0/+7
|\|
| * qsvdec: avoid an infinite loop with no consumed data and no outputAnton Khirnov2015-07-251-0/+7
* | avcodec/aacps_fixed_tablegen: change f_center to 64bit to avoid overflowMichael Niedermayer2015-07-251-2/+3
* | avutil/softfloat: Add a test for av_sincos_sf()Michael Niedermayer2015-07-251-0/+12
* | avcodec: Add QSV VC-1 video decoder.Ivan Uskov2015-07-256-1/+97
* | avformat/nutenc: Omit AV_PKT_DATA_QUALITY_STATS when storing side data.Michael Niedermayer2015-07-251-0/+1
* | avcodec: Add QSV MPEG-2 video decoder.Ivan Uskov2015-07-256-1/+104
* | avcodec/dvdec: only attempt to conceal errors based on STA inconsistencies wh...Michael Niedermayer2015-07-251-6/+8
* | avcodec/aacps: Fix ;;Michael Niedermayer2015-07-251-1/+1
* | avcodec/aactab: Add ff_aac_eld_window_480_fixedMichael Niedermayer2015-07-253-1/+455
* | avcodec/aactab: Fix rounding of elements in ff_aac_eld_window_512_fixedMichael Niedermayer2015-07-251-153/+153
* | swscale/output: Fix "warning: assignment from incompatible pointer type"Michael Niedermayer2015-07-251-4/+8
* | avformat/async: wake up main thread before exit background threadZhang Rui2015-07-251-0/+1
* | avformat/async: move more code into locked area in background threadZhang Rui2015-07-251-4/+5
* | 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