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-19avcodec/rscc: add support for gray8 formatPaul B Mahol
2016-09-19avcodec/dnxhddata: add support for cid 1244Paul B Mahol
2016-09-18avcodec/sheervideo: print internal format in debug logPaul B Mahol
2016-09-18avcodec/sheervideo: fix Y prediction in decode_ybr(i) for older formatsPaul B Mahol
2016-09-18avcodec/dvdsubdec: ignore h <= 1 case, to properly decode subtitlePaul B Mahol
2016-09-17lavc: bump minor (after adding TrueHD and MLP encoders)Rostislav Pehlivanov
2016-09-17mlpenc: Working MLP/TrueHD encoderJai Luthra
2016-09-17avcodec/cuvid: Check for non 420 chroma formats - they aren't supportedPhilip Langdale
2016-09-17avcodec/cuvid: Fully re-initialize the parser after a flush.Philip Langdale
2016-09-17lavc/libvpxenc: Avoid vp8 transparency encoding with auto-alt-ref.Carl Eugen Hoyos
2016-09-15lavc: add hevc mediacodec decoderMatthieu Bouron
2016-09-15avcodec/adpcm: clip step for ADPCM MTAF decoderPaul B Mahol
2016-09-15libavcodec/qsvdec_h2645.c: drop executable permissionMoritz Barsnick
2016-09-15avcodec/(e)ac3: Fix target_level for EAC3.Nikolas Bowe
2016-09-14avcodec/h264_parser: fix for possible overflowPaul B Mahol
2016-09-14avcodec/h264_parser: set missing pts for top/bottom field framesPaul B Mahol
2016-09-14lavc: Enable a53cc by default for x264 and qsv_h264.Carl Eugen Hoyos
2016-09-14avcodec/g726: Add missing ADDB output maskMichael Niedermayer
2016-09-13avcodec/mpeg12dec: add comments documenting the format of the DVD CC user-dat...Jonathan Campbell
2016-09-13avcodec/avpacket: clear side_data_elemsMichael Niedermayer
2016-09-12ass_split: reindentRodger Combs
2016-09-12ass_split: fix handling of streams with no [Events] or Format: lineRodger Combs
2016-09-12avcodec/h264_refs: Change default case to av_assert0() to suppress warningMichael Niedermayer
2016-09-12lavc/ffjni: do not error out if the last non-mandatory field/method cannot be...Matthieu Bouron
2016-09-12libavcodec/mmaldec.c: set AVFrame interlaced_frame and top_field_first, AVCod...Jens Ziller
2016-09-10avcodec/cuvid: Always check for internal errors during parsingPhilip Langdale
2016-09-10lavc/Makefile: add missing ADPCM_THP_LE objsRodger Combs
2016-09-10lavc/Makefile: g729dec: fix missing fileRodger Combs
2016-09-09avcodec/cuvid: check for and warn about invalid pkt_timebaseTimo Rothenpieler
2016-09-09avcodec/cuvid: use pkt_timebase instead of time_baseTimo Rothenpieler
2016-09-09lavc/alsdec: use get_bitsz() to simplify reading of the mantissaThilo Borgmann
2016-09-09lavc/hevc: store VPS/SPS/PPS dataMatthieu Bouron
2016-09-09avcodec/ccaption_dec: Use simple array instead of AVBufferMichael Niedermayer
2016-09-08avcodec/alsdec: Fix reading 0 mantisse bitsMichael Niedermayer
2016-09-08avcodec/svq3: Reintroduce slice_typeMichael Niedermayer
2016-09-08avcodec/mlz: Check offset before writingMichael Niedermayer
2016-09-08avcodec/mlz: clear dict on allocation to ensure there are no uninitialized va...Michael Niedermayer
2016-09-08avcodec/alsdec: Fix raw_mantissa memleakMichael Niedermayer
2016-09-08avcodec/alsdec: Fix mlz memleakMichael Niedermayer
2016-09-08avcodec/nvenc: use frame size instead of surface sizeTimo Rothenpieler
2016-09-07lavc/mediacodecdec_h264: use h264_parse.h instead of h264dec.hMatthieu Bouron
2016-09-07lavc/mediacodecdec_h264: move bsf variable declaration at the top of the func...Matthieu Bouron
2016-09-07avcodec/nvenc: support RGB inputSven C. Dack
2016-09-07avcodec/nvenc: correctly set inputPitchTimo Rothenpieler
2016-09-07avcodec/nvenc: use av_image_copy for copying frame dataTimo Rothenpieler
2016-09-07lavc/avcodec: Improve av_parser_parse() documentation, mention padding.Carl Eugen Hoyos
2016-09-07avcodec/gif: don't honor transparency if palette changedPaul B Mahol
2016-09-07lavc/mediacodecdec_h264: fix SODB escapingMatthieu Bouron
2016-09-07avcodec: Fix successfull typoMichael Niedermayer
2016-09-06cuvid: Implement flush to support seeking in media playersPhilip Langdale