summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'b5aa48551300eed678aaea86ced7086758598a35'Michael Niedermayer2014-05-281-0/+3
|\
| * ppc: Move vec_unaligned_load macro to util_altivecDiego Biurrun2014-05-281-0/+3
* | Merge commit '593886b5dd2b583657aa3fd80bb173f702c9710d'Michael Niedermayer2014-05-281-11/+0
|\ \ | |/
| * ppc: util_altivec: Drop unused macrosDiego Biurrun2014-05-281-11/+0
* | Timecode: Support 48fpsThierry Foucu2014-05-281-1/+1
* | Merge commit '4d8c28deab2488579f585406110b1be790896e59'Michael Niedermayer2014-05-271-1/+1
|\ \ | |/
| * imgutils: make systematic palette opaque.Carl Eugen Hoyos2014-05-251-1/+1
* | lavu: add thread message API.Nicolas George2014-05-264-1/+278
* | avutil/display: use hypot().Clément Bœsch2014-05-231-4/+2
* | avutil/cpu: force mmx on selection of higher x86 SIMD featuresMichael Niedermayer2014-05-201-0/+20
* | lavu/fifo: add av_fifo_alloc_array functionLukasz Marek2014-05-203-7/+30
* | Merge commit '82fc9f4b38244236a6ca7f946662ca653044a04c'Michael Niedermayer2014-05-191-0/+1
|\ \ | |/
| * display: Include mathematics.h for fallback definition of NANMartin Storsjö2014-05-191-0/+1
* | Merge commit 'bddd8cbf68551f6405b2bf77cc3e212af9fbe834'Michael Niedermayer2014-05-195-1/+152
|\ \ | |/
| * Add transformation matrix API.Vittorio Giovara2014-05-195-1/+152
* | lavu: add av_gettime_relative()Olivier Langlois2014-05-173-1/+36
* | avutil/dict: delay addition of const from e12a73246d8ce7d0fc4036522688934e26d...Michael Niedermayer2014-05-142-4/+6
* | avutil/fifo: delay addition of const from 78d3453c4a2efef9bc079e8f3458653beaf...Michael Niedermayer2014-05-142-4/+4
* | avutil/version: add FF_CONST_AVUTIL53Michael Niedermayer2014-05-141-0/+8
* | Merge commit '66e6c8a7b4e3ac926302529606bd3e323c28b20f'Michael Niedermayer2014-05-123-1/+7
|\ \ | |/
| * lavu: Add a pixel format for new VDA hwaccelAnton Khirnov2014-05-113-1/+6
* | opencl: Make init_mtx static with volatile lockMatt Oliver2014-05-101-2/+2
* | lavu/fifo: add av_fifo_freep functionLukasz Marek2014-05-073-1/+15
* | inline asm: fix arrays as named constraints.Matt Oliver2014-05-071-0/+6
* | avutil/file_open: Use av_mallocz_array()Michael Niedermayer2014-05-051-1/+1
* | avutil/audio_fifo: Use av_mallocz_array()Michael Niedermayer2014-05-051-1/+1
* | lavu/fifo: add const to argumentsLukasz Marek2014-05-052-4/+4
* | avutil/pca: Use av_malloc_array()Michael Niedermayer2014-05-041-1/+1
* | Merge commit 'de69aedf9935631b7f78e8b8da6e460422a9bc5f'Michael Niedermayer2014-05-031-43/+54
|\ \ | |/
| * mathematics: K&R formatting cosmeticsLuca Barbato2014-05-031-42/+53
* | lavu/opt: add av_opt_set_dict2() functionLukasz Marek2014-05-023-3/+26
* | opencl: add support for non-pthread lockingMatt Oliver2014-05-012-9/+42
* | Move av_find_best_pix_fmt_of_2() from avcodec to avutilMichael Niedermayer2014-04-303-1/+273
* | lavu/hash: add hash_final helpers.Nicolas George2014-04-293-1/+58
* | avutil/log: fix memleak from 669a09fb372fa58ff913ebc326cb64bb3e8e7928Michael Niedermayer2014-04-291-1/+1
* | Add AV_LOG_PRINT_LEVEL flag to include log severity in default log formatting.tue46wsdgxfjrt2014-04-263-11/+50
* | lavu: add LOCAL_ALIGNED_32James Almer2014-04-251-0/+6
* | avutil/opencl: fix a segmentfault in libavutil/opencl.cY.C. Liu2014-04-251-1/+1
* | Merge remote-tracking branch 'cehoyos/master'Michael Niedermayer2014-04-251-0/+5
|\ \
| * | Use correct msvc type specifiers for ptrdiff_t and size_t.Carl Eugen Hoyos2014-04-241-0/+5
* | | Merge commit 'a88e1d1c598e641eecd5d43730211d91c82787c6'Michael Niedermayer2014-04-251-0/+7
|\ \ \ | |/ / |/| / | |/
| * lavu: add CHK_OFFS as AV_CHECK_OFFSET to check struct member offsetsJanne Grunau2014-04-241-0/+7
* | avutil/avutil.h: remove duplicate rational.h includeMichael Niedermayer2014-04-231-1/+0
* | Merge commit 'b0bdc2a7123abd0287de435726ab68e9e475a8d8'Michael Niedermayer2014-04-231-6/+5
|\ \ | |/
| * 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
* | avutil: move av_get_time_base_q() after include rational.hMichael Niedermayer2014-04-221-5/+6
* | avutil: Add av_get_time_base_q()Derek Buitenhuis2014-04-223-1/+12
* | avutil/internal: add FF_ALLOC_ARRAY_OR_GOTO & FF_ALLOCZ_ARRAY_OR_GOTOMichael Niedermayer2014-04-221-0/+18
* | x86/float_dsp: remove duplicated code from vector_dmul_scalarJames Almer2014-04-191-8/+3