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-03-11atomic: prefer gcc builtins over win32 atomics, if available.Hendrik Leppkes
2013-03-11avframe: copy reordered_opaque in copy_propsJanne Grunau
2013-03-10mem: Fix usage of memalign() on DJGPP.Fabrizio Gennari
2013-03-10lavu/frame: fix not/note typo in doxy.Clément Bœsch
2013-03-10Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer
2013-03-10port FFmpeg lavc frame specificities to lavu functions.Clément Bœsch
2013-03-10lavu/frame: copy the channels field.Nicolas George
2013-03-09atomic: fix CAS with armcc.Anton Khirnov
2013-03-08atomic: Add include guards to the implementation headersMartin Storsjö
2013-03-08Merge commit '77b2cd7b41d7ec8008b6fac753c04f77824c514c'Michael Niedermayer
2013-03-08Merge commit '7ecc2d403ce5c7b6ea3b1f368dccefd105209c7e'Michael Niedermayer
2013-03-08Merge commit 'ad0c9f2d5d81e22207c6ccecc426bf7306acc327'Michael Niedermayer
2013-03-08atomic: Exclude the unsupported implementation headers from checkheadersMartin Storsjö
2013-03-08Merge commit '1cec0624d0e6f48590283a57169b58b9fe8449d3'Michael Niedermayer
2013-03-08Merge commit '8e401dbe90cc77b1f3067a917d9fa48cefa3fcdb'Michael Niedermayer
2013-03-08Merge commit '65f1d45dcc71186ede72fff950996099d23359bd'Michael Niedermayer
2013-03-08Merge commit '4be368b504c6f4a03051448728fc62cd0ed506b2'Michael Niedermayer
2013-03-08Merge commit 'efa7f4202088c70caba11d7834641bc6eaf41830'Michael Niedermayer
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-08Force using a 64bit intermediate when calculating calendar time with av_timeg...Carl Eugen Hoyos
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-07lavu: add escape APIStefano Sabatini
2013-03-05lavu/eval: add native support to lte and lt functionsStefano Sabatini
2013-03-05lavu/opt: fix weird alignStefano Sabatini
2013-03-05lavu/opt-test: do not explicitly set default value in test_ctxStefano Sabatini
2013-03-04Remove incorrect use of ctype.h functions.Reimar Döffinger
2013-03-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-03-01Merge commit '4da950c0ae224b9b8ef952dadf614be2c050023e'Michael Niedermayer
2013-03-01Merge commit '399663be9d4a839b894c48a21b62926eb8497d72'Michael Niedermayer
2013-03-01Merge commit '9d4da474f5f40b019cb4cb931c8499deee586174'Michael Niedermayer
2013-03-01Merge commit '7ac6d2423e9bf0f40c67be9a0ca7600b516b0282'Michael Niedermayer
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-24Merge commit 'f935aca44c674d30e3ed940ef73bbad1228a5855'Michael Niedermayer
2013-02-23av_memcpy_backptr: avoid an infinite loop for back = 0Anton Khirnov
2013-02-23lavu/parseutils: remove spurious "]]" in date format specificationStefano Sabatini