| Commit message (Expand) | Author | Age | Files | Lines |
* | avutil/pixfmt: Support the AV_PIX_FMT_GBRAP* formats with AV_HAVE_INCOMPATIBL... | Michael Niedermayer | 2015-01-15 | 1 | -0/+3 |
* | avutil/pixfmt: Document the duplicated AV_PIX_FMT_GBRAP* formats | Michael Niedermayer | 2015-01-15 | 1 | -0/+5 |
* | Merge commit '0e6c7dfa650e8b0497bfa7a06394b7a462ddc33a' | Michael Niedermayer | 2015-01-15 | 2 | -2/+6 |
|\ |
|
| * | lavu: add planar 16 bit and 8 bit rgb with alpha | Paul B Mahol | 2015-01-14 | 3 | -1/+46 |
* | | Merge commit 'e2ad0b66fa273c5c823978e8f601f2c0d9ee42f8' | Michael Niedermayer | 2015-01-15 | 3 | -17/+28 |
|\| |
|
| * | imgutils: create misc functions for dealing with buffers | Stefano Sabatini | 2015-01-14 | 3 | -1/+141 |
* | | avutil/opencl: don't include config.h | James Almer | 2015-01-12 | 1 | -4/+3 |
* | | Merge commit '07a0c0f0005072d115ace61e60f46be68582cc3a' | Michael Niedermayer | 2015-01-06 | 1 | -0/+2 |
|\| |
|
| * | opt: check memory allocation | Vittorio Giovara | 2015-01-05 | 1 | -0/+2 |
* | | Factorize avpriv_mirror() out | Michael Niedermayer | 2015-01-05 | 1 | -0/+13 |
* | | avutil/camellia: cosmetic fixes | Giorgio Vazzana | 2015-01-02 | 1 | -83/+80 |
* | | avutil/camellia: use K[2] instead of *K in generate_round_keys() | Giorgio Vazzana | 2015-01-02 | 1 | -2/+2 |
* | | avutil/camellia: make LR128() more robust | Giorgio Vazzana | 2015-01-02 | 1 | -2/+2 |
* | | avutil/camellia: fix documentation for av_camellia_crypt() | Giorgio Vazzana | 2015-01-02 | 1 | -1/+1 |
* | | libavutil: Added Camellia symmetric block cipher | Supraja Meedinti | 2015-01-02 | 4 | -1/+532 |
* | | x86/swr: add SSE2/AVX pack_8ch functions | James Almer | 2014-12-30 | 1 | -0/+37 |
* | | avutil/rational: Check that av_reduce() returns values within the requested max | Michael Niedermayer | 2014-12-29 | 1 | -0/+1 |
* | | avutil/atomic: reuse ret to avoid dereferencing twice the same value. | Clément Bœsch | 2014-12-27 | 1 | -1/+1 |
* | | avutil/hmac: use av_freep() to avoid leaving stale pointers in memory | Michael Niedermayer | 2014-12-27 | 1 | -1/+1 |
* | | avutil/audio_fifo: use av_freep() to avoid leaving stale pointers in memory | Michael Niedermayer | 2014-12-27 | 1 | -1/+1 |
* | | avutil/dict: Use av_freep() to avoid leaving stale pointers in memory | Michael Niedermayer | 2014-12-27 | 1 | -5/+5 |
* | | Add FFMPEG_VERSION into the binary libs | Michael Niedermayer | 2014-12-19 | 1 | -0/+3 |
* | | libavutil: Added cbc mode to cast128 | Supraja Meedinti | 2014-12-19 | 2 | -3/+55 |
* | | Merge commit 'b1306823d0b3ae998c8e10ad832004eb13bdd93e' | Michael Niedermayer | 2014-12-19 | 1 | -3/+3 |
|\| |
|
| * | check memory errors from av_strdup() | Vittorio Giovara | 2014-12-18 | 1 | -3/+5 |
* | | Merge commit '5d839778b9f3edb682b7f71dde4f80f07c75b098' | Michael Niedermayer | 2014-12-19 | 1 | -9/+14 |
|\| |
|
| * | lavu: Refactor side data wiping | Luca Barbato | 2014-12-18 | 1 | -8/+14 |
| * | thread: use "" instead of <> for including the w32pthreads wrapper | Anton Khirnov | 2014-12-14 | 1 | -1/+1 |
* | | libavutil: cosmetic: inserted spaces wherever necessary | Supraja Meedinti | 2014-12-17 | 2 | -169/+181 |
* | | lavu/frame: fix malloc error path in av_frame_copy_props() | wm4 | 2014-12-15 | 1 | -0/+1 |
* | | lavu/dict: check for malloc failures | wm4 | 2014-12-12 | 1 | -1/+5 |
* | | Merge commit '780cd20b00a69e26bbfffbb8eec16fbe999ea793' | Michael Niedermayer | 2014-12-09 | 1 | -2/+8 |
|\| |
|
| * | aarch64: Use .data.rel.ro for const data with relocations | Martin Storsjö | 2014-12-09 | 1 | -2/+8 |
* | | Merge commit 'f963f80399deb1a2b44c1bac3af7123e8a0c9e46' | Michael Niedermayer | 2014-12-09 | 1 | -1/+5 |
|\| |
|
| * | arm: Use .data.rel.ro for const data with relocations | Martin Storsjö | 2014-12-09 | 1 | -1/+5 |
| * | v210enc: Add SIMD optimised 8-bit and 10-bit encoders | Kieran Kunhya | 2014-12-05 | 1 | -0/+5 |
* | | avutil/opt: Fix AV_OPT_TYPE_BINARY case in av_opt_is_set_to_default() | Michael Niedermayer | 2014-12-08 | 1 | -2/+2 |
* | | avutil/opt: Check av_parse_video_rate()s return value | Michael Niedermayer | 2014-12-07 | 1 | -2/+4 |
* | | avutil/opt: Check av_parse_color() return value | Michael Niedermayer | 2014-12-07 | 1 | -2/+4 |
* | | avutil/buffer: add #if USE_ATOMICS around atomics specific functions to ensur... | Michael Niedermayer | 2014-12-06 | 1 | -0/+2 |
* | | avutil/ppc/util_altivec: add () to VEC_SPLAT16 macro | Michael Niedermayer | 2014-11-29 | 1 | -1/+1 |
* | | avutil/buffer: Move USE_ATOMICS to thread.h to avoid it becoming out of sync ... | Michael Niedermayer | 2014-11-29 | 2 | -2/+4 |
* | | libavutil/threads.h: correct an include to be local | Dave Yeo | 2014-11-29 | 1 | -1/+1 |
* | | libavutil/thread.h: Support OS/2 threads | Dave Yeo | 2014-11-29 | 1 | -1/+3 |
* | | avutil/bprint: C++ compatible AVBPrint definition. | Vadim Kalinsky | 2014-11-29 | 1 | -6/+9 |
* | | lavu/opt: add escaping to av_opt_serialize | Lukasz Marek | 2014-11-29 | 2 | -1/+16 |
* | | Merge commit 'fbd6c97f9ca858140df16dd07200ea0d4bdc1a83' | Michael Niedermayer | 2014-11-27 | 2 | -3/+39 |
|\| |
|
| * | lavu: fix memory leaks by using a mutex instead of atomics | wm4 | 2014-11-27 | 2 | -56/+29 |
* | | lavu/opt: add consts where possible | Lukasz Marek | 2014-11-27 | 3 | -7/+15 |
* | | Merge commit '2443e522f0059176ff8717c9c753eb6fe7e7bbf1' | Michael Niedermayer | 2014-11-27 | 1 | -0/+53 |
|\| |
|