1759 Commits (7f29644108c5fbd80f160930b31b78b8704c1a49)

Author SHA1 Message Date
Anton Khirnov 2a6eaeaa85 Move get_logical_cpus() from lavc/pthread to lavu/cpu. 12 years ago
Anton Khirnov f36d7831d9 pixdesc: mark gray8 as pseudopal 12 years ago
Anton Khirnov 40020e171a doxy: add a section about versioning. 12 years ago
Anton Khirnov bc8c1cdc7b lavfi doxy: add a page for lavfi. 12 years ago
Diego Biurrun d46c588f3c Remove commented-out #includes 12 years ago
Anton Khirnov e6c4ac7b5f pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_* 12 years ago
Kieran Kunhya ede75ebc9b Clarify output of av_get_bits_per_pixel 12 years ago
Martin Storsjö 06122c2533 msvc: Move linker pragma from config.h to libavutil/internal.h 12 years ago
Janne Grunau 74652af821 pixdesc: add function to return pixel format with swapped endiannes 12 years ago
Diego Biurrun 1fda184a85 avutil: Add av_cold attributes to init functions missing them 12 years ago
Christophe Gisquet 566b7a20fd x86: float dsp: butterflies_float SSE 12 years ago
Derek Buitenhuis af8a47905a avutil: doxy: Small clarification for av_buffer_create() 12 years ago
Diego Biurrun f5eecee865 ppc: util_altivec: Surround AltiVec-related code by appropriate ifdefs 12 years ago
Anton Khirnov 93e65e9a6c Cosmetics, restore alphabetic order in atomics lists. 12 years ago
Ronald S. Bultje b93b27edb0 dsputil: Make dsputil selectable 12 years ago
Christophe Gisquet 2e81acc687 x86inc: Fix number of operands for cmp* instructions 12 years ago
Nicolas Bertrand 8c65264595 pixdesc/pixfmt: Add XYZ colorspace for XYZ 12-bit values 12 years ago
Anton Khirnov bcc9432898 opt: check the return values of av_get_token for ENOMEM. 12 years ago
Anton Khirnov f9f6402e9c configure: prettify atomics handling. 12 years ago
Anton Khirnov cf53704c55 AVOptions: make av_set_options_string() forward options to child objects 12 years ago
Diego Biurrun b6649ab503 cosmetics: Remove unnecessary extern keywords from function declarations 12 years ago
Hendrik Leppkes 1e8b9738fa avutil/frame: add all remaining frame properties to av_frame_copy_props 12 years ago
Anton Khirnov 2c328a9079 pixdesc: add a function for counting planes in a pixel format. 12 years ago
Anton Khirnov 4d67ff8e8e AVOptions: fix using named constants with child contexts. 12 years ago
Anton Khirnov 9676b9a2cd AVOption: remove an unused function parameter. 12 years ago
Xi Wang ca6c3f2c53 lzo: fix overflow checking in copy_backptr() 12 years ago
Diego Biurrun f099d3d1d5 Add av_log_{ask_for_sample|missing_feature} replacements to libavutil 12 years ago
Hendrik Leppkes d6d369bf13 atomic: prefer gcc builtins over win32 atomics, if available. 12 years ago
Janne Grunau fc8406d01e avframe: copy reordered_opaque in copy_props 12 years ago
Anton Khirnov 6327c10702 atomic: fix CAS with armcc. 12 years ago
Martin Storsjö 666fe5da47 atomic: Exclude the unsupported implementation headers from checkheaders 12 years ago
Martin Storsjö e460aa3282 atomic: Check for __sync_val_compare_and_swap instead of __sync_synchronize 12 years ago
Martin Storsjö 2240e92f05 atomic: Add include guards to the implementation headers 12 years ago
Anton Khirnov 0651e892e1 Replace remaining includes of audioconvert.h with channel_layout.h 12 years ago
Anton Khirnov 1296b1f6c0 AVFrame: deprecate all now unused fields 12 years ago
Anton Khirnov 77b2cd7b41 AVFrame: add side data. 12 years ago
Anton Khirnov 7ecc2d403c Move AVFrame from lavc to lavu. 12 years ago
Anton Khirnov ad0c9f2d5d lavc: move AVFrame.hwaccel_picture_private to Picture. 12 years ago
Anton Khirnov 1cec0624d0 AVBuffer: add a new API for buffer pools 12 years ago
Anton Khirnov 8e401dbe90 lavu: add a new API for reference-counted data buffers. 12 years ago
Ronald S. Bultje 65f1d45dcc lavu: add support for atomic operations. 12 years ago
Martin Storsjö 4be368b504 avstring: Fix isxdigit to not accept non-hex characters 12 years ago
Reimar Döffinger efa7f42020 Use the avstring.h locale-independent character type functions 12 years ago
Reimar Döffinger 12c5c1d3e3 avstring: Add locale independent versions of some ctype.h functions 12 years ago
Diego Biurrun 0b31129389 lls: Do not return from void functions 12 years ago
Diego Biurrun 4da950c0ae lls: #ifndef --> #if in FF_API_ version guard 12 years ago
Luca Barbato 399663be9d lls: mark max_order as unsigned short 12 years ago
Luca Barbato 9d4da474f5 lls: move to the private namespace 12 years ago
Luca Barbato 7ac6d2423e lls: K&R formatting cosmetics 12 years ago
Anton Khirnov f935aca44c av_memcpy_backptr: avoid an infinite loop for back = 0 12 years ago