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-02-09swresample/x86/rematrix_init: Check av_malloc* return codes, forward errorsMichael Niedermayer
2015-02-09swresample/x86/rematrix_init: Use av_mallocz_array()Michael Niedermayer
2015-02-09avcodec/vb: Check for av_mallocz() failureMichael Niedermayer
2015-02-09avfilter/f_sendcmd: consider it an error if there are no commandsMichael Niedermayer
2015-02-09doc/indevs: Docs for Blackmagic high bit depth video/audioGeorg Lippitsch
2015-02-09hevcdsp: ARM NEON optimized transformsSeppo Tomperi
2015-02-09x86: hevc_mc: remove lea in EPEL_LOADChristophe Gisquet
2015-02-09x86: hevc_mc: fewer gpr autoloads for _v filtersChristophe Gisquet
2015-02-08doc/APIchanges: updated Data stream changes in APIChangeAnshul Maheshwari
2015-02-08Merge remote-tracking branch 'cehoyos/master'Michael Niedermayer
2015-02-08avfilter/hqdn3d: an invalid bit depth means a bug, not invalid read dataClément Bœsch
2015-02-08avformat/internal: fix av_interleaved_write_frame typo referenceClément Bœsch
2015-02-08Fix standalone compilation of the mov muxer with --disable-optimizations.Carl Eugen Hoyos
2015-02-08avfilter/dctdnoiz: fix slice_h computationClément Bœsch
2015-02-08avformat/mxfenc: Remove unused variablesMichael Niedermayer
2015-02-08lavfi/subtitles: add force_style optionEejya Singh
2015-02-08avdevice/decklink_common: Use defined(__APPLE__) instead of __APPLE__Michael Niedermayer
2015-02-08x86/vp9dsp: fix clobbering of xmm6 on IDCT sse2 functionsJames Almer
2015-02-08avdevice/decklink_common: Fix Decklink for MacGeorg Lippitsch
2015-02-08avdevice/decklink: 10 Bit support for Decklink input deviceGeorg Lippitsch
2015-02-08libavformat/mxfenc.c: added mxf opatom muxerMark Reid
2015-02-08Merge remote-tracking branch 'cehoyos/master'Michael Niedermayer
2015-02-08avcodec/utils: Assert that dst->progress is clear before ff_thread_ref_frame()Michael Niedermayer
2015-02-08avcodec/h264: Setup decoder to have matching reference to the EC codeMichael Niedermayer
2015-02-08avcodec/h264: Move COPY_PICTURE() to h264.h so it can be used from other part...Michael Niedermayer
2015-02-08Support decoding yuv dpx images.Carl Eugen Hoyos
2015-02-08Do not use -mdynamic-no-pic on OSX x86_64.Carl Eugen Hoyos
2015-02-07avformat/omadec: Subtract headersize in timestamp calculationMichael Niedermayer
2015-02-07avformat/omadec: only compute timestamps based on bitrate if its setMichael Niedermayer
2015-02-07Merge commit 'e352520e3ed7f08f19e63cd60e95da6bb6f037c1'Michael Niedermayer
2015-02-07Merge commit '8029af586fd5a5f2a0803001f9eff386e5545fe2'Michael Niedermayer
2015-02-07x86: lavc/hevc_mc: fix commentsChristophe Gisquet
2015-02-07avcodec/faxcompr: use init_get_bits8()Paul B Mahol
2015-02-07hevc/sao: do in-place band filtering when possibleChristophe Gisquet
2015-02-07x86: lavc: share more constant through definesChristophe Gisquet
2015-02-07lavf/mlv: Only add streams that are supposed to contain frames.Carl Eugen Hoyos
2015-02-07avcodec/twinvqdec: use init_get_bits8()Paul B Mahol
2015-02-07oma: Report a timestampLuca Barbato
2015-02-07lavc/lossless_audiodsp: revert various commitsChristophe Gisquet
2015-02-07wmalossless: reset lms_updateChristophe Gisquet
2015-02-07dxva2_hevc: properly fill the scaling list structureHendrik Leppkes
2015-02-07pixdesc: Include more functions in FF_DISABLE_DEPRECATION_WARNINGSTimothy Gu
2015-02-07avutil/pixfmt: Clarify meaning of the A/X bit in RGB555 / remove wording abou...Michael Niedermayer
2015-02-07avutil/pixfmt: Clarify the meaning of the alpha bits in rgb444 and similar fo...Michael Niedermayer
2015-02-07avutil/pixfmt: Clarify the meaning of the "alpha" bit in rgb555/bgr555Michael Niedermayer
2015-02-07avutil/pixfmt: Clarify the meaning of the alpha byte in RGB0 and similar formatsMichael Niedermayer
2015-02-07avcodec/ccaption_dec: Added Debug logsAnshul Maheshwari
2015-02-07avcodec/ccaption_dec: handle error from ass_sub apiAnshul Maheshwari
2015-02-07avcodec/ccaption_dec: Added Roll up functionalityAnshul Maheshwari
2015-02-07Merge commit '9295d10ea9d138462b7f67d16bf95ae9ca76aca6'Michael Niedermayer