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-23avcodec/cavsdsp: use av_clip_uint8() for idctMichael Niedermayer
2016-09-23avcodec/remove_extradata_bsf: Fix AVoption parameter max valueJames Almer
2016-09-23x86/h264_weight: use appropriate register size for weight parametersHendrik Leppkes
2016-09-23avcodec/cuvid: mark as avoid for probingTimo Rothenpieler
2016-09-23avcodec: add new AVOID_PROBING capabilityTimo Rothenpieler
2016-09-23avcodec/h264: Use ptrdiff_t for (bi)weight functionsMichael Niedermayer
2016-09-23cuvid: Pass bit depth information to decoderPhilip Langdale
2016-09-23cuvid: Use bundled headersPhilip Langdale
2016-09-22lavc/avpacket: Fix undefined behaviour, do not pass a null pointer to memcpy().Carl Eugen Hoyos
2016-09-21crystalhd: Use up-to-date bsf APIPhilip Langdale
2016-09-21avcodec/cuvid: add support for hardware deinterlacingTimo Rothenpieler
2016-09-21avcodec/cuvid: implement new send_packet/receive_frame apiTimo Rothenpieler
2016-09-21avcodec/mlz: Check output chars before using itMichael Niedermayer
2016-09-21avcodec/mlz: Remove 'l' postfixes from numbersMichael Niedermayer
2016-09-21avcodec/on2avc: add 0x500 stereo support and improve 0x500 mono supportPaul B Mahol
2016-09-21avcodec/dds: add support for 4bpp formatPaul B Mahol
2016-09-20avcodec/avrndec: Remove obsolete FIXMEMichael Niedermayer
2016-09-20lavc/rscc: Support pal8 in rscc.Carl Eugen Hoyos
2016-09-19avcodec/utils: If using discard frame flag, ignore skip_samples set by the de...Sasi Inguva
2016-09-19lavc: Add a flag in AVPacket to discard packet after decoding. Discard frames...Sasi Inguva
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