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-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
2015-10-20avformat: add wve demuxerPaul B Mahol
2015-10-20avformat: add msf demuxerPaul B Mahol
2015-10-20compat/solaris/make_sunver.pl: Use /usr/bin/env perl instead of /usr/bin/perlMichael Niedermayer
2015-10-20huffyuvencdsp: Use intptr_t for widthTimothy Gu
2015-10-20x86: vc1dsp_mmx: Move yasm initiation steps to vc1dsp_initTimothy Gu
2015-10-20x86: fpel: Remove erroneous ff_put_pixels8_mmxext prototypeTimothy Gu
2015-10-20x86: fpel: Move prototypes for 4-px block functionsTimothy Gu
2015-10-19avcodec/mpegaudio_parser: Update comment to match codeMichael Niedermayer
2015-10-19vp9_parser: fix endless loop w/0-sized frameJames Zern
2015-10-19lavu/intmath.h: Move x86 only msvc/icl functions to x86 specific header.Matt Oliver
2015-10-19lavu/intmath.h: Add msvc/icl ctzll optimisations.Matt Oliver
2015-10-19avutil/opt: display a better default value for int/int64 optionsClément Bœsch
2015-10-18avfilter/af_flanger: free frame on ENOMEMKyle Swanson
2015-10-18avutil: use EINVAL instead of -1 for the return code of crypto related init f...Ganesh Ajjanagadde
2015-10-18avformat/vag: Remove unused variable posMichael Niedermayer
2015-10-18avfilter: add zscale filterPaul B Mahol
2015-10-18avcodec/bitstream: replace qsort with AV_QSORTGanesh Ajjanagadde
2015-10-18configure: Simplify using --disable-all.Carl Eugen Hoyos
2015-10-18avcodec/adpcm: increase max channels for ADPCM PSX to 8Paul B Mahol
2015-10-18avformat/rsd: add VAG supportPaul B Mahol
2015-10-18libavcodec/mpegvideo_enc.c: Fix encoding videos with less frames than the del...Alexis Ballier
2015-10-18avcodec/mpegvideo_enc: Merge ifs with identical conditionsMichael Niedermayer
2015-10-18avcodec/mpegvideo_enc: Factor new_picture unref outMichael Niedermayer
2015-10-18avfilter/af_ladspa: check functions return value in query_formatsPaul B Mahol
2015-10-18avfilter/internal: Doxygen for ff_fmt_is_inGanesh Ajjanagadde
2015-10-18aacenc_ltp: adjust and speed up autocorrelation calculationsRostislav Pehlivanov
2015-10-17mpegts: Make the sdt_period a doubleDerek Buitenhuis
2015-10-17mpegts: Make the pat_period a doubleDerek Buitenhuis
2015-10-17avformat/vag: fix demuxing stereo filesPaul B Mahol
2015-10-17avcodec/aacenc: Fix "libavcodec/aacenc.c:540:13: warning: ISO C90 forbids mix...Michael Niedermayer
2015-10-17tests/fate-run: Remove ./ from run ffmpeg callMichael Niedermayer
2015-10-17concatdec: fix file_start_time calculation regressionMarton Balint
2015-10-17avfilter/internal: add av_warn_unused_resultGanesh Ajjanagadde
2015-10-17chromakey: Use the pixel descriptor API for chroma subsampling infoTimothy Gu
2015-10-17libavformat/Makefile: remove unnecessary object file from wtv demuxerHendrik Leppkes
2015-10-17avfilter/selectivecolor: fix correction_method option rangeClément Bœsch
2015-10-17aacenc_ltp: correct header description commentRostislav Pehlivanov
2015-10-17fate: use -profile:a aac_ltp instead of -aac_ltp 1 for LTP encode testRostislav Pehlivanov
2015-10-17aacenc_ltp: replace av_clip() with av_clip_uintp2()Rostislav Pehlivanov
2015-10-17aacenc_ltp: fix assertionRostislav Pehlivanov
2015-10-17avformat/rsd: Check av_new_packet() return valueMichael Niedermayer
2015-10-17avformat/genh: Check av_new_packet() return valueMichael Niedermayer
2015-10-17tests/fate-run: Remove PROGSUF from function callsMichael Niedermayer
2015-10-17fate: increase fuzz on AAC LTP encoding testRostislav Pehlivanov
2015-10-17fate: add a parameter to disable TNS for the other encoder testsRostislav Pehlivanov
2015-10-17aacenc_tns: enable Temporal Noise Shaping by defaultRostislav Pehlivanov
2015-10-17fate: adjust the target for the new TNS changesRostislav Pehlivanov