summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAge
* lavu: add planar 16 bit and 8 bit rgb with alphaPaul B Mahol2015-01-14
* imgutils: create misc functions for dealing with buffersStefano Sabatini2015-01-14
* opt: check memory allocationVittorio Giovara2015-01-05
* check memory errors from av_strdup()Vittorio Giovara2014-12-18
* lavu: Refactor side data wipingLuca Barbato2014-12-18
* thread: use "" instead of <> for including the w32pthreads wrapperAnton Khirnov2014-12-14
* aarch64: Use .data.rel.ro for const data with relocationsMartin Storsjö2014-12-09
* arm: Use .data.rel.ro for const data with relocationsMartin Storsjö2014-12-09
* v210enc: Add SIMD optimised 8-bit and 10-bit encodersKieran Kunhya2014-12-05
* lavu: fix memory leaks by using a mutex instead of atomicswm42014-11-27
* lavu: add wrappers for the pthreads mutex APIAnton Khirnov2014-11-27
* Share the utf8 to wchar conversion routine between lavf and lavuMartin Storsjö2014-11-27
* lavu: move internal define to the only places where it is usedVittorio Giovara2014-11-24
* opt: Fix the documentation mentioning av_set_string3Luca Barbato2014-11-11
* avstring: Mark some character handling functions av_constHenrik Gramner2014-11-07
* Use gmtime_r instead of gmtime and localtime_r instead of localtimeMartin Storsjö2014-10-26
* lavu: Provide fallbacks for gmtime_r and localtime_rMartin Storsjö2014-10-26
* lavu: Add av_gettime_relativeMartin Storsjö2014-10-24
* pixdesc: return color properties namesVittorio Giovara2014-10-08
* pixfmt: mark further reserved valuesVittorio Giovara2014-10-08
* doc: expand description for some color propertiesVittorio Giovara2014-10-08
* log: Unbreak no-tty support on 256color terminalsLuca Barbato2014-09-26
* x86inc: Make INIT_CPUFLAGS support an arbitrary number of cpuflagsHenrik Gramner2014-09-09
* x86inc: Free up variable name "n" in global namespaceLoren Merritt2014-09-09
* x86inc: Make ym# behave the same way as xm#Henrik Gramner2014-09-09
* time: Add missing zeroGabriel Dume2014-09-08
* time: Use clock_gettime if the monotonic clock is availableLuca Barbato2014-09-03
* ppc: Support little endian intreadwriteLuca Barbato2014-09-03
* cosmetics: Write NULL pointer inequality checks more compactlyGabriel Dume2014-08-15
* cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume2014-08-15
* atomic_win32: Drop unnecessary atomic.h #includeDiego Biurrun2014-08-15
* frame: Remove some FF_API_AVFRAME_COLORSPACE leftoversDiego Biurrun2014-08-14
* cpu-test: Add unistd.h #include for getopt()Diego Biurrun2014-08-13
* mem: add av_strndup() for duplicating substringsAnton Khirnov2014-08-13
* stereo3d: initialize AVStereo3D to zeroFelix Abecassis2014-08-13
* AVOption: add support for dictionary types.Andrew Stone2014-08-13
* avresample: Introduce AVFrame-based APILuca Barbato2014-08-10
* Remove obsolete FF_API_AVFRAME_COLORSPACE cruft.Anton Khirnov2014-08-09
* Bump major versions of all libraries.Anton Khirnov2014-08-09
* Postpone API-incompatible changes until the next bump.Anton Khirnov2014-08-09
* avutil: add AV_PIX_FMT_YA16 pixel formatVittorio Giovara2014-08-04
* avutil: rename AV_PIX_FMT_Y400A to AV_PIX_FMT_YA8Vittorio Giovara2014-08-04
* avutil: add alias names for gray 8/16 colour spacesVittorio Giovara2014-08-04
* pixdesc: Support pixelformat aliasesLuca Barbato2014-08-04
* imgutils: Do not declare avpriv_set_systematic_pal2 in the public headerDiego Biurrun2014-08-04
* avcodec: Deprecate dtg_active_format field in favor of avframe side-dataKieran Kunhya2014-08-03
* aarch64: use MACH-O const data asm directive in const macroJanne Grunau2014-08-04
* cpu-test: test av_cpu_countJanne Grunau2014-08-04
* fate: add informative cpu testJanne Grunau2014-08-04
* pixdesc: K&R formatting cosmeticsLuca Barbato2014-08-01