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-09-12ADPCM: Bump THP channel limit to 14Rodger Combs
2015-09-12avcodec/roqvideoenc: use AV_OPT_TYPE_BOOL for quake3_compat optionClément Bœsch
2015-09-12avcodec/pgssubdec: use AV_OPT_TYPE_BOOL for forced_subs_only optionClément Bœsch
2015-09-12avcodec/textdec: use AV_OPT_TYPE_BOOL for keep_ass_markup optionClément Bœsch
2015-09-12avcodec/libx264: use AV_OPT_TYPE_BOOL for fastfirstpass optionClément Bœsch
2015-09-12avcodec/h264: use AV_OPT_TYPE_BOOL for is_avc optionClément Bœsch
2015-09-12avcodec: use AV_OPT_TYPE_BOOL for refcounted_frames, side_data_only_packets a...Clément Bœsch
2015-09-12Merge commit 'f00f6d538dcbaa122eb5e2784f41f4a299296b7b'Hendrik Leppkes
2015-09-12Merge commit '6064f697a321174232a3fad351afb21150c3e9e5'Hendrik Leppkes
2015-09-12aacenc_tns: readjust values for new TNS decision makingRostislav Pehlivanov
2015-09-12aacenc_tns: encode coefficients directly and reenable compressionRostislav Pehlivanov
2015-09-12aacenc_tns: redo coefficient quantization and decision makingRostislav Pehlivanov
2015-09-12lavc: Sanitize header inclusion guardsVittorio Giovara
2015-09-12lavc: Enable side data only packets by defaultVittorio Giovara
2015-09-12Merge commit '99404597201911de90cff2ef85f2d44176d39147'Hendrik Leppkes
2015-09-12Merge commit '87a051f97633010f71dfc1d23d806856499bf231'Hendrik Leppkes
2015-09-12Merge commit 'b7ab6e18eecad43593ad2a0e9fc9eba7f24751cb'Hendrik Leppkes
2015-09-12Merge commit '5788623d29c3e806a7879210986110aced758dc2'Hendrik Leppkes
2015-09-12Merge commit 'db53a2306f62f05faa67e6f3c60ee55a9b8e4776'Hendrik Leppkes
2015-09-12vp9: Fix emu[] edge overflow conditions for >8bpp/non-420.Ronald S. Bultje
2015-09-12vp9: re-initialize internal buffers on bpp change also.Ronald S. Bultje
2015-09-12mmaldec: fix pkt_dts determinationwm4
2015-09-12lavc: allow asynchronous decoders to return correct pkt_dts valueswm4
2015-09-12mmaldec: disable timestamp interpolationwm4
2015-09-12mmaldec: fix problems with flush logicwm4
2015-09-12mmaldec: hack against buffering problems on broken inputwm4
2015-09-12x86: port PSIGNW to cpuflagsJames Almer
2015-09-12vp9: save one (PSIGNW) instruction in iadst16_1d sse2/ssse3.Ronald S. Bultje
2015-09-12libvpxdec: apply RGB to 444P16 instead of 422P16.Ronald S. Bultje
2015-09-11aaccoder: respect cutoff when marking bands as PNSRostislav Pehlivanov
2015-09-11jpeg2000: Split codeblock decoding from the main tile decodingLuca Barbato
2015-09-11jpeg2000: Do not warn about known and skippable markersLuca Barbato
2015-09-11mmvideo: Make sure the rle does not write over the frame boundariesLuca Barbato
2015-09-11avcodec/ljpegenc: Fix encoding RGBA LJPEGMichael Niedermayer
2015-09-11avcodec/mjpegdec: Fix decoding RGBA RCT LJPEGMichael Niedermayer
2015-09-11lavc: Fix standalone compilation of the subrip decoder.Carl Eugen Hoyos
2015-09-11avcodec/nvenc: change flag of cuCtxCreate to avoid CPU spinsAgatha Hu
2015-09-11avcodec/exr: Mark up the decoded buffer as the appropriate transfer character...Kevin Wheatley
2015-09-11avcodec/exr: Add support for applying a transfer characteristic curve to Open...Kevin Wheatley
2015-09-10avcodec/options_table: Fix TRC / PRI typoMichael Niedermayer
2015-09-10avcodec/options_table: Add SMPTE ST428-1 colour primaries (CIE 1931 XYZ) to c...Kevin Wheatley
2015-09-10avcodec/options_table: Add CLI options for SMPTE ST 2084 and ST 428-1 transfe...Kevin Wheatley
2015-09-10avcodec/truemotion1: Simplify code using AV_PIX_FMT_0RGB32Michael Niedermayer
2015-09-10avcodec/truemotion1: use BGR0/0RGBMichael Niedermayer
2015-09-10avcodec/cscd: Use BGR0 instead of BGRAMichael Niedermayer
2015-09-10avcodec/bmp: Analyze BGRA files alpha channel to choose pixel formatMichael Niedermayer
2015-09-10avcodec/libopenh264enc: use AV_LOG_TRACE instead of DEBUG+1Michael Niedermayer
2015-09-10vp9: fix overflow in 8x8 topleft 32x32 idct ssse3 version.Ronald S. Bultje
2015-09-10vp9: permanently delete segmentation refmap on any size change.Ronald S. Bultje
2015-09-10avcodec/libopenh264enc: Remove some unneeded intermediate variablesMichael Niedermayer