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
2014-11-11opt: Fix the documentation mentioning av_set_string3Luca Barbato
2014-11-07avstring: Mark some character handling functions av_constHenrik Gramner
2014-10-26Use gmtime_r instead of gmtime and localtime_r instead of localtimeMartin Storsjö
2014-10-26lavu: Provide fallbacks for gmtime_r and localtime_rMartin Storsjö
2014-10-24lavu: Add av_gettime_relativeMartin Storsjö
2014-10-08pixdesc: return color properties namesVittorio Giovara
2014-10-08pixfmt: mark further reserved valuesVittorio Giovara
2014-10-08doc: expand description for some color propertiesVittorio Giovara
2014-09-26log: Unbreak no-tty support on 256color terminalsLuca Barbato
2014-09-09x86inc: Make INIT_CPUFLAGS support an arbitrary number of cpuflagsHenrik Gramner
2014-09-09x86inc: Free up variable name "n" in global namespaceLoren Merritt
2014-09-09x86inc: Make ym# behave the same way as xm#Henrik Gramner
2014-09-08time: Add missing zeroGabriel Dume
2014-09-03time: Use clock_gettime if the monotonic clock is availableLuca Barbato
2014-09-03ppc: Support little endian intreadwriteLuca Barbato
2014-08-15cosmetics: Write NULL pointer inequality checks more compactlyGabriel Dume
2014-08-15cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume
2014-08-15atomic_win32: Drop unnecessary atomic.h #includeDiego Biurrun
2014-08-14frame: Remove some FF_API_AVFRAME_COLORSPACE leftoversDiego Biurrun
2014-08-13cpu-test: Add unistd.h #include for getopt()Diego Biurrun
2014-08-13mem: add av_strndup() for duplicating substringsAnton Khirnov
2014-08-13stereo3d: initialize AVStereo3D to zeroFelix Abecassis
2014-08-13AVOption: add support for dictionary types.Andrew Stone
2014-08-10avresample: Introduce AVFrame-based APILuca Barbato
2014-08-09Remove obsolete FF_API_AVFRAME_COLORSPACE cruft.Anton Khirnov
2014-08-09Bump major versions of all libraries.Anton Khirnov
2014-08-09Postpone API-incompatible changes until the next bump.Anton Khirnov
2014-08-04avutil: add AV_PIX_FMT_YA16 pixel formatVittorio Giovara
2014-08-04avutil: rename AV_PIX_FMT_Y400A to AV_PIX_FMT_YA8Vittorio Giovara
2014-08-04avutil: add alias names for gray 8/16 colour spacesVittorio Giovara
2014-08-04pixdesc: Support pixelformat aliasesLuca Barbato
2014-08-04imgutils: Do not declare avpriv_set_systematic_pal2 in the public headerDiego Biurrun
2014-08-04avcodec: Deprecate dtg_active_format field in favor of avframe side-dataKieran Kunhya
2014-08-04aarch64: use MACH-O const data asm directive in const macroJanne Grunau
2014-08-04cpu-test: test av_cpu_countJanne Grunau
2014-08-04fate: add informative cpu testJanne Grunau
2014-08-01pixdesc: K&R formatting cosmeticsLuca Barbato
2014-07-29avstring: Expose the simple name match functionLuca Barbato
2014-07-22arm: Macroize the test for 'setend' CPU instruction supportBen Avison
2014-07-18armv6: Accelerate butterflies_floatBen Avison
2014-07-18armv6: Accelerate vector_fmul_windowBen Avison
2014-07-09display: add matrix flip apiVittorio Giovara
2014-07-06audio_fifo: Split into a separate doxygen moduleTimothy Gu
2014-07-06samplefmt: Add doxygen categoriesTimothy Gu
2014-07-01Update Fiona's name in copyright statements.Diego Biurrun
2014-06-28arm: Detect 32 bit cpu features on ARMv8 when running on a 64 bit kernelMartin Storsjö
2014-06-24pixfmt: mark the reserved valuesVittorio Giovara
2014-06-23lzo: Handle integer overflowLuca Barbato
2014-06-20Add av_image_check_sar() and use it to validate SARJustin Ruggles
2014-06-20stereo3d: add missing include guardsVittorio Giovara