1738 Commits (9c0ece1b4f3f5e88c90883085d6bbc7eb0309314)

Author SHA1 Message Date
Rémi Denis-Courmont 869b04e891 libavutil: add avpriv_open() to open files with close-on-exec flag 12 years ago
Rémi Denis-Courmont a0ad5d0113 vdpau: deprecate old codec-specific pixel formats 12 years ago
Diego Biurrun 7950e519bb Disable deprecation warnings for cases where a replacement is available 12 years ago
Diego Biurrun 3a7050ffed build: Add _Pragma macro to disable deprecated declaration warnings 12 years ago
Diego Biurrun b5a138652f Give less generic names to global library option arrays 12 years ago
Vittorio Giovara 3c8bff0740 avframe: have av_frame_get_side_data take const AVFrame* 12 years ago
Martin Storsjö c7e921a54f avopt: Check whether the object actually has got an AVClass 12 years ago
Diego Biurrun c2e936de07 tree-test: Refactor and plug memory leaks 12 years ago
Diego Biurrun a9b04b2c43 tree.h: K&R formatting and typo cosmetics 12 years ago
Diego Biurrun 78b4bfdb84 Replace remaining obsolete PIX_FMT names with AV_PIX_FMT equivalents 12 years ago
Diego Biurrun d99a2b6d0a avutil/tree: Drop debug messages that clutter the output 12 years ago
Diego Biurrun 10db1a9bca avutil/tree: K&R formatting cosmetics 12 years ago
Diego Biurrun bf4b0ed1d5 Add missing deprecation attributes 12 years ago
Diego Biurrun 5b097399ba eval: Explicitly ignore return value of strtod() in parse_db() 12 years ago
Diego Biurrun 439902e0d6 Employ consistent LIBAV_COMPAT_ multiple inclusion guards in compat/ 12 years ago
Diego Biurrun 3ac7fa81b2 Consistently use "cpu_flags" as variable/parameter name for CPU flags 12 years ago
Martin Storsjö ef5b70affc configure: Check for support for labels in the inline assembly 12 years ago
Luca Barbato 73142e7533 fifo: K&R formatting cosmetics 12 years ago
Luca Barbato 0420c810ce log: pass the correct parameters to missing_feature_sample 12 years ago
Loren Merritt c8b920a9b7 lls/x86: use 3-operator vaddpd in ADDPD_MEM 12 years ago
Loren Merritt 1221bb6239 x86: lpc: fix a segfault in av_evaluate_lls_sse2() 12 years ago
Loren Merritt b545179fdf x86: lpc: simd av_evaluate_lls 12 years ago
Loren Merritt 502ab21af0 x86: lpc: simd av_update_lls 12 years ago
Loren Merritt 41578f70cf lpc: use function pointers, in preparation for asm 12 years ago
Loren Merritt cc6714bb16 lpc: remove "decay" argument 12 years ago
Martin Storsjö fc962d4e7a mem: Add av_realloc_array and av_reallocp_array 12 years ago
Diego Biurrun f0ce1d9909 cpu: Restructure code to avoid pointless ret variable indirection 12 years ago
Martin Storsjö be7952b5c3 arm: Only output eabi attributes if building for ELF 12 years ago
Martin Storsjö 597208fde1 cpu: Include common.h for av_popcount64 12 years ago
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