Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-12-16lavu/pixdesc: fix a const qualifier discarding warning.Clément Bœsch
2012-12-16lavu: make sure av_pix_fmt_desc_next returns a valid pix fmt.Clément Bœsch
2012-12-14Merge commit 'c0dc57f1264dad1e121772d03abdb9e14ed8857f'Michael Niedermayer
2012-12-14mem: minor simplification of the alignment hack codeMichael Niedermayer
2012-12-14x86inc: fully concatenate tokens to fix macro expansion for nasmJanne Grunau
2012-12-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-12-12x86inc: fix stack alignment on win64Ronald S. Bultje
2012-12-12x86inc: support stack mem allocation and re-alignment in PROLOGUE.Ronald S. Bultje
2012-12-12x86inc: support stack mem allocation and re-alignment in PROLOGUERonald S. Bultje
2012-12-11doxy: add ref for lavfi, lpp and lsws.Clément Bœsch
2012-12-11doxy: fix swr group nameMichael Niedermayer
2012-12-11opt: fix memleak on error of range_arrayMichael Niedermayer
2012-12-09lavu/opt: change the way ranges are printedStefano Sabatini
2012-12-08lavu/opt: make av_opt_query_ranges_default() return a meaningful error codeStefano Sabatini
2012-12-08lavu/opt: perform misc cosmetical fixesStefano Sabatini
2012-12-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-12-08Merge commit '096abfa15052977eed93f0b5e01afd2d47c53c1f'Michael Niedermayer
2012-12-08Merge commit 'b326755989b346d0d935e0628e8865f9b2951c30'Michael Niedermayer
2012-12-08Merge commit '637606de2d2e0af0a9fa2f23f943765d7d7c5cd5'Michael Niedermayer
2012-12-08x86: float_dsp: fix loading of the len parameter on x86-32Justin Ruggles
2012-12-08opt_list: fix vertical alignment of typesMichael Niedermayer
2012-12-08opt: print ranges in opt_list()Michael Niedermayer
2012-12-08opt: Add support to query rangesMichael Niedermayer
2012-12-07arm: rename ARMVFP config symbol to VFPMans Rullgard
2012-12-07arm: detect cpu features at runtime on LinuxMans Rullgard
2012-12-07arm: use HAVE*_INLINE/EXTERNAL macros for conditional compilationMans Rullgard
2012-12-07Merge commit 'c25fc5c2bb6ae8c93541c9427df3e47206d95152'Michael Niedermayer
2012-12-06Merge commit 'b519298a1578e0c895d53d4b4ed8867b1c031a56'Michael Niedermayer
2012-12-06Merge commit '9d5c62ba5b586c80af508b5914934b1c439f6652'Michael Niedermayer
2012-12-06x86: float_dsp: fix compilation of ff_vector_dmul_scalar_avx() on x86-32Justin Ruggles
2012-12-05av_assert should use AV_LOG_PANIC.Reimar Döffinger
2012-12-05pixdesc: fix yuva 10bit bit depthPaul B Mahol
2012-12-05x86: af_volume: add SSE2/SSSE3/AVX-optimized s32 volume scalingJustin Ruggles
2012-12-05lavu/opt: do not filter out the initial sign character except for flagsJustin Ruggles
2012-12-05eval: treat dB as decibels instead of decibytesJustin Ruggles
2012-12-05float_dsp: add vector_dmul_scalar() to multiply a vector of doublesJustin Ruggles
2012-12-05Merge commit 'cb45553f577f8e0ebfe05d3287e1b6fa5859b967'Michael Niedermayer
2012-12-05pixdesc: fix broken yuva definitionsPaul B Mahol
2012-12-05Remove pointless #undefs of previously forbidden functions.Anton Khirnov
2012-12-02lavu/channel_layout: document the semantic of layouts.Nicolas George
2012-12-02lavu/parseutils: accept %J for hours >= 24.Nicolas George
2012-12-01lavu/opt: allow to set sample and pixel format with av_opt_set_int()Stefano Sabatini
2012-12-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-11-30avutil: Use a configure check to enable windows console functionsMartin Storsjö
2012-11-30avutil: Include io.h with a separate condition from windows console functionsMartin Storsjö
2012-11-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-11-30lavu/opt: change the way default pixel and sample format value is setStefano Sabatini
2012-11-29avutil: Include io.h with a separate condition from MapViewOfFileMartin Storsjö
2012-11-28Merge commit 'af7d13ee4a4bf8d708f9b0598abb8f6e22b76de1'Michael Niedermayer
2012-11-28x86: cpu: Drop unused HAVE_RWEFLAGS conditionDiego Biurrun