]> git.sesse.net Git - ffmpeg/history - libavutil
avcodec options: add enum option for color_range
[ffmpeg] / libavutil /
2014-06-05 Diego Biurrundict: const correctness for av_dict_get() and av_dict_c...
2014-06-03 Janne Grunaubuild: check if AS supports the '.func' directive
2014-06-03 Janne Grunauaarch64: use '#' for whole line asm comments
2014-06-03 Janne Grunauaarch64: remove optional :pg_hi21: for adrp instruction
2014-06-03 Janne Grunauaarch64: add darwin style PAGE/PAGEOFF relocations
2014-06-02 Diego BiurrunRemove all Blackfin architecture optimizations
2014-06-01 wm4lavu: add all color-related enums to AVFrame
2014-05-29 Martin Storsjöaarch64: Use the correct syntax for relocations
2014-05-29 Roman Savchenkoframe: fix the error path in av_frame_copy_props()
2014-05-28 Diego Biurrunppc: Move vec_unaligned_load macro to util_altivec
2014-05-28 Diego Biurrunppc: util_altivec: Drop unused macros
2014-05-25 Carl Eugen Hoyosimgutils: make systematic palette opaque.
2014-05-19 Martin Storsjödisplay: Include mathematics.h for fallback definition...
2014-05-19 Vittorio GiovaraAdd transformation matrix API.
2014-05-11 Anton Khirnovlavu: Add a pixel format for new VDA hwaccel
2014-05-03 Luca Barbatomathematics: K&R formatting cosmetics
2014-04-24 Janne Grunaulavu: add CHK_OFFS as AV_CHECK_OFFSET to check struct...
2014-04-22 Michael Niedermayeravutil: move av_get_time_base_q() after include rational.h
2014-04-22 Derek Buitenhuisavutil: Add av_get_time_base_q()
2014-04-17 Alessandro Ghedinicrc: add ANSI CRC16 LE
2014-04-07 Vittorio Giovaralavu: Add packed YVYU422 pixel format
2014-04-06 Timothy Guxtea: Add Doxy @file and group
2014-04-06 Timothy Guadler32: Fix doxy group definition
2014-04-06 Janne Grunauaarch64: add armv8 CPU flag
2014-04-04 Alessandro Ghedinireplaygain: correctly parse peak values
2014-04-03 Luca Barbatolog: Unbreak windows support
2014-04-03 Luca Barbatolog: Do not assume the TERM variable is always set
2014-04-03 Luca Barbatolog: Document AV_LOG_C usage
2014-04-03 Luca Barbatolog: Remove undefined behaviour
2014-04-03 Luca Barbatolog: Support for 256color terminals
2014-04-01 Janne Grunaulavu: add missing formats to av_pix_fmt_swap_endianness
2014-03-24 Anton Khirnovframe: add a function for removing side data from a...
2014-03-24 Anton KhirnovAdd replaygain side data type and code for parsing...
2014-03-22 Diego Biurrunfloat_dsp: Replace arch optimization ifdefs by if cascade
2014-03-20 Janne Grunaufloat-dsp-test: do not use C99's predefined __func__
2014-03-19 Martin Storsjöfloat_dsp: Use LOCAL_ALIGNED for instead of DECLARE_ALI...
2014-03-18 Janne Grunauaarch64: float_dsp NEON assembler
2014-03-18 Janne Grunaufloat_dsp: add test program and use it as fate test
2014-03-16 Jean FirstRGBA64 pixel formats
2014-03-13 Diego Biurrunbfin: Refactor duplicated assembly-related macros
2014-03-13 Diego Biurrunbfin: Refactor duplicated l1_text/l1_data_B macros
2014-03-13 Diego BiurrunUpdate dsputil- and SIMD-related comments to match...
2014-03-08 Janne Grunaufloat_dsp: fix errors in documentation
2014-03-08 Janne Grunautimer: use mach_absolute_time as high resolution clock...
2014-03-07 Patrice Clementdict: K&R formatting cosmetics
2014-03-05 Janne Grunauarm: hpeldsp: prevent overreads in armv6 asm
2014-03-04 Vittorio Giovaradoc: fix a couple of typos in frame.h
2014-02-24 Anton Khirnovframe: add a convenience function for copying AVFrame...
2014-02-23 James Almerx86: add detection for Bit Manipulation Instruction...
2014-02-23 James Almerx86: add detection for FMA3 instruction set
2014-02-23 James Almerx86: add missing XOP checks and macros
2014-02-20 Janne Grunauaarch64: use EXTERN_ASM consistently for exported symbols
2014-02-20 Christophe Gisquetx86: float dsp: unroll SSE versions
2014-02-19 Anton KhirnovAVOptions: add flags for read/read-only options
2014-02-19 Anton KhirnovAVOptions: deprecate unused AV_OPT_FLAG_METADATA
2014-02-19 Diego Biurrunthreads: Check w32threads dependencies at the configure...
2014-02-19 Martin Storsjöarm: Mark the stack as non-executable
2014-02-15 Tim Walkerlavu: add AV_FRAME_DATA_DOWNMIX_INFO side data type.
2014-02-12 Diego Biurrunlog: Have function parameter names match between .c...
2014-02-07 Martin Storsjöarm: Add EXTERN_ASM to the .func and .type declarations...
2014-02-05 Janne Grunaulavu: add missing log.h include in timer.h
2014-02-04 Luca Barbatodoxy: Format @code blocks so they render properly
2014-02-04 Justin Rugglessamplefmt: avoid integer overflow in av_samples_get_buf...
2014-01-26 Loren Merrittx86inc: Speed up assembling with Yasm
2014-01-25 Janne Grunauavutil: remove timer.h include from internal.h
2014-01-17 Luca Barbatodoxy: Document better the available AVFrame flags
2014-01-17 Luca Barbatodoxy: Add AVFrame to the structured modules
2014-01-15 Janne Grunauaarch64: port neon clobber test from arm
2014-01-15 Janne Grunauaarch64: add cpuflags support for NEON and VFP
2014-01-14 Janne Grunauaarch64: bswap inline assembly
2014-01-10 Martin Storsjöarm: Add an option for making sure NEON registers aren...
2014-01-09 Vittorio Giovaraavutil: do not use avcodec header in frame.h
2014-01-07 Martin Storsjöarm: Allow overriding the alignment set in the function...
2014-01-06 Michael Niedermayerrandom_seed: Rewrite the generic clock() based seed...
2014-01-05 Tim Walkeravframe: add AV_FRAME_DATA_MATRIXENCODING side data...
2014-01-05 Tim Walkerlavu: Add values for various Dolby flags to the AVMatri...
2014-01-03 Anton Khirnovmathematics: remove asserts from av_rescale_rnd()
2013-12-29 Luca Barbatolavu: Move preprocessor macros in a separate file
2013-12-26 Diego Biurrunavutil: Move library version related macros to version.h
2013-12-24 Diego Biurrunerror.h: Do not circularly depend on avutil.h
2013-12-22 Tim Walkerlavu: fix typo in documentation.
2013-12-20 Diego Biurrunatomics: cosmetics: Restructure ifdefs for greater...
2013-12-17 Vittorio Giovaraapidoc: fix warning from stereo3d.h
2013-12-16 Diego Biurrunavutil: Remove deprecated intfloat_readwrite code
2013-12-14 Reinhard TartlerBump libavutil major version to account for the LLS...
2013-12-13 Luca Barbatodoxy: Define a group for libswscale documentation
2013-12-13 Diego Biurrunavutil: Add deprecation ifdefs around obsolete intfloat...
2013-12-12 Vittorio Giovaraparseutils: fix discarding const attribute warning
2013-12-09 Vittorio Giovaraavframe: add codec-independent stereoscopic metadata
2013-12-09 Diego Biurrunconfigure: Prefix libc-related variables with "libc_"
2013-12-09 Anton Khirnovframe: cosmetics, reindent
2013-12-09 Anton Khirnovframe: copy flags in av_frame_copy_props()
2013-11-26 John Stebbinsmpeg12dec: Extract CC user data into frame side data
2013-11-23 Diego BiurrunAdd missing #includes for *INT64_MAX and *INT64_C
2013-11-14 Anton KhirnovMove av_fast_{m,re}alloc from lavc to lavu.
2013-11-13 Diego BiurrunDeprecate obsolete XvMC hardware decoding support
2013-11-03 Vittorio Giovaraattributes: disable flatten on llvm/clang
2013-10-31 John Stebbinsh264: wait for initial complete frame before outputing...
2013-10-27 Anton KhirnovAVOptions: do not range check flag options.
2013-10-27 Vittorio Giovaraavframe: mark source frame const in _ref and _clone
next