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
2015-04-20log: Print a full backtrace along with error messages under ValgrindVittorio Giovara
2015-04-20avutil: remove pointless bmi1 defineJames Almer
2015-04-19log: Introduce a more verbose debug levelVittorio Giovara
2015-04-07parseutils: Make av_small_strptime publicLuca Barbato
2015-04-06parseutils: Extend small_strptime to be used in avformatLuca Barbato
2015-03-29lavc: add MMAL hardware decoder wrapperwm4
2015-03-23pixfmt: Update documentation with prefixed pixel formatsVittorio Giovara
2015-03-23pixdesc: Replace a few leftover instances of non AV-prefixed flagsVittorio Giovara
2015-03-23mov: Write the display matrix in orderVittorio Giovara
2015-03-18Replace a few leftover instances of enum PixelFormat with enum AVPixelFormatMartin Storsjö
2015-03-07arm: Suppress tags about used cpu arch and extensionsMartin Storsjö
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