2884 Commits (1ddc849bde0da856eef9a7f1b5b877941bd82ae4)

Author SHA1 Message Date
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
Carl Eugen Hoyos de4811e910 Force using a 64bit intermediate when calculating calendar time with av_timegm(). 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
Stefano Sabatini 9767ec6b86 lavu: add escape API 12 years ago
Stefano Sabatini ad48556135 lavu/eval: add native support to lte and lt functions 12 years ago
Stefano Sabatini b1a2684936 lavu/opt: fix weird align 12 years ago
Stefano Sabatini 7b9a3df5d7 lavu/opt-test: do not explicitly set default value in test_ctx 12 years ago
Reimar Döffinger 88d55b827d Remove incorrect use of 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
Stefano Sabatini ce84c14ab1 lavu/parseutils: remove spurious "]]" in date format specification 12 years ago
Senthilnathan M 12a269a522 lavu/parseutils: allow MM:SS format for duration in av_parse_time() 12 years ago
Michael Niedermayer 2c21d34ea4 avutil/mem: do a small set of checks for memalign hack before freeing. 12 years ago
Mirjana Vulin 8d2eb5fe58 mips: optimization for float aac decoder (sbr module) 12 years ago
Diego Biurrun c9ad5f59aa intreadwrite: tomi: Add missing attributes.h #include for av_always_inline 12 years ago
Ronald S. Bultje 0c0828ecc5 x86: Use simple nop codes for <= sse (rather than <= mmx) 12 years ago
Michael Niedermayer 29c8619a49 fate: add print() to the tests of eval 12 years ago
Michael Niedermayer 09ece9fa6c eval: print() support 12 years ago
James Almer a56fd9edab lavu: Fix checkheaders for x86/emms.h 12 years ago
Diego Biurrun 4db96649ca avutil: Ensure that emms_c is always defined, even on non-x86 12 years ago
Diego Biurrun ab441e20ff avutil: Move emms code to x86-specific header 12 years ago
Paul B Mahol cf73e0bff3 lavu/intreadwrite: add AV_[RW][BLN]48 12 years ago
Luca Barbato fd1abf4269 lavu: avoid clashing definition of E 12 years ago
Ronald S. Bultje b582af1ed7 Use simple nop codes for <= sse (rather than <= mmx). 12 years ago
Diego Biurrun 62a43d30cc crc: Move static data table from header to .c file 12 years ago
Martin Storsjö ab8f1a6989 arm: Fall back to runtime cpu feature detection via /proc/cpuinfo 12 years ago
Carl Eugen Hoyos e149127bb2 Call the common 7.1 wide channel layout "7.1(wide)". 12 years ago
Paul B Mahol faac85005c lavu/internal: rename macro E(x) to EXPAND(x) 12 years ago
Diego Biurrun 218aefce44 dsputil: Move LOCAL_ALIGNED macros to libavutil 12 years ago
Dave Rice 71956371a7 lavu/parseutils: add digital cinema frame sizes 12 years ago
Michael Niedermayer 086566a557 dict: fix memleak 12 years ago
Mirjana Vulin 2b6a8187a6 mips: optimization for float aac decoder (core module) 12 years ago
Michael Niedermayer 32de283103 avstring: fix "warning: return discards const qualifier from pointer target type" 12 years ago
Paweł Hajdan, Jr 1d81f7448c dict.c: use av_mallocz instead of av_realloc 12 years ago
Michael Niedermayer 3cd9849d9c eval: fix 'warning: ignoring return value of strtod, declared with attribute warn_unused_result' 12 years ago