summaryrefslogtreecommitdiffstats
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* 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
* aarch64: remove optional :pg_hi21: for adrp instructionJanne Grunau2014-06-031-1/+1
* aarch64: add darwin style PAGE/PAGEOFF relocationsJanne Grunau2014-06-031-1/+4
* Remove all Blackfin architecture optimizationsDiego Biurrun2014-06-022-88/+0
* lavu: add all color-related enums to AVFramewm42014-06-014-1/+113
* aarch64: Use the correct syntax for relocationsMartin Storsjö2014-05-291-2/+2
* frame: fix the error path in av_frame_copy_props()Roman Savchenko2014-05-291-1/+1
* ppc: Move vec_unaligned_load macro to util_altivecDiego Biurrun2014-05-281-0/+3
* ppc: util_altivec: Drop unused macrosDiego Biurrun2014-05-281-11/+0
* imgutils: make systematic palette opaque.Carl Eugen Hoyos2014-05-251-1/+1
* display: Include mathematics.h for fallback definition of NANMartin Storsjö2014-05-191-0/+1
* Add transformation matrix API.Vittorio Giovara2014-05-195-1/+152
* lavu: Add a pixel format for new VDA hwaccelAnton Khirnov2014-05-113-1/+6
* mathematics: K&R formatting cosmeticsLuca Barbato2014-05-031-42/+53
* lavu: add CHK_OFFS as AV_CHECK_OFFSET to check struct member offsetsJanne Grunau2014-04-241-0/+7
* avutil: move av_get_time_base_q() after include rational.hMichael Niedermayer2014-04-221-5/+5
* avutil: Add av_get_time_base_q()Derek Buitenhuis2014-04-223-1/+12
* crc: add ANSI CRC16 LEAlessandro Ghedini2014-04-173-3/+41
* lavu: Add packed YVYU422 pixel formatVittorio Giovara2014-04-073-1/+14
* xtea: Add Doxy @file and groupTimothy Gu2014-04-072-0/+9
* adler32: Fix doxy group definitionTimothy Gu2014-04-072-0/+21
* aarch64: add armv8 CPU flagJanne Grunau2014-04-064-2/+7
* replaygain: correctly parse peak valuesAlessandro Ghedini2014-04-042-3/+3
* log: Unbreak windows supportLuca Barbato2014-04-031-0/+1
* log: Do not assume the TERM variable is always setLuca Barbato2014-04-031-1/+1
* log: Document AV_LOG_C usageLuca Barbato2014-04-031-6/+8
* log: Remove undefined behaviourLuca Barbato2014-04-031-2/+2
* log: Support for 256color terminalsLuca Barbato2014-04-033-20/+47
* lavu: add missing formats to av_pix_fmt_swap_endiannessJanne Grunau2014-04-021-0/+3
* frame: add a function for removing side data from a frameAnton Khirnov2014-03-243-1/+23
* Add replaygain side data type and code for parsing replaygain tags.Anton Khirnov2014-03-244-1/+57
* float_dsp: Replace arch optimization ifdefs by if cascadeDiego Biurrun2014-03-221-9/+8
* float-dsp-test: do not use C99's predefined __func__Janne Grunau2014-03-201-9/+9
* float_dsp: Use LOCAL_ALIGNED for instead of DECLARE_ALIGNED within functionsMartin Storsjö2014-03-191-23/+25
* aarch64: float_dsp NEON assemblerJanne Grunau2014-03-185-2/+279
* float_dsp: add test program and use it as fate testJanne Grunau2014-03-182-0/+284
* RGBA64 pixel formatsJean First2014-03-163-1/+62
* bfin: Refactor duplicated assembly-related macrosDiego Biurrun2014-03-131-0/+54
OpenPOWER on IntegriCloud