1839 Commits (776a4e42a7524630bcfc46bbd23f26b7dc7f65ca)

Author SHA1 Message Date
Anton Khirnov 780ff97fef log: make colored output more colorful. 13 years ago
Samuel Pitoiset 154486f9ad opt: Add av_opt_set_bin() 13 years ago
Michael Bradshaw b0e1557fe7 Fixed warnings about int64 to int32 conversion 13 years ago
Stefano Sabatini f2ee065638 lavu/pixfmt: move AVPALETTE_SIZE and _COUNT to pixfmt.h 13 years ago
Nicolas George 2ec3e5767e opt: add AV_OPT_TYPE_IMAGE_SIZE. 13 years ago
Stefano Sabatini cd945d2112 lavu/tree: perform minor fixes to av_tree_insert() documentation 13 years ago
Clément Bœsch 7c2bb79f3b lavu/error: fix make checkheaders. 13 years ago
Stefano Sabatini 47ef261288 lavu/parseutils: fix specification for av_parse_time() 13 years ago
Michael Niedermayer f8196759b4 fifo: add av_fifo_grow() 13 years ago
Anton Khirnov d89eca507c Add missing version bumps and APIchanges/Changelog entries. 13 years ago
Clément Bœsch 9548deeea9 lavu/bprint: add av_bprint_reset(). 13 years ago
Michael Niedermayer 7c7c5b2415 avutil/log: allow av_log_set_callback (NULL) 13 years ago
Justin Ruggles 5cc6d5244d lavr: replace the SSE version of ff_conv_fltp_to_flt_6ch() with SSE4 and AVX 13 years ago
Anton Khirnov 6d7f617700 samplefmt: add a function for filling a buffer with silence. 13 years ago
Anton Khirnov 142e740d1e samplefmt: add a function for copying audio samples. 13 years ago
Mans Rullgard 6766169c41 mips: intreadwrite: fix inline asm for gcc 4.8 13 years ago
Mans Rullgard b82b49a5b7 mips: intreadwrite: remove unnecessary inline asm 13 years ago
Michael Niedermayer 2c83265290 error: Try to make av_strerror() closer to binary identical across platforms. 13 years ago
Michael Niedermayer f8b536a786 parseutils: use strings instead of integers for error codes. 13 years ago
Michael Niedermayer 9501b93241 parseutils: fix ;/, error 13 years ago
Diego Biurrun ce473de921 av_samples_fill_array: Mark unmodified function argument as const. 13 years ago
Carl Eugen Hoyos 143a5c55ff Add yuva422p pix_fmt. 13 years ago
Diego Biurrun dbe6ba55a3 build: cosmetics: Add missing end-of-line backslashes to item lists. 13 years ago
Diego Biurrun 9eb83a56aa build: cosmetics: Split HEADERS/OBJS/PROGS lists into one entry per line. 13 years ago
Mans Rullgard c02efacc8f arm: intreadwrite: revert 16-bit load asm to old version for gcc < 4.6 13 years ago
Mans Rullgard ababec7b95 arm: intreadwrite: disable inline asm for gcc 4.7 and later 13 years ago
Mans Rullgard adebad07e0 arm: intreadwrite: fix inline asm constraints for gcc 4.6 and later 13 years ago
Stefano Sabatini d4f8d717ab lavu/opt: clarify error message in set_key_value_pair() 13 years ago
Michael Niedermayer 5e1286a72f libavutil: Document the shortcommings of av_parse_cpu_flags() 13 years ago
Michael Niedermayer eadac34c80 cmdutils/avutil: Move cpu caps parse code into av_parse_cpu_caps() 13 years ago
Nicolas George 3e1d3ebf5e parseutils: replace setenv() by putenv(). 13 years ago
Mans Rullgard 6eca84bad8 cpu: recognise only cpu flag names pertinent to the architecture 13 years ago
Mans Rullgard 3527a73933 avutil: add av_parse_cpu_flags() function 13 years ago
Justin Ruggles c8af852b97 Add libavresample 13 years ago
Reimar Döffinger 2b336df3cb parseutils: reliably detect out-of-range alpha. 13 years ago
Justin Ruggles 83b26046fc avutil: change default buffer size alignment for sample buffer functions 13 years ago
Nicolas George 9b84f8a987 parseutils: add av_parse_time() test. 13 years ago
Nicolas George 43b7068070 parseutils: make av_parse_time() check for failure. 13 years ago
Nicolas George 9246896f77 parseutils: add FATE test. 13 years ago
Mans Rullgard d526c5338d ARM: allow runtime masking of CPU features 13 years ago
Reimar Döffinger 9b1f776d75 Fix compilation with NASM. 13 years ago
Justin Ruggles 0c0d1bce7c avutil: add audio fifo buffer 13 years ago
Nico Weber a4a88fd42c Remove .rodata alignment kludge for Mach-O if a recent enough yasm is used. 13 years ago
Loren Merritt 705f3d4759 x86inc: support AVX abstraction for 2-operand instructions 13 years ago
Michael Niedermayer abe6330317 AVoption doxy: clarify a few needs in relation to AVClass less structs. 13 years ago
Nicolas George b0e7321cf0 parseutils: include errors in test output. 13 years ago
Reimar Döffinger 1a65d50ee7 mem.c: fix wrong comment. 13 years ago
Justin Ruggles 5e8280d177 avutil: add better documentation for AVSampleFormat 13 years ago
Nicolas George a9e7e98021 error: ensure error codes are signed negative ints. 13 years ago
Michael Niedermayer 62e5ef95ca av_image_alloc: Align the width to 8 when align >= 8. 13 years ago