3115 Commits (ca9cc6fdcc78d964d37ca387d0bccbfbab21dbee)

Author SHA1 Message Date
  Michael Niedermayer e79b15f5f1 avutil/avutil.h: remove duplicate rational.h include 12 years ago
  Michael Niedermayer b0bdc2a712 avutil: move av_get_time_base_q() after include rational.h 12 years ago
  Michael Niedermayer c7251fec39 avutil: move av_get_time_base_q() after include rational.h 12 years ago
  Derek Buitenhuis dac7e8a94e avutil: Add av_get_time_base_q() 12 years ago
  Derek Buitenhuis 502512ea0f avutil: Add av_get_time_base_q() 12 years ago
  Michael Niedermayer 47ec0b0b0f avutil/internal: add FF_ALLOC_ARRAY_OR_GOTO & FF_ALLOCZ_ARRAY_OR_GOTO 12 years ago
  James Almer 3b06208a57 x86/float_dsp: remove duplicated code from vector_dmul_scalar 12 years ago
  Alessandro Ghedini 0983d48111 crc: add ANSI CRC16 LE 12 years ago
  James Almer 76ed71a72b x86: move horizontal add macros to x86util 12 years ago
  James Almer 11b36b1ee0 x86/float_dsp: unroll loop in vector_fmac_scalar 12 years ago
  James Almer 3b808900af x86/float_dsp: use SWAP in vector_fmac_scalar Win64 12 years ago
  Michael Niedermayer 4615ff0d61 avutil/frame: use av_malloc(z)_array() 12 years ago
  Michael Niedermayer a31547ce2e avutil/avstring: do not lose ascii characters when decoding non utf-8 with av_utf8_decode() 12 years ago
  Michael Niedermayer 4f698be8f6 avutil/log: add av_log_get_flags() 12 years ago
  Michael Niedermayer 7ac2f7e413 avutil/log: factor "level != AV_LOG_INFO/8" checks out 12 years ago
  Vittorio Giovara 8b17243d17 lavu: Add packed YVYU422 pixel format 12 years ago
  Timothy Gu 486e3649ce xtea: Add Doxy @file and group 12 years ago
  Timothy Gu f73495686d adler32: Fix doxy group definition 12 years ago
  Janne Grunau 8675bcb0ad aarch64: add armv8 CPU flag 12 years ago
  Lukasz Marek 3aac5fcfa9 lavu/opt: validate range before dereference 12 years ago
  Alessandro Ghedini 8542f9c4f1 replaygain: correctly parse peak values 12 years ago
  James Darnley 16509d3a28 log: allow color highlighting in Cygwin's mintty 12 years ago
  Luca Barbato 9464b69da6 log: Unbreak windows support 12 years ago
  Michael Niedermayer 609ef89703 avutil/log: remove stray ; 12 years ago
  Michael Niedermayer 49e040e868 avutil/log: fix negative log levels 12 years ago
  Michael Niedermayer 1f8a6bef78 avutil/log: add code to test av_log() 12 years ago
  Luca Barbato 061e340c05 log: Factorize check_color_terminal() out 13 years ago
  Lukasz Marek 8c27292373 lavu/opt: dont crash on freeing NULL AVOptionRanges 12 years ago
  Luca Barbato 4ede1862dc log: Do not assume the TERM variable is always set 12 years ago
  Luca Barbato 42ba1c51d9 log: Document AV_LOG_C usage 12 years ago
  Luca Barbato 28b9ac4e48 log: Remove undefined behaviour 12 years ago
  Luca Barbato 7763118cae log: Support for 256color terminals 13 years ago
  Lukasz Marek eaed4da96a lavu/opt: extend AVOptionRange by extra values 12 years ago
  Roman Fietze e12a73246d dict: const pointers to dictionary where possible 12 years ago
  Janne Grunau 80035db88c lavu: add missing formats to av_pix_fmt_swap_endianness 12 years ago
  Michael Niedermayer d506deaeaa avutil/fixed_dsp: remove redundant cast 12 years ago
  Nedeljko Babic 284cfc7180 libavutil: Add fixed_dsp 12 years ago
  Michael Niedermayer d9a3501c33 avutil/opt: dont crash on av_opt_set_dict() with NULL 12 years ago
  Lukasz Marek cd50a44beb lavu/mem: add av_dynarray_add_nofree function 12 years ago
  Michael Niedermayer 54e2e9fbc1 avutil/frame: undeprecate AVFrame.motion_val API 12 years ago
  James Almer 2d9821a208 x86/cpu: check for OS support before enabling AVX2 12 years ago
  Anton Khirnov d161ae0a37 frame: add a function for removing side data from a frame 12 years ago
  Anton Khirnov 5a7e35dd23 Add replaygain side data type and code for parsing replaygain tags. 12 years ago
  Michael Niedermayer 82c742377a avutil/dynarray: remove debug av_log() from AV_DYNARRAY_ADD 12 years ago
  Michael Niedermayer 9ba1190297 avutil/mem: avoid using intptr_t to access void* in av_dynarray_add() 12 years ago
  Nicolas George b0dcf76530 lavu/mem: reimplement the dynarray functions with the macro. 12 years ago
  Nicolas George 7b9a310d0e lavu: add AV_DYNARRAY_ADD() macro. 12 years ago
  Diego Biurrun 46caba4a65 float_dsp: Replace arch optimization ifdefs by if cascade 12 years ago
  Janne Grunau 6a74ebc34d float-dsp-test: do not use C99's predefined __func__ 12 years ago
  Martin Storsjö ae23809184 float_dsp: Use LOCAL_ALIGNED for instead of DECLARE_ALIGNED within functions 12 years ago