summaryrefslogtreecommitdiffstats
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* Replace a few leftover instances of enum PixelFormat with enum AVPixelFormatMartin Storsjö2015-03-171-3/+3
* arm: Suppress tags about used cpu arch and extensionsMartin Storsjö2015-03-071-0/+6
* libavutil: Add ARM av_clip_intp2_armPeter Meerwald2015-02-211-0/+8
* libavutil: Add av_clip_intp2Peter Meerwald2015-02-211-0/+17
* pixfmt: add a pixel format for QSV hwaccelAnton Khirnov2015-02-193-1/+10
* Don't anonymously typedef structsDiego Biurrun2015-02-142-4/+4
* frame: clarify buf documentationAnton Khirnov2015-02-081-1/+3
* mem: fix pointer pointer aliasing violationsRémi Denis-Courmont2015-02-011-13/+19
* lavu: Check av_dict_set allocationsLuca Barbato2015-01-291-6/+11
* Add a side data type for audio service type.Anton Khirnov2015-01-272-1/+7
* lavu: add planar 16 bit and 8 bit rgb with alphaPaul B Mahol2015-01-143-1/+46
* imgutils: create misc functions for dealing with buffersStefano Sabatini2015-01-143-1/+141
* opt: check memory allocationVittorio Giovara2015-01-051-0/+2
* check memory errors from av_strdup()Vittorio Giovara2014-12-181-3/+5
* lavu: Refactor side data wipingLuca Barbato2014-12-181-8/+14
* thread: use "" instead of <> for including the w32pthreads wrapperAnton Khirnov2014-12-141-1/+1
* aarch64: Use .data.rel.ro for const data with relocationsMartin Storsjö2014-12-091-2/+8
* arm: Use .data.rel.ro for const data with relocationsMartin Storsjö2014-12-091-1/+5
* v210enc: Add SIMD optimised 8-bit and 10-bit encodersKieran Kunhya2014-12-051-0/+5
* lavu: fix memory leaks by using a mutex instead of atomicswm42014-11-272-56/+29
* lavu: add wrappers for the pthreads mutex APIAnton Khirnov2014-11-271-0/+53
* Share the utf8 to wchar conversion routine between lavf and lavuMartin Storsjö2014-11-272-9/+48
* lavu: move internal define to the only places where it is usedVittorio Giovara2014-11-241-4/+0
* opt: Fix the documentation mentioning av_set_string3Luca Barbato2014-11-111-2/+2
* avstring: Mark some character handling functions av_constHenrik Gramner2014-11-071-6/+6
* Use gmtime_r instead of gmtime and localtime_r instead of localtimeMartin Storsjö2014-10-261-3/+4
* lavu: Provide fallbacks for gmtime_r and localtime_rMartin Storsjö2014-10-261-0/+47
* lavu: Add av_gettime_relativeMartin Storsjö2014-10-243-7/+24
* 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
OpenPOWER on IntegriCloud