3488 Commits (a40de9ac07fcaa91ed4d041e57c19c3bf798ebe5)

Author SHA1 Message Date
  Michael Niedermayer 1750b45cdf avutil/opt: Fix type used to access AV_OPT_TYPE_SAMPLE_FMT 11 years ago
  Michael Niedermayer a0640e6346 avutil/opt: Fix types used to access AV_OPT_TYPE_PIXEL_FMT 11 years ago
  Christophe Gisquet e93d3a22cb x86: lavu/x264asm: fix ymm register instantiation 11 years ago
  Michael Niedermayer 63186ac5f1 avutil/mem: replace remaining void **/*** casts by memcpy() 11 years ago
  James Darnley 12120174ce lavu/x86/x86inc: deprecate INIT_AVX 11 years ago
  Anton Mitrofanov a1684311b3 x264asm: warn when inappropriate instruction used in function with specified cpuflags 11 years ago
  Rémi Denis-Courmont 6039248018 mem: fix pointer pointer aliasing violations 11 years ago
  Luca Barbato 1279221cc4 lavu: Check av_dict_set allocations 11 years ago
  Supraja Meedinti 6ad749b533 libavutil: Added twofish symmetric block cipher 11 years ago
  Michael Niedermayer 0d37ca150c avutil/aes: Rename crypt() 11 years ago
  Anton Khirnov 728685f37a Add a side data type for audio service type. 11 years ago
  Michael Niedermayer 1296dc6025 avutil/pixdesc: rewrite AV_PIX_FMT_FLAG_PSEUDOPAL documentation 11 years ago
  Michael Niedermayer b4f5da2651 avutil/buffer: factor buffer_replace() out 11 years ago
  Michael Niedermayer ec9935b288 avutil/pixfmt: Support the AV_PIX_FMT_GBRAP* formats with AV_HAVE_INCOMPATIBLE_LIBAV_ABI 11 years ago
  Michael Niedermayer 46b0fce627 avutil/pixfmt: Document the duplicated AV_PIX_FMT_GBRAP* formats 11 years ago
  Paul B Mahol 0e6c7dfa65 lavu: add planar 16 bit and 8 bit rgb with alpha 11 years ago
  Stefano Sabatini e2ad0b66fa imgutils: create misc functions for dealing with buffers 11 years ago
  James Almer 3aaff80348 avutil/opencl: don't include config.h 11 years ago
  Vittorio Giovara 07a0c0f000 opt: check memory allocation 11 years ago
  Michael Niedermayer 0f931b29f7 Factorize avpriv_mirror() out 11 years ago
  Giorgio Vazzana a3ab87427c avutil/camellia: cosmetic fixes 11 years ago
  Giorgio Vazzana fbb792f90f avutil/camellia: use K[2] instead of *K in generate_round_keys() 11 years ago
  Giorgio Vazzana 8e38b1539e avutil/camellia: make LR128() more robust 11 years ago
  Giorgio Vazzana 88d19d240a avutil/camellia: fix documentation for av_camellia_crypt() 11 years ago
  Supraja Meedinti c6bb651bce libavutil: Added Camellia symmetric block cipher 11 years ago
  James Almer 37b35feb64 x86/swr: add SSE2/AVX pack_8ch functions 11 years ago
  Michael Niedermayer 827af24230 avutil/rational: Check that av_reduce() returns values within the requested max 11 years ago
  Clément Bœsch 56e432b27b avutil/atomic: reuse ret to avoid dereferencing twice the same value. 11 years ago
  Michael Niedermayer 05e74ac2f3 avutil/hmac: use av_freep() to avoid leaving stale pointers in memory 11 years ago
  Michael Niedermayer 6d639ecf44 avutil/audio_fifo: use av_freep() to avoid leaving stale pointers in memory 11 years ago
  Michael Niedermayer 336bb3f706 avutil/dict: Use av_freep() to avoid leaving stale pointers in memory 11 years ago
  Michael Niedermayer 649c158e8c Add FFMPEG_VERSION into the binary libs 11 years ago
  Supraja Meedinti 4e1ecfe214 libavutil: Added cbc mode to cast128 11 years ago
  Vittorio Giovara b1306823d0 check memory errors from av_strdup() 11 years ago
  Luca Barbato 5d839778b9 lavu: Refactor side data wiping 11 years ago
  Supraja Meedinti abbcc68e5c libavutil: cosmetic: inserted spaces wherever necessary 11 years ago
  wm4 a400edbb6d lavu/frame: fix malloc error path in av_frame_copy_props() 11 years ago
  Anton Khirnov e10e6651b5 thread: use "" instead of <> for including the w32pthreads wrapper 11 years ago
  wm4 a963fdb0ea lavu/dict: check for malloc failures 11 years ago
  Martin Storsjö 780cd20b00 aarch64: Use .data.rel.ro for const data with relocations 11 years ago
  Martin Storsjö f963f80399 arm: Use .data.rel.ro for const data with relocations 11 years ago
  Michael Niedermayer 41a52740d4 avutil/opt: Fix AV_OPT_TYPE_BINARY case in av_opt_is_set_to_default() 11 years ago
  Michael Niedermayer ace9161655 avutil/opt: Check av_parse_video_rate()s return value 11 years ago
  Michael Niedermayer eb74839caa avutil/opt: Check av_parse_color() return value 11 years ago
  Michael Niedermayer 890d8f44fd avutil/buffer: add #if USE_ATOMICS around atomics specific functions to ensure sync types arent mixed by mistake 11 years ago
  Kieran Kunhya 9a738c27dc v210enc: Add SIMD optimised 8-bit and 10-bit encoders 11 years ago
  Michael Niedermayer 5bf4cd8e5b avutil/ppc/util_altivec: add () to VEC_SPLAT16 macro 11 years ago
  Michael Niedermayer c299b6fd08 avutil/buffer: Move USE_ATOMICS to thread.h to avoid it becoming out of sync with it 11 years ago
  Dave Yeo 32eadfe453 libavutil/threads.h: correct an include to be local 11 years ago
  Dave Yeo 090a7801a8 libavutil/thread.h: Support OS/2 threads 11 years ago