Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-10-22Merge commit 'f0a106578d759de6183eea3c75f8373b6d3153c1'Hendrik Leppkes
2015-10-22Merge commit 'ef3a3519c10620c4206738595bf03fc0bed71802'Hendrik Leppkes
2015-10-22Merge commit 'fcc1280acb6e6f682b34c2101b075b82f83d71ba'Hendrik Leppkes
2015-10-22Merge commit '3496cec43304ac040d6d05f9d500a6f93cc049e7'Hendrik Leppkes
2015-10-22Merge commit 'ac981d16415e7fd99683e10297781c7d9ec1a8cd'Hendrik Leppkes
2015-10-22ffmpeg: add abort_on option to allow aborting on empty outputMarton Balint
2015-10-22ffmpeg: fix ffmpeg.h trailing whitespaceMarton Balint
2015-10-22qsvdec: fix get_format and hwaccel_context handlingHendrik Leppkes
2015-10-22Merge commit 'fb472e1a11a4e0caed2c3c91da01ea8e35d9e3f8'Hendrik Leppkes
2015-10-22Merge commit 'dc923bc23b3efd949d0bf67ff1abdb95059e5843'Hendrik Leppkes
2015-10-22Merge commit '2ec96b6bd5bf7b22978711bcf2cee702bee89c6f'Hendrik Leppkes
2015-10-22Merge commit 'f6f32fc93d39caf329869c1bff8ad024ccab1d42'Hendrik Leppkes
2015-10-22Merge commit '772c87c5a658f36d7c0612f5da583fc2bfa54f79'Hendrik Leppkes
2015-10-22avutil/intmath: fix undefined behavior in ff_ctzll_c()Michael Niedermayer
2015-10-22libavformat/electronicarts: also demux mpeg audio layer 2Peter Ross
2015-10-22lavc/x86/vc1dsp_init: Fix compilation with --disable-yasm.Carl Eugen Hoyos
2015-10-22lavf/mpjpegdec: Return 0 if an allocation inside the probe function fails.Carl Eugen Hoyos
2015-10-22avformat/electronicarts: fix demuxing of certain eam filesPaul B Mahol
2015-10-22avformat/electronicarts: support ADPCM PSXPaul B Mahol
2015-10-22mmaldec: Add mpeg2 decoding supportJulian Scheel
2015-10-22x86/Makefile: move decoder/encoder objects out of the subsystems sectionJames Almer
2015-10-22ffmpeg: exit on corrupt packets or decoded frames if exit_on_error flag is pr...Marton Balint
2015-10-22ffmpeg: factorize checking decoder resultMarton Balint
2015-10-22ffmpeg: exit on av_write_trailer failure if exit_on_error is setMarton Balint
2015-10-22ffmpeg: log failed av_write_trailerMarton Balint
2015-10-22vc1dsp: Port ff_vc1_put_ver_16b_shift2_mmx to yasmTimothy Gu
2015-10-22libavformat/mxfdec.c: Report dark metadata keys only when they match no parse...Alexis Ballier
2015-10-22libavformat/mxfdec.c: cosmetics: Add missing space after '?' in log message.Alexis Ballier
2015-10-22avcodec: rename avpriv_color_frame to ff_color_frameAndreas Cadhalpun
2015-10-22avcodec: drop 2 suffix from avpriv_ac3_parse_header2Andreas Cadhalpun
2015-10-21avfilter/vf_ssim: Add support for writing stats to stdoutTobias Rapp
2015-10-21huffyuvencdsp: Cherry pick changes left out in the last commitTimothy Gu
2015-10-21huffyuvencdsp: Add ff_diff_bytes_{sse2,avx2}Timothy Gu
2015-10-21mmaldec: Fix avpriv_atomic_get usageJulian Scheel
2015-10-21aacdec: fix strict prototype warningHendrik Leppkes
2015-10-21roqvideodec: Replace avpicture functions with imgutilsVittorio Giovara
2015-10-21rawdec: Replace avpicture functions with imgutilsLuca Barbato
2015-10-21rawenc: Replace avpicture functions with imgutilsLuca Barbato
2015-10-21msrle: Use AVFrame instead of AVPictureVittorio Giovara
2015-10-21lavf: add oggparsedaala and bump microRostislav Pehlivanov
2015-10-21lavc: add AV_CODEC_ID_DAALA to the list of codec IDs and bump minorRostislav Pehlivanov
2015-10-21libvpxenc: remove some unused ctrl id mappingsJames Zern
2015-10-21huffyuvencdsp: Convert ff_diff_bytes_mmx to yasmTimothy Gu
2015-10-21avfilter/vf_psnr: Add support for writing stats to stdoutTobias Rapp
2015-10-21avutil: merge avpriv_float_dsp_init into avpriv_float_dsp_allocAndreas Cadhalpun
2015-10-21avcodec: remove unused avpriv_ac3_parse_headerAndreas Cadhalpun
2015-10-21avutil: install des.h, rc4.h and tree.h as public headersAndreas Cadhalpun
2015-10-20dnxhdenc: Optimize get_pixels_8x4_sym for 10-bitTimothy Gu
2015-10-20dca_parser: don't overwrite the sample rate, it may not be correctHendrik Leppkes
2015-10-20avformat/mp3dec: improve junk skipping heuristicwm4