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-21libavutil: Add ARM av_clip_intp2_armPeter Meerwald
2015-02-21libavutil: Add av_clip_intp2Peter Meerwald
2015-02-19pixfmt: add a pixel format for QSV hwaccelAnton Khirnov
2015-02-14Don't anonymously typedef structsDiego Biurrun
2015-02-08frame: clarify buf documentationAnton Khirnov
2015-02-01mem: fix pointer pointer aliasing violationsRémi Denis-Courmont
2015-01-29lavu: Check av_dict_set allocationsLuca Barbato
2015-01-27Add a side data type for audio service type.Anton Khirnov
2015-01-14lavu: add planar 16 bit and 8 bit rgb with alphaPaul B Mahol
2015-01-14imgutils: create misc functions for dealing with buffersStefano Sabatini
2015-01-05opt: check memory allocationVittorio Giovara
2014-12-19check memory errors from av_strdup()Vittorio Giovara
2014-12-19lavu: Refactor side data wipingLuca Barbato
2014-12-14thread: use "" instead of <> for including the w32pthreads wrapperAnton Khirnov
2014-12-09aarch64: Use .data.rel.ro for const data with relocationsMartin Storsjö
2014-12-09arm: Use .data.rel.ro for const data with relocationsMartin Storsjö
2014-12-05v210enc: Add SIMD optimised 8-bit and 10-bit encodersKieran Kunhya
2014-11-27lavu: fix memory leaks by using a mutex instead of atomicswm4
2014-11-27lavu: add wrappers for the pthreads mutex APIAnton Khirnov
2014-11-27Share the utf8 to wchar conversion routine between lavf and lavuMartin Storsjö
2014-11-24lavu: move internal define to the only places where it is usedVittorio Giovara
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