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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-09-14wmalossless: Warn when decoding 24 bit depthVittorio Giovara
2015-09-14aaccoder_mips: Fix indentationTimothy Gu
2015-09-14avcodec/mips/aaccoder_mips: Sync with generic aaccoder file.Nedeljko Babic
2015-09-14jpeg2000: Factor out prec initLuca Barbato
2015-09-14jpeg2000: Factor out band stepsize initializationLuca Barbato
2015-09-14jpeg2000: Factor out band initializationLuca Barbato
2015-09-14jpeg2000: Refactor decode_packetsLuca Barbato
2015-09-14jpeg2000: Templatize the frame writerLuca Barbato
2015-09-14jpeg2000: Split codeblock decoding from the main tile decodingLuca Barbato
2015-09-14avcodec/nvenc: merge compute initialQP sectionsAgatha Hu
2015-09-14avcodec/nvenc: Optimize nvenc parametersAgatha Hu
2015-09-13mpegvideo: Drop mpegvideo.h where not neededVittorio Giovara
2015-09-13mpegvideo: Make sure mpegutils.h is included where neededVittorio Giovara
2015-09-13mpegvideo: Move macros to more appropriate headersVittorio Giovara
2015-09-13lavc: Keep idct integer optionVittorio Giovara
2015-09-12ADPCM: Bump THP channel limit to 14Rodger Combs
2015-09-12lavc: Fix compilation with --disable-everything --enable-parser=mpeg4videoHendrik Schreiber
2015-09-12lavc: Sanitize header inclusion guardsVittorio Giovara
2015-09-12lavc: Enable side data only packets by defaultVittorio Giovara
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-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-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-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