summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * rawenc: Replace avpicture functions with imgutilsLuca Barbato2015-10-211-3/+7
* | Merge commit '3496cec43304ac040d6d05f9d500a6f93cc049e7'Hendrik Leppkes2015-10-226-9/+9
|\ \ | |/
| * msrle: Use AVFrame instead of AVPictureVittorio Giovara2015-10-216-8/+8
* | Merge commit 'ac981d16415e7fd99683e10297781c7d9ec1a8cd'Hendrik Leppkes2015-10-221-6/+6
|\ \ | |/
| * APIchanges: Fill in missing dates and hashesVittorio Giovara2015-10-191-29/+29
* | ffmpeg: add abort_on option to allow aborting on empty outputMarton Balint2015-10-224-0/+39
* | ffmpeg: fix ffmpeg.h trailing whitespaceMarton Balint2015-10-221-2/+2
* | qsvdec: fix get_format and hwaccel_context handlingHendrik Leppkes2015-10-221-16/+17
* | Merge commit 'fb472e1a11a4e0caed2c3c91da01ea8e35d9e3f8'Hendrik Leppkes2015-10-227-0/+307
|\ \ | |/
| * avconv: add support for Intel QSV-accelerated transcodingAnton Khirnov2015-10-167-0/+307
* | Merge commit 'dc923bc23b3efd949d0bf67ff1abdb95059e5843'Hendrik Leppkes2015-10-224-8/+112
|\ \ | |/
| * qsvenc: add an API for allocating opaque surfacesAnton Khirnov2015-10-164-5/+111
* | Merge commit '2ec96b6bd5bf7b22978711bcf2cee702bee89c6f'Hendrik Leppkes2015-10-221-34/+34
|\ \ | |/
| * qsvenc: cosmetics, reindentAnton Khirnov2015-10-161-33/+33
* | Merge commit 'f6f32fc93d39caf329869c1bff8ad024ccab1d42'Hendrik Leppkes2015-10-221-5/+4
|\ \ | |/
| * qsvenc: set the timestamp for PIX_FMT_QSV frames as wellAnton Khirnov2015-10-161-5/+4
* | Merge commit '772c87c5a658f36d7c0612f5da583fc2bfa54f79'Hendrik Leppkes2015-10-222-6/+36
|\ \ | |/
| * qsvenc: support passing arbitrary external buffers to the encoderAnton Khirnov2015-10-162-5/+34
* | avutil/intmath: fix undefined behavior in ff_ctzll_c()Michael Niedermayer2015-10-221-1/+1
* | libavformat/electronicarts: also demux mpeg audio layer 2Peter Ross2015-10-221-0/+1
* | lavc/x86/vc1dsp_init: Fix compilation with --disable-yasm.Carl Eugen Hoyos2015-10-221-2/+2
* | lavf/mpjpegdec: Return 0 if an allocation inside the probe function fails.Carl Eugen Hoyos2015-10-221-1/+1
* | avformat/electronicarts: fix demuxing of certain eam filesPaul B Mahol2015-10-221-1/+13
* | avformat/electronicarts: support ADPCM PSXPaul B Mahol2015-10-221-3/+13
* | mmaldec: Add mpeg2 decoding supportJulian Scheel2015-10-224-24/+53
* | x86/Makefile: move decoder/encoder objects out of the subsystems sectionJames Almer2015-10-221-9/+8
* | ffmpeg: exit on corrupt packets or decoded frames if exit_on_error flag is pr...Marton Balint2015-10-221-4/+16
* | ffmpeg: factorize checking decoder resultMarton Balint2015-10-221-15/+12
* | ffmpeg: exit on av_write_trailer failure if exit_on_error is setMarton Balint2015-10-221-0/+2
* | ffmpeg: log failed av_write_trailerMarton Balint2015-10-221-1/+3
* | vc1dsp: Port ff_vc1_put_ver_16b_shift2_mmx to yasmTimothy Gu2015-10-212-53/+95
* | libavformat/mxfdec.c: Report dark metadata keys only when they match no parse...Alexis Ballier2015-10-221-4/+4
* | libavformat/mxfdec.c: cosmetics: Add missing space after '?' in log message.Alexis Ballier2015-10-221-1/+1
* | avcodec: rename avpriv_color_frame to ff_color_frameAndreas Cadhalpun2015-10-223-3/+3
* | avcodec: drop 2 suffix from avpriv_ac3_parse_header2Andreas Cadhalpun2015-10-225-7/+7
* | avfilter/vf_ssim: Add support for writing stats to stdoutTobias Rapp2015-10-212-3/+6
* | huffyuvencdsp: Cherry pick changes left out in the last commitTimothy Gu2015-10-211-3/+3
* | huffyuvencdsp: Add ff_diff_bytes_{sse2,avx2}Timothy Gu2015-10-213-21/+107
* | mmaldec: Fix avpriv_atomic_get usageJulian Scheel2015-10-211-1/+1
* | aacdec: fix strict prototype warningHendrik Leppkes2015-10-211-1/+1
* | lavf: add oggparsedaala and bump microRostislav Pehlivanov2015-10-215-1/+245
* | lavc: add AV_CODEC_ID_DAALA to the list of codec IDs and bump minorRostislav Pehlivanov2015-10-213-1/+9
* | libvpxenc: remove some unused ctrl id mappingsJames Zern2015-10-201-8/+0
* | huffyuvencdsp: Convert ff_diff_bytes_mmx to yasmTimothy Gu2015-10-203-30/+81
* | avfilter/vf_psnr: Add support for writing stats to stdoutTobias Rapp2015-10-212-3/+6
* | avutil: merge avpriv_float_dsp_init into avpriv_float_dsp_allocAndreas Cadhalpun2015-10-212-32/+28
* | avcodec: remove unused avpriv_ac3_parse_headerAndreas Cadhalpun2015-10-212-11/+0
* | avutil: install des.h, rc4.h and tree.h as public headersAndreas Cadhalpun2015-10-211-0/+3
* | dnxhdenc: Optimize get_pixels_8x4_sym for 10-bitTimothy Gu2015-10-201-16/+8
* | dca_parser: don't overwrite the sample rate, it may not be correctHendrik Leppkes2015-10-201-1/+0
OpenPOWER on IntegriCloud