summaryrefslogtreecommitdiffstats
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* pixdesc: return color properties namesVittorio Giovara2014-10-083-2/+85
* pixfmt: mark further reserved valuesVittorio Giovara2014-10-082-1/+3
* doc: expand description for some color propertiesVittorio Giovara2014-10-081-4/+5
* log: Unbreak no-tty support on 256color terminalsLuca Barbato2014-09-261-1/+2
* x86inc: Make INIT_CPUFLAGS support an arbitrary number of cpuflagsHenrik Gramner2014-09-091-19/+22
* x86inc: Free up variable name "n" in global namespaceLoren Merritt2014-09-091-9/+9
* x86inc: Make ym# behave the same way as xm#Henrik Gramner2014-09-091-4/+4
* time: Add missing zeroGabriel Dume2014-09-081-1/+1
* time: Use clock_gettime if the monotonic clock is availableLuca Barbato2014-09-031-2/+8
* ppc: Support little endian intreadwriteLuca Barbato2014-09-031-24/+40
* cosmetics: Write NULL pointer inequality checks more compactlyGabriel Dume2014-08-151-1/+1
* cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume2014-08-152-3/+3
* atomic_win32: Drop unnecessary atomic.h #includeDiego Biurrun2014-08-151-2/+0
* frame: Remove some FF_API_AVFRAME_COLORSPACE leftoversDiego Biurrun2014-08-141-2/+0
* cpu-test: Add unistd.h #include for getopt()Diego Biurrun2014-08-131-0/+4
* mem: add av_strndup() for duplicating substringsAnton Khirnov2014-08-133-1/+31
* stereo3d: initialize AVStereo3D to zeroFelix Abecassis2014-08-131-0/+3
* AVOption: add support for dictionary types.Andrew Stone2014-08-133-14/+73
* avresample: Introduce AVFrame-based APILuca Barbato2014-08-102-1/+3
* Remove obsolete FF_API_AVFRAME_COLORSPACE cruft.Anton Khirnov2014-08-093-7/+0
* Bump major versions of all libraries.Anton Khirnov2014-08-091-2/+2
* Postpone API-incompatible changes until the next bump.Anton Khirnov2014-08-091-11/+11
* avutil: add AV_PIX_FMT_YA16 pixel formatVittorio Giovara2014-08-043-2/+26
* avutil: rename AV_PIX_FMT_Y400A to AV_PIX_FMT_YA8Vittorio Giovara2014-08-043-4/+8
* avutil: add alias names for gray 8/16 colour spacesVittorio Giovara2014-08-041-0/+3
* pixdesc: Support pixelformat aliasesLuca Barbato2014-08-043-3/+10
* imgutils: Do not declare avpriv_set_systematic_pal2 in the public headerDiego Biurrun2014-08-043-3/+4
* avcodec: Deprecate dtg_active_format field in favor of avframe side-dataKieran Kunhya2014-08-032-1/+16
* aarch64: use MACH-O const data asm directive in const macroJanne Grunau2014-08-041-0/+4
* cpu-test: test av_cpu_countJanne Grunau2014-08-041-1/+13
* fate: add informative cpu testJanne Grunau2014-08-041-6/+43
* pixdesc: K&R formatting cosmeticsLuca Barbato2014-08-012-19/+33
* avstring: Expose the simple name match functionLuca Barbato2014-07-293-1/+30
* arm: Macroize the test for 'setend' CPU instruction supportBen Avison2014-07-211-0/+6
* armv6: Accelerate butterflies_floatBen Avison2014-07-182-0/+120
* armv6: Accelerate vector_fmul_windowBen Avison2014-07-182-1/+210
* display: add matrix flip apiVittorio Giovara2014-07-093-2/+21
* audio_fifo: Split into a separate doxygen moduleTimothy Gu2014-07-061-0/+4
* samplefmt: Add doxygen categoriesTimothy Gu2014-07-061-0/+25
* Update Fiona's name in copyright statements.Diego Biurrun2014-07-012-2/+2
* arm: Detect 32 bit cpu features on ARMv8 when running on a 64 bit kernelMartin Storsjö2014-06-281-1/+3
* pixfmt: mark the reserved valuesVittorio Giovara2014-06-232-1/+4
* lzo: Handle integer overflowLuca Barbato2014-06-231-1/+9
* Add av_image_check_sar() and use it to validate SARJustin Ruggles2014-06-203-1/+39
* stereo3d: add missing include guardsVittorio Giovara2014-06-191-0/+5
* AVFrame: factor out freeing the side dataRoman Savchenko2014-06-181-9/+12
* av_dict_set: fix potential memory leak with AV_DICT_DONT_OVERWRITEJanne Grunau2014-06-091-1/+4
* dict: const correctness for av_dict_get() and av_dict_copy()Diego Biurrun2014-06-052-5/+5
* build: check if AS supports the '.func' directiveJanne Grunau2014-06-032-6/+18
* aarch64: use '#' for whole line asm commentsJanne Grunau2014-06-031-1/+1
OpenPOWER on IntegriCloud