aboutsummaryrefslogtreecommitdiffstats
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'd5a55981986ac5d1a31aef3a8d16eaff8534a412'Michael Niedermayer2014-06-042-6/+18
|\
| * build: check if AS supports the '.func' directiveJanne Grunau2014-06-032-6/+18
* | fix various typosLou Logan2014-06-033-3/+3
* | Merge commit '68a06b3a639ee21c78532ee4c50c3366bf890ff7'Michael Niedermayer2014-06-031-1/+1
|\|
| * aarch64: use '#' for whole line asm commentsJanne Grunau2014-06-031-1/+1
* | Merge commit '6a0fa4d86f2b3e9060a1153b39fa3bfe36f1b617'Michael Niedermayer2014-06-031-1/+1
|\|
| * aarch64: remove optional :pg_hi21: for adrp instructionJanne Grunau2014-06-031-1/+1
* | Merge commit 'fd2981ea92d9a776fcb1a13377dce1c8a7db7b5e'Michael Niedermayer2014-06-031-1/+4
|\|
| * aarch64: add darwin style PAGE/PAGEOFF relocationsJanne Grunau2014-06-031-1/+4
* | Loose mplayer in MPlayer/incoming/Michael Niedermayer2014-06-031-1/+1
* | Add direct link to ML in missing_feature_sample()Michael Niedermayer2014-06-031-1/+1
* | Merge commit '880e2aa23645ed9871c66ee1cbd00f93c72d2d73'Michael Niedermayer2014-06-022-88/+0
|\|
| * Remove all Blackfin architecture optimizationsDiego Biurrun2014-06-022-88/+0
* | avutil/mathematics/av_add_stable: Avoid av_cmp_q() callMichael Niedermayer2014-06-021-4/+3
* | av_add_stable: Add fast special case where step can be represented exactlyMichael Niedermayer2014-06-021-0/+8
* | avutil/mathematics/av_add_stable: check for the common case of inc=1Michael Niedermayer2014-06-021-1/+2
* | avutil/mathematics/av_add_stable: avoid unneeded variableMichael Niedermayer2014-06-021-5/+5
* | avutil/opt: add av_opt_copy()Michael Niedermayer2014-06-013-1/+45
* | avutil/opt: add opt_size()Michael Niedermayer2014-06-011-0/+22
* | Merge commit '8c02adc62d71dfbb079a04753d8c16152c49de88'Michael Niedermayer2014-06-014-44/+127
|\|
| * lavu: add all color-related enums to AVFramewm42014-06-014-1/+113
* | avutil/frame: frame_copy_video: support copying from a smaller to a larger frameMichael Niedermayer2014-05-311-3/+3
* | x86: hpeldsp: better factorizationChristophe Gisquet2014-05-291-1/+9
* | Merge commit '08cd92144e73195eecc28ed0348e66e255516b82'Michael Niedermayer2014-05-291-2/+2
|\|
| * aarch64: Use the correct syntax for relocationsMartin Storsjö2014-05-291-2/+2
* | Merge commit 'a53551cba86bb67efcb6105fdc337a36c43132bd'Michael Niedermayer2014-05-291-1/+1
|\|
| * frame: fix the error path in av_frame_copy_props()Roman Savchenko2014-05-291-1/+1
* | x86/dsputilenc: implement SSE2 versions of pix_{sum16, norm1}James Almer2014-05-281-0/+5
* | 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