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
2013-07-06fifo: K&R formatting cosmeticsLuca Barbato
2013-07-04log: pass the correct parameters to missing_feature_sampleLuca Barbato
2013-07-02lls/x86: use 3-operator vaddpd in ADDPD_MEMLoren Merritt
2013-07-01x86: lpc: fix a segfault in av_evaluate_lls_sse2()Loren Merritt
2013-06-29x86: lpc: simd av_evaluate_llsLoren Merritt
2013-06-29x86: lpc: simd av_update_llsLoren Merritt
2013-06-29lpc: use function pointers, in preparation for asmLoren Merritt
2013-06-29lpc: remove "decay" argumentLoren Merritt
2013-06-04mem: Add av_realloc_array and av_reallocp_arrayMartin Storsjö
2013-06-02cpu: Restructure code to avoid pointless ret variable indirectionDiego Biurrun
2013-05-27arm: Only output eabi attributes if building for ELFMartin Storsjö
2013-05-24cpu: Include common.h for av_popcount64Martin Storsjö
2013-05-24Move get_logical_cpus() from lavc/pthread to lavu/cpu.Anton Khirnov
2013-05-22pixdesc: mark gray8 as pseudopalAnton Khirnov
2013-05-17doxy: add a section about versioning.Anton Khirnov
2013-05-17lavfi doxy: add a page for lavfi.Anton Khirnov
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