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
2016-09-06cuvid: Add hwaccels and decoders for remaining supported formatsPhilip Langdale
2016-09-05lavc/avpacket: Fix undefined behaviour, do not pass a null pointer to memcpy().Carl Eugen Hoyos
2016-09-05avcodec/pnmdec: fix undefined behaviourPaul B Mahol
2016-09-04avccodec/utvideoenc: support encoding ULY4 and ULH4Paul B Mahol
2016-09-04avcodec/utvideodec: add support for ULY4 and ULH4Paul B Mahol
2016-09-03avcodec/utils: print only the padding values that are setJames Almer
2016-09-03avcodec/utils: print initial and trailing paddings only in verbose levelsJames Almer
2016-09-03Cosmetics: Reindent after e82b181f.Carl Eugen Hoyos
2016-09-03lavc/mjpegdec: Only read JFIF thumbnail size if the segment is long enough.Carl Eugen Hoyos
2016-09-03lavc/mjpegdec: Do not skip reading quantization tables.Carl Eugen Hoyos
2016-09-02libavcodec/opus: Add channel mapping 2 to extradata parserMichael Graczyk
2016-09-01libavcodec/opus: Fix spelling in error messageMichael Graczyk
2016-08-28avcodec/nvenc: update license headerTimo Rothenpieler
2016-08-28avcodec/nvenc: use proper soname for cuda/nvenc librariesTimo Rothenpieler
2016-08-28avcodec/nvenc: check maximum driver API versionTimo Rothenpieler
2016-08-28avcodec/nvenc: fix potantially uninitialized freeTimo Rothenpieler
2016-08-28avcodec/nvenc: fix library names on cygwinTimo Rothenpieler
2016-08-28avcodec/nvenc: added support for rate control lookaheadOliver Collyer
2016-08-28avcodec/nvenc: added support for 10 bit HEVC encodingOliver Collyer
2016-08-28avcodec/nvenc: include nvEncodeAPI v7 SDK headerTimo Rothenpieler
2016-08-28lavc/lpc: Add min_shift parameter in LPCJai Luthra
2016-08-26libavcodec/bsfs: Fix bsf option settingJan Sebechlebsky
2016-08-25avcodec/exr: Check tile positionsMichael Niedermayer
2016-08-23avformat/avcodec: support rawvideo with planar rgb and alpha in nutPaul B Mahol
2016-08-23libzvbi depends on assRafaël Carré
2016-08-23lavc/h264dec: Improve "Increasing reorder buffer" message loglevel.Carl Eugen Hoyos
2016-08-23avcodec/aacenc: Tighter input checksMichael Niedermayer
2016-08-22avcodec/alsdec: Remove unused variableMichael Niedermayer
2016-08-22avcodec/me_cmp: add median SAD compare functionStanislav Dolganov
2016-08-22avcodec/alsdec: Implement floating point sample data decodingUmair Khan
2016-08-22avcodec: Implement masked lz decompressionUmair Khan
2016-08-22libavcodec/dnxhdenc: fix typo, check if profile is dnxhr 444 or hqxMark Reid
2016-08-21libavcodec/wmalosslessdec: Check the remaining bitsMichael Niedermayer
2016-08-21avcodec/bsf: Add custom item name function for bsf listJan Sebechlebsky
2016-08-21avcodec/adpcm: Fix adpcm_ima_wav paddingMichael Niedermayer
2016-08-20avcodec/svq3: fix slice size checkMichael Niedermayer
2016-08-20avcodec/diracdec: Check numx/yMichael Niedermayer
2016-08-20avcodec/h2645_parse: fix nal sizeMichael Niedermayer
2016-08-20avcodec/h2645_parse: Use get_nalsize() in ff_h2645_packet_split()Michael Niedermayer
2016-08-20avcodec/h264_parser: Factor get_avc_nalsize() outMichael Niedermayer
2016-08-19avcodec/cfhd: Increase minimum band dimension to 3Michael Niedermayer
2016-08-19avcodec/indeo2: check ctabMichael Niedermayer
2016-08-19avcodec/rawdec: Fix bits_per_coded_sample checksMichael Niedermayer
2016-08-19vcodec/h2645_parse: Clear buffer paddingMichael Niedermayer
2016-08-19avcodec/h2645: Fix NAL unit paddingMichael Niedermayer
2016-08-18avcodec: add 64-bit signed pcm codecPaul B Mahol
2016-08-17lavc/rscc: Fix colourspace for codec_tag RSCC and 32bpp.Carl Eugen Hoyos
2016-08-17avcodec/ffv1enc: Add RGB48 supportMichael Niedermayer
2016-08-17avcodec/ffv1enc: do not offset null pointersMichael Niedermayer
2016-08-17avcodec/ffv1: Fix rgb plane ordering in experimental planar RGBMichael Niedermayer