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-08-23avfilter: add maskedclamp filterPaul B Mahol
2016-08-23lavc/h264dec: Improve "Increasing reorder buffer" message loglevel.Carl Eugen Hoyos
2016-08-23avutil/mem: remove av_realloc / av_malloc incompatibility warningMichael Niedermayer
2016-08-23libavformat/utils: added ability to probe AVMEDIA_TYPE_DATA formatErkki Seppälä
2016-08-23avcodec/aacenc: Tighter input checksMichael Niedermayer
2016-08-23swscale/output: Fix rounding offset in yuv2gbrp_full_X_c()Michael Niedermayer
2016-08-22configure: force _WIN32_WINNT >= 0x0502 on mingw32 targetsJames Almer
2016-08-22avformat/fifo: Add fate testJan Sebechlebsky
2016-08-22MAINTAINERS: Add myself as maintainer of fifo muxerJan Sebechlebsky
2016-08-22avformat: Add fifo pseudo-muxerJan Sebechlebsky
2016-08-22doc&tools: Add murge script, for analyzing 3 way conflicts.Michael 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-22avutil: Softfloat implementation for IEEE 754 floating pointUmair Khan
2016-08-22tests/fate/vcodec: add dnxhr mov testsMark Reid
2016-08-22avformat/mux: Restore original ts in write_packet on errorJan Sebechlebsky
2016-08-22doc/filters: re-order hdcd options to match --help filter=hdcdBurt P
2016-08-22libavcodec/dnxhdenc: fix typo, check if profile is dnxhr 444 or hqxMark Reid
2016-08-22avformat/swfdec: Fix memleak on errorMichael Niedermayer
2016-08-21mem: Extend and edit DoxygenTimothy Gu
2016-08-21avformat/wtvdec: Check pointer before useMichael Niedermayer
2016-08-21libavcodec/wmalosslessdec: Check the remaining bitsMichael Niedermayer
2016-08-21doc/filters: update for af_hdcdBurt P
2016-08-21af_hdcd: PE table limitsBurt P
2016-08-21af_hdcd: add AVOption to disable autoconversion in the filter graphBurt P
2016-08-21af_hdcd: add AVOption to set the CDT periodBurt P
2016-08-21af_hdcd: Code comments updateBurt P
2016-08-21avfilter/avf_showvolume: calculate color table only oncePaul B Mahol
2016-08-21lavf/hlsenc: add append_list flag into hlsencSteven Liu
2016-08-21avcodec/bsf: Add custom item name function for bsf listJan Sebechlebsky
2016-08-21avfilter/vf_crop: make possible to do exact cropping for subsampled videosPaul B Mahol
2016-08-21libavformat/mov: Accept known codepoints in 'colr'Steven Robertson
2016-08-21fate: add DNxHR 12-bit example.Steven Robertson
2016-08-21avcodec/adpcm: Fix adpcm_ima_wav paddingMichael Niedermayer
2016-08-20avcodec/svq3: fix slice size checkMichael Niedermayer
2016-08-20avformat/mov: Check STSD atom more completelyMichael Niedermayer
2016-08-20avcodec/diracdec: Check numx/yMichael Niedermayer
2016-08-20avfilter/window_func: use a constant instead of acosh()James Almer
2016-08-20avdevice/dshow: satisfy alloc contract betterRoger Pack
2016-08-20x86/avf_showcqt: use the FMULADD_PS x86util macroJames Almer
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-19avfilter/vf_histogram: make foreground and background opacity configurablePaul B Mahol
2016-08-19avformat/movenc: Free extradata after successfull allocation of new instead o...Michael Niedermayer
2016-08-19avformat/movenc: allow rewriting extradataUmair Khan
2016-08-19avcodec/indeo2: check ctabMichael Niedermayer