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
2013-05-16Remove commented-out #includesDiego Biurrun
2013-05-15pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*Anton Khirnov
2013-05-15Clarify output of av_get_bits_per_pixelKieran Kunhya
2013-05-08msvc: Move linker pragma from config.h to libavutil/internal.hMartin Storsjö
2013-05-06pixdesc: add function to return pixel format with swapped endiannesJanne Grunau
2013-05-05avutil: Add av_cold attributes to init functions missing themDiego Biurrun
2013-05-03x86: float dsp: butterflies_float SSEChristophe Gisquet
2013-04-30avutil: doxy: Small clarification for av_buffer_create()Derek Buitenhuis
2013-04-30ppc: util_altivec: Surround AltiVec-related code by appropriate ifdefsDiego Biurrun
2013-04-11Cosmetics, restore alphabetic order in atomics lists.Anton Khirnov
2013-04-10dsputil: Make dsputil selectableRonald S. Bultje
2013-04-10x86inc: Fix number of operands for cmp* instructionsChristophe Gisquet
2013-04-04pixdesc/pixfmt: Add XYZ colorspace for XYZ 12-bit valuesNicolas Bertrand
2013-04-04opt: check the return values of av_get_token for ENOMEM.Anton Khirnov
2013-04-03configure: prettify atomics handling.Anton Khirnov
2013-03-28AVOptions: make av_set_options_string() forward options to child objectsAnton Khirnov
2013-03-27cosmetics: Remove unnecessary extern keywords from function declarationsDiego Biurrun
2013-03-22avutil/frame: add all remaining frame properties to av_frame_copy_propsHendrik Leppkes
2013-03-19pixdesc: add a function for counting planes in a pixel format.Anton Khirnov
2013-03-16AVOptions: fix using named constants with child contexts.Anton Khirnov
2013-03-16AVOption: remove an unused function parameter.Anton Khirnov
2013-03-15lzo: fix overflow checking in copy_backptr()Xi Wang
2013-03-13Add av_log_{ask_for_sample|missing_feature} replacements to libavutilDiego Biurrun
2013-03-11atomic: prefer gcc builtins over win32 atomics, if available.Hendrik Leppkes
2013-03-11avframe: copy reordered_opaque in copy_propsJanne Grunau
2013-03-09atomic: fix CAS with armcc.Anton Khirnov
2013-03-08atomic: Exclude the unsupported implementation headers from checkheadersMartin Storsjö
2013-03-08atomic: Check for __sync_val_compare_and_swap instead of __sync_synchronizeMartin Storsjö
2013-03-08atomic: Add include guards to the implementation headersMartin Storsjö
2013-03-08Replace remaining includes of audioconvert.h with channel_layout.hAnton Khirnov
2013-03-08AVFrame: deprecate all now unused fieldsAnton Khirnov
2013-03-08AVFrame: add side data.Anton Khirnov
2013-03-08Move AVFrame from lavc to lavu.Anton Khirnov
2013-03-08lavc: move AVFrame.hwaccel_picture_private to Picture.Anton Khirnov
2013-03-08AVBuffer: add a new API for buffer poolsAnton Khirnov
2013-03-08lavu: add a new API for reference-counted data buffers.Anton Khirnov
2013-03-08lavu: add support for atomic operations.Ronald S. Bultje
2013-03-07avstring: Fix isxdigit to not accept non-hex charactersMartin Storsjö
2013-03-07Use the avstring.h locale-independent character type functionsReimar Döffinger
2013-03-07avstring: Add locale independent versions of some ctype.h functionsReimar Döffinger
2013-03-01lls: Do not return from void functionsDiego Biurrun
2013-03-01lls: #ifndef --> #if in FF_API_ version guardDiego Biurrun
2013-02-28lls: mark max_order as unsigned shortLuca Barbato
2013-02-28lls: move to the private namespaceLuca Barbato
2013-02-28lls: K&R formatting cosmeticsLuca Barbato
2013-02-23av_memcpy_backptr: avoid an infinite loop for back = 0Anton Khirnov
2013-02-20intreadwrite: tomi: Add missing attributes.h #include for av_always_inlineDiego Biurrun
2013-02-20x86: Use simple nop codes for <= sse (rather than <= mmx)Ronald S. Bultje
2013-02-14avutil: Ensure that emms_c is always defined, even on non-x86Diego Biurrun
2013-02-14avutil: Move emms code to x86-specific headerDiego Biurrun