| Commit message (Expand) | Author | Age | Files | Lines |
* | parseutils: Make av_small_strptime public | Luca Barbato | 2015-04-07 | 3 | -6/+37 |
* | parseutils: Extend small_strptime to be used in avformat | Luca Barbato | 2015-04-06 | 1 | -50/+58 |
* | lavc: add MMAL hardware decoder wrapper | wm4 | 2015-03-29 | 3 | -2/+11 |
* | pixfmt: Update documentation with prefixed pixel formats | Vittorio Giovara | 2015-03-23 | 1 | -8/+8 |
* | pixdesc: Replace a few leftover instances of non AV-prefixed flags | Vittorio Giovara | 2015-03-23 | 1 | -3/+6 |
* | mov: Write the display matrix in order | Vittorio Giovara | 2015-03-23 | 3 | -8/+8 |
* | Replace a few leftover instances of enum PixelFormat with enum AVPixelFormat | Martin Storsjö | 2015-03-17 | 1 | -3/+3 |
* | arm: Suppress tags about used cpu arch and extensions | Martin Storsjö | 2015-03-07 | 1 | -0/+6 |
* | libavutil: Add ARM av_clip_intp2_arm | Peter Meerwald | 2015-02-21 | 1 | -0/+8 |
* | libavutil: Add av_clip_intp2 | Peter Meerwald | 2015-02-21 | 1 | -0/+17 |
* | pixfmt: add a pixel format for QSV hwaccel | Anton Khirnov | 2015-02-19 | 3 | -1/+10 |
* | Don't anonymously typedef structs | Diego Biurrun | 2015-02-14 | 2 | -4/+4 |
* | frame: clarify buf documentation | Anton Khirnov | 2015-02-08 | 1 | -1/+3 |
* | mem: fix pointer pointer aliasing violations | Rémi Denis-Courmont | 2015-02-01 | 1 | -13/+19 |
* | lavu: Check av_dict_set allocations | Luca Barbato | 2015-01-29 | 1 | -6/+11 |
* | Add a side data type for audio service type. | Anton Khirnov | 2015-01-27 | 2 | -1/+7 |
* | lavu: add planar 16 bit and 8 bit rgb with alpha | Paul B Mahol | 2015-01-14 | 3 | -1/+46 |
* | imgutils: create misc functions for dealing with buffers | Stefano Sabatini | 2015-01-14 | 3 | -1/+141 |
* | opt: check memory allocation | Vittorio Giovara | 2015-01-05 | 1 | -0/+2 |
* | check memory errors from av_strdup() | Vittorio Giovara | 2014-12-18 | 1 | -3/+5 |
* | 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 |
* | aarch64: Use .data.rel.ro for const data with relocations | Martin Storsjö | 2014-12-09 | 1 | -2/+8 |
* | 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 |
* | lavu: fix memory leaks by using a mutex instead of atomics | wm4 | 2014-11-27 | 2 | -56/+29 |
* | lavu: add wrappers for the pthreads mutex API | Anton Khirnov | 2014-11-27 | 1 | -0/+53 |
* | Share the utf8 to wchar conversion routine between lavf and lavu | Martin Storsjö | 2014-11-27 | 2 | -9/+48 |
* | lavu: move internal define to the only places where it is used | Vittorio Giovara | 2014-11-24 | 1 | -4/+0 |
* | opt: Fix the documentation mentioning av_set_string3 | Luca Barbato | 2014-11-11 | 1 | -2/+2 |
* | avstring: Mark some character handling functions av_const | Henrik Gramner | 2014-11-07 | 1 | -6/+6 |
* | Use gmtime_r instead of gmtime and localtime_r instead of localtime | Martin Storsjö | 2014-10-26 | 1 | -3/+4 |
* | lavu: Provide fallbacks for gmtime_r and localtime_r | Martin Storsjö | 2014-10-26 | 1 | -0/+47 |
* | lavu: Add av_gettime_relative | Martin Storsjö | 2014-10-24 | 3 | -7/+24 |
* | pixdesc: return color properties names | Vittorio Giovara | 2014-10-08 | 3 | -2/+85 |
* | pixfmt: mark further reserved values | Vittorio Giovara | 2014-10-08 | 2 | -1/+3 |
* | doc: expand description for some color properties | Vittorio Giovara | 2014-10-08 | 1 | -4/+5 |
* | log: Unbreak no-tty support on 256color terminals | Luca Barbato | 2014-09-26 | 1 | -1/+2 |
* | x86inc: Make INIT_CPUFLAGS support an arbitrary number of cpuflags | Henrik Gramner | 2014-09-09 | 1 | -19/+22 |
* | x86inc: Free up variable name "n" in global namespace | Loren Merritt | 2014-09-09 | 1 | -9/+9 |
* | x86inc: Make ym# behave the same way as xm# | Henrik Gramner | 2014-09-09 | 1 | -4/+4 |
* | time: Add missing zero | Gabriel Dume | 2014-09-08 | 1 | -1/+1 |
* | time: Use clock_gettime if the monotonic clock is available | Luca Barbato | 2014-09-03 | 1 | -2/+8 |
* | ppc: Support little endian intreadwrite | Luca Barbato | 2014-09-03 | 1 | -24/+40 |
* | cosmetics: Write NULL pointer inequality checks more compactly | Gabriel Dume | 2014-08-15 | 1 | -1/+1 |
* | cosmetics: Write NULL pointer equality checks more compactly | Gabriel Dume | 2014-08-15 | 2 | -3/+3 |
* | atomic_win32: Drop unnecessary atomic.h #include | Diego Biurrun | 2014-08-15 | 1 | -2/+0 |
* | frame: Remove some FF_API_AVFRAME_COLORSPACE leftovers | Diego Biurrun | 2014-08-14 | 1 | -2/+0 |
* | cpu-test: Add unistd.h #include for getopt() | Diego Biurrun | 2014-08-13 | 1 | -0/+4 |
* | mem: add av_strndup() for duplicating substrings | Anton Khirnov | 2014-08-13 | 3 | -1/+31 |