3092 Commits (ad701326b43078b907a054c585d7f3308b7f6143)

Author SHA1 Message Date
Lukasz Marek 3aac5fcfa9 lavu/opt: validate range before dereference 11 years ago
Alessandro Ghedini 8542f9c4f1 replaygain: correctly parse peak values 11 years ago
James Darnley 16509d3a28 log: allow color highlighting in Cygwin's mintty 11 years ago
Luca Barbato 9464b69da6 log: Unbreak windows support 11 years ago
Michael Niedermayer 609ef89703 avutil/log: remove stray ; 11 years ago
Michael Niedermayer 49e040e868 avutil/log: fix negative log levels 11 years ago
Michael Niedermayer 1f8a6bef78 avutil/log: add code to test av_log() 11 years ago
Luca Barbato 061e340c05 log: Factorize check_color_terminal() out 11 years ago
Lukasz Marek 8c27292373 lavu/opt: dont crash on freeing NULL AVOptionRanges 11 years ago
Luca Barbato 4ede1862dc log: Do not assume the TERM variable is always set 11 years ago
Luca Barbato 42ba1c51d9 log: Document AV_LOG_C usage 11 years ago
Luca Barbato 28b9ac4e48 log: Remove undefined behaviour 11 years ago
Luca Barbato 7763118cae log: Support for 256color terminals 11 years ago
Lukasz Marek eaed4da96a lavu/opt: extend AVOptionRange by extra values 11 years ago
Roman Fietze e12a73246d dict: const pointers to dictionary where possible 11 years ago
Janne Grunau 80035db88c lavu: add missing formats to av_pix_fmt_swap_endianness 11 years ago
Michael Niedermayer d506deaeaa avutil/fixed_dsp: remove redundant cast 11 years ago
Nedeljko Babic 284cfc7180 libavutil: Add fixed_dsp 11 years ago
Michael Niedermayer d9a3501c33 avutil/opt: dont crash on av_opt_set_dict() with NULL 11 years ago
Lukasz Marek cd50a44beb lavu/mem: add av_dynarray_add_nofree function 11 years ago
Michael Niedermayer 54e2e9fbc1 avutil/frame: undeprecate AVFrame.motion_val API 11 years ago
James Almer 2d9821a208 x86/cpu: check for OS support before enabling AVX2 11 years ago
Anton Khirnov d161ae0a37 frame: add a function for removing side data from a frame 11 years ago
Anton Khirnov 5a7e35dd23 Add replaygain side data type and code for parsing replaygain tags. 11 years ago
Michael Niedermayer 82c742377a avutil/dynarray: remove debug av_log() from AV_DYNARRAY_ADD 11 years ago
Michael Niedermayer 9ba1190297 avutil/mem: avoid using intptr_t to access void* in av_dynarray_add() 11 years ago
Nicolas George b0dcf76530 lavu/mem: reimplement the dynarray functions with the macro. 11 years ago
Nicolas George 7b9a310d0e lavu: add AV_DYNARRAY_ADD() macro. 11 years ago
Diego Biurrun 46caba4a65 float_dsp: Replace arch optimization ifdefs by if cascade 11 years ago
Janne Grunau 6a74ebc34d float-dsp-test: do not use C99's predefined __func__ 11 years ago
Martin Storsjö ae23809184 float_dsp: Use LOCAL_ALIGNED for instead of DECLARE_ALIGNED within functions 11 years ago
Matt Oliver 8236747511 Automatically change MANGLE() into named inline asm operands when direct symbol reference in inline asm are not supported. 11 years ago
Janne Grunau dbd12523a4 aarch64: float_dsp NEON assembler 11 years ago
Janne Grunau f0f687446e float_dsp: add test program and use it as fate test 11 years ago
Jean First 1481d24c3a RGBA64 pixel formats 11 years ago
Michael Niedermayer 8b02dfd37c avutil/timestamp: Warn about missing __STDC_FORMAT_MACROS for C++ use 11 years ago
Diego Biurrun da785231ea bfin: Refactor duplicated assembly-related macros 11 years ago
Diego Biurrun e99af2a3b1 bfin: Refactor duplicated l1_text/l1_data_B macros 11 years ago
Diego Biurrun 831a118078 Update dsputil- and SIMD-related comments to match reality more closely 11 years ago
James Almer 7d7487e85c x86/float_dsp: add ff_vector_{fmul_add, fmac_scalar}_fma3 11 years ago
Michael Niedermayer 4159f702a7 avutil/timer: Fix units for x86 after c708b54033 11 years ago
Janne Grunau 74cc901905 float_dsp: fix errors in documentation 11 years ago
Janne Grunau c708b54033 timer: use mach_absolute_time as high resolution clock on darwin 11 years ago
Patrice Clement 93d216d37a dict: K&R formatting cosmetics 11 years ago
Lukasz Marek bba7b6fc41 Revert "lavu/buffer: add release function" 11 years ago
Janne Grunau cbddee1cca arm: hpeldsp: prevent overreads in armv6 asm 11 years ago
Vittorio Giovara a18ef7a76c doc: fix a couple of typos in frame.h 11 years ago
Lukasz Marek 19b3a25048 lavu/log: add device categories 11 years ago
Michael Niedermayer 52d928daf9 avutil/opt: allow max=min=0 for pixel formats 11 years ago
Lukasz Marek 3144440004 lavu/buffer: add release function 11 years ago