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-11-24Merge commit 'fb8753ada23189076bdf903c1c001c0ca8287fae'Derek Buitenhuis
2015-11-24avformat/v210: Check width and heightTimothy Gu
2015-11-24avformat/rawvideodec: Rework packet size calculationTimothy Gu
2015-11-24imgutils: Use designated initializers for AVClassTimothy Gu
2015-11-24avfilter/vsrc_mandelbrot: Fix speed regressionMichael Niedermayer
2015-11-24lavf/rawenc: Recognize more extensions to encode raw hevc.Carl Eugen Hoyos
2015-11-24avcodec/mpegvideo_enc: Remove slice structured mode from H.263 as well as the...Michael Niedermayer
2015-11-23avformat/movenc-test: Fix integer overflowsMichael Niedermayer
2015-11-23swscale/arm: add ff_nv{12,21}_to_{argb,rgba,abgr,bgra}_neonMatthieu Bouron
2015-11-23avutil/x86/bswap: Remove warning about bswap intrinsics with msvc.Matt Oliver
2015-11-23avutil/motion_vector: export subpel motion informationClément Bœsch
2015-11-23doc/filters: mention afifoPaul B Mahol
2015-11-23avfilter/af_afade: add missing fifo write for second streamPaul B Mahol
2015-11-23patcheck: Fix false detection of 'mergeable calls' when line is removedHagen Schmidt
2015-11-23Revert "avcodec/dct32_template: fix typo"Ganesh Ajjanagadde
2015-11-23avcodec/dct32_template: fix typoGanesh Ajjanagadde
2015-11-23avcodec/ppc/fdctdsp: use M_SQRT2 instead of ad-hoc SQRT2Ganesh Ajjanagadde
2015-11-23avcodec/dct32_template: use M_SQRT1_2 instead of actual literalGanesh Ajjanagadde
2015-11-23avcodec/cos_tablegen: use M_PI instead of actual literalGanesh Ajjanagadde
2015-11-23avcodec/ac3: use M_SQRT1_2, M_SQRT2Ganesh Ajjanagadde
2015-11-23avfilter/vf_fspp: use M_SQRT1_2, M_SQRT2Ganesh Ajjanagadde
2015-11-23avformat/mov: use hypot()Ganesh Ajjanagadde
2015-11-22avcodec/dvdsubdec: Fix types for offset1/2 in ff_dlog()Michael Niedermayer
2015-11-22Merge commit '3edac01f79a08635d8d2c08e9410651d9a330d61'Derek Buitenhuis
2015-11-22Merge commit '4d8f536b535487063a08609636e712ad86d2ad54'Derek Buitenhuis
2015-11-22Merge commit 'f6c94457b44f41d900cd0991857f54e1f0ccedd6'Derek Buitenhuis
2015-11-22Merge commit 'd80f0a4ad634b3949b91b85f21fd608c0cddeef7'Derek Buitenhuis
2015-11-22Merge commit 'ca489564ae150bc41764f175b88151d883e69ae0'Derek Buitenhuis
2015-11-22Merge commit '79ae1e630b476889c251fc905687a3831b43ab5e'Derek Buitenhuis
2015-11-22Merge commit '7f4ec4364bc4a73036660c1c6a3c4801db524e9e'Derek Buitenhuis
2015-11-22Merge commit '21ab6fd01b9107d7171fc1a77c2bfacff845a97a'Derek Buitenhuis
2015-11-22Merge commit '5c30ae1a09b66179e16694f6137658023ed1fef3'Derek Buitenhuis
2015-11-22Merge commit 'eda183287489b2c705843aa373a19c4e46fb2fec'Derek Buitenhuis
2015-11-22Merge commit '79d89cf2f4b62eeb653fd8139041c87e75f7ca65'Derek Buitenhuis
2015-11-22Merge commit '4bb1070c154e49d35805fbcdac9c9e92f702ef96'Derek Buitenhuis
2015-11-22Merge commit '9fd2bf09dbc630484d9e88a1d27f7e8508b70a2c'Derek Buitenhuis
2015-11-22Merge commit '62b4a6f1b9aa83d56701af226adda98faa5ede09'Derek Buitenhuis
2015-11-22Merge commit '588b6215b4c74945994eb9636b0699028c069ed2'Derek Buitenhuis
2015-11-22lavc/opusdec: Fix a memleak when reading invalid files.Carl Eugen Hoyos
2015-11-22lavc/rscc: Fix colourspace for codec_tag RSCC.Carl Eugen Hoyos
2015-11-21avformat/vpk: check samples_per_block sizePaul B Mahol
2015-11-21avformat: add FSB demuxerPaul B Mahol
2015-11-21avutil/eval: change sqrt to hypotGanesh Ajjanagadde
2015-11-21configure+libm.h: add hypot emulationGanesh Ajjanagadde
2015-11-21avutil/libm: correct isnan, isinf compat hacksGanesh Ajjanagadde
2015-11-21avcodec/amr: replace #define by typedefGanesh Ajjanagadde
2015-11-21avcodec/atrac1: fix decoder: QMF delay compensation should be 39 samplesDaniil Cherednik
2015-11-21avformat/utils: Fix indentationTimothy Gu
2015-11-21aacsbr: don't call sbr_dequant twice without intermediate read_sbr_dataAndreas Cadhalpun
2015-11-20avformat/rsd: implement seekingPaul B Mahol