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-17aacenc_tns: rework TNS descision logicRostislav Pehlivanov
2015-10-17aacenc_tns: simplify encoding functionRostislav Pehlivanov
2015-10-17aacenc_tns: disable coefficient compression by defaultRostislav Pehlivanov
2015-10-17aacenc_tns: add moving average filter for LTPRostislav Pehlivanov
2015-10-17opencl: Force the use of 1.2 APIsTimothy Gu
2015-10-17opencl: Use "opencl" as log context nameTimothy Gu
2015-10-17opencl: Print compilation logTimothy Gu
2015-10-17opencl: Print error string when compilation failsTimothy Gu
2015-10-17aacenc: increase fuzz on aac-ms-encode testRostislav Pehlivanov
2015-10-17fate: adjust aac encoder test values and introduce MS and LTP testsRostislav Pehlivanov
2015-10-17aacenc: partially revert previous commits to set options via a profileRostislav Pehlivanov
2015-10-17avfilter/avfiltergraph: fix -Wunused-result warningsGanesh Ajjanagadde
2015-10-17aacenc: add support for encoding files using Long Term PredictionRostislav Pehlivanov
2015-10-17aacenc: (re)enable Mid/Side coding by defaultRostislav Pehlivanov
2015-10-17aacenc_pred: only print predictor information if profile is aac_mainRostislav Pehlivanov
2015-10-17aacenc: correctly zero prediction_used arrayRostislav Pehlivanov
2015-10-17aacenc: slightly simplify and remove a redundant variableRostislav Pehlivanov
2015-10-17aacenc_pred: correct header informationRostislav Pehlivanov
2015-10-17aacenc: indicate that TNS is off by defaultRostislav Pehlivanov
2015-10-17aactab: move ltp_coef[] from aacdectab to aactabRostislav Pehlivanov
2015-10-17avcodec/ffv1: Initialize vlc_state on allocationMichael Niedermayer
2015-10-17avutil/mem: add av_warn_unused_resultGanesh Ajjanagadde
2015-10-17avutil: undo FF_API_CRYPTO_CONTEXT deprecationJames Almer
2015-10-17avdevice/internal: add av_warn_unused_resultGanesh Ajjanagadde
2015-10-17avutil/file: add av_warn_unused_result to av_file_mapGanesh Ajjanagadde
2015-10-17avutil/internal: add av_warn_unused_result to avpriv_openGanesh Ajjanagadde
2015-10-17swscale/swscale: add av_warn_unused_result to sws_init_contextGanesh Ajjanagadde
2015-10-17Merge commit '68e00ad66d13c57d9eb3a3862b44ab3fb030e19f'Hendrik Leppkes
2015-10-17Merge commit 'b52307933b576eba741c80108c3dad09eb48ba12'Hendrik Leppkes
2015-10-17Merge commit '49d7fcd774ac31f242818ad9d45d9c013f3bb3db'Hendrik Leppkes
2015-10-17Merge commit '504e3f75bf73a488d39a80a42962bae2a353dd6b'Hendrik Leppkes
2015-10-17Merge commit '1f84b008bf2b1eaca473937c48788cb4e4ce1aea'Hendrik Leppkes
2015-10-16Merge commit '2d59159508c5c1830cc5da907a9454e229077320'Hendrik Leppkes
2015-10-16Merge commit '9ef748173a4e0e58d40afaf38397783cd2537eaa'Hendrik Leppkes
2015-10-16Merge commit 'e240a28b20680b326a39b0860fda37d7e459bfc0'Hendrik Leppkes
2015-10-16avcodec/ffv1dec: update progress in case of broken pointer chainsMichael Niedermayer
2015-10-16avcodec/ffv1dec: Clear slice coordinates if they are invalid or slice header ...Michael Niedermayer
2015-10-16avformat/rsd: propagate return values of extradata helper functionsJames Almer
2015-10-16avcodec/nvenc: fix b frame n_quant_offsetAgatha Hu
2015-10-16w32pthreads: fix mingw build on x86 with -msse2 or higherHendrik Leppkes
2015-10-16wrapped_avframe: Drop a now-unused variableLuca Barbato
2015-10-16mpeg12: Unbreak building stale codeLuca Barbato
2015-10-16avformat: add svag demuxerPaul B Mahol
2015-10-16avformat/rsd: add WADP supportPaul B Mahol
2015-10-16avformat: add ads demuxerPaul B Mahol
2015-10-16avformat: add vag demuxerPaul B Mahol
2015-10-16avformat: add genh demuxerPaul B Mahol
2015-10-16avcodec: add ADPCM PSX decoderPaul B Mahol
2015-10-16avfilter/avfilter: Error out if audio parameters change instead of failing an...Michael Niedermayer
2015-10-16w32pthreads: fix mingw build on x86 with -msse2 or higherHendrik Leppkes