| Commit message (Expand) | Author | Age | Files | Lines |
* | parseutil: Use non ambiguous aliases for uhd | Luca Barbato | 2015-07-21 | 1 | -2/+2 |
* | parseutil: Add more resolution aliases | Luca Barbato | 2015-07-20 | 1 | -0/+4 |
* | x86: Serialize rdtsc in read_time() | Henrik Gramner | 2015-07-09 | 1 | -1/+6 |
* | lavu: Add version information for av_version_info() | Vittorio Giovara | 2015-07-03 | 1 | -1/+1 |
* | lavu: add an API function to return the Libav version string | wm4 | 2015-07-02 | 2 | -0/+14 |
* | configure: Support MSVC 2015 | Luca Barbato | 2015-06-08 | 1 | -5/+6 |
* | x86: check for AV_CPU_FLAG_AVXSLOW where useful | James Almer | 2015-05-31 | 2 | -2/+2 |
* | x86: Add helper macros to check for slow cpuflags | James Almer | 2015-05-31 | 2 | -0/+28 |
* | x86: add AV_CPU_FLAG_AVXSLOW flag | James Almer | 2015-05-31 | 4 | -5/+20 |
* | ppc: vsx: Implement diff_pixels and get_pixels | Luca Barbato | 2015-05-31 | 1 | -0/+12 |
* | ppc: vsx: Implement float_dsp | Luca Barbato | 2015-05-31 | 4 | -9/+174 |
* | ppc: cpu: Add support for VSX and POWER8 extensions | Luca Barbato | 2015-05-31 | 3 | -3/+21 |
* | ppc: Restrict some Altivec implementations to Big Endian | Luca Barbato | 2015-05-31 | 1 | -1/+2 |
* | ppc: Clarify and extend the cpuid check | Luca Barbato | 2015-05-31 | 1 | -4/+19 |
* | ppc: linux: Check altivec using the auxv | Luca Barbato | 2015-05-31 | 1 | -0/+31 |
* | ppc: avutil: Use the abriged vector types | Luca Barbato | 2015-05-31 | 2 | -17/+17 |
* | ppc: avutil: Drop a potentially dangerous workaround | Luca Barbato | 2015-05-31 | 1 | -14/+0 |
* | pixfmt: remove misleading and broken documentation | wm4 | 2015-05-28 | 1 | -5/+0 |
* | x86inc: Clear __SECT__ | Timothy Gu | 2015-05-28 | 1 | -1/+5 |
* | D3D11va: add a Direct3D11 video decoder similar to DXVA2 | Steve Lhomme | 2015-05-25 | 3 | -1/+9 |
* | log: Print a full backtrace along with error messages under Valgrind | Vittorio Giovara | 2015-04-20 | 2 | -1/+12 |
* | avutil: remove pointless bmi1 define | James Almer | 2015-04-19 | 1 | -3/+2 |
* | log: Introduce a more verbose debug level | Vittorio Giovara | 2015-04-19 | 3 | -4/+19 |
* | 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 |