summaryrefslogtreecommitdiffstats
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* avutil/aes: Rename crypt()Michael Niedermayer2015-01-281-3/+3
* Merge commit '728685f37ab333ca35980bd01766c78d197f784a'Michael Niedermayer2015-01-272-1/+7
|\
| * Add a side data type for audio service type.Anton Khirnov2015-01-272-1/+7
* | avutil/pixdesc: rewrite AV_PIX_FMT_FLAG_PSEUDOPAL documentationMichael Niedermayer2015-01-241-3/+7
* | avutil/buffer: factor buffer_replace() outMichael Niedermayer2015-01-231-5/+16
* | avutil/pixfmt: Support the AV_PIX_FMT_GBRAP* formats with AV_HAVE_INCOMPATIBL...Michael Niedermayer2015-01-151-0/+3
* | avutil/pixfmt: Document the duplicated AV_PIX_FMT_GBRAP* formatsMichael Niedermayer2015-01-151-0/+5
* | Merge commit '0e6c7dfa650e8b0497bfa7a06394b7a462ddc33a'Michael Niedermayer2015-01-152-2/+6
|\ \ | |/
| * lavu: add planar 16 bit and 8 bit rgb with alphaPaul B Mahol2015-01-143-1/+46
* | Merge commit 'e2ad0b66fa273c5c823978e8f601f2c0d9ee42f8'Michael Niedermayer2015-01-153-17/+28
|\ \ | |/
| * imgutils: create misc functions for dealing with buffersStefano Sabatini2015-01-143-1/+141
* | avutil/opencl: don't include config.hJames Almer2015-01-121-4/+3
* | Merge commit '07a0c0f0005072d115ace61e60f46be68582cc3a'Michael Niedermayer2015-01-061-0/+2
|\ \ | |/
| * opt: check memory allocationVittorio Giovara2015-01-051-0/+2
* | Factorize avpriv_mirror() outMichael Niedermayer2015-01-051-0/+13
* | avutil/camellia: cosmetic fixesGiorgio Vazzana2015-01-021-83/+80
* | avutil/camellia: use K[2] instead of *K in generate_round_keys()Giorgio Vazzana2015-01-021-2/+2
* | avutil/camellia: make LR128() more robustGiorgio Vazzana2015-01-021-2/+2
* | avutil/camellia: fix documentation for av_camellia_crypt()Giorgio Vazzana2015-01-021-1/+1
* | libavutil: Added Camellia symmetric block cipherSupraja Meedinti2015-01-024-1/+532
* | x86/swr: add SSE2/AVX pack_8ch functionsJames Almer2014-12-301-0/+37
* | avutil/rational: Check that av_reduce() returns values within the requested maxMichael Niedermayer2014-12-291-0/+1
* | avutil/atomic: reuse ret to avoid dereferencing twice the same value.Clément Bœsch2014-12-271-1/+1
* | avutil/hmac: use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer2014-12-271-1/+1
* | avutil/audio_fifo: use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer2014-12-271-1/+1
* | avutil/dict: Use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer2014-12-271-5/+5
* | Add FFMPEG_VERSION into the binary libsMichael Niedermayer2014-12-191-0/+3
* | libavutil: Added cbc mode to cast128Supraja Meedinti2014-12-192-3/+55
* | Merge commit 'b1306823d0b3ae998c8e10ad832004eb13bdd93e'Michael Niedermayer2014-12-191-3/+3
|\ \ | |/
| * check memory errors from av_strdup()Vittorio Giovara2014-12-181-3/+5
* | Merge commit '5d839778b9f3edb682b7f71dde4f80f07c75b098'Michael Niedermayer2014-12-191-9/+14
|\ \ | |/
| * lavu: Refactor side data wipingLuca Barbato2014-12-181-8/+14
| * thread: use "" instead of <> for including the w32pthreads wrapperAnton Khirnov2014-12-141-1/+1
* | libavutil: cosmetic: inserted spaces wherever necessarySupraja Meedinti2014-12-172-169/+181
* | lavu/frame: fix malloc error path in av_frame_copy_props()wm42014-12-151-0/+1
* | lavu/dict: check for malloc failureswm42014-12-121-1/+5
* | Merge commit '780cd20b00a69e26bbfffbb8eec16fbe999ea793'Michael Niedermayer2014-12-091-2/+8
|\ \ | |/
| * aarch64: Use .data.rel.ro for const data with relocationsMartin Storsjö2014-12-091-2/+8
* | Merge commit 'f963f80399deb1a2b44c1bac3af7123e8a0c9e46'Michael Niedermayer2014-12-091-1/+5
|\ \ | |/
| * 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
* | avutil/opt: Fix AV_OPT_TYPE_BINARY case in av_opt_is_set_to_default()Michael Niedermayer2014-12-081-2/+2
* | avutil/opt: Check av_parse_video_rate()s return valueMichael Niedermayer2014-12-071-2/+4
* | avutil/opt: Check av_parse_color() return valueMichael Niedermayer2014-12-071-2/+4
* | avutil/buffer: add #if USE_ATOMICS around atomics specific functions to ensur...Michael Niedermayer2014-12-061-0/+2
* | avutil/ppc/util_altivec: add () to VEC_SPLAT16 macroMichael Niedermayer2014-11-291-1/+1
* | avutil/buffer: Move USE_ATOMICS to thread.h to avoid it becoming out of sync ...Michael Niedermayer2014-11-292-2/+4
* | libavutil/threads.h: correct an include to be localDave Yeo2014-11-291-1/+1
* | libavutil/thread.h: Support OS/2 threadsDave Yeo2014-11-291-1/+3
* | avutil/bprint: C++ compatible AVBPrint definition.Vadim Kalinsky2014-11-291-6/+9
OpenPOWER on IntegriCloud